2018-09-02 00:38:27,329 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 00:38:27,332 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.38,192.30.9.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.38:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=mOA0F1wlNEPJxkh8nbVLstLVA export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=f43d114e2c334430bf08047d43583a7d export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 00:38:27,332 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 00:38:27,332 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-09-02 00:38:27,355 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-02 00:38:27,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:38:27,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:38:27,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:38:27,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:38:27,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:38:27,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:38:27,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:38:27,635 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-02 00:38:27,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-02 00:38:27,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:27,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d607fe15-f76f-408f-8222-71b594a7e69f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:38:27,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-d607fe15-f76f-408f-8222-71b594a7e69f 2018-09-02 00:38:27,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:38:28,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:38:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["enI6zCssTded1ZH4V_ZceQ"], "issued_at": "2018-09-02T00:38:27.000000Z"}} 2018-09-02 00:38:28,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:28,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4df7b49c-30b5-46c8-8b42-a396aca51f1c x-compute-request-id: req-4df7b49c-30b5-46c8-8b42-a396aca51f1c Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-02 00:38:28,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-aggregates used request id req-4df7b49c-30b5-46c8-8b42-a396aca51f1c 2018-09-02 00:38:28,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.25895905495s 2018-09-02 00:38:28,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-aggregates used request id req-4df7b49c-30b5-46c8-8b42-a396aca51f1c 2018-09-02 00:38:28,895 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-02 00:38:28,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:28,904 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:38:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c546ae1-e5da-4fad-b0e0-6834ecd416f0 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:38:28,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-1c546ae1-e5da-4fad-b0e0-6834ecd416f0 2018-09-02 00:38:28,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:38:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:29,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d8b93f-d28d-4d33-bba8-4327fb83f036 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:38:29,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-21d8b93f-d28d-4d33-bba8-4327fb83f036 2018-09-02 00:38:29,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182981967926s 2018-09-02 00:38:29,088 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-21d8b93f-d28d-4d33-bba8-4327fb83f036 2018-09-02 00:38:29,089 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'cc9df2675f614cc882c4fe557aebd8f5', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-02 00:38:29,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 00:38:29,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:29,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07ec7ab-6819-488f-8448-03d6126b6092 Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/01a171edb01147e5b0a521358fb32652"}, "url": "http://172.30.9.38:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "01a171edb01147e5b0a521358fb32652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/059b66e5c6c34410879e05f33ec0509c"}, "url": "http://172.30.9.38:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "03152272519047e784ab64998f146247", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/0f6aa7c97fc942668a4941db86c160bf"}, "url": "http://172.30.9.38:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/12cfdb616be04444a09def77d132758e"}, "url": "http://12.0.0.36:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "12cfdb616be04444a09def77d132758e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/149df4350e09482ca98f69cd8176785a"}, "url": "http://12.0.0.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "149df4350e09482ca98f69cd8176785a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/174eded9b7694ef9b371a1415555cab5"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "174eded9b7694ef9b371a1415555cab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/18d0e37ae8624d1f9a7d944e170790f6"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/20d8610febbc434abce8924d470a8600"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "20d8610febbc434abce8924d470a8600"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2598d05fe7ef43e8b18781d66656b9b3"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2c9d13e7ee124e699962336497c75f2e"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2d5e059c02dc476192ddca6e7e0347b5"}, "url": "http://172.30.9.38:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2fbd5922f55b4ff9bc6863cc41a92182"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/3084b4f84dd24e0b84cca02e6914932e"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/40bed19623a940598639ae2560554b93"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "40bed19623a940598639ae2560554b93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4afcb44242dc4eabb426e83cc74fd875"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "03152272519047e784ab64998f146247", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4e659f25030f4a6b96404f149c3c281c"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/52320c3072b1498b8ac0823b4de6db64"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "52320c3072b1498b8ac0823b4de6db64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/53180d77552841ada15d87b8d68550e9"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "53180d77552841ada15d87b8d68550e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/5915d8ba61fa45e89fb513957a463fb8"}, "url": "http://172.30.9.38:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6273d35e59ab4311ae3982eee17c2985"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/66955fe9d9b64eac91cdd6b4569a7958"}, "url": "http://172.30.9.38:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6bde690667f743b18a6e0d7484a0b14e"}, "url": "http://172.30.9.38:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6ea7bb772a9f471da3647da4300a9d54"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/75942e34108e4924b75f0b93b318ff60"}, "url": "http://172.30.9.38:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "75942e34108e4924b75f0b93b318ff60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/8b58f690a9194b97886d6e69886fc75b"}, "url": "http://172.30.9.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "8b58f690a9194b97886d6e69886fc75b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/9497dcd3d91e46dfae7a732ad24a9dd4"}, "url": "http://172.30.9.38:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/98e2e574c3b943e2a727bb71556ff07e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/a58e3c0d035740acbb6085989a0034d2"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/aeee9c6233cf42db87188253f9be884f"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "03152272519047e784ab64998f146247", "id": "aeee9c6233cf42db87188253f9be884f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b101e53616fc4701b83cd9c4a72a2152"}, "url": "http://172.30.9.38:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b2fc63bbea9e4f79a8c5674eff9239f4"}, "url": "http://172.30.9.38:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/c9b19882ea5347c0b7b2b1554e463040"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/cbd24ae7336a472ba280179deedbb81f"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "cbd24ae7336a472ba280179deedbb81f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e47a066f3aa2456b8ed21962817c619a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "e47a066f3aa2456b8ed21962817c619a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e6b46c4ded3d4939aff885341394114f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "e6b46c4ded3d4939aff885341394114f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e703bb2fd08b48ee9448e805519cec79"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "e703bb2fd08b48ee9448e805519cec79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/ed42944e1b51403f8682356214f7becb"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "ed42944e1b51403f8682356214f7becb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f0c5843a2de94bd9a46d37331bfa4b07"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f337beb8c2f04455b3ecc387f26f6eaf"}, "url": "http://172.30.9.38:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f93a6cfd3c384a7d977b3c517ee5f18d"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fc6a184db39e497791f0bf77edc1a817"}, "url": "http://172.30.9.38:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "fc6a184db39e497791f0bf77edc1a817"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fea51e19760544889a6d3b919103d993"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "fea51e19760544889a6d3b919103d993"}], "links": {"self": "http://172.30.9.38:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 00:38:29,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-d07ec7ab-6819-488f-8448-03d6126b6092 2018-09-02 00:38:29,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.191310882568s 2018-09-02 00:38:29,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-d07ec7ab-6819-488f-8448-03d6126b6092 2018-09-02 00:38:29,292 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/01a171edb01147e5b0a521358fb32652'}, u'url': u'http://172.30.9.38:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c2b31f315999459fa3090b9800767f6a', u'id': u'01a171edb01147e5b0a521358fb32652'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/059b66e5c6c34410879e05f33ec0509c'}, u'url': u'http://172.30.9.38:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'03152272519047e784ab64998f146247', u'id': u'059b66e5c6c34410879e05f33ec0509c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/0f6aa7c97fc942668a4941db86c160bf'}, u'url': u'http://172.30.9.38:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd11d4b2866254421ad8e93e7897da2e6', u'id': u'0f6aa7c97fc942668a4941db86c160bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/12cfdb616be04444a09def77d132758e'}, u'url': u'http://12.0.0.36:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c9e3e32b1a0540789fa5dd352e30a282', u'id': u'12cfdb616be04444a09def77d132758e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/149df4350e09482ca98f69cd8176785a'}, u'url': u'http://12.0.0.36:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c9e3e32b1a0540789fa5dd352e30a282', u'id': u'149df4350e09482ca98f69cd8176785a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/174eded9b7694ef9b371a1415555cab5'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'61d0e1fef8ca467fa3769dc41e745f71', u'id': u'174eded9b7694ef9b371a1415555cab5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/18d0e37ae8624d1f9a7d944e170790f6'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0d0850de8d204c008ffb4a0fb6aa9104', u'id': u'18d0e37ae8624d1f9a7d944e170790f6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/20d8610febbc434abce8924d470a8600'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7f3de4cf645c4538b8e2e7adc9f8c335', u'id': u'20d8610febbc434abce8924d470a8600'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/2598d05fe7ef43e8b18781d66656b9b3'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'10744d919fbe40deb763abfef73d2d06', u'id': u'2598d05fe7ef43e8b18781d66656b9b3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/2c9d13e7ee124e699962336497c75f2e'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1af778801bdb49ae81cc8bf03c6bbca9', u'id': u'2c9d13e7ee124e699962336497c75f2e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/2d5e059c02dc476192ddca6e7e0347b5'}, u'url': u'http://172.30.9.38:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8da63989a85547e4a80290fc36054ef4', u'id': u'2d5e059c02dc476192ddca6e7e0347b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/2fbd5922f55b4ff9bc6863cc41a92182'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8da63989a85547e4a80290fc36054ef4', u'id': u'2fbd5922f55b4ff9bc6863cc41a92182'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/3084b4f84dd24e0b84cca02e6914932e'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd11d4b2866254421ad8e93e7897da2e6', u'id': u'3084b4f84dd24e0b84cca02e6914932e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/40bed19623a940598639ae2560554b93'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e0c9b76b259b4b2f8789e6a388d9c161', u'id': u'40bed19623a940598639ae2560554b93'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/4afcb44242dc4eabb426e83cc74fd875'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'03152272519047e784ab64998f146247', u'id': u'4afcb44242dc4eabb426e83cc74fd875'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/4e659f25030f4a6b96404f149c3c281c'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cdd787984fe345699bf94ca5a969b22f', u'id': u'4e659f25030f4a6b96404f149c3c281c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/52320c3072b1498b8ac0823b4de6db64'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8da63989a85547e4a80290fc36054ef4', u'id': u'52320c3072b1498b8ac0823b4de6db64'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/53180d77552841ada15d87b8d68550e9'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1af778801bdb49ae81cc8bf03c6bbca9', u'id': u'53180d77552841ada15d87b8d68550e9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/5915d8ba61fa45e89fb513957a463fb8'}, u'url': u'http://172.30.9.38:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'10744d919fbe40deb763abfef73d2d06', u'id': u'5915d8ba61fa45e89fb513957a463fb8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/6273d35e59ab4311ae3982eee17c2985'}, u'url': u'http://192.30.9.9:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5b6e76c0258d47f0b72d6d0f32ce7841', u'id': u'6273d35e59ab4311ae3982eee17c2985'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/66955fe9d9b64eac91cdd6b4569a7958'}, u'url': u'http://172.30.9.38:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0d0850de8d204c008ffb4a0fb6aa9104', u'id': u'66955fe9d9b64eac91cdd6b4569a7958'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/6bde690667f743b18a6e0d7484a0b14e'}, u'url': u'http://172.30.9.38:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5b6e76c0258d47f0b72d6d0f32ce7841', u'id': u'6bde690667f743b18a6e0d7484a0b14e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/6ea7bb772a9f471da3647da4300a9d54'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2acdfcdb9efa43698c4419fa6956f5b7', u'id': u'6ea7bb772a9f471da3647da4300a9d54'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/75942e34108e4924b75f0b93b318ff60'}, u'url': u'http://172.30.9.38:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e0c9b76b259b4b2f8789e6a388d9c161', u'id': u'75942e34108e4924b75f0b93b318ff60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/8b58f690a9194b97886d6e69886fc75b'}, u'url': u'http://172.30.9.38:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c9e3e32b1a0540789fa5dd352e30a282', u'id': u'8b58f690a9194b97886d6e69886fc75b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/9497dcd3d91e46dfae7a732ad24a9dd4'}, u'url': u'http://172.30.9.38:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2acdfcdb9efa43698c4419fa6956f5b7', u'id': u'9497dcd3d91e46dfae7a732ad24a9dd4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/98e2e574c3b943e2a727bb71556ff07e'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7f3de4cf645c4538b8e2e7adc9f8c335', u'id': u'98e2e574c3b943e2a727bb71556ff07e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/a58e3c0d035740acbb6085989a0034d2'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c2b31f315999459fa3090b9800767f6a', u'id': u'a58e3c0d035740acbb6085989a0034d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/aeee9c6233cf42db87188253f9be884f'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'03152272519047e784ab64998f146247', u'id': u'aeee9c6233cf42db87188253f9be884f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/b101e53616fc4701b83cd9c4a72a2152'}, u'url': u'http://172.30.9.38:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cdd787984fe345699bf94ca5a969b22f', u'id': u'b101e53616fc4701b83cd9c4a72a2152'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/b2fc63bbea9e4f79a8c5674eff9239f4'}, u'url': u'http://172.30.9.38:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1af778801bdb49ae81cc8bf03c6bbca9', u'id': u'b2fc63bbea9e4f79a8c5674eff9239f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/c9b19882ea5347c0b7b2b1554e463040'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'61d0e1fef8ca467fa3769dc41e745f71', u'id': u'c9b19882ea5347c0b7b2b1554e463040'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/cbd24ae7336a472ba280179deedbb81f'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd11d4b2866254421ad8e93e7897da2e6', u'id': u'cbd24ae7336a472ba280179deedbb81f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/e47a066f3aa2456b8ed21962817c619a'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0d0850de8d204c008ffb4a0fb6aa9104', u'id': u'e47a066f3aa2456b8ed21962817c619a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/e6b46c4ded3d4939aff885341394114f'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2acdfcdb9efa43698c4419fa6956f5b7', u'id': u'e6b46c4ded3d4939aff885341394114f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/e703bb2fd08b48ee9448e805519cec79'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'10744d919fbe40deb763abfef73d2d06', u'id': u'e703bb2fd08b48ee9448e805519cec79'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/ed42944e1b51403f8682356214f7becb'}, u'url': u'http://192.30.9.9:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5b6e76c0258d47f0b72d6d0f32ce7841', u'id': u'ed42944e1b51403f8682356214f7becb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/f0c5843a2de94bd9a46d37331bfa4b07'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e0c9b76b259b4b2f8789e6a388d9c161', u'id': u'f0c5843a2de94bd9a46d37331bfa4b07'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/f337beb8c2f04455b3ecc387f26f6eaf'}, u'url': u'http://172.30.9.38:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'61d0e1fef8ca467fa3769dc41e745f71', u'id': u'f337beb8c2f04455b3ecc387f26f6eaf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/f93a6cfd3c384a7d977b3c517ee5f18d'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cdd787984fe345699bf94ca5a969b22f', u'id': u'f93a6cfd3c384a7d977b3c517ee5f18d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/fc6a184db39e497791f0bf77edc1a817'}, u'url': u'http://172.30.9.38:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7f3de4cf645c4538b8e2e7adc9f8c335', u'id': u'fc6a184db39e497791f0bf77edc1a817'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.38:5000/v3/endpoints/fea51e19760544889a6d3b919103d993'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c2b31f315999459fa3090b9800767f6a', u'id': u'fea51e19760544889a6d3b919103d993'})] 2018-09-02 00:38:29,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-02 00:38:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:29,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be9cc921-b7a7-44d4-8880-ab7f28efe695 x-compute-request-id: req-be9cc921-b7a7-44d4-8880-ab7f28efe695 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-09-02 00:38:29,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/extensions used request id req-be9cc921-b7a7-44d4-8880-ab7f28efe695 2018-09-02 00:38:29,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.119916915894s 2018-09-02 00:38:29,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/extensions used request id req-be9cc921-b7a7-44d4-8880-ab7f28efe695 2018-09-02 00:38:29,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-02 00:38:29,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92a2a0a3-77f5-417b-bd48-bb8bc504f747 x-compute-request-id: req-92a2a0a3-77f5-417b-bd48-bb8bc504f747 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-02 00:38:31,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-floating-ip-pools used request id req-92a2a0a3-77f5-417b-bd48-bb8bc504f747 2018-09-02 00:38:31,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.74983382225s 2018-09-02 00:38:31,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-floating-ip-pools used request id req-92a2a0a3-77f5-417b-bd48-bb8bc504f747 2018-09-02 00:38:31,181 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-02 00:38:31,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:38:31,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-039c5509-ecb3-4de8-8e4d-28fc5bcf3d58 Date: Sun, 02 Sep 2018 00:38:31 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:38:31,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-039c5509-ecb3-4de8-8e4d-28fc5bcf3d58 2018-09-02 00:38:31,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0556681156158s 2018-09-02 00:38:31,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-039c5509-ecb3-4de8-8e4d-28fc5bcf3d58 2018-09-02 00:38:31,242 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-02 00:38:31,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 00:38:31,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caa7372d-d76b-4d4e-93ca-a5c7721b1a11 x-compute-request-id: req-caa7372d-d76b-4d4e-93ca-a5c7721b1a11 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 18}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-02 00:38:31,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-caa7372d-d76b-4d4e-93ca-a5c7721b1a11 2018-09-02 00:38:31,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.177222967148s 2018-09-02 00:38:31,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-caa7372d-d76b-4d4e-93ca-a5c7721b1a11 2018-09-02 00:38:31,420 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 18}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 19}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-09-02 00:38:31,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-02 00:38:31,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c195625a-5d7c-4fbe-b581-b9bde4f6806e x-compute-request-id: req-c195625a-5d7c-4fbe-b581-b9bde4f6806e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-02 00:38:31,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-c195625a-5d7c-4fbe-b581-b9bde4f6806e 2018-09-02 00:38:31,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.024719953537s 2018-09-02 00:38:31,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-c195625a-5d7c-4fbe-b581-b9bde4f6806e 2018-09-02 00:38:31,446 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-02 00:38:31,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:31,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-060292b5-f41a-4767-8536-b43143194d46 Date: Sun, 02 Sep 2018 00:38:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:38:31,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-060292b5-f41a-4767-8536-b43143194d46 2018-09-02 00:38:31,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0720071792603s 2018-09-02 00:38:31,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-060292b5-f41a-4767-8536-b43143194d46 2018-09-02 00:38:31,518 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:36:31Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-09-02T00:36:27Z', u'provider:network_type': u'flat', u'tenant_id': u'b78c08af4f41459f88b715e0581e7c1c', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b78c08af4f41459f88b715e0581e7c1c', u'l2_adjacency': True})] 2018-09-02 00:38:31,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:38:31,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b7c1af6d-74b2-4799-9610-2699b046af06 Date: Sun, 02 Sep 2018 00:38:31 GMT RESP BODY: {"ports":[]} 2018-09-02 00:38:31,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json used request id req-b7c1af6d-74b2-4799-9610-2699b046af06 2018-09-02 00:38:31,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0255610942841s 2018-09-02 00:38:31,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json used request id req-b7c1af6d-74b2-4799-9610-2699b046af06 2018-09-02 00:38:31,545 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-02 00:38:31,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:38:31,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49797e79-dd0b-46d7-b838-b6838780aba9 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "011e25c70e4c473db1ac1e9e0082f2d2"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/011e25c70e4c473db1ac1e9e0082f2d2/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "09ebf298585342d2af54c5fcd8b082c3"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/09ebf298585342d2af54c5fcd8b082c3/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "2cc04044c60c4e07be87bf351f56babd"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/2cc04044c60c4e07be87bf351f56babd/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "42a39dc13605405cbda6f90e35c88263"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/42a39dc13605405cbda6f90e35c88263/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "78b1aef4d09f4c589df644824e38a7be"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/78b1aef4d09f4c589df644824e38a7be/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "81056a3b9d1043afb6ee98d6613a41b7"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/81056a3b9d1043afb6ee98d6613a41b7/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "84a6393518d1440f97408a2d9646a61f"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/84a6393518d1440f97408a2d9646a61f/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "f43d114e2c334430bf08047d43583a7d"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "9069fb4d8e9748779396cb8799deae57"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d/users/9069fb4d8e9748779396cb8799deae57/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "92211063066342a6967696885365caac"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/92211063066342a6967696885365caac/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "abf4b3467417485ba86066197e2048cc"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/abf4b3467417485ba86066197e2048cc/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "df16ad8de25d445ea6009891fd0b4efb"}, "user": {"id": "abf4b3467417485ba86066197e2048cc"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/abf4b3467417485ba86066197e2048cc/roles/df16ad8de25d445ea6009891fd0b4efb"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "ac9549c70679416bb8534b8ad5a22ac8"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/ac9549c70679416bb8534b8ad5a22ac8/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "ce2d823e6efa4187bc1c87025df46bce"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/ce2d823e6efa4187bc1c87025df46bce/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"project": {"id": "b78c08af4f41459f88b715e0581e7c1c"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "f3f7ac4f2d614caca9fdcc6cd228f324"}, "links": {"assignment": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c/users/f3f7ac4f2d614caca9fdcc6cd228f324/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"domain": {"id": "cc9df2675f614cc882c4fe557aebd8f5"}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "b38dcc7220904551a95d02681898be1c"}, "links": {"assignment": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5/users/b38dcc7220904551a95d02681898be1c/roles/527a26856ff64a55b36113867c009231"}}, {"scope": {"system": {"all": true}}, "role": {"id": "527a26856ff64a55b36113867c009231"}, "user": {"id": "9069fb4d8e9748779396cb8799deae57"}, "links": {"assignment": "http://172.30.9.38:5000/v3/system/users/9069fb4d8e9748779396cb8799deae57/roles/527a26856ff64a55b36113867c009231"}}], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-02 00:38:31,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments used request id req-49797e79-dd0b-46d7-b838-b6838780aba9 2018-09-02 00:38:31,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0975370407104s 2018-09-02 00:38:31,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments used request id req-49797e79-dd0b-46d7-b838-b6838780aba9 2018-09-02 00:38:31,645 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'011e25c70e4c473db1ac1e9e0082f2d2'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'09ebf298585342d2af54c5fcd8b082c3'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'2cc04044c60c4e07be87bf351f56babd'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'42a39dc13605405cbda6f90e35c88263'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'78b1aef4d09f4c589df644824e38a7be'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'81056a3b9d1043afb6ee98d6613a41b7'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'84a6393518d1440f97408a2d9646a61f'}), Munch({'project': u'f43d114e2c334430bf08047d43583a7d', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'9069fb4d8e9748779396cb8799deae57'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'92211063066342a6967696885365caac'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'abf4b3467417485ba86066197e2048cc'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'df16ad8de25d445ea6009891fd0b4efb', 'user': u'abf4b3467417485ba86066197e2048cc'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'ac9549c70679416bb8534b8ad5a22ac8'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'ce2d823e6efa4187bc1c87025df46bce'}), Munch({'project': u'b78c08af4f41459f88b715e0581e7c1c', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'f3f7ac4f2d614caca9fdcc6cd228f324'}), Munch({'domain': u'cc9df2675f614cc882c4fe557aebd8f5', 'id': u'527a26856ff64a55b36113867c009231', 'user': u'b38dcc7220904551a95d02681898be1c'}), Munch({'id': u'527a26856ff64a55b36113867c009231', 'user': u'9069fb4d8e9748779396cb8799deae57'})] 2018-09-02 00:38:31,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:38:31,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d5fe28-04be-42df-a61e-d6b35c293415 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:38:31,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-65d5fe28-04be-42df-a61e-d6b35c293415 2018-09-02 00:38:31,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180191040039s 2018-09-02 00:38:31,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-65d5fe28-04be-42df-a61e-d6b35c293415 2018-09-02 00:38:31,828 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'16083a36f01a4f0ba54988d95e47479e'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'2b428814e29744cf9fdec60f2191c530'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'527a26856ff64a55b36113867c009231'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'b0f5cf6283fc425086cbc67ca78291e4'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'b6f7f64d2470474486990d8eb0b204c1'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'df16ad8de25d445ea6009891fd0b4efb'})] 2018-09-02 00:38:31,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:38:31,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:31,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d1248ea4-2086-4a9b-ad9d-382df28f1b5b Date: Sun, 02 Sep 2018 00:38:31 GMT RESP BODY: {"routers": []} 2018-09-02 00:38:31,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-d1248ea4-2086-4a9b-ad9d-382df28f1b5b 2018-09-02 00:38:31,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0458328723907s 2018-09-02 00:38:31,875 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-d1248ea4-2086-4a9b-ad9d-382df28f1b5b 2018-09-02 00:38:31,875 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-02 00:38:31,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:38:31,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:32,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8464992-d6bc-4abe-a46c-41641d1bcb66 x-compute-request-id: req-a8464992-d6bc-4abe-a46c-41641d1bcb66 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 00:38:32,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a8464992-d6bc-4abe-a46c-41641d1bcb66 2018-09-02 00:38:32,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20614695549s 2018-09-02 00:38:32,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a8464992-d6bc-4abe-a46c-41641d1bcb66 2018-09-02 00:38:32,082 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-02 00:38:32,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 00:38:32,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:32,095 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d419c99-0d97-4e43-9668-47f89d2816bf Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-09-02 00:38:32,095 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-9d419c99-0d97-4e43-9668-47f89d2816bf 2018-09-02 00:38:32,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:32,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4dbf482-597c-49ac-9711-65dc7f92b756 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/03152272519047e784ab64998f146247"}, "enabled": true, "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/0d0850de8d204c008ffb4a0fb6aa9104"}, "enabled": true, "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10744d919fbe40deb763abfef73d2d06"}, "enabled": true, "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/1af778801bdb49ae81cc8bf03c6bbca9"}, "enabled": true, "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2acdfcdb9efa43698c4419fa6956f5b7"}, "enabled": true, "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5b6e76c0258d47f0b72d6d0f32ce7841"}, "enabled": true, "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/61d0e1fef8ca467fa3769dc41e745f71"}, "enabled": true, "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/7f3de4cf645c4538b8e2e7adc9f8c335"}, "enabled": true, "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/8da63989a85547e4a80290fc36054ef4"}, "enabled": true, "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c2b31f315999459fa3090b9800767f6a"}, "enabled": true, "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c9e3e32b1a0540789fa5dd352e30a282"}, "enabled": true, "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/cdd787984fe345699bf94ca5a969b22f"}, "enabled": true, "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d11d4b2866254421ad8e93e7897da2e6"}, "enabled": true, "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d71ddc6bbdaa4d2fac7e2fc72951ad40"}, "enabled": true, "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e0c9b76b259b4b2f8789e6a388d9c161"}, "enabled": true, "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-09-02 00:38:32,263 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-b4dbf482-597c-49ac-9711-65dc7f92b756 2018-09-02 00:38:32,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.177669048309s 2018-09-02 00:38:32,264 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-b4dbf482-597c-49ac-9711-65dc7f92b756 2018-09-02 00:38:32,268 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'03152272519047e784ab64998f146247', 'name': u'panko'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'0d0850de8d204c008ffb4a0fb6aa9104', 'name': u'glance'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'10744d919fbe40deb763abfef73d2d06', 'name': u'cinder'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'1af778801bdb49ae81cc8bf03c6bbca9', 'name': u'heat-cfn'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'2acdfcdb9efa43698c4419fa6956f5b7', 'name': u'neutron'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'5b6e76c0258d47f0b72d6d0f32ce7841', 'name': u'keystone'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'61d0e1fef8ca467fa3769dc41e745f71', 'name': u'heat'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'7f3de4cf645c4538b8e2e7adc9f8c335', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'8da63989a85547e4a80290fc36054ef4', 'name': u'gnocchi'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'c2b31f315999459fa3090b9800767f6a', 'name': u'nova'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'c9e3e32b1a0540789fa5dd352e30a282', 'name': u'swift'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'cdd787984fe345699bf94ca5a969b22f', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'd11d4b2866254421ad8e93e7897da2e6', 'name': u'aodh'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'd71ddc6bbdaa4d2fac7e2fc72951ad40', 'name': u'ceilometer'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'e0c9b76b259b4b2f8789e6a388d9c161', 'name': u'placement'})] 2018-09-02 00:38:32,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:38:32,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e1d96a90e095cea7d29397ecaf61763fa4a69c6" 2018-09-02 00:38:32,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-34c38451-ed86-43d9-aa4c-71d01566016d Date: Sun, 02 Sep 2018 00:38:32 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 00:38:32,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-34c38451-ed86-43d9-aa4c-71d01566016d 2018-09-02 00:38:32,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0358140468597s 2018-09-02 00:38:32,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-34c38451-ed86-43d9-aa4c-71d01566016d 2018-09-02 00:38:32,306 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:36:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'tenant_id': u'b78c08af4f41459f88b715e0581e7c1c', u'created_at': u'2018-09-02T00:36:31Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'b78c08af4f41459f88b715e0581e7c1c'})] 2018-09-02 00:38:32,423 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:38:32,423 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-02 00:38:32,483 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-02 00:38:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:38:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:38:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:38:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:38:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:38:32,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:38:32,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:32,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d496a974-6da2-424d-9617-26cac9d458b1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:38:32,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-d496a974-6da2-424d-9617-26cac9d458b1 2018-09-02 00:38:32,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:38:33,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["Ch2KV70QR6SGiNNzUj438A"], "issued_at": "2018-09-02T00:38:33.000000Z"}} 2018-09-02 00:38:33,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:33,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:33,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-a34a923f-0c12-4dd5-9e59-13fd15408274 Date: Sun, 02 Sep 2018 00:38:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:38:33,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a34a923f-0c12-4dd5-9e59-13fd15408274 2018-09-02 00:38:33,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.313430070877s 2018-09-02 00:38:33,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a34a923f-0c12-4dd5-9e59-13fd15408274 2018-09-02 00:38:33,418 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-02 00:38:33,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:38:33,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" -d '{"network": {"name": "tenantnetwork1-net_7d26f022-003a-4842-8796-d6f947754786", "admin_state_up": true}}' 2018-09-02 00:38:33,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bbbbd4f4-f7b6-44e0-8841-32a0a4ebbae7 Date: Sun, 02 Sep 2018 00:38:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e7bec437-6703-4720-9ab0-2229e6d6a260","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:38:33Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_7d26f022-003a-4842-8796-d6f947754786","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:38:33Z","mtu":1450}} 2018-09-02 00:38:33,781 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-bbbbd4f4-f7b6-44e0-8841-32a0a4ebbae7 2018-09-02 00:38:33,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.36194396019s 2018-09-02 00:38:33,781 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-bbbbd4f4-f7b6-44e0-8841-32a0a4ebbae7 2018-09-02 00:38:33,782 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:38:33Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e7bec437-6703-4720-9ab0-2229e6d6a260', u'provider:segmentation_id': 72, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_7d26f022-003a-4842-8796-d6f947754786', u'created_at': u'2018-09-02T00:38:33Z', u'mtu': 1450, u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f43d114e2c334430bf08047d43583a7d', u'l2_adjacency': True}) 2018-09-02 00:38:33,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:33,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:34,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-23092530-9739-41ff-8a1b-65d8955d78ae Date: Sun, 02 Sep 2018 00:38:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e7bec437-6703-4720-9ab0-2229e6d6a260","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:38:33Z","qos_policy_id":null,"name":"tenantnetwork1-net_7d26f022-003a-4842-8796-d6f947754786","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:38:33Z","provider:network_type":"vxlan"}]} 2018-09-02 00:38:34,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-23092530-9739-41ff-8a1b-65d8955d78ae 2018-09-02 00:38:34,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.226475000381s 2018-09-02 00:38:34,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-23092530-9739-41ff-8a1b-65d8955d78ae 2018-09-02 00:38:34,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:38:34,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" -d '{"subnet": {"name": "tenantnetwork1-subnet_7d26f022-003a-4842-8796-d6f947754786", "enable_dhcp": true, "network_id": "e7bec437-6703-4720-9ab0-2229e6d6a260", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:38:34,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-8dc9244c-dfdb-40e5-8547-3772f2e9a687 Date: Sun, 02 Sep 2018 00:38:34 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T00:38:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e09eca62-fc41-46e5-a99d-ebf099e84ffa","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"f43d114e2c334430bf08047d43583a7d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_7d26f022-003a-4842-8796-d6f947754786","enable_dhcp":true,"segment_id":null,"network_id":"e7bec437-6703-4720-9ab0-2229e6d6a260","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:38:34Z","ip_version":4}} 2018-09-02 00:38:34,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-8dc9244c-dfdb-40e5-8547-3772f2e9a687 2018-09-02 00:38:34,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.443400859833s 2018-09-02 00:38:34,456 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-8dc9244c-dfdb-40e5-8547-3772f2e9a687 2018-09-02 00:38:34,456 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:38:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e09eca62-fc41-46e5-a99d-ebf099e84ffa', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_7d26f022-003a-4842-8796-d6f947754786', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'e7bec437-6703-4720-9ab0-2229e6d6a260', u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'created_at': u'2018-09-02T00:38:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f43d114e2c334430bf08047d43583a7d'}) 2018-09-02 00:38:34,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:38:34,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "tenantnetwork1-router_7d26f022-003a-4842-8796-d6f947754786", "admin_state_up": true}}' 2018-09-02 00:38:35,901 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 714 X-Openstack-Request-Id: req-a5c69735-2253-472f-bedd-316369cc5a4a Date: Sun, 02 Sep 2018 00:38:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:38:34Z", "admin_state_up": true, "updated_at": "2018-09-02T00:38:35Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "499e33f0-88b2-4e3e-8525-a2f7e74ca7d9", "name": "tenantnetwork1-router_7d26f022-003a-4842-8796-d6f947754786"}} 2018-09-02 00:38:35,901 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-a5c69735-2253-472f-bedd-316369cc5a4a 2018-09-02 00:38:35,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44413805008s 2018-09-02 00:38:35,902 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-a5c69735-2253-472f-bedd-316369cc5a4a 2018-09-02 00:38:35,902 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:38:35Z', u'revision_number': 2, u'ha': False, u'id': u'499e33f0-88b2-4e3e-8525-a2f7e74ca7d9', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_7d26f022-003a-4842-8796-d6f947754786', u'admin_state_up': True, u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'created_at': u'2018-09-02T00:38:34Z', u'flavor_id': None, u'routes': [], u'project_id': u'f43d114e2c334430bf08047d43583a7d'}) 2018-09-02 00:38:35,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:38:35,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" -d '{"subnet_id": "e09eca62-fc41-46e5-a99d-ebf099e84ffa"}' 2018-09-02 00:38:38,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4ecbee5b-7988-4cea-b7e8-ea43fa0d2c64 Date: Sun, 02 Sep 2018 00:38:37 GMT RESP BODY: {"network_id": "e7bec437-6703-4720-9ab0-2229e6d6a260", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "subnet_id": "e09eca62-fc41-46e5-a99d-ebf099e84ffa", "subnet_ids": ["e09eca62-fc41-46e5-a99d-ebf099e84ffa"], "port_id": "30a0a45a-8dce-456f-aa23-2cdda0dc22a0", "id": "499e33f0-88b2-4e3e-8525-a2f7e74ca7d9"} 2018-09-02 00:38:38,003 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9/add_router_interface.json used request id req-4ecbee5b-7988-4cea-b7e8-ea43fa0d2c64 2018-09-02 00:38:38,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09945607185s 2018-09-02 00:38:38,003 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9/add_router_interface.json used request id req-4ecbee5b-7988-4cea-b7e8-ea43fa0d2c64 returning object 499e33f0-88b2-4e3e-8525-a2f7e74ca7d9 2018-09-02 00:38:38,119 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:38:38,119 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 00:38:38,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:38:38,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" -d '{"subnet_id": "e09eca62-fc41-46e5-a99d-ebf099e84ffa"}' 2018-09-02 00:38:40,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e8d4e2ee-83f7-47bf-95e3-6ab5901b3f41 Date: Sun, 02 Sep 2018 00:38:40 GMT RESP BODY: {"network_id": "e7bec437-6703-4720-9ab0-2229e6d6a260", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "subnet_id": "e09eca62-fc41-46e5-a99d-ebf099e84ffa", "subnet_ids": ["e09eca62-fc41-46e5-a99d-ebf099e84ffa"], "port_id": "30a0a45a-8dce-456f-aa23-2cdda0dc22a0", "id": "499e33f0-88b2-4e3e-8525-a2f7e74ca7d9"} 2018-09-02 00:38:40,038 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9/remove_router_interface.json used request id req-e8d4e2ee-83f7-47bf-95e3-6ab5901b3f41 2018-09-02 00:38:40,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.91310310364s 2018-09-02 00:38:40,038 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9/remove_router_interface.json used request id req-e8d4e2ee-83f7-47bf-95e3-6ab5901b3f41 returning object 499e33f0-88b2-4e3e-8525-a2f7e74ca7d9 2018-09-02 00:38:40,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:38:40,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:40,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-c392b08a-1dfc-40e4-8975-c2c33482f3ab Date: Sun, 02 Sep 2018 00:38:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:38:34Z", "admin_state_up": true, "updated_at": "2018-09-02T00:38:39Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "499e33f0-88b2-4e3e-8525-a2f7e74ca7d9", "name": "tenantnetwork1-router_7d26f022-003a-4842-8796-d6f947754786"}]} 2018-09-02 00:38:40,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c392b08a-1dfc-40e4-8975-c2c33482f3ab 2018-09-02 00:38:40,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127259016037s 2018-09-02 00:38:40,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c392b08a-1dfc-40e4-8975-c2c33482f3ab 2018-09-02 00:38:40,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:38:40,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:41,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2366097a-ce85-472a-93d6-73a5ccf93b9c Content-Length: 0 Date: Sun, 02 Sep 2018 00:38:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:38:41,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9.json used request id req-2366097a-ce85-472a-93d6-73a5ccf93b9c 2018-09-02 00:38:41,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.11272287369s 2018-09-02 00:38:41,281 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/499e33f0-88b2-4e3e-8525-a2f7e74ca7d9.json used request id req-2366097a-ce85-472a-93d6-73a5ccf93b9c 2018-09-02 00:38:41,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:38:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:41,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-36b3df1a-1bfb-492e-b22a-cddca167d0ad Date: Sun, 02 Sep 2018 00:38:41 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:38:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e09eca62-fc41-46e5-a99d-ebf099e84ffa","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"f43d114e2c334430bf08047d43583a7d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_7d26f022-003a-4842-8796-d6f947754786","enable_dhcp":true,"segment_id":null,"network_id":"e7bec437-6703-4720-9ab0-2229e6d6a260","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:38:34Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 00:38:41,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-36b3df1a-1bfb-492e-b22a-cddca167d0ad 2018-09-02 00:38:41,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0674529075623s 2018-09-02 00:38:41,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-36b3df1a-1bfb-492e-b22a-cddca167d0ad 2018-09-02 00:38:41,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:38:41,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/e09eca62-fc41-46e5-a99d-ebf099e84ffa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:42,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91d741c9-6a6c-41ab-a990-88a667967347 Date: Sun, 02 Sep 2018 00:38:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:38:42,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/e09eca62-fc41-46e5-a99d-ebf099e84ffa.json used request id req-91d741c9-6a6c-41ab-a990-88a667967347 2018-09-02 00:38:42,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.941863059998s 2018-09-02 00:38:42,293 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/e09eca62-fc41-46e5-a99d-ebf099e84ffa.json used request id req-91d741c9-6a6c-41ab-a990-88a667967347 2018-09-02 00:38:42,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:42,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:42,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-d76fadbf-494c-42ce-8d60-8b3aebc5e9e8 Date: Sun, 02 Sep 2018 00:38:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e7bec437-6703-4720-9ab0-2229e6d6a260","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:38:42Z","qos_policy_id":null,"name":"tenantnetwork1-net_7d26f022-003a-4842-8796-d6f947754786","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:38:33Z","provider:network_type":"vxlan"}]} 2018-09-02 00:38:42,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d76fadbf-494c-42ce-8d60-8b3aebc5e9e8 2018-09-02 00:38:42,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.077271938324s 2018-09-02 00:38:42,371 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d76fadbf-494c-42ce-8d60-8b3aebc5e9e8 2018-09-02 00:38:42,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:38:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/e7bec437-6703-4720-9ab0-2229e6d6a260.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96d1c40217593d822f20f58780fa8e5d8d14f3d1" 2018-09-02 00:38:43,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-126c684a-a184-4316-a189-c9c08513ca38 Date: Sun, 02 Sep 2018 00:38:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:38:43,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/e7bec437-6703-4720-9ab0-2229e6d6a260.json used request id req-126c684a-a184-4316-a189-c9c08513ca38 2018-09-02 00:38:43,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.42362904549s 2018-09-02 00:38:43,796 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/e7bec437-6703-4720-9ab0-2229e6d6a260.json used request id req-126c684a-a184-4316-a189-c9c08513ca38 2018-09-02 00:38:43,847 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-02 00:38:43,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:38:43,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:38:43,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:38:43,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:38:43,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:38:43,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:38:43,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:38:43,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:38:43,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:38:43,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:43,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-913c917f-914f-4ebe-b0fd-1b566466e158 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:38:43,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-913c917f-914f-4ebe-b0fd-1b566466e158 2018-09-02 00:38:43,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:38:44,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:38:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["KbrIFIzzTvaDJwyP7_8QlQ"], "issued_at": "2018-09-02T00:38:44.000000Z"}} 2018-09-02 00:38:44,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:44,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:44,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f2e67334-047a-43af-ae9a-2b936cca7724 Date: Sun, 02 Sep 2018 00:38:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:38:44,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f2e67334-047a-43af-ae9a-2b936cca7724 2018-09-02 00:38:44,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.320270061493s 2018-09-02 00:38:44,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f2e67334-047a-43af-ae9a-2b936cca7724 2018-09-02 00:38:44,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:44,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b5cd382-0e0d-4926-815b-9fb1c1273a78 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:38:44,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-3b5cd382-0e0d-4926-815b-9fb1c1273a78 2018-09-02 00:38:44,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:38:44,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:44,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2446d2-b3c5-4358-9b6f-7f9184dd7d17 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:38:44,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-0d2446d2-b3c5-4358-9b6f-7f9184dd7d17 2018-09-02 00:38:44,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110523939133s 2018-09-02 00:38:44,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-0d2446d2-b3c5-4358-9b6f-7f9184dd7d17 2018-09-02 00:38:44,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:38:44,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d"}}' 2018-09-02 00:38:45,029 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75d4545a-bdeb-47f3-873a-3651b21062c8 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8"}, "tags": [], "enabled": true, "id": "1ecdb7ea85ec45639eeea812f5571aa8", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d"}} 2018-09-02 00:38:45,029 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-75d4545a-bdeb-47f3-873a-3651b21062c8 2018-09-02 00:38:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.230557918549s 2018-09-02 00:38:45,029 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-75d4545a-bdeb-47f3-873a-3651b21062c8 2018-09-02 00:38:45,030 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'1ecdb7ea85ec45639eeea812f5571aa8', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d'}) 2018-09-02 00:38:45,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:38:45,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7e48645e-2ad8-41fa-8d78-745bea8973dc", "email": null, "name": "tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d"}}' 2018-09-02 00:38:45,524 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea0d406b-6086-4925-b979-3d0be2f6f380 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d", "links": {"self": "http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d83e1f77434b4adc9955faee32240105", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:38:45,524 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-ea0d406b-6086-4925-b979-3d0be2f6f380 2018-09-02 00:38:45,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.488669157028s 2018-09-02 00:38:45,524 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-ea0d406b-6086-4925-b979-3d0be2f6f380 2018-09-02 00:38:45,525 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd83e1f77434b4adc9955faee32240105', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d'}) 2018-09-02 00:38:45,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:38:45,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:45,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c56ec82-5ade-42d3-9639-2ff319c84861 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:38:45,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0c56ec82-5ade-42d3-9639-2ff319c84861 2018-09-02 00:38:45,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.273136138916s 2018-09-02 00:38:45,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0c56ec82-5ade-42d3-9639-2ff319c84861 2018-09-02 00:38:45,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:38:45,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:45,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61ad7e1-b709-4158-ab4f-96811a9f1320 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:38:45,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b61ad7e1-b709-4158-ab4f-96811a9f1320 2018-09-02 00:38:45,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109762907028s 2018-09-02 00:38:45,918 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b61ad7e1-b709-4158-ab4f-96811a9f1320 2018-09-02 00:38:45,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:38:45,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:46,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f13f49-a192-4087-ba33-d6b9180f4e8a Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:38:46,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a2f13f49-a192-4087-ba33-d6b9180f4e8a 2018-09-02 00:38:46,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103175163269s 2018-09-02 00:38:46,026 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a2f13f49-a192-4087-ba33-d6b9180f4e8a 2018-09-02 00:38:46,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:38:46,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:46,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ac8058-7492-4311-bc3c-dfa0ef3bc648 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:38:46,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-e9ac8058-7492-4311-bc3c-dfa0ef3bc648 2018-09-02 00:38:46,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176873922348s 2018-09-02 00:38:46,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-e9ac8058-7492-4311-bc3c-dfa0ef3bc648 2018-09-02 00:38:46,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:38:46,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:46,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa5ae88e-0f48-4afc-8cd5-2bdb6096b3d5 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d", "links": {"self": "http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d83e1f77434b4adc9955faee32240105", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:38:46,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-fa5ae88e-0f48-4afc-8cd5-2bdb6096b3d5 2018-09-02 00:38:46,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207534074783s 2018-09-02 00:38:46,417 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-fa5ae88e-0f48-4afc-8cd5-2bdb6096b3d5 2018-09-02 00:38:46,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:38:46,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:46,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56e4cf0-b24f-42b2-ae35-9f1f1642028c Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8"}, "tags": [], "enabled": true, "id": "1ecdb7ea85ec45639eeea812f5571aa8", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d"}]} 2018-09-02 00:38:46,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-c56e4cf0-b24f-42b2-ae35-9f1f1642028c 2018-09-02 00:38:46,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103940010071s 2018-09-02 00:38:46,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-c56e4cf0-b24f-42b2-ae35-9f1f1642028c 2018-09-02 00:38:46,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:38:46,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=d83e1f77434b4adc9955faee32240105&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=1ecdb7ea85ec45639eeea812f5571aa8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:46,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd4dfb4-e99b-4774-ae43-71d163f7a654 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=d83e1f77434b4adc9955faee32240105&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=1ecdb7ea85ec45639eeea812f5571aa8", "previous": null, "next": null}} 2018-09-02 00:38:46,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=d83e1f77434b4adc9955faee32240105&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=1ecdb7ea85ec45639eeea812f5571aa8 used request id req-afd4dfb4-e99b-4774-ae43-71d163f7a654 2018-09-02 00:38:46,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.147680997849s 2018-09-02 00:38:46,688 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=d83e1f77434b4adc9955faee32240105&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=1ecdb7ea85ec45639eeea812f5571aa8 used request id req-afd4dfb4-e99b-4774-ae43-71d163f7a654 2018-09-02 00:38:46,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:38:46,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8/users/d83e1f77434b4adc9955faee32240105/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:46,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbd36a5e-c822-49dd-b0c4-13f8f4453ce0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:38:46,864 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8/users/d83e1f77434b4adc9955faee32240105/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-dbd36a5e-c822-49dd-b0c4-13f8f4453ce0 2018-09-02 00:38:46,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.172507047653s 2018-09-02 00:38:46,865 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8/users/d83e1f77434b4adc9955faee32240105/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-dbd36a5e-c822-49dd-b0c4-13f8f4453ce0 2018-09-02 00:38:46,865 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'1ecdb7ea85ec45639eeea812f5571aa8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7e48645e-2ad8-41fa-8d78-745bea8973dc', 'username': u'tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:38:46,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:38:46,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:38:46,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:38:46,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:38:46,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:38:46,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:38:46,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:38:46,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:38:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:38:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:38:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:38:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:38:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:38:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:38:46,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:38:46,871 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d', 'password': '7e48645e-2ad8-41fa-8d78-745bea8973dc', 'project_name': 'tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '1ecdb7ea85ec45639eeea812f5571aa8', 'project_domain_name': 'Default'} 2018-09-02 00:38:46,871 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-02 00:38:46,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:46,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d17dd938-0188-4439-8af3-c3a40bd8b61c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:38:46,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-d17dd938-0188-4439-8af3-c3a40bd8b61c 2018-09-02 00:38:46,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:38:47,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:38:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1ecdb7ea85ec45639eeea812f5571aa8", "name": "tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_1ecdb7ea85ec45639eeea812f5571aa8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_1ecdb7ea85ec45639eeea812f5571aa8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/1ecdb7ea85ec45639eeea812f5571aa8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d", "id": "d83e1f77434b4adc9955faee32240105"}, "audit_ids": ["OGElTCs4SDyZf_EsNoR0Aw"], "issued_at": "2018-09-02T00:38:47.000000Z"}} 2018-09-02 00:38:47,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:38:47,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" -d '{"network": {"name": "tenantnetwork2-net_53a321b0-4910-4f9f-88db-05767ec2c10d", "admin_state_up": true}}' 2018-09-02 00:38:48,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-78f9768b-5e28-443a-b955-3d563101032f Date: Sun, 02 Sep 2018 00:38:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"6871a3aa-3415-4f0c-bbb4-6a9a7bef6953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1ecdb7ea85ec45639eeea812f5571aa8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:38:47Z","is_default":false,"name":"tenantnetwork2-net_53a321b0-4910-4f9f-88db-05767ec2c10d","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1ecdb7ea85ec45639eeea812f5571aa8","created_at":"2018-09-02T00:38:47Z","mtu":1450}} 2018-09-02 00:38:48,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-78f9768b-5e28-443a-b955-3d563101032f 2018-09-02 00:38:48,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.81290602684s 2018-09-02 00:38:48,081 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-78f9768b-5e28-443a-b955-3d563101032f 2018-09-02 00:38:48,081 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:38:47Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'6871a3aa-3415-4f0c-bbb4-6a9a7bef6953', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_53a321b0-4910-4f9f-88db-05767ec2c10d', u'admin_state_up': True, u'tenant_id': u'1ecdb7ea85ec45639eeea812f5571aa8', u'created_at': u'2018-09-02T00:38:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1ecdb7ea85ec45639eeea812f5571aa8', u'l2_adjacency': True}) 2018-09-02 00:38:48,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" 2018-09-02 00:38:48,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-b4d6f9c4-a36e-453d-ba2f-3174ca39904a Date: Sun, 02 Sep 2018 00:38:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"6871a3aa-3415-4f0c-bbb4-6a9a7bef6953","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1ecdb7ea85ec45639eeea812f5571aa8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:38:47Z","qos_policy_id":null,"name":"tenantnetwork2-net_53a321b0-4910-4f9f-88db-05767ec2c10d","admin_state_up":true,"tenant_id":"1ecdb7ea85ec45639eeea812f5571aa8","created_at":"2018-09-02T00:38:47Z","mtu":1450}]} 2018-09-02 00:38:48,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b4d6f9c4-a36e-453d-ba2f-3174ca39904a 2018-09-02 00:38:48,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112632989883s 2018-09-02 00:38:48,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b4d6f9c4-a36e-453d-ba2f-3174ca39904a 2018-09-02 00:38:48,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:38:48,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" -d '{"subnet": {"name": "tenantnetwork2-subnet_53a321b0-4910-4f9f-88db-05767ec2c10d", "enable_dhcp": true, "network_id": "6871a3aa-3415-4f0c-bbb4-6a9a7bef6953", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:38:48,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3ea0f8c6-546c-4d3d-af50-734e33859752 Date: Sun, 02 Sep 2018 00:38:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6871a3aa-3415-4f0c-bbb4-6a9a7bef6953","tenant_id":"1ecdb7ea85ec45639eeea812f5571aa8","created_at":"2018-09-02T00:38:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:38:48Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"1ecdb7ea85ec45639eeea812f5571aa8","id":"6dd7f8d6-3bed-4034-9104-41776545cffa","subnetpool_id":null,"name":"tenantnetwork2-subnet_53a321b0-4910-4f9f-88db-05767ec2c10d"}} 2018-09-02 00:38:48,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-3ea0f8c6-546c-4d3d-af50-734e33859752 2018-09-02 00:38:48,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.54576587677s 2018-09-02 00:38:48,742 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-3ea0f8c6-546c-4d3d-af50-734e33859752 2018-09-02 00:38:48,743 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:38:48Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6dd7f8d6-3bed-4034-9104-41776545cffa', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_53a321b0-4910-4f9f-88db-05767ec2c10d', u'enable_dhcp': True, u'network_id': u'6871a3aa-3415-4f0c-bbb4-6a9a7bef6953', u'tenant_id': u'1ecdb7ea85ec45639eeea812f5571aa8', u'created_at': u'2018-09-02T00:38:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1ecdb7ea85ec45639eeea812f5571aa8'}) 2018-09-02 00:38:48,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:38:48,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "tenantnetwork2-router_53a321b0-4910-4f9f-88db-05767ec2c10d", "admin_state_up": true}}' 2018-09-02 00:38:50,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-da0eaa1f-4135-41f9-9d17-f7c335cd097a Date: Sun, 02 Sep 2018 00:38:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "created_at": "2018-09-02T00:38:48Z", "admin_state_up": true, "updated_at": "2018-09-02T00:38:49Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "1ecdb7ea85ec45639eeea812f5571aa8", "id": "a9ec2c17-b98b-4199-a66c-6b5cec2aa335", "name": "tenantnetwork2-router_53a321b0-4910-4f9f-88db-05767ec2c10d"}} 2018-09-02 00:38:50,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-da0eaa1f-4135-41f9-9d17-f7c335cd097a 2018-09-02 00:38:50,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.65714621544s 2018-09-02 00:38:50,401 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-da0eaa1f-4135-41f9-9d17-f7c335cd097a 2018-09-02 00:38:50,401 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:38:49Z', u'revision_number': 2, u'id': u'a9ec2c17-b98b-4199-a66c-6b5cec2aa335', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_53a321b0-4910-4f9f-88db-05767ec2c10d', u'admin_state_up': True, u'tenant_id': u'1ecdb7ea85ec45639eeea812f5571aa8', u'created_at': u'2018-09-02T00:38:48Z', u'flavor_id': None, u'routes': [], u'project_id': u'1ecdb7ea85ec45639eeea812f5571aa8'}) 2018-09-02 00:38:50,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:38:50,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" -d '{"subnet_id": "6dd7f8d6-3bed-4034-9104-41776545cffa"}' 2018-09-02 00:38:52,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-db1e8601-ecc8-4a7a-acf0-3ff863cc95f8 Date: Sun, 02 Sep 2018 00:38:52 GMT RESP BODY: {"network_id": "6871a3aa-3415-4f0c-bbb4-6a9a7bef6953", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "subnet_id": "6dd7f8d6-3bed-4034-9104-41776545cffa", "subnet_ids": ["6dd7f8d6-3bed-4034-9104-41776545cffa"], "port_id": "a53a0744-1bad-4bee-b7ff-37ad2a7edf17", "id": "a9ec2c17-b98b-4199-a66c-6b5cec2aa335"} 2018-09-02 00:38:52,513 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335/add_router_interface.json used request id req-db1e8601-ecc8-4a7a-acf0-3ff863cc95f8 2018-09-02 00:38:52,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.11100006104s 2018-09-02 00:38:52,513 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335/add_router_interface.json used request id req-db1e8601-ecc8-4a7a-acf0-3ff863cc95f8 returning object a9ec2c17-b98b-4199-a66c-6b5cec2aa335 2018-09-02 00:38:52,627 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:38:52,628 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 00:38:52,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:38:52,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" -d '{"subnet_id": "6dd7f8d6-3bed-4034-9104-41776545cffa"}' 2018-09-02 00:38:54,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab9ad87b-a522-45c3-8b3f-b3871c4027ca Date: Sun, 02 Sep 2018 00:38:54 GMT RESP BODY: {"network_id": "6871a3aa-3415-4f0c-bbb4-6a9a7bef6953", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "subnet_id": "6dd7f8d6-3bed-4034-9104-41776545cffa", "subnet_ids": ["6dd7f8d6-3bed-4034-9104-41776545cffa"], "port_id": "a53a0744-1bad-4bee-b7ff-37ad2a7edf17", "id": "a9ec2c17-b98b-4199-a66c-6b5cec2aa335"} 2018-09-02 00:38:54,497 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335/remove_router_interface.json used request id req-ab9ad87b-a522-45c3-8b3f-b3871c4027ca 2018-09-02 00:38:54,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8644528389s 2018-09-02 00:38:54,498 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335/remove_router_interface.json used request id req-ab9ad87b-a522-45c3-8b3f-b3871c4027ca returning object a9ec2c17-b98b-4199-a66c-6b5cec2aa335 2018-09-02 00:38:54,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:38:54,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" 2018-09-02 00:38:54,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-7f17cff8-0314-46ff-9527-43e5526eb164 Date: Sun, 02 Sep 2018 00:38:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "created_at": "2018-09-02T00:38:48Z", "admin_state_up": true, "updated_at": "2018-09-02T00:38:53Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "1ecdb7ea85ec45639eeea812f5571aa8", "id": "a9ec2c17-b98b-4199-a66c-6b5cec2aa335", "name": "tenantnetwork2-router_53a321b0-4910-4f9f-88db-05767ec2c10d"}]} 2018-09-02 00:38:54,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-7f17cff8-0314-46ff-9527-43e5526eb164 2018-09-02 00:38:54,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.131916999817s 2018-09-02 00:38:54,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-7f17cff8-0314-46ff-9527-43e5526eb164 2018-09-02 00:38:54,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:38:54,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" 2018-09-02 00:38:55,764 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a290870-18a0-49b9-97eb-aaf0f3100e9c Content-Length: 0 Date: Sun, 02 Sep 2018 00:38:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:38:55,764 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335.json used request id req-9a290870-18a0-49b9-97eb-aaf0f3100e9c 2018-09-02 00:38:55,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1321811676s 2018-09-02 00:38:55,764 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/a9ec2c17-b98b-4199-a66c-6b5cec2aa335.json used request id req-9a290870-18a0-49b9-97eb-aaf0f3100e9c 2018-09-02 00:38:55,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:38:55,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" 2018-09-02 00:38:55,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b50c204c-f657-4805-853b-4b3d8db27627 Date: Sun, 02 Sep 2018 00:38:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6871a3aa-3415-4f0c-bbb4-6a9a7bef6953","tenant_id":"1ecdb7ea85ec45639eeea812f5571aa8","created_at":"2018-09-02T00:38:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:38:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1ecdb7ea85ec45639eeea812f5571aa8","id":"6dd7f8d6-3bed-4034-9104-41776545cffa","subnetpool_id":null,"name":"tenantnetwork2-subnet_53a321b0-4910-4f9f-88db-05767ec2c10d"}]} 2018-09-02 00:38:55,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b50c204c-f657-4805-853b-4b3d8db27627 2018-09-02 00:38:55,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0716760158539s 2018-09-02 00:38:55,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b50c204c-f657-4805-853b-4b3d8db27627 2018-09-02 00:38:55,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:38:55,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/6dd7f8d6-3bed-4034-9104-41776545cffa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" 2018-09-02 00:38:56,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e3cbe03-a86c-4d7d-be89-e1a78b33c8a9 Date: Sun, 02 Sep 2018 00:38:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:38:56,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/6dd7f8d6-3bed-4034-9104-41776545cffa.json used request id req-4e3cbe03-a86c-4d7d-be89-e1a78b33c8a9 2018-09-02 00:38:56,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09400582314s 2018-09-02 00:38:56,932 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/6dd7f8d6-3bed-4034-9104-41776545cffa.json used request id req-4e3cbe03-a86c-4d7d-be89-e1a78b33c8a9 2018-09-02 00:38:56,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:56,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" 2018-09-02 00:38:57,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-b7eb5539-bc59-4b27-ae5c-4d2cfbf63789 Date: Sun, 02 Sep 2018 00:38:57 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"6871a3aa-3415-4f0c-bbb4-6a9a7bef6953","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ecdb7ea85ec45639eeea812f5571aa8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:38:56Z","qos_policy_id":null,"name":"tenantnetwork2-net_53a321b0-4910-4f9f-88db-05767ec2c10d","admin_state_up":true,"tenant_id":"1ecdb7ea85ec45639eeea812f5571aa8","created_at":"2018-09-02T00:38:47Z","mtu":1450}]} 2018-09-02 00:38:57,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b7eb5539-bc59-4b27-ae5c-4d2cfbf63789 2018-09-02 00:38:57,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0885610580444s 2018-09-02 00:38:57,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b7eb5539-bc59-4b27-ae5c-4d2cfbf63789 2018-09-02 00:38:57,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:38:57,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/6871a3aa-3415-4f0c-bbb4-6a9a7bef6953.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b8ee558f109505367279b3cab4d79591360d395" 2018-09-02 00:38:57,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4d30963-8cbe-4dfd-8043-933ebfe559f6 Date: Sun, 02 Sep 2018 00:38:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:38:57,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/6871a3aa-3415-4f0c-bbb4-6a9a7bef6953.json used request id req-e4d30963-8cbe-4dfd-8043-933ebfe559f6 2018-09-02 00:38:57,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.829152822495s 2018-09-02 00:38:57,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/6871a3aa-3415-4f0c-bbb4-6a9a7bef6953.json used request id req-e4d30963-8cbe-4dfd-8043-933ebfe559f6 2018-09-02 00:38:57,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:38:57,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:57,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88df8317-ce2d-45ed-a121-6177d5ac023f Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d", "links": {"self": "http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d83e1f77434b4adc9955faee32240105", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:38:57,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-88df8317-ce2d-45ed-a121-6177d5ac023f 2018-09-02 00:38:57,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112925052643s 2018-09-02 00:38:57,966 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-88df8317-ce2d-45ed-a121-6177d5ac023f 2018-09-02 00:38:57,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:38:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:58,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d19113-1810-4338-844c-473413063a00 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_53a321b0-4910-4f9f-88db-05767ec2c10d", "links": {"self": "http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d83e1f77434b4adc9955faee32240105", "description": null}} 2018-09-02 00:38:58,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105 used request id req-52d19113-1810-4338-844c-473413063a00 2018-09-02 00:38:58,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188111066818s 2018-09-02 00:38:58,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105 used request id req-52d19113-1810-4338-844c-473413063a00 2018-09-02 00:38:58,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 00:38:58,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:58,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-722a429d-570f-48bd-a05f-aa5c36cc6a8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:38:58,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105 used request id req-722a429d-570f-48bd-a05f-aa5c36cc6a8a 2018-09-02 00:38:58,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.30539894104s 2018-09-02 00:38:58,467 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/d83e1f77434b4adc9955faee32240105 used request id req-722a429d-570f-48bd-a05f-aa5c36cc6a8a 2018-09-02 00:38:58,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:38:58,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:58,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a696711-23b6-425b-9df5-0f2ec1dc5048 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8"}, "tags": [], "enabled": true, "id": "1ecdb7ea85ec45639eeea812f5571aa8", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_53a321b0-4910-4f9f-88db-05767ec2c10d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 00:38:58,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-2a696711-23b6-425b-9df5-0f2ec1dc5048 2018-09-02 00:38:58,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186789035797s 2018-09-02 00:38:58,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-2a696711-23b6-425b-9df5-0f2ec1dc5048 2018-09-02 00:38:58,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 00:38:58,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6ec1116232b2e86814251ba7e84e59e7dba06821" 2018-09-02 00:38:58,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ed7a4d8-4dad-42d7-beba-21eb54ba5d30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:38:58,856 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8 used request id req-1ed7a4d8-4dad-42d7-beba-21eb54ba5d30 2018-09-02 00:38:58,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.191841840744s 2018-09-02 00:38:58,857 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/1ecdb7ea85ec45639eeea812f5571aa8 used request id req-1ed7a4d8-4dad-42d7-beba-21eb54ba5d30 2018-09-02 00:38:58,910 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:38:58,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:38:58,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:38:58,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:38:58,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db552ce6-a6fa-4906-8d83-2391c30b1834 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:38:58,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-db552ce6-a6fa-4906-8d83-2391c30b1834 2018-09-02 00:38:58,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:38:59,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["sBTTABlxSjWK2bFLfTKT9A"], "issued_at": "2018-09-02T00:38:59.000000Z"}} 2018-09-02 00:38:59,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:38:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:00,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b5f81b48-8a8d-4095-9c4f-964400ba4357 Date: Sun, 02 Sep 2018 00:39:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:39:00,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5f81b48-8a8d-4095-9c4f-964400ba4357 2018-09-02 00:39:00,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.967714071274s 2018-09-02 00:39:00,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5f81b48-8a8d-4095-9c4f-964400ba4357 2018-09-02 00:39:00,352 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-02 00:39:00,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:39:00,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"network": {"name": "vmready1-net_d8268053-12b7-4d67-8604-bccefc569323", "admin_state_up": true}}' 2018-09-02 00:39:00,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-acec53c2-15a6-4301-97f1-1d6d6072596d Date: Sun, 02 Sep 2018 00:39:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"19cbc285-59c3-4cb9-a6e3-7aac9827eb97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:00Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_d8268053-12b7-4d67-8604-bccefc569323","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:00Z","mtu":1450}} 2018-09-02 00:39:00,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-acec53c2-15a6-4301-97f1-1d6d6072596d 2018-09-02 00:39:00,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.270731925964s 2018-09-02 00:39:00,624 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-acec53c2-15a6-4301-97f1-1d6d6072596d 2018-09-02 00:39:00,624 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:39:00Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'19cbc285-59c3-4cb9-a6e3-7aac9827eb97', u'provider:segmentation_id': 94, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_d8268053-12b7-4d67-8604-bccefc569323', u'created_at': u'2018-09-02T00:39:00Z', u'mtu': 1450, u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f43d114e2c334430bf08047d43583a7d', u'l2_adjacency': True}) 2018-09-02 00:39:00,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:00,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-4799f553-dffc-4020-b6ed-abbd0103b93b Date: Sun, 02 Sep 2018 00:39:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"19cbc285-59c3-4cb9-a6e3-7aac9827eb97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:00Z","qos_policy_id":null,"name":"vmready1-net_d8268053-12b7-4d67-8604-bccefc569323","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:00Z","provider:network_type":"vxlan"}]} 2018-09-02 00:39:00,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-4799f553-dffc-4020-b6ed-abbd0103b93b 2018-09-02 00:39:00,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0929548740387s 2018-09-02 00:39:00,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-4799f553-dffc-4020-b6ed-abbd0103b93b 2018-09-02 00:39:00,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:39:00,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"subnet": {"name": "vmready1-subnet_d8268053-12b7-4d67-8604-bccefc569323", "enable_dhcp": true, "network_id": "19cbc285-59c3-4cb9-a6e3-7aac9827eb97", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:39:01,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d540545d-bce3-4c31-b7b3-e70048bd6800 Date: Sun, 02 Sep 2018 00:39:01 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T00:39:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"de4b4838-3c3d-4feb-a4ac-f68b624eeb68","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"f43d114e2c334430bf08047d43583a7d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_d8268053-12b7-4d67-8604-bccefc569323","enable_dhcp":true,"segment_id":null,"network_id":"19cbc285-59c3-4cb9-a6e3-7aac9827eb97","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:00Z","ip_version":4}} 2018-09-02 00:39:01,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-d540545d-bce3-4c31-b7b3-e70048bd6800 2018-09-02 00:39:01,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.438225984573s 2018-09-02 00:39:01,159 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-d540545d-bce3-4c31-b7b3-e70048bd6800 2018-09-02 00:39:01,159 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:39:00Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'de4b4838-3c3d-4feb-a4ac-f68b624eeb68', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_d8268053-12b7-4d67-8604-bccefc569323', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'19cbc285-59c3-4cb9-a6e3-7aac9827eb97', u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'created_at': u'2018-09-02T00:39:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f43d114e2c334430bf08047d43583a7d'}) 2018-09-02 00:39:01,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:39:01,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "vmready1-router_d8268053-12b7-4d67-8604-bccefc569323", "admin_state_up": true}}' 2018-09-02 00:39:02,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-3534e72d-ee98-49b3-8b31-8723ea48ba4e Date: Sun, 02 Sep 2018 00:39:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.210"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:01Z", "admin_state_up": true, "updated_at": "2018-09-02T00:39:02Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "6aa72229-3ead-4423-8caa-e9a1c6bf8d06", "name": "vmready1-router_d8268053-12b7-4d67-8604-bccefc569323"}} 2018-09-02 00:39:02,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3534e72d-ee98-49b3-8b31-8723ea48ba4e 2018-09-02 00:39:02,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.62574410439s 2018-09-02 00:39:02,786 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3534e72d-ee98-49b3-8b31-8723ea48ba4e 2018-09-02 00:39:02,787 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:39:02Z', u'revision_number': 2, u'ha': False, u'id': u'6aa72229-3ead-4423-8caa-e9a1c6bf8d06', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.210'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_d8268053-12b7-4d67-8604-bccefc569323', u'admin_state_up': True, u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'created_at': u'2018-09-02T00:39:01Z', u'flavor_id': None, u'routes': [], u'project_id': u'f43d114e2c334430bf08047d43583a7d'}) 2018-09-02 00:39:02,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:39:02,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"subnet_id": "de4b4838-3c3d-4feb-a4ac-f68b624eeb68"}' 2018-09-02 00:39:04,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de7ca7b9-9506-459a-b630-4b3d9702e21a Date: Sun, 02 Sep 2018 00:39:04 GMT RESP BODY: {"network_id": "19cbc285-59c3-4cb9-a6e3-7aac9827eb97", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "subnet_id": "de4b4838-3c3d-4feb-a4ac-f68b624eeb68", "subnet_ids": ["de4b4838-3c3d-4feb-a4ac-f68b624eeb68"], "port_id": "8dafb256-9e68-4dba-8a6b-d51d674e75ca", "id": "6aa72229-3ead-4423-8caa-e9a1c6bf8d06"} 2018-09-02 00:39:04,839 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06/add_router_interface.json used request id req-de7ca7b9-9506-459a-b630-4b3d9702e21a 2018-09-02 00:39:04,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.052257061s 2018-09-02 00:39:04,840 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06/add_router_interface.json used request id req-de7ca7b9-9506-459a-b630-4b3d9702e21a returning object 6aa72229-3ead-4423-8caa-e9a1c6bf8d06 2018-09-02 00:39:04,840 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:39:04,972 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:39:04,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:39:04,978 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:39:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:39:04,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:04,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:05,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dadda16b-cf7d-43e8-80f5-67b517062eb2 Date: Sun, 02 Sep 2018 00:39:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:05,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-dadda16b-cf7d-43e8-80f5-67b517062eb2 2018-09-02 00:39:05,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.719504833221s 2018-09-02 00:39:05,701 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-dadda16b-cf7d-43e8-80f5-67b517062eb2 2018-09-02 00:39:05,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:39:05,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_d8268053-12b7-4d67-8604-bccefc569323", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_d8268053-12b7-4d67-8604-bccefc569323"}' 2018-09-02 00:39:05,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/c5527876-4245-4794-b880-a7dd387f9c60 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ba2fe6f2-a873-46cb-aadb-2ffe8bf21785 Date: Sun, 02 Sep 2018 00:39:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:05Z", "file": "/v2/images/c5527876-4245-4794-b880-a7dd387f9c60/file", "owner": "f43d114e2c334430bf08047d43583a7d", "id": "c5527876-4245-4794-b880-a7dd387f9c60", "size": null, "self": "/v2/images/c5527876-4245-4794-b880-a7dd387f9c60", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_d8268053-12b7-4d67-8604-bccefc569323", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_d8268053-12b7-4d67-8604-bccefc569323", "checksum": null, "created_at": "2018-09-02T00:39:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:39:05,800 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-ba2fe6f2-a873-46cb-aadb-2ffe8bf21785 2018-09-02 00:39:05,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.092483997345s 2018-09-02 00:39:05,801 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-ba2fe6f2-a873-46cb-aadb-2ffe8bf21785 returning object c5527876-4245-4794-b880-a7dd387f9c60 2018-09-02 00:39:05,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:39:05,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/c5527876-4245-4794-b880-a7dd387f9c60/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '' 2018-09-02 00:39:08,215 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d0ce4a82-20c0-4521-b5f8-579ae1f6e225 Date: Sun, 02 Sep 2018 00:39:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:39:08,215 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/c5527876-4245-4794-b880-a7dd387f9c60/file used request id req-d0ce4a82-20c0-4521-b5f8-579ae1f6e225 2018-09-02 00:39:08,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.41389918327s 2018-09-02 00:39:08,216 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/c5527876-4245-4794-b880-a7dd387f9c60/file used request id req-d0ce4a82-20c0-4521-b5f8-579ae1f6e225 2018-09-02 00:39:08,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:08,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:08,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-8eb8a229-ae53-47eb-af83-b72563edd6d4 Date: Sun, 02 Sep 2018 00:39:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:08Z", "file": "/v2/images/c5527876-4245-4794-b880-a7dd387f9c60/file", "owner": "f43d114e2c334430bf08047d43583a7d", "id": "c5527876-4245-4794-b880-a7dd387f9c60", "size": 12716032, "self": "/v2/images/c5527876-4245-4794-b880-a7dd387f9c60", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c5527876-4245-4794-b880-a7dd387f9c60/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c5527876-4245-4794-b880-a7dd387f9c60/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_d8268053-12b7-4d67-8604-bccefc569323", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_d8268053-12b7-4d67-8604-bccefc569323", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:39:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:08,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8eb8a229-ae53-47eb-af83-b72563edd6d4 2018-09-02 00:39:08,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0264201164246s 2018-09-02 00:39:08,247 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8eb8a229-ae53-47eb-af83-b72563edd6d4 2018-09-02 00:39:08,249 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c5527876-4245-4794-b880-a7dd387f9c60/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c5527876-4245-4794-b880-a7dd387f9c60/file', 'owner': u'f43d114e2c334430bf08047d43583a7d', 'id': u'c5527876-4245-4794-b880-a7dd387f9c60', 'size': 12716032, u'self': u'/v2/images/c5527876-4245-4794-b880-a7dd387f9c60', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c5527876-4245-4794-b880-a7dd387f9c60/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:39:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T00:39:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_d8268053-12b7-4d67-8604-bccefc569323', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c5527876-4245-4794-b880-a7dd387f9c60', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_d8268053-12b7-4d67-8604-bccefc569323', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_d8268053-12b7-4d67-8604-bccefc569323', 'created': u'2018-09-02T00:39:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:39:05Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c5527876-4245-4794-b880-a7dd387f9c60', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_d8268053-12b7-4d67-8604-bccefc569323', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:39:08,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:39:08,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_d8268053-12b7-4d67-8604-bccefc569323", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:39:09,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e66de8b0-f85a-45a6-8e91-36bd9b982d5d x-compute-request-id: req-e66de8b0-f85a-45a6-8e91-36bd9b982d5d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_d8268053-12b7-4d67-8604-bccefc569323", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6def056d-15a9-4a68-91b5-1630c2bde0d8"}} 2018-09-02 00:39:09,065 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e66de8b0-f85a-45a6-8e91-36bd9b982d5d 2018-09-02 00:39:09,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.815375089645s 2018-09-02 00:39:09,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e66de8b0-f85a-45a6-8e91-36bd9b982d5d 2018-09-02 00:39:09,066 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_d8268053-12b7-4d67-8604-bccefc569323', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'6def056d-15a9-4a68-91b5-1630c2bde0d8', 'swap': 0}) 2018-09-02 00:39:09,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:39:09,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"extra_specs": {}}' 2018-09-02 00:39:09,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f91476a9-ea80-4c8c-97c4-08d164f00fa8 x-compute-request-id: req-f91476a9-ea80-4c8c-97c4-08d164f00fa8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:39:09,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8/os-extra_specs used request id req-f91476a9-ea80-4c8c-97c4-08d164f00fa8 2018-09-02 00:39:09,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.142171859741s 2018-09-02 00:39:09,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8/os-extra_specs used request id req-f91476a9-ea80-4c8c-97c4-08d164f00fa8 2018-09-02 00:39:09,323 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:39:09,323 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 00:39:09,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:39:09,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" -d '{"subnet_id": "de4b4838-3c3d-4feb-a4ac-f68b624eeb68"}' 2018-09-02 00:39:11,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e77e1707-a4d6-4019-8fdb-0d8edcd8d231 Date: Sun, 02 Sep 2018 00:39:11 GMT RESP BODY: {"network_id": "19cbc285-59c3-4cb9-a6e3-7aac9827eb97", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "subnet_id": "de4b4838-3c3d-4feb-a4ac-f68b624eeb68", "subnet_ids": ["de4b4838-3c3d-4feb-a4ac-f68b624eeb68"], "port_id": "8dafb256-9e68-4dba-8a6b-d51d674e75ca", "id": "6aa72229-3ead-4423-8caa-e9a1c6bf8d06"} 2018-09-02 00:39:11,227 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06/remove_router_interface.json used request id req-e77e1707-a4d6-4019-8fdb-0d8edcd8d231 2018-09-02 00:39:11,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.89853000641s 2018-09-02 00:39:11,228 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06/remove_router_interface.json used request id req-e77e1707-a4d6-4019-8fdb-0d8edcd8d231 returning object 6aa72229-3ead-4423-8caa-e9a1c6bf8d06 2018-09-02 00:39:11,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:39:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:11,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-3ab2cf14-bcbe-432a-ab8b-c51b248882a9 Date: Sun, 02 Sep 2018 00:39:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.210"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:01Z", "admin_state_up": true, "updated_at": "2018-09-02T00:39:10Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "6aa72229-3ead-4423-8caa-e9a1c6bf8d06", "name": "vmready1-router_d8268053-12b7-4d67-8604-bccefc569323"}]} 2018-09-02 00:39:11,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3ab2cf14-bcbe-432a-ab8b-c51b248882a9 2018-09-02 00:39:11,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.133500814438s 2018-09-02 00:39:11,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3ab2cf14-bcbe-432a-ab8b-c51b248882a9 2018-09-02 00:39:11,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:39:11,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:12,623 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f097a6f1-f6cd-4162-b06c-f039a5b1e551 Content-Length: 0 Date: Sun, 02 Sep 2018 00:39:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:39:12,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06.json used request id req-f097a6f1-f6cd-4162-b06c-f039a5b1e551 2018-09-02 00:39:12,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25960993767s 2018-09-02 00:39:12,624 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/6aa72229-3ead-4423-8caa-e9a1c6bf8d06.json used request id req-f097a6f1-f6cd-4162-b06c-f039a5b1e551 2018-09-02 00:39:12,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:39:12,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:12,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-c07b1a90-9b58-4e04-bafc-f120e5e0d48c Date: Sun, 02 Sep 2018 00:39:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:39:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"de4b4838-3c3d-4feb-a4ac-f68b624eeb68","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"f43d114e2c334430bf08047d43583a7d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_d8268053-12b7-4d67-8604-bccefc569323","enable_dhcp":true,"segment_id":null,"network_id":"19cbc285-59c3-4cb9-a6e3-7aac9827eb97","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:00Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 00:39:12,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c07b1a90-9b58-4e04-bafc-f120e5e0d48c 2018-09-02 00:39:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0521228313446s 2018-09-02 00:39:12,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c07b1a90-9b58-4e04-bafc-f120e5e0d48c 2018-09-02 00:39:12,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:39:12,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/de4b4838-3c3d-4feb-a4ac-f68b624eeb68.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:13,728 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-366f71d8-d5cf-4462-ade3-6b5eb1a99e73 Date: Sun, 02 Sep 2018 00:39:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:39:13,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/de4b4838-3c3d-4feb-a4ac-f68b624eeb68.json used request id req-366f71d8-d5cf-4462-ade3-6b5eb1a99e73 2018-09-02 00:39:13,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.05189204216s 2018-09-02 00:39:13,729 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/de4b4838-3c3d-4feb-a4ac-f68b624eeb68.json used request id req-366f71d8-d5cf-4462-ade3-6b5eb1a99e73 2018-09-02 00:39:13,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:13,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:13,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-15250020-1421-4100-81d7-e4bd4817d214 Date: Sun, 02 Sep 2018 00:39:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"19cbc285-59c3-4cb9-a6e3-7aac9827eb97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:13Z","qos_policy_id":null,"name":"vmready1-net_d8268053-12b7-4d67-8604-bccefc569323","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:00Z","provider:network_type":"vxlan"}]} 2018-09-02 00:39:13,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-15250020-1421-4100-81d7-e4bd4817d214 2018-09-02 00:39:13,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0913729667664s 2018-09-02 00:39:13,821 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-15250020-1421-4100-81d7-e4bd4817d214 2018-09-02 00:39:13,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:39:13,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/19cbc285-59c3-4cb9-a6e3-7aac9827eb97.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:14,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e75e417a-a8c9-4b66-b087-d039ec4ea9e0 Date: Sun, 02 Sep 2018 00:39:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:39:14,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/19cbc285-59c3-4cb9-a6e3-7aac9827eb97.json used request id req-e75e417a-a8c9-4b66-b087-d039ec4ea9e0 2018-09-02 00:39:14,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.09852695465s 2018-09-02 00:39:14,921 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/19cbc285-59c3-4cb9-a6e3-7aac9827eb97.json used request id req-e75e417a-a8c9-4b66-b087-d039ec4ea9e0 2018-09-02 00:39:14,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:14,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:14,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-92cddb85-9fab-4b4b-81c0-52ece24d96ae Date: Sun, 02 Sep 2018 00:39:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:08Z", "file": "/v2/images/c5527876-4245-4794-b880-a7dd387f9c60/file", "owner": "f43d114e2c334430bf08047d43583a7d", "id": "c5527876-4245-4794-b880-a7dd387f9c60", "size": 12716032, "self": "/v2/images/c5527876-4245-4794-b880-a7dd387f9c60", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c5527876-4245-4794-b880-a7dd387f9c60/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c5527876-4245-4794-b880-a7dd387f9c60/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_d8268053-12b7-4d67-8604-bccefc569323", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_d8268053-12b7-4d67-8604-bccefc569323", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:39:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:14,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-92cddb85-9fab-4b4b-81c0-52ece24d96ae 2018-09-02 00:39:14,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.024866104126s 2018-09-02 00:39:14,950 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-92cddb85-9fab-4b4b-81c0-52ece24d96ae 2018-09-02 00:39:14,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:39:14,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/c5527876-4245-4794-b880-a7dd387f9c60 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:15,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79444643-f203-4973-b3fd-2e6e07783cc7 Date: Sun, 02 Sep 2018 00:39:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:39:15,261 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/c5527876-4245-4794-b880-a7dd387f9c60 used request id req-79444643-f203-4973-b3fd-2e6e07783cc7 2018-09-02 00:39:15,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.309017181396s 2018-09-02 00:39:15,261 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/c5527876-4245-4794-b880-a7dd387f9c60 used request id req-79444643-f203-4973-b3fd-2e6e07783cc7 2018-09-02 00:39:15,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:39:15,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:15,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c3eca0b-bbb3-4e21-aedb-8a35dc1dbdc2 x-compute-request-id: req-7c3eca0b-bbb3-4e21-aedb-8a35dc1dbdc2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_d8268053-12b7-4d67-8604-bccefc569323", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6def056d-15a9-4a68-91b5-1630c2bde0d8"}]} 2018-09-02 00:39:15,403 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7c3eca0b-bbb3-4e21-aedb-8a35dc1dbdc2 2018-09-02 00:39:15,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141393899918s 2018-09-02 00:39:15,403 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7c3eca0b-bbb3-4e21-aedb-8a35dc1dbdc2 2018-09-02 00:39:15,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:39:15,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ab8c46c749ffecd752bf35112328eb809599b0" 2018-09-02 00:39:15,445 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:39:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebd89e0b-a4e6-40b4-882c-bdd80e0bc981 x-compute-request-id: req-ebd89e0b-a4e6-40b4-882c-bdd80e0bc981 Content-Length: 0 Content-Type: application/json 2018-09-02 00:39:15,445 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8 used request id req-ebd89e0b-a4e6-40b4-882c-bdd80e0bc981 2018-09-02 00:39:15,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0400648117065s 2018-09-02 00:39:15,446 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/6def056d-15a9-4a68-91b5-1630c2bde0d8 used request id req-ebd89e0b-a4e6-40b4-882c-bdd80e0bc981 2018-09-02 00:39:15,492 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:39:15,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:39:15,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:39:15,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:39:15,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad741d2-ce83-473f-b76c-14275826721e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:39:15,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-9ad741d2-ce83-473f-b76c-14275826721e 2018-09-02 00:39:15,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:39:15,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:39:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["3-2d0TYjRbKeER1np50A1A"], "issued_at": "2018-09-02T00:39:15.000000Z"}} 2018-09-02 00:39:15,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:15,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:16,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-0e624b5c-0ae9-47f8-a7b6-8fda85917132 Date: Sun, 02 Sep 2018 00:39:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:39:16,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0e624b5c-0ae9-47f8-a7b6-8fda85917132 2018-09-02 00:39:16,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335931062698s 2018-09-02 00:39:16,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0e624b5c-0ae9-47f8-a7b6-8fda85917132 2018-09-02 00:39:16,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:39:16,273 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:39:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d7e2c69-62a8-45da-a11d-609774427b19 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:39:16,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-8d7e2c69-62a8-45da-a11d-609774427b19 2018-09-02 00:39:16,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:39:16,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:16,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9771ba4a-3f96-4f87-b8b0-4b9d51bc9f3f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:39:16,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-9771ba4a-3f96-4f87-b8b0-4b9d51bc9f3f 2018-09-02 00:39:16,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.173142194748s 2018-09-02 00:39:16,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-9771ba4a-3f96-4f87-b8b0-4b9d51bc9f3f 2018-09-02 00:39:16,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:39:16,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_83b06384-52af-4742-8174-807893402d72"}}' 2018-09-02 00:39:16,648 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:39:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11de57f5-3c49-473b-8cab-1c1e7cea1af8 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31"}, "tags": [], "enabled": true, "id": "8bd8cf02d771468a9a81096b1490eb31", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_83b06384-52af-4742-8174-807893402d72"}} 2018-09-02 00:39:16,648 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-11de57f5-3c49-473b-8cab-1c1e7cea1af8 2018-09-02 00:39:16,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.193073987961s 2018-09-02 00:39:16,648 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-11de57f5-3c49-473b-8cab-1c1e7cea1af8 2018-09-02 00:39:16,649 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'8bd8cf02d771468a9a81096b1490eb31', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmready2-project_83b06384-52af-4742-8174-807893402d72'}) 2018-09-02 00:39:16,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:39:16,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "dafeb249-e26f-41b5-8c5a-2b0bbc7ac431", "email": null, "name": "vmready2-user_83b06384-52af-4742-8174-807893402d72"}}' 2018-09-02 00:39:17,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:39:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3f19ae1-306d-4100-83fc-8e660cd5801f Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_83b06384-52af-4742-8174-807893402d72", "links": {"self": "http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df8346325484447dac44b5f8f080d482", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:39:17,198 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-b3f19ae1-306d-4100-83fc-8e660cd5801f 2018-09-02 00:39:17,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.542870044708s 2018-09-02 00:39:17,198 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-b3f19ae1-306d-4100-83fc-8e660cd5801f 2018-09-02 00:39:17,199 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'df8346325484447dac44b5f8f080d482', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_83b06384-52af-4742-8174-807893402d72'}) 2018-09-02 00:39:17,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:39:17,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:17,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f87312b-8134-4d3b-b6c9-400b2b328423 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:39:17,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0f87312b-8134-4d3b-b6c9-400b2b328423 2018-09-02 00:39:17,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0985941886902s 2018-09-02 00:39:17,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0f87312b-8134-4d3b-b6c9-400b2b328423 2018-09-02 00:39:17,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:39:17,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:17,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56030c03-6ff0-4e22-b29c-8312955913d7 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:39:17,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-56030c03-6ff0-4e22-b29c-8312955913d7 2018-09-02 00:39:17,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.170178890228s 2018-09-02 00:39:17,476 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-56030c03-6ff0-4e22-b29c-8312955913d7 2018-09-02 00:39:17,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:39:17,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:17,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49608dfd-2f6e-4a02-b662-b15625fd5821 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:39:17,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-49608dfd-2f6e-4a02-b662-b15625fd5821 2018-09-02 00:39:17,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173435926437s 2018-09-02 00:39:17,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-49608dfd-2f6e-4a02-b662-b15625fd5821 2018-09-02 00:39:17,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:39:17,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:17,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8073ec58-af82-4cf7-a8e8-ec535aebe1bd Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:39:17,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-8073ec58-af82-4cf7-a8e8-ec535aebe1bd 2018-09-02 00:39:17,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.169944047928s 2018-09-02 00:39:17,830 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-8073ec58-af82-4cf7-a8e8-ec535aebe1bd 2018-09-02 00:39:17,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:39:17,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:17,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5cd96a-7e13-42e0-99d3-50b9e2628201 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmready2-user_83b06384-52af-4742-8174-807893402d72", "links": {"self": "http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df8346325484447dac44b5f8f080d482", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:39:17,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-ef5cd96a-7e13-42e0-99d3-50b9e2628201 2018-09-02 00:39:17,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.159290075302s 2018-09-02 00:39:17,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-ef5cd96a-7e13-42e0-99d3-50b9e2628201 2018-09-02 00:39:18,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:39:18,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:18,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f39bacd-ec67-431e-9371-97e588844d40 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31"}, "tags": [], "enabled": true, "id": "8bd8cf02d771468a9a81096b1490eb31", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_83b06384-52af-4742-8174-807893402d72"}]} 2018-09-02 00:39:18,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-9f39bacd-ec67-431e-9371-97e588844d40 2018-09-02 00:39:18,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104377985001s 2018-09-02 00:39:18,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-9f39bacd-ec67-431e-9371-97e588844d40 2018-09-02 00:39:18,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:39:18,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=df8346325484447dac44b5f8f080d482&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8bd8cf02d771468a9a81096b1490eb31" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:18,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3cef48c-e750-441b-83ef-4b3e95091178 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=df8346325484447dac44b5f8f080d482&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8bd8cf02d771468a9a81096b1490eb31", "previous": null, "next": null}} 2018-09-02 00:39:18,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=df8346325484447dac44b5f8f080d482&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8bd8cf02d771468a9a81096b1490eb31 used request id req-e3cef48c-e750-441b-83ef-4b3e95091178 2018-09-02 00:39:18,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.179133892059s 2018-09-02 00:39:18,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=df8346325484447dac44b5f8f080d482&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8bd8cf02d771468a9a81096b1490eb31 used request id req-e3cef48c-e750-441b-83ef-4b3e95091178 2018-09-02 00:39:18,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:39:18,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31/users/df8346325484447dac44b5f8f080d482/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:18,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:39:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-653c6e62-6dad-49e3-9807-7f24d210509c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:39:18,493 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31/users/df8346325484447dac44b5f8f080d482/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-653c6e62-6dad-49e3-9807-7f24d210509c 2018-09-02 00:39:18,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.195878982544s 2018-09-02 00:39:18,493 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31/users/df8346325484447dac44b5f8f080d482/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-653c6e62-6dad-49e3-9807-7f24d210509c 2018-09-02 00:39:18,494 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_83b06384-52af-4742-8174-807893402d72', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'8bd8cf02d771468a9a81096b1490eb31', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'dafeb249-e26f-41b5-8c5a-2b0bbc7ac431', 'username': u'vmready2-user_83b06384-52af-4742-8174-807893402d72', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:39:18,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:39:18,495 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:39:18,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:39:18,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:39:18,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:39:18,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:39:18,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:39:18,499 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_83b06384-52af-4742-8174-807893402d72', 'password': 'dafeb249-e26f-41b5-8c5a-2b0bbc7ac431', 'project_name': 'vmready2-project_83b06384-52af-4742-8174-807893402d72', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '8bd8cf02d771468a9a81096b1490eb31', 'project_domain_name': 'Default'} 2018-09-02 00:39:18,500 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-02 00:39:18,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:39:18,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14f88e9a-8eaa-4af6-92ed-95079c2a5865 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:39:18,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-14f88e9a-8eaa-4af6-92ed-95079c2a5865 2018-09-02 00:39:18,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:39:18,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8bd8cf02d771468a9a81096b1490eb31", "name": "vmready2-project_83b06384-52af-4742-8174-807893402d72"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8bd8cf02d771468a9a81096b1490eb31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/8bd8cf02d771468a9a81096b1490eb31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/8bd8cf02d771468a9a81096b1490eb31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8bd8cf02d771468a9a81096b1490eb31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/8bd8cf02d771468a9a81096b1490eb31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/8bd8cf02d771468a9a81096b1490eb31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/8bd8cf02d771468a9a81096b1490eb31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/8bd8cf02d771468a9a81096b1490eb31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/8bd8cf02d771468a9a81096b1490eb31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_8bd8cf02d771468a9a81096b1490eb31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_8bd8cf02d771468a9a81096b1490eb31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8bd8cf02d771468a9a81096b1490eb31", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/8bd8cf02d771468a9a81096b1490eb31", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/8bd8cf02d771468a9a81096b1490eb31", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_83b06384-52af-4742-8174-807893402d72", "id": "df8346325484447dac44b5f8f080d482"}, "audit_ids": ["VnL8ucE3QIaYsyFs8NxhIw"], "issued_at": "2018-09-02T00:39:18.000000Z"}} 2018-09-02 00:39:18,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:39:18,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" -d '{"network": {"name": "vmready2-net_83b06384-52af-4742-8174-807893402d72", "admin_state_up": true}}' 2018-09-02 00:39:19,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-2bdba7a1-843e-4f92-bf4a-264d892f9467 Date: Sun, 02 Sep 2018 00:39:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"0a76b8e0-f787-4480-a37f-a03d4c99df6c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8bd8cf02d771468a9a81096b1490eb31","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:19Z","is_default":false,"name":"vmready2-net_83b06384-52af-4742-8174-807893402d72","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8bd8cf02d771468a9a81096b1490eb31","created_at":"2018-09-02T00:39:19Z","mtu":1450}} 2018-09-02 00:39:19,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-2bdba7a1-843e-4f92-bf4a-264d892f9467 2018-09-02 00:39:19,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.604651927948s 2018-09-02 00:39:19,511 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-2bdba7a1-843e-4f92-bf4a-264d892f9467 2018-09-02 00:39:19,512 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:39:19Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'0a76b8e0-f787-4480-a37f-a03d4c99df6c', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_83b06384-52af-4742-8174-807893402d72', u'admin_state_up': True, u'tenant_id': u'8bd8cf02d771468a9a81096b1490eb31', u'created_at': u'2018-09-02T00:39:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8bd8cf02d771468a9a81096b1490eb31', u'l2_adjacency': True}) 2018-09-02 00:39:19,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:19,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:19,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-8c7c2f73-afa4-4f0d-a056-467f41fa9f4d Date: Sun, 02 Sep 2018 00:39:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"0a76b8e0-f787-4480-a37f-a03d4c99df6c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8bd8cf02d771468a9a81096b1490eb31","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:19Z","qos_policy_id":null,"name":"vmready2-net_83b06384-52af-4742-8174-807893402d72","admin_state_up":true,"tenant_id":"8bd8cf02d771468a9a81096b1490eb31","created_at":"2018-09-02T00:39:19Z","mtu":1450}]} 2018-09-02 00:39:19,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-8c7c2f73-afa4-4f0d-a056-467f41fa9f4d 2018-09-02 00:39:19,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124558210373s 2018-09-02 00:39:19,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-8c7c2f73-afa4-4f0d-a056-467f41fa9f4d 2018-09-02 00:39:19,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:39:19,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" -d '{"subnet": {"name": "vmready2-subnet_83b06384-52af-4742-8174-807893402d72", "enable_dhcp": true, "network_id": "0a76b8e0-f787-4480-a37f-a03d4c99df6c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:39:20,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c52b1be1-fb7f-4106-a59b-3d3ccc45a524 Date: Sun, 02 Sep 2018 00:39:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a76b8e0-f787-4480-a37f-a03d4c99df6c","tenant_id":"8bd8cf02d771468a9a81096b1490eb31","created_at":"2018-09-02T00:39:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:39:19Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8bd8cf02d771468a9a81096b1490eb31","id":"e38c4819-2e75-4f54-9cc4-c75b54742978","subnetpool_id":null,"name":"vmready2-subnet_83b06384-52af-4742-8174-807893402d72"}} 2018-09-02 00:39:20,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c52b1be1-fb7f-4106-a59b-3d3ccc45a524 2018-09-02 00:39:20,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.683197975159s 2018-09-02 00:39:20,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c52b1be1-fb7f-4106-a59b-3d3ccc45a524 2018-09-02 00:39:20,323 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:39:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e38c4819-2e75-4f54-9cc4-c75b54742978', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_83b06384-52af-4742-8174-807893402d72', u'enable_dhcp': True, u'network_id': u'0a76b8e0-f787-4480-a37f-a03d4c99df6c', u'tenant_id': u'8bd8cf02d771468a9a81096b1490eb31', u'created_at': u'2018-09-02T00:39:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8bd8cf02d771468a9a81096b1490eb31'}) 2018-09-02 00:39:20,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:39:20,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "vmready2-router_83b06384-52af-4742-8174-807893402d72", "admin_state_up": true}}' 2018-09-02 00:39:21,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ae30e62e-7dab-46fa-9bf7-37e1744c14ab Date: Sun, 02 Sep 2018 00:39:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "created_at": "2018-09-02T00:39:20Z", "admin_state_up": true, "updated_at": "2018-09-02T00:39:21Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8bd8cf02d771468a9a81096b1490eb31", "id": "33d12ce8-108e-4446-a372-063ce358696a", "name": "vmready2-router_83b06384-52af-4742-8174-807893402d72"}} 2018-09-02 00:39:21,795 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-ae30e62e-7dab-46fa-9bf7-37e1744c14ab 2018-09-02 00:39:21,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.4716091156s 2018-09-02 00:39:21,795 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-ae30e62e-7dab-46fa-9bf7-37e1744c14ab 2018-09-02 00:39:21,796 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:39:21Z', u'revision_number': 2, u'id': u'33d12ce8-108e-4446-a372-063ce358696a', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.211'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_83b06384-52af-4742-8174-807893402d72', u'admin_state_up': True, u'tenant_id': u'8bd8cf02d771468a9a81096b1490eb31', u'created_at': u'2018-09-02T00:39:20Z', u'flavor_id': None, u'routes': [], u'project_id': u'8bd8cf02d771468a9a81096b1490eb31'}) 2018-09-02 00:39:21,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:39:21,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" -d '{"subnet_id": "e38c4819-2e75-4f54-9cc4-c75b54742978"}' 2018-09-02 00:39:24,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8a22f8e8-465e-487e-a5b7-0ff35f66fd16 Date: Sun, 02 Sep 2018 00:39:24 GMT RESP BODY: {"network_id": "0a76b8e0-f787-4480-a37f-a03d4c99df6c", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "subnet_id": "e38c4819-2e75-4f54-9cc4-c75b54742978", "subnet_ids": ["e38c4819-2e75-4f54-9cc4-c75b54742978"], "port_id": "a91f78d5-791b-42db-b226-3aa5c40a3ab4", "id": "33d12ce8-108e-4446-a372-063ce358696a"} 2018-09-02 00:39:24,083 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a/add_router_interface.json used request id req-8a22f8e8-465e-487e-a5b7-0ff35f66fd16 2018-09-02 00:39:24,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.28628706932s 2018-09-02 00:39:24,083 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a/add_router_interface.json used request id req-8a22f8e8-465e-487e-a5b7-0ff35f66fd16 returning object 33d12ce8-108e-4446-a372-063ce358696a 2018-09-02 00:39:24,084 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:39:24,210 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:39:24,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:39:24,217 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:39:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:39:24,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:24,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:24,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b080834d-a72b-403d-89da-db776f17c9f6 Date: Sun, 02 Sep 2018 00:39:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:24,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b080834d-a72b-403d-89da-db776f17c9f6 2018-09-02 00:39:24,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760601997375s 2018-09-02 00:39:24,982 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b080834d-a72b-403d-89da-db776f17c9f6 2018-09-02 00:39:24,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:39:24,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_83b06384-52af-4742-8174-807893402d72", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_83b06384-52af-4742-8174-807893402d72"}' 2018-09-02 00:39:25,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ba7d9aba-b52f-4b61-9dd2-7056b025a494 Date: Sun, 02 Sep 2018 00:39:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:24Z", "file": "/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/file", "owner": "8bd8cf02d771468a9a81096b1490eb31", "id": "0e2661ea-9009-460d-b757-d18fc3bc7e7c", "size": null, "self": "/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_83b06384-52af-4742-8174-807893402d72", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_83b06384-52af-4742-8174-807893402d72", "checksum": null, "created_at": "2018-09-02T00:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:39:25,062 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-ba7d9aba-b52f-4b61-9dd2-7056b025a494 2018-09-02 00:39:25,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0723309516907s 2018-09-02 00:39:25,063 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-ba7d9aba-b52f-4b61-9dd2-7056b025a494 returning object 0e2661ea-9009-460d-b757-d18fc3bc7e7c 2018-09-02 00:39:25,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:39:25,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" -d '' 2018-09-02 00:39:25,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-836176bc-4598-4a6a-97b8-8fef1004f2c0 Date: Sun, 02 Sep 2018 00:39:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:39:25,498 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/file used request id req-836176bc-4598-4a6a-97b8-8fef1004f2c0 2018-09-02 00:39:25,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.434344053268s 2018-09-02 00:39:25,498 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/file used request id req-836176bc-4598-4a6a-97b8-8fef1004f2c0 2018-09-02 00:39:25,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:25,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:25,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-258ef2f1-3e11-49f6-b75d-5af673d3c919 Date: Sun, 02 Sep 2018 00:39:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:25Z", "file": "/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/file", "owner": "8bd8cf02d771468a9a81096b1490eb31", "id": "0e2661ea-9009-460d-b757-d18fc3bc7e7c", "size": 12716032, "self": "/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_83b06384-52af-4742-8174-807893402d72", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_83b06384-52af-4742-8174-807893402d72", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:25,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-258ef2f1-3e11-49f6-b75d-5af673d3c919 2018-09-02 00:39:25,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0359990596771s 2018-09-02 00:39:25,538 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-258ef2f1-3e11-49f6-b75d-5af673d3c919 2018-09-02 00:39:25,539 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/file', 'owner': u'8bd8cf02d771468a9a81096b1490eb31', 'id': u'0e2661ea-9009-460d-b757-d18fc3bc7e7c', 'size': 12716032, u'self': u'/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8bd8cf02d771468a9a81096b1490eb31', 'name': 'vmready2-project_83b06384-52af-4742-8174-807893402d72', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:39:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T00:39:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_83b06384-52af-4742-8174-807893402d72', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_83b06384-52af-4742-8174-807893402d72', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_83b06384-52af-4742-8174-807893402d72', 'created': u'2018-09-02T00:39:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:39:24Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_83b06384-52af-4742-8174-807893402d72', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:39:25,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:39:25,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_83b06384-52af-4742-8174-807893402d72", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:39:26,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcbb8af8-99a6-473d-bdc7-61e7360c542f x-compute-request-id: req-fcbb8af8-99a6-473d-bdc7-61e7360c542f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_83b06384-52af-4742-8174-807893402d72", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ada597b7-9a69-4257-9584-44b1f5ee3ddc"}} 2018-09-02 00:39:26,263 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-fcbb8af8-99a6-473d-bdc7-61e7360c542f 2018-09-02 00:39:26,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.722937107086s 2018-09-02 00:39:26,263 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-fcbb8af8-99a6-473d-bdc7-61e7360c542f 2018-09-02 00:39:26,264 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_83b06384-52af-4742-8174-807893402d72', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'ada597b7-9a69-4257-9584-44b1f5ee3ddc', 'swap': 0}) 2018-09-02 00:39:26,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:39:26,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" -d '{"extra_specs": {}}' 2018-09-02 00:39:26,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8063b6e0-52fa-4777-9965-b50185e92c0e x-compute-request-id: req-8063b6e0-52fa-4777-9965-b50185e92c0e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:39:26,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc/os-extra_specs used request id req-8063b6e0-52fa-4777-9965-b50185e92c0e 2018-09-02 00:39:26,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220248699188s 2018-09-02 00:39:26,287 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc/os-extra_specs used request id req-8063b6e0-52fa-4777-9965-b50185e92c0e 2018-09-02 00:39:26,396 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:39:26,397 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 00:39:26,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:39:26,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" -d '{"subnet_id": "e38c4819-2e75-4f54-9cc4-c75b54742978"}' 2018-09-02 00:39:28,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3f8bbf72-a190-4a36-aab9-aeac7d44f73f Date: Sun, 02 Sep 2018 00:39:28 GMT RESP BODY: {"network_id": "0a76b8e0-f787-4480-a37f-a03d4c99df6c", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "subnet_id": "e38c4819-2e75-4f54-9cc4-c75b54742978", "subnet_ids": ["e38c4819-2e75-4f54-9cc4-c75b54742978"], "port_id": "a91f78d5-791b-42db-b226-3aa5c40a3ab4", "id": "33d12ce8-108e-4446-a372-063ce358696a"} 2018-09-02 00:39:28,517 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a/remove_router_interface.json used request id req-3f8bbf72-a190-4a36-aab9-aeac7d44f73f 2018-09-02 00:39:28,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.11576509476s 2018-09-02 00:39:28,518 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a/remove_router_interface.json used request id req-3f8bbf72-a190-4a36-aab9-aeac7d44f73f returning object 33d12ce8-108e-4446-a372-063ce358696a 2018-09-02 00:39:28,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:39:28,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:28,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-b79551f9-b6ea-473a-af44-e06c22f4b227 Date: Sun, 02 Sep 2018 00:39:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "created_at": "2018-09-02T00:39:20Z", "admin_state_up": true, "updated_at": "2018-09-02T00:39:27Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "8bd8cf02d771468a9a81096b1490eb31", "id": "33d12ce8-108e-4446-a372-063ce358696a", "name": "vmready2-router_83b06384-52af-4742-8174-807893402d72"}]} 2018-09-02 00:39:28,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-b79551f9-b6ea-473a-af44-e06c22f4b227 2018-09-02 00:39:28,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127940177917s 2018-09-02 00:39:28,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-b79551f9-b6ea-473a-af44-e06c22f4b227 2018-09-02 00:39:28,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:39:28,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:29,802 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4228ba3a-7cc4-4638-a7db-55772adeefca Content-Length: 0 Date: Sun, 02 Sep 2018 00:39:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:39:29,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a.json used request id req-4228ba3a-7cc4-4638-a7db-55772adeefca 2018-09-02 00:39:29,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.15412402153s 2018-09-02 00:39:29,802 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/33d12ce8-108e-4446-a372-063ce358696a.json used request id req-4228ba3a-7cc4-4638-a7db-55772adeefca 2018-09-02 00:39:29,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:39:29,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:29,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b21afefe-9fd4-44f2-a90d-5b03e9979cff Date: Sun, 02 Sep 2018 00:39:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a76b8e0-f787-4480-a37f-a03d4c99df6c","tenant_id":"8bd8cf02d771468a9a81096b1490eb31","created_at":"2018-09-02T00:39:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:39:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8bd8cf02d771468a9a81096b1490eb31","id":"e38c4819-2e75-4f54-9cc4-c75b54742978","subnetpool_id":null,"name":"vmready2-subnet_83b06384-52af-4742-8174-807893402d72"}]} 2018-09-02 00:39:29,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b21afefe-9fd4-44f2-a90d-5b03e9979cff 2018-09-02 00:39:29,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0733590126038s 2018-09-02 00:39:29,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b21afefe-9fd4-44f2-a90d-5b03e9979cff 2018-09-02 00:39:29,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:39:29,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/e38c4819-2e75-4f54-9cc4-c75b54742978.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:30,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3e94540-d622-4ef4-8f9f-ea3156c4a0bf Date: Sun, 02 Sep 2018 00:39:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:39:30,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/e38c4819-2e75-4f54-9cc4-c75b54742978.json used request id req-c3e94540-d622-4ef4-8f9f-ea3156c4a0bf 2018-09-02 00:39:30,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.08196997643s 2018-09-02 00:39:30,960 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/e38c4819-2e75-4f54-9cc4-c75b54742978.json used request id req-c3e94540-d622-4ef4-8f9f-ea3156c4a0bf 2018-09-02 00:39:30,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:30,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:31,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-f484a737-cde1-4d8b-942b-74192014d550 Date: Sun, 02 Sep 2018 00:39:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0a76b8e0-f787-4480-a37f-a03d4c99df6c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8bd8cf02d771468a9a81096b1490eb31","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:30Z","qos_policy_id":null,"name":"vmready2-net_83b06384-52af-4742-8174-807893402d72","admin_state_up":true,"tenant_id":"8bd8cf02d771468a9a81096b1490eb31","created_at":"2018-09-02T00:39:19Z","mtu":1450}]} 2018-09-02 00:39:31,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f484a737-cde1-4d8b-942b-74192014d550 2018-09-02 00:39:31,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0916850566864s 2018-09-02 00:39:31,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f484a737-cde1-4d8b-942b-74192014d550 2018-09-02 00:39:31,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:39:31,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/0a76b8e0-f787-4480-a37f-a03d4c99df6c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:32,139 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3aaa16a8-8945-4349-9739-5187b836720b Date: Sun, 02 Sep 2018 00:39:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:39:32,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/0a76b8e0-f787-4480-a37f-a03d4c99df6c.json used request id req-3aaa16a8-8945-4349-9739-5187b836720b 2018-09-02 00:39:32,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08596301079s 2018-09-02 00:39:32,140 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/0a76b8e0-f787-4480-a37f-a03d4c99df6c.json used request id req-3aaa16a8-8945-4349-9739-5187b836720b 2018-09-02 00:39:32,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:32,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:32,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-80fd9954-f175-4db7-a68a-4fffd87ebfdb Date: Sun, 02 Sep 2018 00:39:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:25Z", "file": "/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/file", "owner": "8bd8cf02d771468a9a81096b1490eb31", "id": "0e2661ea-9009-460d-b757-d18fc3bc7e7c", "size": 12716032, "self": "/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_83b06384-52af-4742-8174-807893402d72", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_83b06384-52af-4742-8174-807893402d72", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:39:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:32,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-80fd9954-f175-4db7-a68a-4fffd87ebfdb 2018-09-02 00:39:32,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0360898971558s 2018-09-02 00:39:32,181 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-80fd9954-f175-4db7-a68a-4fffd87ebfdb 2018-09-02 00:39:32,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:39:32,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9645d13f72ea5744e2b89ff883cdeb7e8ece9e10" 2018-09-02 00:39:33,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9cf1583e-62a5-402e-ad25-b07ba799193d Date: Sun, 02 Sep 2018 00:39:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:39:33,339 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c used request id req-9cf1583e-62a5-402e-ad25-b07ba799193d 2018-09-02 00:39:33,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.15728092194s 2018-09-02 00:39:33,340 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/0e2661ea-9009-460d-b757-d18fc3bc7e7c used request id req-9cf1583e-62a5-402e-ad25-b07ba799193d 2018-09-02 00:39:33,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:39:33,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:33,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ec2bab5-bc02-444f-9b62-cf0a1bd54e17 x-compute-request-id: req-7ec2bab5-bc02-444f-9b62-cf0a1bd54e17 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_83b06384-52af-4742-8174-807893402d72", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ada597b7-9a69-4257-9584-44b1f5ee3ddc"}]} 2018-09-02 00:39:33,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7ec2bab5-bc02-444f-9b62-cf0a1bd54e17 2018-09-02 00:39:33,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022243976593s 2018-09-02 00:39:33,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7ec2bab5-bc02-444f-9b62-cf0a1bd54e17 2018-09-02 00:39:33,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:39:33,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:33,402 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cea6ed9f-7852-463d-bb3f-d3d446fb2e55 x-compute-request-id: req-cea6ed9f-7852-463d-bb3f-d3d446fb2e55 Content-Length: 0 Content-Type: application/json 2018-09-02 00:39:33,402 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc used request id req-cea6ed9f-7852-463d-bb3f-d3d446fb2e55 2018-09-02 00:39:33,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0377771854401s 2018-09-02 00:39:33,403 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/ada597b7-9a69-4257-9584-44b1f5ee3ddc used request id req-cea6ed9f-7852-463d-bb3f-d3d446fb2e55 2018-09-02 00:39:33,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:39:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:33,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-097a81df-65ca-4f1a-8c41-77a242504202 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vmready2-user_83b06384-52af-4742-8174-807893402d72", "links": {"self": "http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df8346325484447dac44b5f8f080d482", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:39:33,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-097a81df-65ca-4f1a-8c41-77a242504202 2018-09-02 00:39:33,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208924055099s 2018-09-02 00:39:33,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-097a81df-65ca-4f1a-8c41-77a242504202 2018-09-02 00:39:33,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:39:33,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:33,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aad35c2-e54a-4879-bea3-b0e3b1315683 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_83b06384-52af-4742-8174-807893402d72", "links": {"self": "http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "df8346325484447dac44b5f8f080d482", "description": null}} 2018-09-02 00:39:33,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482 used request id req-9aad35c2-e54a-4879-bea3-b0e3b1315683 2018-09-02 00:39:33,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.228531837463s 2018-09-02 00:39:33,847 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482 used request id req-9aad35c2-e54a-4879-bea3-b0e3b1315683 2018-09-02 00:39:33,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 00:39:33,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:34,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:39:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58b9b983-837b-4725-869c-5e7663c05db2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:39:34,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482 used request id req-58b9b983-837b-4725-869c-5e7663c05db2 2018-09-02 00:39:34,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.313430070877s 2018-09-02 00:39:34,162 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/df8346325484447dac44b5f8f080d482 used request id req-58b9b983-837b-4725-869c-5e7663c05db2 2018-09-02 00:39:34,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:39:34,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:34,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4d7fed-50cc-4f3f-b8b5-7a465c0859dc Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31"}, "tags": [], "enabled": true, "id": "8bd8cf02d771468a9a81096b1490eb31", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_83b06384-52af-4742-8174-807893402d72"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 00:39:34,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-0d4d7fed-50cc-4f3f-b8b5-7a465c0859dc 2018-09-02 00:39:34,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.176457881927s 2018-09-02 00:39:34,344 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-0d4d7fed-50cc-4f3f-b8b5-7a465c0859dc 2018-09-02 00:39:34,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 00:39:34,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0c3adfd15ba68b6388c54c9ce430259e950ae512" 2018-09-02 00:39:34,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:39:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-983beea2-6ffd-414a-b069-d9d8c4e87a5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:39:34,564 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31 used request id req-983beea2-6ffd-414a-b069-d9d8c4e87a5e 2018-09-02 00:39:34,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.215178966522s 2018-09-02 00:39:34,564 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/8bd8cf02d771468a9a81096b1490eb31 used request id req-983beea2-6ffd-414a-b069-d9d8c4e87a5e 2018-09-02 00:39:34,615 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:39:34,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:39:34,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:39:34,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:39:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:39:34,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93ad4a5-732f-47bf-b45a-cf8c6dc39e02 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:39:34,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-c93ad4a5-732f-47bf-b45a-cf8c6dc39e02 2018-09-02 00:39:34,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:39:35,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["2TibYe0NT7eyMwfM4_qLYQ"], "issued_at": "2018-09-02T00:39:34.000000Z"}} 2018-09-02 00:39:35,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:35,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:35,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-bab5b40c-14fd-4577-a6de-f34fc46563fc Date: Sun, 02 Sep 2018 00:39:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:39:35,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bab5b40c-14fd-4577-a6de-f34fc46563fc 2018-09-02 00:39:35,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351493120193s 2018-09-02 00:39:35,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bab5b40c-14fd-4577-a6de-f34fc46563fc 2018-09-02 00:39:35,412 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-02 00:39:35,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:39:35,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"network": {"name": "singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "admin_state_up": true}}' 2018-09-02 00:39:35,655 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-5f3e7eb2-c443-475a-94a0-a8bb6cff5d19 Date: Sun, 02 Sep 2018 00:39:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:35Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","mtu":1450}} 2018-09-02 00:39:35,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5f3e7eb2-c443-475a-94a0-a8bb6cff5d19 2018-09-02 00:39:35,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.241692066193s 2018-09-02 00:39:35,655 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5f3e7eb2-c443-475a-94a0-a8bb6cff5d19 2018-09-02 00:39:35,656 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:39:35Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'528b7c17-b4cb-4825-a9b5-be162ee2aaa4', u'provider:segmentation_id': 70, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5', u'created_at': u'2018-09-02T00:39:35Z', u'mtu': 1450, u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f43d114e2c334430bf08047d43583a7d', u'l2_adjacency': True}) 2018-09-02 00:39:35,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:35,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:35,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-cae5e3ea-cc66-4bdd-826b-cc4f8902375e Date: Sun, 02 Sep 2018 00:39:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:39:35Z","qos_policy_id":null,"name":"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","provider:network_type":"vxlan"}]} 2018-09-02 00:39:35,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-cae5e3ea-cc66-4bdd-826b-cc4f8902375e 2018-09-02 00:39:35,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0929250717163s 2018-09-02 00:39:35,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-cae5e3ea-cc66-4bdd-826b-cc4f8902375e 2018-09-02 00:39:35,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:39:35,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"subnet": {"name": "singlevm1-subnet_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "enable_dhcp": true, "network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:39:36,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-56cd8c60-6cbf-4a8e-8e22-dc37b67e34ab Date: Sun, 02 Sep 2018 00:39:36 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T00:39:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"faaa9754-2a3f-4ca6-9f5c-6fbecd580f46","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"f43d114e2c334430bf08047d43583a7d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_5b28a071-dbfc-426e-912b-16d99fb8c6c5","enable_dhcp":true,"segment_id":null,"network_id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","ip_version":4}} 2018-09-02 00:39:36,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-56cd8c60-6cbf-4a8e-8e22-dc37b67e34ab 2018-09-02 00:39:36,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.634844779968s 2018-09-02 00:39:36,387 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-56cd8c60-6cbf-4a8e-8e22-dc37b67e34ab 2018-09-02 00:39:36,388 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:39:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'faaa9754-2a3f-4ca6-9f5c-6fbecd580f46', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_5b28a071-dbfc-426e-912b-16d99fb8c6c5', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'528b7c17-b4cb-4825-a9b5-be162ee2aaa4', u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'created_at': u'2018-09-02T00:39:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f43d114e2c334430bf08047d43583a7d'}) 2018-09-02 00:39:36,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:39:36,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "singlevm1-router_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "admin_state_up": true}}' 2018-09-02 00:39:37,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 709 X-Openstack-Request-Id: req-102e97cd-400f-49de-a209-54136f5743ee Date: Sun, 02 Sep 2018 00:39:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.212"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:36Z", "admin_state_up": true, "updated_at": "2018-09-02T00:39:37Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "name": "singlevm1-router_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}} 2018-09-02 00:39:37,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-102e97cd-400f-49de-a209-54136f5743ee 2018-09-02 00:39:37,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45363593102s 2018-09-02 00:39:37,842 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-102e97cd-400f-49de-a209-54136f5743ee 2018-09-02 00:39:37,843 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:39:37Z', u'revision_number': 2, u'ha': False, u'id': u'c7cfa66c-b2bd-46b0-ac4f-d9cff713f869', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.212'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_5b28a071-dbfc-426e-912b-16d99fb8c6c5', u'admin_state_up': True, u'tenant_id': u'f43d114e2c334430bf08047d43583a7d', u'created_at': u'2018-09-02T00:39:36Z', u'flavor_id': None, u'routes': [], u'project_id': u'f43d114e2c334430bf08047d43583a7d'}) 2018-09-02 00:39:37,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:39:37,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"subnet_id": "faaa9754-2a3f-4ca6-9f5c-6fbecd580f46"}' 2018-09-02 00:39:39,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-36375da4-dc88-4720-8981-98c74d690202 Date: Sun, 02 Sep 2018 00:39:39 GMT RESP BODY: {"network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "subnet_id": "faaa9754-2a3f-4ca6-9f5c-6fbecd580f46", "subnet_ids": ["faaa9754-2a3f-4ca6-9f5c-6fbecd580f46"], "port_id": "1c45cf15-c827-4f24-8d25-202152513c26", "id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869"} 2018-09-02 00:39:39,923 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869/add_router_interface.json used request id req-36375da4-dc88-4720-8981-98c74d690202 2018-09-02 00:39:39,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07970809937s 2018-09-02 00:39:39,923 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869/add_router_interface.json used request id req-36375da4-dc88-4720-8981-98c74d690202 returning object c7cfa66c-b2bd-46b0-ac4f-d9cff713f869 2018-09-02 00:39:39,924 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:39:40,051 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:39:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:39:40,059 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:39:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:39:40,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:40,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:40,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ce8481c6-bb98-47ae-9559-fa97d63f5173 Date: Sun, 02 Sep 2018 00:39:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:40,780 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ce8481c6-bb98-47ae-9559-fa97d63f5173 2018-09-02 00:39:40,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.716512918472s 2018-09-02 00:39:40,780 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ce8481c6-bb98-47ae-9559-fa97d63f5173 2018-09-02 00:39:40,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:39:40,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}' 2018-09-02 00:39:40,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-07114db4-3462-4df2-ae5e-8bc6399954ad Date: Sun, 02 Sep 2018 00:39:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:40Z", "file": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file", "owner": "f43d114e2c334430bf08047d43583a7d", "id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "size": null, "self": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "checksum": null, "created_at": "2018-09-02T00:39:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:39:40,918 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-07114db4-3462-4df2-ae5e-8bc6399954ad 2018-09-02 00:39:40,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.129679918289s 2018-09-02 00:39:40,919 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-07114db4-3462-4df2-ae5e-8bc6399954ad returning object fb3eba95-1cd9-4047-ac68-9bc44a3015a6 2018-09-02 00:39:40,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:39:40,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '' 2018-09-02 00:39:41,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-72b630c9-4047-42a2-8b36-ae4e803d3204 Date: Sun, 02 Sep 2018 00:39:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:39:41,376 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file used request id req-72b630c9-4047-42a2-8b36-ae4e803d3204 2018-09-02 00:39:41,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.456520080566s 2018-09-02 00:39:41,377 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file used request id req-72b630c9-4047-42a2-8b36-ae4e803d3204 2018-09-02 00:39:41,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:41,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:41,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-1c54837a-8193-4db9-9fc7-ac13a720ce35 Date: Sun, 02 Sep 2018 00:39:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:41Z", "file": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file", "owner": "f43d114e2c334430bf08047d43583a7d", "id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "size": 12716032, "self": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:39:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:41,405 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-1c54837a-8193-4db9-9fc7-ac13a720ce35 2018-09-02 00:39:41,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245680809021s 2018-09-02 00:39:41,406 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-1c54837a-8193-4db9-9fc7-ac13a720ce35 2018-09-02 00:39:41,407 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file', 'owner': u'f43d114e2c334430bf08047d43583a7d', 'id': u'fb3eba95-1cd9-4047-ac68-9bc44a3015a6', 'size': 12716032, u'self': u'/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:39:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T00:39:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5', 'created': u'2018-09-02T00:39:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:39:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:39:41,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:39:41,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:39:42,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6326dae-6337-4cfe-8efe-f01ad99710bd x-compute-request-id: req-e6326dae-6337-4cfe-8efe-f01ad99710bd Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22"}} 2018-09-02 00:39:42,127 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e6326dae-6337-4cfe-8efe-f01ad99710bd 2018-09-02 00:39:42,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.71870303154s 2018-09-02 00:39:42,127 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e6326dae-6337-4cfe-8efe-f01ad99710bd 2018-09-02 00:39:42,128 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_5b28a071-dbfc-426e-912b-16d99fb8c6c5', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'5e4dc76b-de8b-411b-8efb-ffc4eeae1b22', 'swap': 0}) 2018-09-02 00:39:42,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:39:42,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"extra_specs": {}}' 2018-09-02 00:39:42,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff91c776-742c-45aa-af37-c435b6cd7310 x-compute-request-id: req-ff91c776-742c-45aa-af37-c435b6cd7310 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:39:42,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22/os-extra_specs used request id req-ff91c776-742c-45aa-af37-c435b6cd7310 2018-09-02 00:39:42,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0198681354523s 2018-09-02 00:39:42,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22/os-extra_specs used request id req-ff91c776-742c-45aa-af37-c435b6cd7310 2018-09-02 00:39:42,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 00:39:42,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"keypair": {"name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}}' 2018-09-02 00:39:42,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a992ce93-c7c3-499d-9b50-56cca53184a8 x-compute-request-id: req-a992ce93-c7c3-499d-9b50-56cca53184a8 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoOC5mhCECs+wy3qcWJ8lx+ltXPr6c3w1Op/9O14Bb4i6gBCFqqa/rHjfODULFq8WwAz7vZMXI+wFIlFiEOKWR/s7U9p1IPqidsPGQtuxey5KvP4d4qCexxr0E++PWshHBJH3eCdz6d2Qdrj68JvCSCRBNHeRZe5ZdBCYH9F4cdwo80Pm/CR2yvfhIjBbx1R8VjrCY1nBhAF1JBWErJi9k5gwNrRc76o9wQsnLsC9AZlTjcQnTLJKgTcc3W2ZydpehL+YZnUhItDPYk/jfNQyVnFVbgBkvFpg5vGJ6i2zSlsoNzLK+/tIyA/cj+fKkULthsikFewDKdMYutjxgdIW7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAqDguZoQhArPsMt6nFifJcfpbVz6+nN8NTqf/TteAW+IuoAQh\naqmv6x43zg1CxavFsAM+72TFyPsBSJRYhDilkf7O1PadSD6onbDxkLbsXsuSrz+H\neKgnsca9BPvj1rIRwSR93gnc+ndkHa4+vCbwkgkQTR3kWXuWXQQmB/ReHHcKPND5\nvwkdsr34SIwW8dUfFY6wmNZwYQBdSQVhKyYvZOYMDa0XO+qPcELJy7AvQGZU43EJ\n0yySoE3HN1tmcnaXoS/mGZ1ISLQz2JP43zUMlZxVW4AZLxaYObxieots0pbKDcyy\nvv7SMgP3I/nypFC7YbIpBXsAynTGLrY8YHSFuwIDAQABAoIBAQCXRq6zkm79N0Ba\nHtCzo+QMk9BAjTRtbklRStLV3AaamrTDQfOrMB37mpkku9goW2jT+JdIQZ98Nf3Z\nf0562VZMDJGEAqM+rNqFtPIH6fh25ytqXf8+CjpoLQkeykcCc/BzeJWYb9ZBh8yI\nxIG2Qm5lZbE7KH6J2hJGY8yvqppXjWBcGzUnMmz2e32qr/6UpJG3Kv5HqGyjtmTn\nnXCCv7bzRKnAEvUoALypx/WxB1x4KOq9dU37HhQcOPqVOs68OuqvrvQOGLbwJ6qY\n/q7IUIPq6Iq3bzxgz194C3q1PpEaz7M2rxREncu/M+IR/9LqOmidkUsjD3yEK8dA\n2EZ6fxpBAoGBANQAUmV4XXeraGFzd36cWohNsDXXjItwB5PZ/sRUfjg6AoL/kgwK\nhjx8EgzCKvlBLiht19jhD8jYD1SLCoX2Sy6edz+io83F40ttucSXhvHmVxGWxpbe\nJgQe3do0UfB7fu0CLvnnmcuwVWQIp2Dvx2J9YdkmHol5JiM3F9VSCjXFAoGBAMsh\nuMd8iL3useaXKrmalQF6+4qN+Bwj764GYn1skJJYmoE3Q29LJoTgx7FbZzK7ieRc\ncITvAIpI5kI9cQDFhMpv5bRF7BP++3bRdlW/iMyxF8mxf+mXdw7gr4n5UXhWiKJl\nJ9+bGF3Gl4e304nF/g8DryzcXICvITQ8LoMNawV/AoGBAJliAjtX8of6g/K9z97S\n0M19J9hMs2rPCyx1tFXnq8qSbe7Jaak8lBJ+0bBZay4bcoHdtyU68Ginqa/JSTvT\nDmIUVMK9sTXXzrNsF9Ocrg2mUahwJg5Re7/PdUPCRuZu804XHlXAsw0j7yQI/tCr\nqt4fSQQLCFz+QhGIcr3sNWbhAoGBAI+HRUvXJ7ukhBldqLe6jRydrEzLYYtorPs2\n0bKz2jc92fYBeWmTHSV4ukEMR4/mSVmNI4gaZDRRrDkTttwHtHths1m8qkG6wi3D\ndSzDiEKxwxAlli8UcfCWPBJuku1Hn4W3mgP6T647G2ivMA5CUvCC9uzoy4e1tu10\ntJyvB3a7AoGABnkPMCp44LOaq5FmbGSx1h3l3P3hgiydnxQfHAj1WhkENhMzjzgw\nku4RXkQ2FrrLL55gy9a7nAqe9tDl017wEjUqvXWDQo08XSkowxAX2fCtuGaIK3K+\nUjcAQiJfg5umey+4mbZhAkhMk7uD+0g1S6mE3guKWm6JG6Rtnhs3E3E=\n-----END RSA PRIVATE KEY-----\n", "user_id": "9069fb4d8e9748779396cb8799deae57", "name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "fingerprint": "c6:d9:c5:55:f0:03:0b:37:a8:df:20:c2:7d:5b:64:d3"}} 2018-09-02 00:39:42,377 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-a992ce93-c7c3-499d-9b50-56cca53184a8 2018-09-02 00:39:42,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.227817058563s 2018-09-02 00:39:42,378 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-a992ce93-c7c3-499d-9b50-56cca53184a8 2018-09-02 00:39:42,378 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoOC5mhCECs+wy3qcWJ8lx+ltXPr6c3w1Op/9O14Bb4i6gBCFqqa/rHjfODULFq8WwAz7vZMXI+wFIlFiEOKWR/s7U9p1IPqidsPGQtuxey5KvP4d4qCexxr0E++PWshHBJH3eCdz6d2Qdrj68JvCSCRBNHeRZe5ZdBCYH9F4cdwo80Pm/CR2yvfhIjBbx1R8VjrCY1nBhAF1JBWErJi9k5gwNrRc76o9wQsnLsC9AZlTjcQnTLJKgTcc3W2ZydpehL+YZnUhItDPYk/jfNQyVnFVbgBkvFpg5vGJ6i2zSlsoNzLK+/tIyA/cj+fKkULthsikFewDKdMYutjxgdIW7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAqDguZoQhArPsMt6nFifJcfpbVz6+nN8NTqf/TteAW+IuoAQh\naqmv6x43zg1CxavFsAM+72TFyPsBSJRYhDilkf7O1PadSD6onbDxkLbsXsuSrz+H\neKgnsca9BPvj1rIRwSR93gnc+ndkHa4+vCbwkgkQTR3kWXuWXQQmB/ReHHcKPND5\nvwkdsr34SIwW8dUfFY6wmNZwYQBdSQVhKyYvZOYMDa0XO+qPcELJy7AvQGZU43EJ\n0yySoE3HN1tmcnaXoS/mGZ1ISLQz2JP43zUMlZxVW4AZLxaYObxieots0pbKDcyy\nvv7SMgP3I/nypFC7YbIpBXsAynTGLrY8YHSFuwIDAQABAoIBAQCXRq6zkm79N0Ba\nHtCzo+QMk9BAjTRtbklRStLV3AaamrTDQfOrMB37mpkku9goW2jT+JdIQZ98Nf3Z\nf0562VZMDJGEAqM+rNqFtPIH6fh25ytqXf8+CjpoLQkeykcCc/BzeJWYb9ZBh8yI\nxIG2Qm5lZbE7KH6J2hJGY8yvqppXjWBcGzUnMmz2e32qr/6UpJG3Kv5HqGyjtmTn\nnXCCv7bzRKnAEvUoALypx/WxB1x4KOq9dU37HhQcOPqVOs68OuqvrvQOGLbwJ6qY\n/q7IUIPq6Iq3bzxgz194C3q1PpEaz7M2rxREncu/M+IR/9LqOmidkUsjD3yEK8dA\n2EZ6fxpBAoGBANQAUmV4XXeraGFzd36cWohNsDXXjItwB5PZ/sRUfjg6AoL/kgwK\nhjx8EgzCKvlBLiht19jhD8jYD1SLCoX2Sy6edz+io83F40ttucSXhvHmVxGWxpbe\nJgQe3do0UfB7fu0CLvnnmcuwVWQIp2Dvx2J9YdkmHol5JiM3F9VSCjXFAoGBAMsh\nuMd8iL3useaXKrmalQF6+4qN+Bwj764GYn1skJJYmoE3Q29LJoTgx7FbZzK7ieRc\ncITvAIpI5kI9cQDFhMpv5bRF7BP++3bRdlW/iMyxF8mxf+mXdw7gr4n5UXhWiKJl\nJ9+bGF3Gl4e304nF/g8DryzcXICvITQ8LoMNawV/AoGBAJliAjtX8of6g/K9z97S\n0M19J9hMs2rPCyx1tFXnq8qSbe7Jaak8lBJ+0bBZay4bcoHdtyU68Ginqa/JSTvT\nDmIUVMK9sTXXzrNsF9Ocrg2mUahwJg5Re7/PdUPCRuZu804XHlXAsw0j7yQI/tCr\nqt4fSQQLCFz+QhGIcr3sNWbhAoGBAI+HRUvXJ7ukhBldqLe6jRydrEzLYYtorPs2\n0bKz2jc92fYBeWmTHSV4ukEMR4/mSVmNI4gaZDRRrDkTttwHtHths1m8qkG6wi3D\ndSzDiEKxwxAlli8UcfCWPBJuku1Hn4W3mgP6T647G2ivMA5CUvCC9uzoy4e1tu10\ntJyvB3a7AoGABnkPMCp44LOaq5FmbGSx1h3l3P3hgiydnxQfHAj1WhkENhMzjzgw\nku4RXkQ2FrrLL55gy9a7nAqe9tDl017wEjUqvXWDQo08XSkowxAX2fCtuGaIK3K+\nUjcAQiJfg5umey+4mbZhAkhMk7uD+0g1S6mE3guKWm6JG6Rtnhs3E3E=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'9069fb4d8e9748779396cb8799deae57', 'name': u'singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5', 'created_at': '2018-09-02T00:39:42.378936', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c6:d9:c5:55:f0:03:0b:37:a8:df:20:c2:7d:5b:64:d3', 'type': 'ssh', 'id': u'singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5'}) 2018-09-02 00:39:42,379 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAqDguZoQhArPsMt6nFifJcfpbVz6+nN8NTqf/TteAW+IuoAQh aqmv6x43zg1CxavFsAM+72TFyPsBSJRYhDilkf7O1PadSD6onbDxkLbsXsuSrz+H eKgnsca9BPvj1rIRwSR93gnc+ndkHa4+vCbwkgkQTR3kWXuWXQQmB/ReHHcKPND5 vwkdsr34SIwW8dUfFY6wmNZwYQBdSQVhKyYvZOYMDa0XO+qPcELJy7AvQGZU43EJ 0yySoE3HN1tmcnaXoS/mGZ1ISLQz2JP43zUMlZxVW4AZLxaYObxieots0pbKDcyy vv7SMgP3I/nypFC7YbIpBXsAynTGLrY8YHSFuwIDAQABAoIBAQCXRq6zkm79N0Ba HtCzo+QMk9BAjTRtbklRStLV3AaamrTDQfOrMB37mpkku9goW2jT+JdIQZ98Nf3Z f0562VZMDJGEAqM+rNqFtPIH6fh25ytqXf8+CjpoLQkeykcCc/BzeJWYb9ZBh8yI xIG2Qm5lZbE7KH6J2hJGY8yvqppXjWBcGzUnMmz2e32qr/6UpJG3Kv5HqGyjtmTn nXCCv7bzRKnAEvUoALypx/WxB1x4KOq9dU37HhQcOPqVOs68OuqvrvQOGLbwJ6qY /q7IUIPq6Iq3bzxgz194C3q1PpEaz7M2rxREncu/M+IR/9LqOmidkUsjD3yEK8dA 2EZ6fxpBAoGBANQAUmV4XXeraGFzd36cWohNsDXXjItwB5PZ/sRUfjg6AoL/kgwK hjx8EgzCKvlBLiht19jhD8jYD1SLCoX2Sy6edz+io83F40ttucSXhvHmVxGWxpbe JgQe3do0UfB7fu0CLvnnmcuwVWQIp2Dvx2J9YdkmHol5JiM3F9VSCjXFAoGBAMsh uMd8iL3useaXKrmalQF6+4qN+Bwj764GYn1skJJYmoE3Q29LJoTgx7FbZzK7ieRc cITvAIpI5kI9cQDFhMpv5bRF7BP++3bRdlW/iMyxF8mxf+mXdw7gr4n5UXhWiKJl J9+bGF3Gl4e304nF/g8DryzcXICvITQ8LoMNawV/AoGBAJliAjtX8of6g/K9z97S 0M19J9hMs2rPCyx1tFXnq8qSbe7Jaak8lBJ+0bBZay4bcoHdtyU68Ginqa/JSTvT DmIUVMK9sTXXzrNsF9Ocrg2mUahwJg5Re7/PdUPCRuZu804XHlXAsw0j7yQI/tCr qt4fSQQLCFz+QhGIcr3sNWbhAoGBAI+HRUvXJ7ukhBldqLe6jRydrEzLYYtorPs2 0bKz2jc92fYBeWmTHSV4ukEMR4/mSVmNI4gaZDRRrDkTttwHtHths1m8qkG6wi3D dSzDiEKxwxAlli8UcfCWPBJuku1Hn4W3mgP6T647G2ivMA5CUvCC9uzoy4e1tu10 tJyvB3a7AoGABnkPMCp44LOaq5FmbGSx1h3l3P3hgiydnxQfHAj1WhkENhMzjzgw ku4RXkQ2FrrLL55gy9a7nAqe9tDl017wEjUqvXWDQo08XSkowxAX2fCtuGaIK3K+ UjcAQiJfg5umey+4mbZhAkhMk7uD+0g1S6mE3guKWm6JG6Rtnhs3E3E= -----END RSA PRIVATE KEY----- 2018-09-02 00:39:42,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 00:39:42,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"security_group": {"name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-02 00:39:42,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ad1f73f7-6c08-4432-b841-fb913a57ccab Date: Sun, 02 Sep 2018 00:39:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:42Z", "updated_at": "2018-09-02T00:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "a8ae115b-68e3-4c9c-90cc-a2748a64e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "e6bf6781-d897-4aca-9a66-95db956f1be9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 1, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}} 2018-09-02 00:39:42,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-ad1f73f7-6c08-4432-b841-fb913a57ccab 2018-09-02 00:39:42,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.162710189819s 2018-09-02 00:39:42,545 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-ad1f73f7-6c08-4432-b841-fb913a57ccab 2018-09-02 00:39:42,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:39:42,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:42,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-79482e1b-0d7a-4125-9828-5c9ecb4e3192 Date: Sun, 02 Sep 2018 00:39:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:42Z", "updated_at": "2018-09-02T00:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "a8ae115b-68e3-4c9c-90cc-a2748a64e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "e6bf6781-d897-4aca-9a66-95db956f1be9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 1, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}, {"description": "Default security group", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:38:33Z", "updated_at": "2018-09-02T00:38:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "787a695a-b5c8-4950-8c03-4848da0cd40a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "8de04ede-6401-4b20-9f92-95abfe2c661b", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "d133d08b-7c2b-4bc4-9ae5-cb29fd1ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "f512335d-b272-4638-96e4-b9c51046ac33", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 1, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T00:38:34Z", "updated_at": "2018-09-02T00:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "26c108b1-5028-4d59-9c8d-fdf44c8097a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "38baea11-a12b-4363-8baa-b114d440d8e6", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "6fcdc9cf-6849-4fb9-94ce-3d88a588d6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "77485cc6-48a0-45b3-a2f3-071d3a15be9c", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "created_at": "2018-09-02T00:39:19Z", "updated_at": "2018-09-02T00:39:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "49708d36-16b1-4b74-b817-5e269b98e53d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "605276fd-7baa-429a-9913-925762b8076e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "820002ae-1f15-4240-ade3-4aa5d99b4f8e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "f0c91c8b-ef04-48d3-9328-e1e664f26436", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}], "revision_number": 1, "project_id": "8bd8cf02d771468a9a81096b1490eb31", "id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "created_at": "2018-09-02T00:36:27Z", "updated_at": "2018-09-02T00:36:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "39b225ff-fd57-48d4-bc91-faa3d17536c2", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "3ad0b91d-ef91-469d-a307-84081b32e213", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "756e9e5e-5766-4aa6-8c54-ae56e87522d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "cde750ba-0048-47c0-963f-c84915cecba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}], "revision_number": 1, "project_id": "b78c08af4f41459f88b715e0581e7c1c", "id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "created_at": "2018-09-02T00:38:47Z", "updated_at": "2018-09-02T00:38:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "28c95b34-253b-421d-8f28-41f3fb755141", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "3d0ffd89-48e6-4bbc-8bef-b93a7d73643b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "db161566-856b-47b2-b74b-deac5ec56391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "e483b9a4-1093-4b31-a887-0f226ea78c52", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}], "revision_number": 1, "project_id": "1ecdb7ea85ec45639eeea812f5571aa8", "id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "name": "default"}]} 2018-09-02 00:39:42,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-79482e1b-0d7a-4125-9828-5c9ecb4e3192 2018-09-02 00:39:42,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0742771625519s 2018-09-02 00:39:42,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-79482e1b-0d7a-4125-9828-5c9ecb4e3192 2018-09-02 00:39:42,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:39:42,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5"}}' 2018-09-02 00:39:42,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-98398c87-8ff8-4843-a539-2878ebc174ff Date: Sun, 02 Sep 2018 00:39:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "port_range_min": 22, "revision_number": 0, "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:42Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "bd623c3f-8bde-49c1-832c-f48fb3920665"}} 2018-09-02 00:39:42,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-98398c87-8ff8-4843-a539-2878ebc174ff 2018-09-02 00:39:42,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.147790908813s 2018-09-02 00:39:42,777 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-98398c87-8ff8-4843-a539-2878ebc174ff 2018-09-02 00:39:42,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:39:42,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:42,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-a7a4b139-b5df-4e79-9087-03b37950c973 Date: Sun, 02 Sep 2018 00:39:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:42Z", "updated_at": "2018-09-02T00:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "a8ae115b-68e3-4c9c-90cc-a2748a64e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "bd623c3f-8bde-49c1-832c-f48fb3920665", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "e6bf6781-d897-4aca-9a66-95db956f1be9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 2, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}, {"description": "Default security group", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:38:33Z", "updated_at": "2018-09-02T00:38:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "787a695a-b5c8-4950-8c03-4848da0cd40a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "8de04ede-6401-4b20-9f92-95abfe2c661b", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "d133d08b-7c2b-4bc4-9ae5-cb29fd1ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "f512335d-b272-4638-96e4-b9c51046ac33", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 1, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T00:38:34Z", "updated_at": "2018-09-02T00:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "26c108b1-5028-4d59-9c8d-fdf44c8097a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "38baea11-a12b-4363-8baa-b114d440d8e6", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "6fcdc9cf-6849-4fb9-94ce-3d88a588d6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "77485cc6-48a0-45b3-a2f3-071d3a15be9c", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "created_at": "2018-09-02T00:39:19Z", "updated_at": "2018-09-02T00:39:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "49708d36-16b1-4b74-b817-5e269b98e53d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "605276fd-7baa-429a-9913-925762b8076e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "820002ae-1f15-4240-ade3-4aa5d99b4f8e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "f0c91c8b-ef04-48d3-9328-e1e664f26436", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}], "revision_number": 1, "project_id": "8bd8cf02d771468a9a81096b1490eb31", "id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "created_at": "2018-09-02T00:36:27Z", "updated_at": "2018-09-02T00:36:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "39b225ff-fd57-48d4-bc91-faa3d17536c2", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "3ad0b91d-ef91-469d-a307-84081b32e213", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "756e9e5e-5766-4aa6-8c54-ae56e87522d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "cde750ba-0048-47c0-963f-c84915cecba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}], "revision_number": 1, "project_id": "b78c08af4f41459f88b715e0581e7c1c", "id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "created_at": "2018-09-02T00:38:47Z", "updated_at": "2018-09-02T00:38:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "28c95b34-253b-421d-8f28-41f3fb755141", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "3d0ffd89-48e6-4bbc-8bef-b93a7d73643b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "db161566-856b-47b2-b74b-deac5ec56391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "e483b9a4-1093-4b31-a887-0f226ea78c52", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}], "revision_number": 1, "project_id": "1ecdb7ea85ec45639eeea812f5571aa8", "id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "name": "default"}]} 2018-09-02 00:39:42,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a7a4b139-b5df-4e79-9087-03b37950c973 2018-09-02 00:39:42,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0562241077423s 2018-09-02 00:39:42,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a7a4b139-b5df-4e79-9087-03b37950c973 2018-09-02 00:39:42,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:39:42,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5"}}' 2018-09-02 00:39:43,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-dd9b2a6c-850c-432c-83ed-ce456f45bd34 Date: Sun, 02 Sep 2018 00:39:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "port_range_min": null, "revision_number": 0, "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:42Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "d3a8c49d-0cca-4810-8531-b6de177dc99d"}} 2018-09-02 00:39:43,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-dd9b2a6c-850c-432c-83ed-ce456f45bd34 2018-09-02 00:39:43,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.714155912399s 2018-09-02 00:39:43,555 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-dd9b2a6c-850c-432c-83ed-ce456f45bd34 2018-09-02 00:39:43,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:43,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:43,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-b7631e2e-6935-4d6b-847f-cba1d19445d0 Date: Sun, 02 Sep 2018 00:39:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":["faaa9754-2a3f-4ca6-9f5c-6fbecd580f46"],"description":"","tags":[],"updated_at":"2018-09-02T00:39:35Z","qos_policy_id":null,"name":"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","provider:network_type":"vxlan"}]} 2018-09-02 00:39:43,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b7631e2e-6935-4d6b-847f-cba1d19445d0 2018-09-02 00:39:43,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0801539421082s 2018-09-02 00:39:43,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b7631e2e-6935-4d6b-847f-cba1d19445d0 2018-09-02 00:39:43,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:39:43,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:43,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-24e21aa1-317d-4e21-9c04-92b8db89225a Date: Sun, 02 Sep 2018 00:39:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:41Z", "file": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file", "owner": "f43d114e2c334430bf08047d43583a7d", "id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "size": 12716032, "self": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:39:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:39:43,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-24e21aa1-317d-4e21-9c04-92b8db89225a 2018-09-02 00:39:43,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0236079692841s 2018-09-02 00:39:43,666 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-24e21aa1-317d-4e21-9c04-92b8db89225a 2018-09-02 00:39:43,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:39:43,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:43,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5344487-402e-40bd-aca5-b365b7745858 x-compute-request-id: req-a5344487-402e-40bd-aca5-b365b7745858 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22"}]} 2018-09-02 00:39:43,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a5344487-402e-40bd-aca5-b365b7745858 2018-09-02 00:39:43,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234739780426s 2018-09-02 00:39:43,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a5344487-402e-40bd-aca5-b365b7745858 2018-09-02 00:39:43,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:39:43,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"server": {"name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "imageRef": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "flavorRef": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "max_count": 1, "min_count": 1, "networks": [{"uuid": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4"}], "security_groups": [{"name": "34f1d3b1-e821-4957-95ce-4c02111a28d5"}]}}' 2018-09-02 00:39:45,918 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:39:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e89a5b5-da59-481d-91db-298d869a4e3c x-compute-request-id: req-5e89a5b5-da59-481d-91db-298d869a4e3c Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "34f1d3b1-e821-4957-95ce-4c02111a28d5"}], "OS-DCF:diskConfig": "MANUAL", "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "adminPass": "w3DPiGpPjdYw"}} 2018-09-02 00:39:45,918 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-5e89a5b5-da59-481d-91db-298d869a4e3c 2018-09-02 00:39:45,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.22569108009s 2018-09-02 00:39:45,919 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-5e89a5b5-da59-481d-91db-298d869a4e3c 2018-09-02 00:39:45,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:39:45,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:46,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a76f7d97-a05a-45f2-9f2f-58999941a3f7 x-compute-request-id: req-a76f7d97-a05a-45f2-9f2f-58999941a3f7 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "image": {"id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "links": [{"href": "http://172.30.9.38:8774/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "links": [{"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}]}, "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "user_id": "9069fb4d8e9748779396cb8799deae57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:39:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "created": "2018-09-02T00:39:45Z", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:39:46,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a76f7d97-a05a-45f2-9f2f-58999941a3f7 2018-09-02 00:39:46,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.341256856918s 2018-09-02 00:39:46,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a76f7d97-a05a-45f2-9f2f-58999941a3f7 2018-09-02 00:39:46,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:39:46,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:46,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-0c8d1de6-674b-43e6-8209-c326ff2f0530 Date: Sun, 02 Sep 2018 00:39:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":["faaa9754-2a3f-4ca6-9f5c-6fbecd580f46"],"description":"","tags":[],"updated_at":"2018-09-02T00:39:35Z","qos_policy_id":null,"name":"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","provider:network_type":"vxlan"}]} 2018-09-02 00:39:46,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-0c8d1de6-674b-43e6-8209-c326ff2f0530 2018-09-02 00:39:46,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0779850482941s 2018-09-02 00:39:46,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-0c8d1de6-674b-43e6-8209-c326ff2f0530 2018-09-02 00:39:46,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:39:46,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:46,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-f445a35b-4c25-4de1-8384-bb0ea1c5a742 Date: Sun, 02 Sep 2018 00:39:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4},{"updated_at":"2018-09-02T00:39:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"faaa9754-2a3f-4ca6-9f5c-6fbecd580f46","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"f43d114e2c334430bf08047d43583a7d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_5b28a071-dbfc-426e-912b-16d99fb8c6c5","enable_dhcp":true,"segment_id":null,"network_id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","ip_version":4}]} 2018-09-02 00:39:46,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-f445a35b-4c25-4de1-8384-bb0ea1c5a742 2018-09-02 00:39:46,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0633749961853s 2018-09-02 00:39:46,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-f445a35b-4c25-4de1-8384-bb0ea1c5a742 2018-09-02 00:39:46,412 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:39:48,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:39:48,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:48,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3de6ec6c-5a92-40d1-b238-9bc609a1bd28 x-compute-request-id: req-3de6ec6c-5a92-40d1-b238-9bc609a1bd28 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "image": {"id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "links": [{"href": "http://172.30.9.38:8774/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "links": [{"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}]}, "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "user_id": "9069fb4d8e9748779396cb8799deae57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:39:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "created": "2018-09-02T00:39:45Z", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:39:48,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3de6ec6c-5a92-40d1-b238-9bc609a1bd28 2018-09-02 00:39:48,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.157375097275s 2018-09-02 00:39:48,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3de6ec6c-5a92-40d1-b238-9bc609a1bd28 2018-09-02 00:39:48,577 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:39:50,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:39:50,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:51,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8499dcaf-ab04-4d3b-92d6-211679492fc8 x-compute-request-id: req-8499dcaf-ab04-4d3b-92d6-211679492fc8 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "image": {"id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "links": [{"href": "http://172.30.9.38:8774/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "links": [{"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}]}, "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "security_groups": [{"name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}], "user_id": "9069fb4d8e9748779396cb8799deae57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:39:49Z", "hostId": "4400e2b8ded8c2d6475903a5a0f5f2093f6d888f880cfab64ac71ec3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "created": "2018-09-02T00:39:45Z", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:39:51,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8499dcaf-ab04-4d3b-92d6-211679492fc8 2018-09-02 00:39:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10169219971s 2018-09-02 00:39:51,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8499dcaf-ab04-4d3b-92d6-211679492fc8 2018-09-02 00:39:51,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:39:53,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:39:53,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:54,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0774eac-b3cc-426b-9db8-564cd94eb667 x-compute-request-id: req-d0774eac-b3cc-426b-9db8-564cd94eb667 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:ff:80", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "image": {"id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "links": [{"href": "http://172.30.9.38:8774/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "links": [{"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}]}, "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "security_groups": [{"name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}], "user_id": "9069fb4d8e9748779396cb8799deae57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:39:50Z", "hostId": "4400e2b8ded8c2d6475903a5a0f5f2093f6d888f880cfab64ac71ec3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "created": "2018-09-02T00:39:45Z", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:39:54,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d0774eac-b3cc-426b-9db8-564cd94eb667 2018-09-02 00:39:54,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461585998535s 2018-09-02 00:39:54,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d0774eac-b3cc-426b-9db8-564cd94eb667 2018-09-02 00:39:54,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:39:56,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:39:56,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:39:58,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:39:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-875ddc92-9a2c-4881-8f3d-1cd67ba35d6a x-compute-request-id: req-875ddc92-9a2c-4881-8f3d-1cd67ba35d6a Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:ff:80", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "image": {"id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "links": [{"href": "http://172.30.9.38:8774/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "links": [{"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}]}, "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "security_groups": [{"name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}], "user_id": "9069fb4d8e9748779396cb8799deae57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:39:50Z", "hostId": "4400e2b8ded8c2d6475903a5a0f5f2093f6d888f880cfab64ac71ec3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "created": "2018-09-02T00:39:45Z", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:39:58,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-875ddc92-9a2c-4881-8f3d-1cd67ba35d6a 2018-09-02 00:39:58,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.95012593269s 2018-09-02 00:39:58,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-875ddc92-9a2c-4881-8f3d-1cd67ba35d6a 2018-09-02 00:39:58,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:40:00,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:00,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:01,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-357a91d5-defb-4ec6-b855-b9583299303c x-compute-request-id: req-357a91d5-defb-4ec6-b855-b9583299303c Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:ff:80", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "image": {"id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "links": [{"href": "http://172.30.9.38:8774/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-09-02T00:39:57.000000", "flavor": {"id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "links": [{"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}]}, "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "security_groups": [{"name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}], "user_id": "9069fb4d8e9748779396cb8799deae57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:39:57Z", "hostId": "4400e2b8ded8c2d6475903a5a0f5f2093f6d888f880cfab64ac71ec3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "created": "2018-09-02T00:39:45Z", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:40:01,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-357a91d5-defb-4ec6-b855-b9583299303c 2018-09-02 00:40:01,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18433189392s 2018-09-02 00:40:01,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-357a91d5-defb-4ec6-b855-b9583299303c 2018-09-02 00:40:01,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:40:01,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=8e6f565e-d483-4093-99b8-7e2a33c94a80" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:02,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-53a5860e-98f2-446f-ae3e-6c351504a306 Date: Sun, 02 Sep 2018 00:40:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:39:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"faaa9754-2a3f-4ca6-9f5c-6fbecd580f46","ip_address":"192.168.120.6"}],"id":"2389c3b6-2cf0-4504-8c35-813c7b3d5e2c","security_groups":["34f1d3b1-e821-4957-95ce-4c02111a28d5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:ff:80","project_id":"f43d114e2c334430bf08047d43583a7d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:50Z","binding:vnic_type":"normal","device_id":"8e6f565e-d483-4093-99b8-7e2a33c94a80","ip_allocation":"immediate"}]} 2018-09-02 00:40:02,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=8e6f565e-d483-4093-99b8-7e2a33c94a80 used request id req-53a5860e-98f2-446f-ae3e-6c351504a306 2018-09-02 00:40:02,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.01516580582s 2018-09-02 00:40:02,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=8e6f565e-d483-4093-99b8-7e2a33c94a80 used request id req-53a5860e-98f2-446f-ae3e-6c351504a306 2018-09-02 00:40:02,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:02,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=2389c3b6-2cf0-4504-8c35-813c7b3d5e2c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:02,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5c62cda3-5f0c-4f4d-a4e3-47dc7d86b0c8 Date: Sun, 02 Sep 2018 00:40:02 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:40:02,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=2389c3b6-2cf0-4504-8c35-813c7b3d5e2c used request id req-5c62cda3-5f0c-4f4d-a4e3-47dc7d86b0c8 2018-09-02 00:40:02,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0472419261932s 2018-09-02 00:40:02,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=2389c3b6-2cf0-4504-8c35-813c7b3d5e2c used request id req-5c62cda3-5f0c-4f4d-a4e3-47dc7d86b0c8 2018-09-02 00:40:02,373 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ac:ff:80', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fb3eba95-1cd9-4047-ac68-9bc44a3015a6'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-09-02T00:39:57.000000', 'flavor': Munch({u'id': u'5e4dc76b-de8b-411b-8efb-ffc4eeae1b22'}), 'az': u'nova', 'id': u'8e6f565e-d483-4093-99b8-7e2a33c94a80', 'security_groups': [Munch({u'name': u'singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9069fb4d8e9748779396cb8799deae57', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:39:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:39:57Z', 'hostId': u'4400e2b8ded8c2d6475903a5a0f5f2093f6d888f880cfab64ac71ec3', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'4400e2b8ded8c2d6475903a5a0f5f2093f6d888f880cfab64ac71ec3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-09-02T00:39:57.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f43d114e2c334430bf08047d43583a7d', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5', 'adminPass': u'w3DPiGpPjdYw', 'tenant_id': u'f43d114e2c334430bf08047d43583a7d', 'created_at': u'2018-09-02T00:39:45Z', 'created': u'2018-09-02T00:39:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:40:02,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:02,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:02,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-5d0c2131-8fa2-48bc-add5-17f5c1c4944d Date: Sun, 02 Sep 2018 00:40:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":["faaa9754-2a3f-4ca6-9f5c-6fbecd580f46"],"description":"","tags":[],"updated_at":"2018-09-02T00:39:35Z","qos_policy_id":null,"name":"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","provider:network_type":"vxlan"}]} 2018-09-02 00:40:02,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5d0c2131-8fa2-48bc-add5-17f5c1c4944d 2018-09-02 00:40:02,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0951509475708s 2018-09-02 00:40:02,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5d0c2131-8fa2-48bc-add5-17f5c1c4944d 2018-09-02 00:40:02,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:40:02,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=8e6f565e-d483-4093-99b8-7e2a33c94a80" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:02,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-41d50d68-534b-4286-bb22-16e2604c2721 Date: Sun, 02 Sep 2018 00:40:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:39:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"faaa9754-2a3f-4ca6-9f5c-6fbecd580f46","ip_address":"192.168.120.6"}],"id":"2389c3b6-2cf0-4504-8c35-813c7b3d5e2c","security_groups":["34f1d3b1-e821-4957-95ce-4c02111a28d5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ac:ff:80","project_id":"f43d114e2c334430bf08047d43583a7d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:50Z","binding:vnic_type":"normal","device_id":"8e6f565e-d483-4093-99b8-7e2a33c94a80","ip_allocation":"immediate"}]} 2018-09-02 00:40:02,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=8e6f565e-d483-4093-99b8-7e2a33c94a80 used request id req-41d50d68-534b-4286-bb22-16e2604c2721 2018-09-02 00:40:02,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0423078536987s 2018-09-02 00:40:02,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=8e6f565e-d483-4093-99b8-7e2a33c94a80 used request id req-41d50d68-534b-4286-bb22-16e2604c2721 2018-09-02 00:40:02,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 00:40:02,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.6", "port_id": "2389c3b6-2cf0-4504-8c35-813c7b3d5e2c"}}' 2018-09-02 00:40:04,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-77af96a2-211b-416a-be75-c9f094ce0f39 Date: Sun, 02 Sep 2018 00:40:04 GMT RESP BODY: {"floatingip": {"router_id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:40:03Z", "updated_at": "2018-09-02T00:40:03Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ac:ff:80", "device_id": "8e6f565e-d483-4093-99b8-7e2a33c94a80"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "f43d114e2c334430bf08047d43583a7d", "port_id": "2389c3b6-2cf0-4504-8c35-813c7b3d5e2c", "id": "477127ca-50d0-4e20-a2f9-2bebaaa8c29f", "qos_policy_id": null}} 2018-09-02 00:40:04,675 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-77af96a2-211b-416a-be75-c9f094ce0f39 2018-09-02 00:40:04,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.15911197662s 2018-09-02 00:40:04,676 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-77af96a2-211b-416a-be75-c9f094ce0f39 2018-09-02 00:40:04,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:04,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:04,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9876d8b5-9184-414c-8852-65a04145a004 Date: Sun, 02 Sep 2018 00:40:04 GMT RESP BODY: {"floatingips": [{"router_id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:40:03Z", "updated_at": "2018-09-02T00:40:03Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ac:ff:80", "device_id": "8e6f565e-d483-4093-99b8-7e2a33c94a80"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "f43d114e2c334430bf08047d43583a7d", "port_id": "2389c3b6-2cf0-4504-8c35-813c7b3d5e2c", "id": "477127ca-50d0-4e20-a2f9-2bebaaa8c29f", "qos_policy_id": null}]} 2018-09-02 00:40:04,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9876d8b5-9184-414c-8852-65a04145a004 2018-09-02 00:40:04,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0903258323669s 2018-09-02 00:40:04,775 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9876d8b5-9184-414c-8852-65a04145a004 2018-09-02 00:40:04,779 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:04,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:04,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-c084aa28-421a-48a9-8b09-fe69eba68e34 Date: Sun, 02 Sep 2018 00:40:04 GMT RESP BODY: {"floatingips": [{"router_id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:40:03Z", "updated_at": "2018-09-02T00:40:03Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ac:ff:80", "device_id": "8e6f565e-d483-4093-99b8-7e2a33c94a80"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "f43d114e2c334430bf08047d43583a7d", "port_id": "2389c3b6-2cf0-4504-8c35-813c7b3d5e2c", "id": "477127ca-50d0-4e20-a2f9-2bebaaa8c29f", "qos_policy_id": null}]} 2018-09-02 00:40:04,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c084aa28-421a-48a9-8b09-fe69eba68e34 2018-09-02 00:40:04,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0532240867615s 2018-09-02 00:40:04,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c084aa28-421a-48a9-8b09-fe69eba68e34 2018-09-02 00:40:04,941 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:05,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:05,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:05,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-3fe4cfcb-4767-4c58-aaf5-0b95ab1117d3 Date: Sun, 02 Sep 2018 00:40:05 GMT RESP BODY: {"floatingips": [{"router_id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:40:03Z", "updated_at": "2018-09-02T00:40:03Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ac:ff:80", "device_id": "8e6f565e-d483-4093-99b8-7e2a33c94a80"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "f43d114e2c334430bf08047d43583a7d", "port_id": "2389c3b6-2cf0-4504-8c35-813c7b3d5e2c", "id": "477127ca-50d0-4e20-a2f9-2bebaaa8c29f", "qos_policy_id": null}]} 2018-09-02 00:40:05,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3fe4cfcb-4767-4c58-aaf5-0b95ab1117d3 2018-09-02 00:40:05,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.256011962891s 2018-09-02 00:40:05,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3fe4cfcb-4767-4c58-aaf5-0b95ab1117d3 2018-09-02 00:40:05,306 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:05,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:05,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:05,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-a4a36265-3273-42c4-9d51-af2870aa0fc0 Date: Sun, 02 Sep 2018 00:40:05 GMT RESP BODY: {"floatingips": [{"router_id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:40:03Z", "updated_at": "2018-09-02T00:40:03Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ac:ff:80", "device_id": "8e6f565e-d483-4093-99b8-7e2a33c94a80"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "f43d114e2c334430bf08047d43583a7d", "port_id": "2389c3b6-2cf0-4504-8c35-813c7b3d5e2c", "id": "477127ca-50d0-4e20-a2f9-2bebaaa8c29f", "qos_policy_id": null}]} 2018-09-02 00:40:05,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a4a36265-3273-42c4-9d51-af2870aa0fc0 2018-09-02 00:40:05,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0565271377563s 2018-09-02 00:40:05,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a4a36265-3273-42c4-9d51-af2870aa0fc0 2018-09-02 00:40:05,471 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:05,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:05,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:05,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-c5253ed9-e997-41ef-aaf6-93ca8d95d1e1 Date: Sun, 02 Sep 2018 00:40:05 GMT RESP BODY: {"floatingips": [{"router_id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:40:03Z", "updated_at": "2018-09-02T00:40:05Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ac:ff:80", "device_id": "8e6f565e-d483-4093-99b8-7e2a33c94a80"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "f43d114e2c334430bf08047d43583a7d", "port_id": "2389c3b6-2cf0-4504-8c35-813c7b3d5e2c", "id": "477127ca-50d0-4e20-a2f9-2bebaaa8c29f", "qos_policy_id": null}]} 2018-09-02 00:40:05,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c5253ed9-e997-41ef-aaf6-93ca8d95d1e1 2018-09-02 00:40:05,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0970010757446s 2018-09-02 00:40:05,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c5253ed9-e997-41ef-aaf6-93ca8d95d1e1 2018-09-02 00:40:05,677 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'c7cfa66c-b2bd-46b0-ac4f-d9cff713f869', 'updated_at': u'2018-09-02T00:40:05Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.210', 'revision_number': 1, 'port_id': u'2389c3b6-2cf0-4504-8c35-813c7b3d5e2c', 'id': u'477127ca-50d0-4e20-a2f9-2bebaaa8c29f', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'2389c3b6-2cf0-4504-8c35-813c7b3d5e2c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f43d114e2c334430bf08047d43583a7d', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'528b7c17-b4cb-4825-a9b5-be162ee2aaa4', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:ac:ff:80', u'device_id': u'8e6f565e-d483-4093-99b8-7e2a33c94a80'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'f43d114e2c334430bf08047d43583a7d', 'created_at': u'2018-09-02T00:40:03Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'528b7c17-b4cb-4825-a9b5-be162ee2aaa4', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:ac:ff:80', u'device_id': u'8e6f565e-d483-4093-99b8-7e2a33c94a80'}), 'router': u'c7cfa66c-b2bd-46b0-ac4f-d9cff713f869'}) 2018-09-02 00:40:05,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:40:05,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:40:06,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfcb79ba-4d9f-4400-8320-9b3c46b820d3 x-compute-request-id: req-bfcb79ba-4d9f-4400-8320-9b3c46b820d3 Content-Encoding: gzip Content-Length: 9607 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491345839 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.183718] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185994] pid_max: default: 32768 minimum: 301\n[ 0.187229] ACPI: Core revision 20150930\n[ 0.188909] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190707] Security Framework initialized\n[ 0.191823] Yama: becoming mindful.\n[ 0.192823] AppArmor: AppArmor initialized\n[ 0.193980] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199089] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200959] Initializing cgroup subsys io\n[ 0.202064] Initializing cgroup subsys memory\n[ 0.203250] Initializing cgroup subsys devices\n[ 0.204439] Initializing cgroup subsys freezer\n[ 0.205625] Initializing cgroup subsys net_cls\n[ 0.206821] Initializing cgroup subsys perf_event\n[ 0.208058] Initializing cgroup subsys net_prio\n[ 0.209259] Initializing cgroup subsys hugetlb\n[ 0.210454] Initializing cgroup subsys pids\n[ 0.211625] CPU: Physical Processor ID: 0\n[ 0.213418] mce: CPU supports 10 MCE banks\n[ 0.214573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215938] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232107] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238690] ftrace: allocating 31920 entries in 125 pages\n[ 0.263925] smpboot: Max logical packages: 1\n[ 0.265098] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266983] x2apic enabled\n[ 0.268128] Switched APIC routing to physical x2apic.\n[ 0.270599] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272123] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274857] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277323] KVM setup paravirtual spinlock\n[ 0.278986] x86: Booted up 1 node, 1 CPUs\n[ 0.280098] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281978] devtmpfs: initialized\n[ 0.283958] evm: security.selinux\n[ 0.284918] evm: security.SMACK64\n[ 0.285873] evm: security.SMACK64EXEC\n[ 0.286903] evm: security.SMACK64TRANSMUTE\n[ 0.288008] evm: security.SMACK64MMAP\n[ 0.289024] evm: security.ima\n[ 0.289915] evm: security.capability\n[ 0.291002] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293521] pinctrl core: initialized pinctrl subsystem\n[ 0.295008] RTC time: 0:39:57, date: 09/02/18\n[ 0.296298] NET: Registered protocol family 16\n[ 0.297606] cpuidle: using governor ladder\n[ 0.298727] cpuidle: using governor menu\n[ 0.299811] PCCT header not found.\n[ 0.300835] ACPI: bus type PCI registered\n[ 0.301933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303603] PCI: Using configuration type 1 for base access\n[ 0.305760] ACPI: Added _OSI(Module Device)\n[ 0.306912] ACPI: Added _OSI(Processor Device)\n[ 0.308086] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309336] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311514] ACPI: Interpreter enabled\n[ 0.312577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317706] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322775] ACPI: (supports S0 S5)\n[ 0.323747] ACPI: Using IOAPIC for interrupt routing\n[ 0.325038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330417] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332108] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333715] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336701] acpiphp: Slot [3] registered\n[ 0.337811] acpiphp: Slot [4] registered\n[ 0.338921] acpiphp: Slot [5] registered\n[ 0.340022] acpiphp: Slot [6] registered\n[ 0.341127] acpiphp: Slot [7] registered\n[ 0.342225] acpiphp: Slot [8] registered\n[ 0.343324] acpiphp: Slot [9] registered\n[ 0.344417] acpiphp: Slot [10] registered\n[ 0.345528] acpiphp: Slot [11] registered\n[ 0.346645] acpiphp: Slot [12] registered\n[ 0.347763] acpiphp: Slot [13] registered\n[ 0.348868] acpiphp: Slot [14] registered\n[ 0.349986] acpiphp: Slot [15] registered\n[ 0.365518] acpiphp: Slot [16] registered\n[ 0.366644] acpiphp: Slot [17] registered\n[ 0.367764] acpiphp: Slot [18] registered\n[ 0.368879] acpiphp: Slot [19] registered\n[ 0.369993] acpiphp: Slot [20] registered\n[ 0.371105] acpiphp: Slot [21] registered\n[ 0.372214] acpiphp: Slot [22] registered\n[ 0.373351] acpiphp: Slot [23] registered\n[ 0.374474] acpiphp: Slot [24] registered\n[ 0.375585] acpiphp: Slot [25] registered\n[ 0.376707] acpiphp: Slot [26] registered\n[ 0.377820] acpiphp: Slot [27] registered\n[ 0.378951] acpiphp: Slot [28] registered\n[ 0.380075] acpiphp: Slot [29] registered\n[ 0.381183] acpiphp: Slot [30] registered\n[ 0.382268] acpiphp: Slot [31] registered\n[ 0.383355] PCI host bridge to bus 0000:00\n[ 0.384435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386130] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389718] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391651] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393631] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397702] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400971] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402643] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409045] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433564] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435483] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437530] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439234] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440987] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442404] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444476] vgaarb: loaded\n[ 0.445302] vgaarb: bridge control possible 0000:00:02.0\n[ 0.446961] SCSI subsystem initialized\n[ 0.448221] ACPI: bus type USB registered\n[ 0.449337] usbcore: registered new interface driver usbfs\n[ 0.450714] usbcore: registered new interface driver hub\n[ 0.452051] usbcore: registered new device driver usb\n[ 0.453523] PCI: Using ACPI for IRQ routing\n[ 0.455023] NetLabel: Initializing\n[ 0.456021] NetLabel: domain hash size = 128\n[ 0.457148] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458427] NetLabel: unlabeled traffic allowed by default\n[ 0.459962] clocksource: Switched to clocksource kvm-clock\n[ 0.470004] AppArmor: AppArmor Filesystem Enabled\n[ 0.471291] pnp: PnP ACPI init\n[ 0.472495] pnp: PnP ACPI: found 5 devices\n[ 0.479291] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481595] NET: Registered protocol family 2\n[ 0.482986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484715] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.486355] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488000] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489480] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491034] NET: Registered protocol family 1\n[ 0.492207] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493673] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.495102] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.509398] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523874] Trying to unpack rootfs image as initramfs...\n[ 0.585533] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.590452] Scanning for low memory corruption every 60 seconds\n[ 0.592614] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.594215] audit: initializing netlink subsys (disabled)\n[ 0.595665] audit: type=2000 audit(1535848797.892:1): initialized\n[ 0.597573] Initialise system trusted keyring\n[ 0.598935] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600509] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603217] zbud: loaded\n[ 0.604229] VFS: Disk quotas dquot_6.6.0\n[ 0.605358] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.607501] fuse init (API version 7.23)\n[ 0.608746] Key type big_key registered\n[ 0.609850] Allocating IMA MOK and blacklist keyrings.\n[ 0.611491] Key type asymmetric registered\n[ 0.612629] Asymmetric key parser 'x509' registered\n[ 0.613951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.616004] io scheduler noop registered\n[ 0.617094] io scheduler deadline registered (default)\n[ 0.618451] io scheduler cfq registered\n[ 0.619626] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621059] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.622810] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624806] ACPI: Power Button [PWRF]\n[ 0.626041] GHES: HEST is not enabled!\n[ 0.640212] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.669727] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.672740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.696767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.699764] Linux agpgart interface v0.103\n[ 0.703123] brd: module loaded\n[ 0.705331] loop: module loaded\n[ 0.709867] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.711872] GPT:90111 != 2097151\n[ 0.712815] GPT:Alternate GPT header not at the end of the disk.\n[ 0.714303] GPT:90111 != 2097151\n[ 0.715238] GPT: Use GNU Parted to correct GPT errors.\n[ 0.716556] vda: vda1 vda15\n[ 0.718237] scsi host0: ata_piix\n[ 0.719303] scsi host1: ata_piix\n[ 0.720304] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.721977] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.723983] libphy: Fixed MDIO Bus: probed\n[ 0.725112] tun: Universal TUN/TAP device driver, 1.6\n[ 0.726424] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.729466] PPP generic driver version 2.4.2\n[ 0.730722] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.732341] ehci-pci: EHCI PCI platform driver\n[ 0.733548] ehci-platform: EHCI generic platform driver\n[ 0.734904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.736447] ohci-pci: OHCI PCI platform driver\n[ 0.737658] ohci-platform: OHCI generic platform driver\n[ 0.739009] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.753712] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.755074] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.757090] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.758474] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.760050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.761734] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.763701] usb usb1: Product: UHCI Host Controller\n[ 0.764981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766553] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767887] hub 1-0:1.0: USB hub found\n[ 0.769050] hub 1-0:1.0: 2 ports detected\n[ 0.770321] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.773227] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.774537] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.775935] mousedev: PS/2 mouse device common for all mice\n[ 0.777647] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.780155] rtc_cmos 00:00: RTC can wake from S4\n[ 0.781691] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.783315] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.784936] i2c /dev entries driver\n[ 0.785994] device-mapper: uevent: version 1.0.3\n[ 0.787312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.789558] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.791397] NET: Registered protocol family 10\n[ 0.792939] NET: Registered protocol family 17\n[ 0.794158] Key type dns_resolver registered\n[ 0.795455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796962] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799376] registered taskstats version 1\n[ 0.800536] Loading compiled-in X.509 certificates\n[ 0.802376] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804892] zswap: loaded using pool lzo/zbud\n[ 0.806957] Key type trusted registered\n[ 0.809114] Key type encrypted registered\n[ 0.810253] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811670] ima: No TPM chip found, activating TPM-bypass!\n[ 0.813104] evm: HMAC attrs: 0x1\n[ 0.814414] Magic number: 2:297:657\n[ 0.815470] block ram10: hash matches\n[ 0.816626] rtc_cmos 00:00: setting system clock to 2018-09-02 00:39:57 UTC (1535848797)\n[ 0.818832] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.820348] EDD information not available.\n[ 0.885528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.887674] Write protecting the kernel read-only data: 14336k\n[ 0.890632] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.893107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.940877] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhF/DGTPenXAMurNluDCqSuMhHDQK5uYuZORRihqIGx/8YPrCTzjBKIY7ukLmpzt8erFJaJlb0xB+a3t+1QOVZMgMhxYRqQPY0J/+OnbnS3qEunoSpQggO3OESrStRuolfElm+FiZRJ70EbR+jaZECvWtQjVgwLxX2l4eIsLhtSKjmcvyLlSRuyGmOvcS1JA8qvInreYAwVy2fPwNDAW+/wbWMhjlY/azgtDxvEtNnp0GWh8Ezhp6nKF57L92COvfQgHQOARtcfWYXvaDhjZhjDWoHfgyoTt4vI26soUO0IF0FpDSk8FcUUILSu+XFmmD49pGvbQ5CWgRLgQHZK6YT root@singlevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5\nssh-dss AAAAB3NzaC1kc3MAAACBAIlh6yMozxAegDSa1qnxyyHuNAIqYq8qCBSD48y1scCNzyU3PtvMsZpaK1uKXO8wBC3uEC+P+eF3ZNHgBHv61XfVHpeQSJMoFBHFAT0P325ok4FVdKJkE5VJpm9Vs1wWpnuyB+TFjAVD3kZZi0La0p/zZharClB/VmB/91a0nsGHAAAAFQDfS1Pd0hcpXHwArD11zoMjVBJlBwAAAIAe/YegbtlXL7PQl+Ke9gPW5blc5nIqrX136wmDYAM/OCt3hwom7gkkwQQHbLMFPFf3cPBCDn0cJCi26HN1/GonyK1dmfrhL9pIOwqzT1uVB6iDIQGc5JOXVRsHxxDQeayKls+WNTZeBMP+86GipiakwP0Yqt9N7Aii1C4MTyoWZwAAAIBg2kev+Srd3Aa0X0sUSBoQyoCZDIM9zT5EBk0taUQYnXsBVZZE9wV+N9aODa0L5WAXeMSSRviX+WpxT3SBwOB5bsXgj0dG087s0RFPv9to/yIb/WkLKLQZih0OhYEz5AG3HEFdU7DezOmh9Ave3G+9UbcIo9Ng8BEu3Hjp6XXEmw== root@singlevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:feac:ff80/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=5.35 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5 login: "} 2018-09-02 00:40:06,471 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80/action used request id req-bfcb79ba-4d9f-4400-8320-9b3c46b820d3 2018-09-02 00:40:06,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.793179988861s 2018-09-02 00:40:06,472 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80/action used request id req-bfcb79ba-4d9f-4400-8320-9b3c46b820d3 2018-09-02 00:40:06,473 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 491345839 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.183718] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185994] pid_max: default: 32768 minimum: 301 [ 0.187229] ACPI: Core revision 20150930 [ 0.188909] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190707] Security Framework initialized [ 0.191823] Yama: becoming mindful. [ 0.192823] AppArmor: AppArmor initialized [ 0.193980] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197451] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199089] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200959] Initializing cgroup subsys io [ 0.202064] Initializing cgroup subsys memory [ 0.203250] Initializing cgroup subsys devices [ 0.204439] Initializing cgroup subsys freezer [ 0.205625] Initializing cgroup subsys net_cls [ 0.206821] Initializing cgroup subsys perf_event [ 0.208058] Initializing cgroup subsys net_prio [ 0.209259] Initializing cgroup subsys hugetlb [ 0.210454] Initializing cgroup subsys pids [ 0.211625] CPU: Physical Processor ID: 0 [ 0.213418] mce: CPU supports 10 MCE banks [ 0.214573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215938] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232107] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238690] ftrace: allocating 31920 entries in 125 pages [ 0.263925] smpboot: Max logical packages: 1 [ 0.265098] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266983] x2apic enabled [ 0.268128] Switched APIC routing to physical x2apic. [ 0.270599] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272123] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274857] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277323] KVM setup paravirtual spinlock [ 0.278986] x86: Booted up 1 node, 1 CPUs [ 0.280098] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281978] devtmpfs: initialized [ 0.283958] evm: security.selinux [ 0.284918] evm: security.SMACK64 [ 0.285873] evm: security.SMACK64EXEC [ 0.286903] evm: security.SMACK64TRANSMUTE [ 0.288008] evm: security.SMACK64MMAP [ 0.289024] evm: security.ima [ 0.289915] evm: security.capability [ 0.291002] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293521] pinctrl core: initialized pinctrl subsystem [ 0.295008] RTC time: 0:39:57, date: 09/02/18 [ 0.296298] NET: Registered protocol family 16 [ 0.297606] cpuidle: using governor ladder [ 0.298727] cpuidle: using governor menu [ 0.299811] PCCT header not found. [ 0.300835] ACPI: bus type PCI registered [ 0.301933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303603] PCI: Using configuration type 1 for base access [ 0.305760] ACPI: Added _OSI(Module Device) [ 0.306912] ACPI: Added _OSI(Processor Device) [ 0.308086] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309336] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311514] ACPI: Interpreter enabled [ 0.312577] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.315156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317706] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.320246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322775] ACPI: (supports S0 S5) [ 0.323747] ACPI: Using IOAPIC for interrupt routing [ 0.325038] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328849] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.330417] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.332108] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.333715] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.336701] acpiphp: Slot [3] registered [ 0.337811] acpiphp: Slot [4] registered [ 0.338921] acpiphp: Slot [5] registered [ 0.340022] acpiphp: Slot [6] registered [ 0.341127] acpiphp: Slot [7] registered [ 0.342225] acpiphp: Slot [8] registered [ 0.343324] acpiphp: Slot [9] registered [ 0.344417] acpiphp: Slot [10] registered [ 0.345528] acpiphp: Slot [11] registered [ 0.346645] acpiphp: Slot [12] registered [ 0.347763] acpiphp: Slot [13] registered [ 0.348868] acpiphp: Slot [14] registered [ 0.349986] acpiphp: Slot [15] registered [ 0.365518] acpiphp: Slot [16] registered [ 0.366644] acpiphp: Slot [17] registered [ 0.367764] acpiphp: Slot [18] registered [ 0.368879] acpiphp: Slot [19] registered [ 0.369993] acpiphp: Slot [20] registered [ 0.371105] acpiphp: Slot [21] registered [ 0.372214] acpiphp: Slot [22] registered [ 0.373351] acpiphp: Slot [23] registered [ 0.374474] acpiphp: Slot [24] registered [ 0.375585] acpiphp: Slot [25] registered [ 0.376707] acpiphp: Slot [26] registered [ 0.377820] acpiphp: Slot [27] registered [ 0.378951] acpiphp: Slot [28] registered [ 0.380075] acpiphp: Slot [29] registered [ 0.381183] acpiphp: Slot [30] registered [ 0.382268] acpiphp: Slot [31] registered [ 0.383355] PCI host bridge to bus 0000:00 [ 0.384435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.386130] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389718] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391651] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393631] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397702] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400971] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402643] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.407088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.409045] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433564] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435483] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437530] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439234] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440987] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442404] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444476] vgaarb: loaded [ 0.445302] vgaarb: bridge control possible 0000:00:02.0 [ 0.446961] SCSI subsystem initialized [ 0.448221] ACPI: bus type USB registered [ 0.449337] usbcore: registered new interface driver usbfs [ 0.450714] usbcore: registered new interface driver hub [ 0.452051] usbcore: registered new device driver usb [ 0.453523] PCI: Using ACPI for IRQ routing [ 0.455023] NetLabel: Initializing [ 0.456021] NetLabel: domain hash size = 128 [ 0.457148] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458427] NetLabel: unlabeled traffic allowed by default [ 0.459962] clocksource: Switched to clocksource kvm-clock [ 0.470004] AppArmor: AppArmor Filesystem Enabled [ 0.471291] pnp: PnP ACPI init [ 0.472495] pnp: PnP ACPI: found 5 devices [ 0.479291] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481595] NET: Registered protocol family 2 [ 0.482986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484715] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.486355] TCP: Hash tables configured (established 4096 bind 4096) [ 0.488000] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489480] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.491034] NET: Registered protocol family 1 [ 0.492207] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493673] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.495102] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.509398] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523874] Trying to unpack rootfs image as initramfs... [ 0.585533] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.590452] Scanning for low memory corruption every 60 seconds [ 0.592614] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.594215] audit: initializing netlink subsys (disabled) [ 0.595665] audit: type=2000 audit(1535848797.892:1): initialized [ 0.597573] Initialise system trusted keyring [ 0.598935] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600509] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603217] zbud: loaded [ 0.604229] VFS: Disk quotas dquot_6.6.0 [ 0.605358] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.607501] fuse init (API version 7.23) [ 0.608746] Key type big_key registered [ 0.609850] Allocating IMA MOK and blacklist keyrings. [ 0.611491] Key type asymmetric registered [ 0.612629] Asymmetric key parser 'x509' registered [ 0.613951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.616004] io scheduler noop registered [ 0.617094] io scheduler deadline registered (default) [ 0.618451] io scheduler cfq registered [ 0.619626] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621059] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.622810] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.624806] ACPI: Power Button [PWRF] [ 0.626041] GHES: HEST is not enabled! [ 0.640212] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.669727] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.672740] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.696767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.699764] Linux agpgart interface v0.103 [ 0.703123] brd: module loaded [ 0.705331] loop: module loaded [ 0.709867] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.711872] GPT:90111 != 2097151 [ 0.712815] GPT:Alternate GPT header not at the end of the disk. [ 0.714303] GPT:90111 != 2097151 [ 0.715238] GPT: Use GNU Parted to correct GPT errors. [ 0.716556] vda: vda1 vda15 [ 0.718237] scsi host0: ata_piix [ 0.719303] scsi host1: ata_piix [ 0.720304] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.721977] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.723983] libphy: Fixed MDIO Bus: probed [ 0.725112] tun: Universal TUN/TAP device driver, 1.6 [ 0.726424] tun: (C) 1999-2004 Max Krasnyansky [ 0.729466] PPP generic driver version 2.4.2 [ 0.730722] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.732341] ehci-pci: EHCI PCI platform driver [ 0.733548] ehci-platform: EHCI generic platform driver [ 0.734904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.736447] ohci-pci: OHCI PCI platform driver [ 0.737658] ohci-platform: OHCI generic platform driver [ 0.739009] uhci_hcd: USB Universal Host Controller Interface driver [ 0.753712] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.755074] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.757090] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.758474] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.760050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.761734] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.763701] usb usb1: Product: UHCI Host Controller [ 0.764981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766553] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767887] hub 1-0:1.0: USB hub found [ 0.769050] hub 1-0:1.0: 2 ports detected [ 0.770321] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.773227] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.774537] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.775935] mousedev: PS/2 mouse device common for all mice [ 0.777647] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.780155] rtc_cmos 00:00: RTC can wake from S4 [ 0.781691] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.783315] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.784936] i2c /dev entries driver [ 0.785994] device-mapper: uevent: version 1.0.3 [ 0.787312] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.789558] ledtrig-cpu: registered to indicate activity on CPUs [ 0.791397] NET: Registered protocol family 10 [ 0.792939] NET: Registered protocol family 17 [ 0.794158] Key type dns_resolver registered [ 0.795455] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796962] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.799376] registered taskstats version 1 [ 0.800536] Loading compiled-in X.509 certificates [ 0.802376] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.804892] zswap: loaded using pool lzo/zbud [ 0.806957] Key type trusted registered [ 0.809114] Key type encrypted registered [ 0.810253] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811670] ima: No TPM chip found, activating TPM-bypass! [ 0.813104] evm: HMAC attrs: 0x1 [ 0.814414] Magic number: 2:297:657 [ 0.815470] block ram10: hash matches [ 0.816626] rtc_cmos 00:00: setting system clock to 2018-09-02 00:39:57 UTC (1535848797) [ 0.818832] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.820348] EDD information not available. [ 0.885528] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.887674] Write protecting the kernel read-only data: 14336k [ 0.890632] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.893107] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.940877] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhF/DGTPenXAMurNluDCqSuMhHDQK5uYuZORRihqIGx/8YPrCTzjBKIY7ukLmpzt8erFJaJlb0xB+a3t+1QOVZMgMhxYRqQPY0J/+OnbnS3qEunoSpQggO3OESrStRuolfElm+FiZRJ70EbR+jaZECvWtQjVgwLxX2l4eIsLhtSKjmcvyLlSRuyGmOvcS1JA8qvInreYAwVy2fPwNDAW+/wbWMhjlY/azgtDxvEtNnp0GWh8Ezhp6nKF57L92COvfQgHQOARtcfWYXvaDhjZhjDWoHfgyoTt4vI26soUO0IF0FpDSk8FcUUILSu+XFmmD49pGvbQ5CWgRLgQHZK6YT root@singlevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5 ssh-dss AAAAB3NzaC1kc3MAAACBAIlh6yMozxAegDSa1qnxyyHuNAIqYq8qCBSD48y1scCNzyU3PtvMsZpaK1uKXO8wBC3uEC+P+eF3ZNHgBHv61XfVHpeQSJMoFBHFAT0P325ok4FVdKJkE5VJpm9Vs1wWpnuyB+TFjAVD3kZZi0La0p/zZharClB/VmB/91a0nsGHAAAAFQDfS1Pd0hcpXHwArD11zoMjVBJlBwAAAIAe/YegbtlXL7PQl+Ke9gPW5blc5nIqrX136wmDYAM/OCt3hwom7gkkwQQHbLMFPFf3cPBCDn0cJCi26HN1/GonyK1dmfrhL9pIOwqzT1uVB6iDIQGc5JOXVRsHxxDQeayKls+WNTZeBMP+86GipiakwP0Yqt9N7Aii1C4MTyoWZwAAAIBg2kev+Srd3Aa0X0sUSBoQyoCZDIM9zT5EBk0taUQYnXsBVZZE9wV+N9aODa0L5WAXeMSSRviX+WpxT3SBwOB5bsXgj0dG087s0RFPv9to/yIb/WkLKLQZih0OhYEz5AG3HEFdU7DezOmh9Ave3G+9UbcIo9Ng8BEu3Hjp6XXEmw== root@singlevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:feac:ff80/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.35 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-5b28a071-dbfc-426e-912b-16d99fb8c6c5 login: 2018-09-02 00:40:06,477 - paramiko.transport - DEBUG - starting thread (client mode): 0xfbc73d10L 2018-09-02 00:40:06,478 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 00:40:06,478 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 00:40:06,478 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 00:40:06,479 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 00:40:06,479 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 00:40:06,479 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 00:40:06,480 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 00:40:06,480 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 00:40:06,480 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 00:40:06,499 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 00:40:06,500 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 00:40:06,510 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 05daed49ee708203e6edf62c50d59eaa 2018-09-02 00:40:06,511 - paramiko.transport - DEBUG - Trying discovered key c6d9c555f0030b37a8df20c27d5b64d3 in /tmp/tmpkyw8FN 2018-09-02 00:40:06,539 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 00:40:06,546 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 00:40:06,576 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 00:40:06,576 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 00:40:06,577 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 00:40:06,578 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 00:40:06,579 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 00:40:06,579 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-02 00:40:06,580 - functest.core.singlevm - DEBUG - error: 2018-09-02 00:40:06,585 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 00:40:06,697 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:40:06,697 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:31 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 00:40:06,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 00:40:06,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/477127ca-50d0-4e20-a2f9-2bebaaa8c29f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:08,001 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-534faf25-291c-4425-b871-9e66f23da955 Content-Length: 0 Date: Sun, 02 Sep 2018 00:40:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:08,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/477127ca-50d0-4e20-a2f9-2bebaaa8c29f.json used request id req-534faf25-291c-4425-b871-9e66f23da955 2018-09-02 00:40:08,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.2964861393s 2018-09-02 00:40:08,002 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/477127ca-50d0-4e20-a2f9-2bebaaa8c29f.json used request id req-534faf25-291c-4425-b871-9e66f23da955 2018-09-02 00:40:08,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:08,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:08,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9aa368f1-68f6-4de2-a0da-db0b21a01d4a Date: Sun, 02 Sep 2018 00:40:08 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:40:08,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9aa368f1-68f6-4de2-a0da-db0b21a01d4a 2018-09-02 00:40:08,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0607969760895s 2018-09-02 00:40:08,068 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9aa368f1-68f6-4de2-a0da-db0b21a01d4a 2018-09-02 00:40:08,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:40:08,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:08,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:40:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6faab924-2ae1-416d-b56e-7411bd4088b2 x-compute-request-id: req-6faab924-2ae1-416d-b56e-7411bd4088b2 Content-Type: application/json 2018-09-02 00:40:08,267 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80 used request id req-6faab924-2ae1-416d-b56e-7411bd4088b2 2018-09-02 00:40:08,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.197374105453s 2018-09-02 00:40:08,267 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80 used request id req-6faab924-2ae1-416d-b56e-7411bd4088b2 2018-09-02 00:40:08,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:08,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:09,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5f2f4af-8f44-40d8-8efc-5995bf8b9672 x-compute-request-id: req-e5f2f4af-8f44-40d8-8efc-5995bf8b9672 Content-Encoding: gzip Content-Length: 798 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:ff:80", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8e6f565e-d483-4093-99b8-7e2a33c94a80", "rel": "bookmark"}], "image": {"id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "links": [{"href": "http://172.30.9.38:8774/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-09-02T00:39:57.000000", "flavor": {"id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "links": [{"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}]}, "id": "8e6f565e-d483-4093-99b8-7e2a33c94a80", "user_id": "9069fb4d8e9748779396cb8799deae57", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:40:08Z", "hostId": "4400e2b8ded8c2d6475903a5a0f5f2093f6d888f880cfab64ac71ec3", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "created": "2018-09-02T00:39:45Z", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:40:09,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e5f2f4af-8f44-40d8-8efc-5995bf8b9672 2018-09-02 00:40:09,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.921257972717s 2018-09-02 00:40:09,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e5f2f4af-8f44-40d8-8efc-5995bf8b9672 2018-09-02 00:40:09,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:40:11,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:11,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:11,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbe78b43-5813-4700-bef2-16d75085512b x-compute-request-id: req-fbe78b43-5813-4700-bef2-16d75085512b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 00:40:11,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fbe78b43-5813-4700-bef2-16d75085512b 2018-09-02 00:40:11,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.068174123764s 2018-09-02 00:40:11,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fbe78b43-5813-4700-bef2-16d75085512b 2018-09-02 00:40:11,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:40:11,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:11,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-f14dd195-cb56-4078-8b47-0fecce1b54b9 Date: Sun, 02 Sep 2018 00:40:11 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:42Z", "updated_at": "2018-09-02T00:39:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "a8ae115b-68e3-4c9c-90cc-a2748a64e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "bd623c3f-8bde-49c1-832c-f48fb3920665", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "d3a8c49d-0cca-4810-8531-b6de177dc99d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:42Z", "revision_number": 0, "id": "e6bf6781-d897-4aca-9a66-95db956f1be9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:42Z", "security_group_id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 3, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "34f1d3b1-e821-4957-95ce-4c02111a28d5", "name": "singlevm1-sg_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}, {"description": "Default security group", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:38:33Z", "updated_at": "2018-09-02T00:38:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "787a695a-b5c8-4950-8c03-4848da0cd40a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "8de04ede-6401-4b20-9f92-95abfe2c661b", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "d133d08b-7c2b-4bc4-9ae5-cb29fd1ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "f512335d-b272-4638-96e4-b9c51046ac33", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 1, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T00:38:34Z", "updated_at": "2018-09-02T00:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "26c108b1-5028-4d59-9c8d-fdf44c8097a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "38baea11-a12b-4363-8baa-b114d440d8e6", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "6fcdc9cf-6849-4fb9-94ce-3d88a588d6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "77485cc6-48a0-45b3-a2f3-071d3a15be9c", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "created_at": "2018-09-02T00:39:19Z", "updated_at": "2018-09-02T00:39:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "49708d36-16b1-4b74-b817-5e269b98e53d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "605276fd-7baa-429a-9913-925762b8076e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "820002ae-1f15-4240-ade3-4aa5d99b4f8e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "f0c91c8b-ef04-48d3-9328-e1e664f26436", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}], "revision_number": 1, "project_id": "8bd8cf02d771468a9a81096b1490eb31", "id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "created_at": "2018-09-02T00:36:27Z", "updated_at": "2018-09-02T00:36:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "39b225ff-fd57-48d4-bc91-faa3d17536c2", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "3ad0b91d-ef91-469d-a307-84081b32e213", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "756e9e5e-5766-4aa6-8c54-ae56e87522d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "cde750ba-0048-47c0-963f-c84915cecba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}], "revision_number": 1, "project_id": "b78c08af4f41459f88b715e0581e7c1c", "id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "created_at": "2018-09-02T00:38:47Z", "updated_at": "2018-09-02T00:38:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "28c95b34-253b-421d-8f28-41f3fb755141", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "3d0ffd89-48e6-4bbc-8bef-b93a7d73643b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "db161566-856b-47b2-b74b-deac5ec56391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "e483b9a4-1093-4b31-a887-0f226ea78c52", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}], "revision_number": 1, "project_id": "1ecdb7ea85ec45639eeea812f5571aa8", "id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "name": "default"}]} 2018-09-02 00:40:11,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-f14dd195-cb56-4078-8b47-0fecce1b54b9 2018-09-02 00:40:11,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0521039962769s 2018-09-02 00:40:11,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-f14dd195-cb56-4078-8b47-0fecce1b54b9 2018-09-02 00:40:11,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 00:40:11,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/34f1d3b1-e821-4957-95ce-4c02111a28d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:11,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5768cb58-fe75-401c-8f4a-7bb4041ad4ea Content-Length: 0 Date: Sun, 02 Sep 2018 00:40:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:11,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/34f1d3b1-e821-4957-95ce-4c02111a28d5.json used request id req-5768cb58-fe75-401c-8f4a-7bb4041ad4ea 2018-09-02 00:40:11,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.146389961243s 2018-09-02 00:40:11,469 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/34f1d3b1-e821-4957-95ce-4c02111a28d5.json used request id req-5768cb58-fe75-401c-8f4a-7bb4041ad4ea 2018-09-02 00:40:11,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 00:40:11,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:11,661 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:40:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f82a7e8-271e-4b86-8c50-d13f3353e0f6 x-compute-request-id: req-5f82a7e8-271e-4b86-8c50-d13f3353e0f6 Content-Length: 0 Content-Type: application/json 2018-09-02 00:40:11,661 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5 used request id req-5f82a7e8-271e-4b86-8c50-d13f3353e0f6 2018-09-02 00:40:11,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.191474199295s 2018-09-02 00:40:11,661 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/singlevm1-kp_5b28a071-dbfc-426e-912b-16d99fb8c6c5 used request id req-5f82a7e8-271e-4b86-8c50-d13f3353e0f6 2018-09-02 00:40:11,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:40:11,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" -d '{"subnet_id": "faaa9754-2a3f-4ca6-9f5c-6fbecd580f46"}' 2018-09-02 00:40:13,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7b8541f9-9a6c-4313-926a-a126e30ab301 Date: Sun, 02 Sep 2018 00:40:13 GMT RESP BODY: {"network_id": "528b7c17-b4cb-4825-a9b5-be162ee2aaa4", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "subnet_id": "faaa9754-2a3f-4ca6-9f5c-6fbecd580f46", "subnet_ids": ["faaa9754-2a3f-4ca6-9f5c-6fbecd580f46"], "port_id": "1c45cf15-c827-4f24-8d25-202152513c26", "id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869"} 2018-09-02 00:40:13,554 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869/remove_router_interface.json used request id req-7b8541f9-9a6c-4313-926a-a126e30ab301 2018-09-02 00:40:13,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.89185905457s 2018-09-02 00:40:13,554 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869/remove_router_interface.json used request id req-7b8541f9-9a6c-4313-926a-a126e30ab301 returning object c7cfa66c-b2bd-46b0-ac4f-d9cff713f869 2018-09-02 00:40:13,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:40:13,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:13,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-846c0c64-4cac-4d15-a23a-0a321b398f6f Date: Sun, 02 Sep 2018 00:40:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.212"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:39:36Z", "admin_state_up": true, "updated_at": "2018-09-02T00:40:12Z", "project_id": "f43d114e2c334430bf08047d43583a7d", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "c7cfa66c-b2bd-46b0-ac4f-d9cff713f869", "name": "singlevm1-router_5b28a071-dbfc-426e-912b-16d99fb8c6c5"}]} 2018-09-02 00:40:13,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-846c0c64-4cac-4d15-a23a-0a321b398f6f 2018-09-02 00:40:13,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.118562936783s 2018-09-02 00:40:13,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-846c0c64-4cac-4d15-a23a-0a321b398f6f 2018-09-02 00:40:13,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:40:13,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:14,882 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63098a73-3403-427a-85e0-b97446b266c8 Content-Length: 0 Date: Sun, 02 Sep 2018 00:40:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:14,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869.json used request id req-63098a73-3403-427a-85e0-b97446b266c8 2018-09-02 00:40:14,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.20749807358s 2018-09-02 00:40:14,883 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/c7cfa66c-b2bd-46b0-ac4f-d9cff713f869.json used request id req-63098a73-3403-427a-85e0-b97446b266c8 2018-09-02 00:40:14,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:40:14,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:14,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-376fc11a-df4f-4d84-a174-7c9027339d2b Date: Sun, 02 Sep 2018 00:40:14 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4},{"updated_at":"2018-09-02T00:39:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"faaa9754-2a3f-4ca6-9f5c-6fbecd580f46","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"f43d114e2c334430bf08047d43583a7d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_5b28a071-dbfc-426e-912b-16d99fb8c6c5","enable_dhcp":true,"segment_id":null,"network_id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","ip_version":4}]} 2018-09-02 00:40:14,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-376fc11a-df4f-4d84-a174-7c9027339d2b 2018-09-02 00:40:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.042897939682s 2018-09-02 00:40:14,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-376fc11a-df4f-4d84-a174-7c9027339d2b 2018-09-02 00:40:14,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:40:14,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/faaa9754-2a3f-4ca6-9f5c-6fbecd580f46.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:15,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f34bd52-4290-4f11-9d9d-7b0e1998481b Date: Sun, 02 Sep 2018 00:40:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:15,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/faaa9754-2a3f-4ca6-9f5c-6fbecd580f46.json used request id req-9f34bd52-4290-4f11-9d9d-7b0e1998481b 2018-09-02 00:40:15,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.947271108627s 2018-09-02 00:40:15,876 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/faaa9754-2a3f-4ca6-9f5c-6fbecd580f46.json used request id req-9f34bd52-4290-4f11-9d9d-7b0e1998481b 2018-09-02 00:40:15,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:15,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:15,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-0a11137a-1f40-4588-aa43-43cebb5e382b Date: Sun, 02 Sep 2018 00:40:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"528b7c17-b4cb-4825-a9b5-be162ee2aaa4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":70,"ipv4_address_scope":null,"shared":false,"project_id":"f43d114e2c334430bf08047d43583a7d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:40:15Z","qos_policy_id":null,"name":"singlevm1-net_5b28a071-dbfc-426e-912b-16d99fb8c6c5","admin_state_up":true,"tenant_id":"f43d114e2c334430bf08047d43583a7d","created_at":"2018-09-02T00:39:35Z","provider:network_type":"vxlan"}]} 2018-09-02 00:40:15,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-0a11137a-1f40-4588-aa43-43cebb5e382b 2018-09-02 00:40:15,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0904819965363s 2018-09-02 00:40:15,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-0a11137a-1f40-4588-aa43-43cebb5e382b 2018-09-02 00:40:15,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:40:15,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/528b7c17-b4cb-4825-a9b5-be162ee2aaa4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:17,081 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d67c6ad9-d02c-4c58-812b-1dac8b6e078d Date: Sun, 02 Sep 2018 00:40:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:17,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/528b7c17-b4cb-4825-a9b5-be162ee2aaa4.json used request id req-d67c6ad9-d02c-4c58-812b-1dac8b6e078d 2018-09-02 00:40:17,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11327600479s 2018-09-02 00:40:17,082 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/528b7c17-b4cb-4825-a9b5-be162ee2aaa4.json used request id req-d67c6ad9-d02c-4c58-812b-1dac8b6e078d 2018-09-02 00:40:17,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:40:17,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:17,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e313c7bb-e6ba-41a9-a5aa-2fbd83fc2724 Date: Sun, 02 Sep 2018 00:40:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:39:41Z", "file": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/file", "owner": "f43d114e2c334430bf08047d43583a7d", "id": "fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "size": 12716032, "self": "/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:39:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:40:17,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-e313c7bb-e6ba-41a9-a5aa-2fbd83fc2724 2018-09-02 00:40:17,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.748575925827s 2018-09-02 00:40:17,835 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-e313c7bb-e6ba-41a9-a5aa-2fbd83fc2724 2018-09-02 00:40:17,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:40:17,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:18,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d98146ce-179a-4ff4-91a2-82ec2d2c70dc Date: Sun, 02 Sep 2018 00:40:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:40:18,171 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6 used request id req-d98146ce-179a-4ff4-91a2-82ec2d2c70dc 2018-09-02 00:40:18,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.33477807045s 2018-09-02 00:40:18,172 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/fb3eba95-1cd9-4047-ac68-9bc44a3015a6 used request id req-d98146ce-179a-4ff4-91a2-82ec2d2c70dc 2018-09-02 00:40:18,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:40:18,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:18,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b302027-44ab-43e7-ad81-476ec220f23a x-compute-request-id: req-8b302027-44ab-43e7-ad81-476ec220f23a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5b28a071-dbfc-426e-912b-16d99fb8c6c5", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5e4dc76b-de8b-411b-8efb-ffc4eeae1b22"}]} 2018-09-02 00:40:18,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-8b302027-44ab-43e7-ad81-476ec220f23a 2018-09-02 00:40:18,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02073097229s 2018-09-02 00:40:18,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-8b302027-44ab-43e7-ad81-476ec220f23a 2018-09-02 00:40:18,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:40:18,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}312dc3ee5863e40f2ec1442c33a4cd8b9c0200bb" 2018-09-02 00:40:18,232 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:40:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3895c7e2-a89d-42c5-b565-1d031974826f x-compute-request-id: req-3895c7e2-a89d-42c5-b565-1d031974826f Content-Length: 0 Content-Type: application/json 2018-09-02 00:40:18,233 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22 used request id req-3895c7e2-a89d-42c5-b565-1d031974826f 2018-09-02 00:40:18,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0380108356476s 2018-09-02 00:40:18,233 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/5e4dc76b-de8b-411b-8efb-ffc4eeae1b22 used request id req-3895c7e2-a89d-42c5-b565-1d031974826f 2018-09-02 00:40:18,286 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-02 00:40:18,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:40:18,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:40:18,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:40:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:40:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:40:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:40:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:40:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:40:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:40:18,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:40:18,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:40:18,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419076cc-0446-43f8-b1df-fcc73a0ac653 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:40:18,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-419076cc-0446-43f8-b1df-fcc73a0ac653 2018-09-02 00:40:18,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:40:18,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:40:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["16hsrr6sRhKTRAkTxXUiSw"], "issued_at": "2018-09-02T00:40:18.000000Z"}} 2018-09-02 00:40:18,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:18,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:19,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-61edc46b-0d96-41a8-ad46-958ea57750d2 Date: Sun, 02 Sep 2018 00:40:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:40:19,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-61edc46b-0d96-41a8-ad46-958ea57750d2 2018-09-02 00:40:19,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.328361034393s 2018-09-02 00:40:19,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-61edc46b-0d96-41a8-ad46-958ea57750d2 2018-09-02 00:40:19,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:40:19,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-040ce08b-b392-451d-925d-967aeac1fc20 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:40:19,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-040ce08b-b392-451d-925d-967aeac1fc20 2018-09-02 00:40:19,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:40:19,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:19,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2125c878-e832-4aa8-a850-16896687afce Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:40:19,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-2125c878-e832-4aa8-a850-16896687afce 2018-09-02 00:40:19,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.166825056076s 2018-09-02 00:40:19,229 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-2125c878-e832-4aa8-a850-16896687afce 2018-09-02 00:40:19,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:40:19,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9"}}' 2018-09-02 00:40:19,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4985947-8641-4e00-a4c4-e5c82e10c301 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2"}, "tags": [], "enabled": true, "id": "8350148e15de42cc9c6099517f3848d2", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9"}} 2018-09-02 00:40:19,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-f4985947-8641-4e00-a4c4-e5c82e10c301 2018-09-02 00:40:19,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.207828044891s 2018-09-02 00:40:19,444 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-f4985947-8641-4e00-a4c4-e5c82e10c301 2018-09-02 00:40:19,444 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'8350148e15de42cc9c6099517f3848d2', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9'}) 2018-09-02 00:40:19,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:40:19,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5ccfcd1e-c04f-4d53-843f-74e7dcf75367", "email": null, "name": "singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9"}}' 2018-09-02 00:40:19,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de7f7001-f51d-4f96-973e-a36d19f7eb44 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9", "links": {"self": "http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:40:19,897 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-de7f7001-f51d-4f96-973e-a36d19f7eb44 2018-09-02 00:40:19,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.446292877197s 2018-09-02 00:40:19,897 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-de7f7001-f51d-4f96-973e-a36d19f7eb44 2018-09-02 00:40:19,898 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b5a19e04f5994bdb8c22ec0ce173f3f5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9'}) 2018-09-02 00:40:19,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:40:19,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:20,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-569e6b18-ba46-47f2-b856-0cf44b7d0c62 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:40:20,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-569e6b18-ba46-47f2-b856-0cf44b7d0c62 2018-09-02 00:40:20,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189347982407s 2018-09-02 00:40:20,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-569e6b18-ba46-47f2-b856-0cf44b7d0c62 2018-09-02 00:40:20,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:40:20,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:20,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0744b516-dbf6-43c4-928d-06e8feff29a1 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:40:20,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0744b516-dbf6-43c4-928d-06e8feff29a1 2018-09-02 00:40:20,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.160420179367s 2018-09-02 00:40:20,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0744b516-dbf6-43c4-928d-06e8feff29a1 2018-09-02 00:40:20,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:40:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:20,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-276631ad-e92a-498f-b4e5-11e6cb7da1e5 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:40:20,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-276631ad-e92a-498f-b4e5-11e6cb7da1e5 2018-09-02 00:40:20,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180217027664s 2018-09-02 00:40:20,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-276631ad-e92a-498f-b4e5-11e6cb7da1e5 2018-09-02 00:40:20,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:40:20,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:20,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bba73cc2-4974-49d7-b7a2-e212521add83 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:40:20,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-bba73cc2-4974-49d7-b7a2-e212521add83 2018-09-02 00:40:20,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.161779880524s 2018-09-02 00:40:20,609 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-bba73cc2-4974-49d7-b7a2-e212521add83 2018-09-02 00:40:20,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:40:20,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:20,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b86c318d-0a6e-44b8-9276-eba7b4b248be Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9", "links": {"self": "http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:40:20,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b86c318d-0a6e-44b8-9276-eba7b4b248be 2018-09-02 00:40:20,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.151343107224s 2018-09-02 00:40:20,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b86c318d-0a6e-44b8-9276-eba7b4b248be 2018-09-02 00:40:20,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:40:20,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:20,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa280a9b-c170-4b40-be7e-ade053e84c56 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2"}, "tags": [], "enabled": true, "id": "8350148e15de42cc9c6099517f3848d2", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9"}]} 2018-09-02 00:40:20,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-fa280a9b-c170-4b40-be7e-ade053e84c56 2018-09-02 00:40:20,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0975430011749s 2018-09-02 00:40:20,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-fa280a9b-c170-4b40-be7e-ade053e84c56 2018-09-02 00:40:20,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:40:20,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=b5a19e04f5994bdb8c22ec0ce173f3f5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8350148e15de42cc9c6099517f3848d2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:21,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a5941a-6ea5-4f92-872c-a1981873efda Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=b5a19e04f5994bdb8c22ec0ce173f3f5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8350148e15de42cc9c6099517f3848d2", "previous": null, "next": null}} 2018-09-02 00:40:21,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=b5a19e04f5994bdb8c22ec0ce173f3f5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8350148e15de42cc9c6099517f3848d2 used request id req-80a5941a-6ea5-4f92-872c-a1981873efda 2018-09-02 00:40:21,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193927049637s 2018-09-02 00:40:21,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=b5a19e04f5994bdb8c22ec0ce173f3f5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=8350148e15de42cc9c6099517f3848d2 used request id req-80a5941a-6ea5-4f92-872c-a1981873efda 2018-09-02 00:40:21,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:40:21,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2/users/b5a19e04f5994bdb8c22ec0ce173f3f5/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:21,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:40:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7d7ef01-5761-41c5-a375-5af3f2682fe0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:40:21,204 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2/users/b5a19e04f5994bdb8c22ec0ce173f3f5/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-c7d7ef01-5761-41c5-a375-5af3f2682fe0 2018-09-02 00:40:21,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.12748503685s 2018-09-02 00:40:21,204 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2/users/b5a19e04f5994bdb8c22ec0ce173f3f5/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-c7d7ef01-5761-41c5-a375-5af3f2682fe0 2018-09-02 00:40:21,205 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'8350148e15de42cc9c6099517f3848d2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '5ccfcd1e-c04f-4d53-843f-74e7dcf75367', 'username': u'singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:40:21,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:40:21,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:40:21,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:40:21,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:40:21,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:40:21,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:40:21,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:40:21,210 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'password': '5ccfcd1e-c04f-4d53-843f-74e7dcf75367', 'project_name': 'singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '8350148e15de42cc9c6099517f3848d2', 'project_domain_name': 'Default'} 2018-09-02 00:40:21,210 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-02 00:40:21,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:40:21,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8836e4-629a-405d-8f14-6455859de0d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:40:21,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-1f8836e4-629a-405d-8f14-6455859de0d8 2018-09-02 00:40:21,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:40:21,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:40:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8350148e15de42cc9c6099517f3848d2", "name": "singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8350148e15de42cc9c6099517f3848d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/8350148e15de42cc9c6099517f3848d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/8350148e15de42cc9c6099517f3848d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8350148e15de42cc9c6099517f3848d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/8350148e15de42cc9c6099517f3848d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/8350148e15de42cc9c6099517f3848d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/8350148e15de42cc9c6099517f3848d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/8350148e15de42cc9c6099517f3848d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/8350148e15de42cc9c6099517f3848d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_8350148e15de42cc9c6099517f3848d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_8350148e15de42cc9c6099517f3848d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/8350148e15de42cc9c6099517f3848d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/8350148e15de42cc9c6099517f3848d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/8350148e15de42cc9c6099517f3848d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9", "id": "b5a19e04f5994bdb8c22ec0ce173f3f5"}, "audit_ids": ["HFNp0mBiT6uPJPZhRF68jA"], "issued_at": "2018-09-02T00:40:21.000000Z"}} 2018-09-02 00:40:21,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:40:21,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"network": {"name": "singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9", "admin_state_up": true}}' 2018-09-02 00:40:22,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-39abf1c3-9f10-4891-94c7-1f89721d0022 Date: Sun, 02 Sep 2018 00:40:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8350148e15de42cc9c6099517f3848d2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:40:22Z","is_default":false,"name":"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:21Z","mtu":1450}} 2018-09-02 00:40:22,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-39abf1c3-9f10-4891-94c7-1f89721d0022 2018-09-02 00:40:22,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.540186166763s 2018-09-02 00:40:22,147 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-39abf1c3-9f10-4891-94c7-1f89721d0022 2018-09-02 00:40:22,147 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:40:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'4fc4e574-7f8a-4591-9213-7b8080e5cbf5', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9', u'admin_state_up': True, u'tenant_id': u'8350148e15de42cc9c6099517f3848d2', u'created_at': u'2018-09-02T00:40:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8350148e15de42cc9c6099517f3848d2', u'l2_adjacency': True}) 2018-09-02 00:40:22,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:22,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:22,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-7dc058d6-3db2-422e-b659-d2231a47fda2 Date: Sun, 02 Sep 2018 00:40:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8350148e15de42cc9c6099517f3848d2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:40:22Z","qos_policy_id":null,"name":"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9","admin_state_up":true,"tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:21Z","mtu":1450}]} 2018-09-02 00:40:22,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7dc058d6-3db2-422e-b659-d2231a47fda2 2018-09-02 00:40:22,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.136281967163s 2018-09-02 00:40:22,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7dc058d6-3db2-422e-b659-d2231a47fda2 2018-09-02 00:40:22,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:40:22,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"subnet": {"name": "singlevm2-subnet_5744814e-8d54-408c-9254-dbbd8a5a0be9", "enable_dhcp": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:40:23,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-661e7d42-d48e-4c19-bbd3-857b7e5497ca Date: Sun, 02 Sep 2018 00:40:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:40:22Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"8350148e15de42cc9c6099517f3848d2","id":"9f525c23-7016-4a9e-b20b-6523ee1ffd77","subnetpool_id":null,"name":"singlevm2-subnet_5744814e-8d54-408c-9254-dbbd8a5a0be9"}} 2018-09-02 00:40:23,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-661e7d42-d48e-4c19-bbd3-857b7e5497ca 2018-09-02 00:40:23,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.77889084816s 2018-09-02 00:40:23,065 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-661e7d42-d48e-4c19-bbd3-857b7e5497ca 2018-09-02 00:40:23,066 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:40:22Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'9f525c23-7016-4a9e-b20b-6523ee1ffd77', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_5744814e-8d54-408c-9254-dbbd8a5a0be9', u'enable_dhcp': True, u'network_id': u'4fc4e574-7f8a-4591-9213-7b8080e5cbf5', u'tenant_id': u'8350148e15de42cc9c6099517f3848d2', u'created_at': u'2018-09-02T00:40:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8350148e15de42cc9c6099517f3848d2'}) 2018-09-02 00:40:23,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:40:23,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "singlevm2-router_5744814e-8d54-408c-9254-dbbd8a5a0be9", "admin_state_up": true}}' 2018-09-02 00:40:24,502 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-cb05fe8d-34aa-447b-96cd-db8ad2e61b8d Date: Sun, 02 Sep 2018 00:40:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:23Z", "admin_state_up": true, "updated_at": "2018-09-02T00:40:24Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "name": "singlevm2-router_5744814e-8d54-408c-9254-dbbd8a5a0be9"}} 2018-09-02 00:40:24,502 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-cb05fe8d-34aa-447b-96cd-db8ad2e61b8d 2018-09-02 00:40:24,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.43555903435s 2018-09-02 00:40:24,502 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-cb05fe8d-34aa-447b-96cd-db8ad2e61b8d 2018-09-02 00:40:24,503 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:40:24Z', u'revision_number': 2, u'id': u'88b49337-83b5-4fe4-aba9-a88c10bf5c66', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_5744814e-8d54-408c-9254-dbbd8a5a0be9', u'admin_state_up': True, u'tenant_id': u'8350148e15de42cc9c6099517f3848d2', u'created_at': u'2018-09-02T00:40:23Z', u'flavor_id': None, u'routes': [], u'project_id': u'8350148e15de42cc9c6099517f3848d2'}) 2018-09-02 00:40:24,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:40:24,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"subnet_id": "9f525c23-7016-4a9e-b20b-6523ee1ffd77"}' 2018-09-02 00:40:26,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4b536932-2bb5-4dad-a621-87bcdddfa055 Date: Sun, 02 Sep 2018 00:40:26 GMT RESP BODY: {"network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "subnet_id": "9f525c23-7016-4a9e-b20b-6523ee1ffd77", "subnet_ids": ["9f525c23-7016-4a9e-b20b-6523ee1ffd77"], "port_id": "65360803-835e-47e4-8452-83044fe9ba6f", "id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66"} 2018-09-02 00:40:26,935 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66/add_router_interface.json used request id req-4b536932-2bb5-4dad-a621-87bcdddfa055 2018-09-02 00:40:26,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.43142604828s 2018-09-02 00:40:26,935 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66/add_router_interface.json used request id req-4b536932-2bb5-4dad-a621-87bcdddfa055 returning object 88b49337-83b5-4fe4-aba9-a88c10bf5c66 2018-09-02 00:40:26,936 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:40:27,069 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:40:27,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:40:27,075 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:40:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:40:27,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:40:27,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:27,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ab9086df-b3ea-4ad8-9a6a-07814084b4bd Date: Sun, 02 Sep 2018 00:40:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:40:27,392 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ab9086df-b3ea-4ad8-9a6a-07814084b4bd 2018-09-02 00:40:27,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.312094926834s 2018-09-02 00:40:27,393 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ab9086df-b3ea-4ad8-9a6a-07814084b4bd 2018-09-02 00:40:27,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:40:27,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9"}' 2018-09-02 00:40:27,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1003d607-a0f8-4100-a0f4-ee5843899de8 Date: Sun, 02 Sep 2018 00:40:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:40:27Z", "file": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file", "owner": "8350148e15de42cc9c6099517f3848d2", "id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "size": null, "self": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "checksum": null, "created_at": "2018-09-02T00:40:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:40:27,537 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-1003d607-a0f8-4100-a0f4-ee5843899de8 2018-09-02 00:40:27,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.13572883606s 2018-09-02 00:40:27,538 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-1003d607-a0f8-4100-a0f4-ee5843899de8 returning object 2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7 2018-09-02 00:40:27,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:40:27,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '' 2018-09-02 00:40:28,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51c7535d-f1b9-4d49-b4f8-34b56efb7e68 Date: Sun, 02 Sep 2018 00:40:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:40:28,013 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file used request id req-51c7535d-f1b9-4d49-b4f8-34b56efb7e68 2018-09-02 00:40:28,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.47466301918s 2018-09-02 00:40:28,013 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file used request id req-51c7535d-f1b9-4d49-b4f8-34b56efb7e68 2018-09-02 00:40:28,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:40:28,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:28,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ad092fec-6f0f-4b14-9d2e-d44b8890eee9 Date: Sun, 02 Sep 2018 00:40:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:40:27Z", "file": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file", "owner": "8350148e15de42cc9c6099517f3848d2", "id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "size": 12716032, "self": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:40:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:40:28,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ad092fec-6f0f-4b14-9d2e-d44b8890eee9 2018-09-02 00:40:28,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0736999511719s 2018-09-02 00:40:28,092 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ad092fec-6f0f-4b14-9d2e-d44b8890eee9 2018-09-02 00:40:28,093 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file', 'owner': u'8350148e15de42cc9c6099517f3848d2', 'id': u'2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7', 'size': 12716032, u'self': u'/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8350148e15de42cc9c6099517f3848d2', 'name': 'singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:40:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T00:40:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'created': u'2018-09-02T00:40:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:40:27Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:40:28,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:40:28,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_5744814e-8d54-408c-9254-dbbd8a5a0be9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:40:28,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42d758ad-6b6d-4d4b-ae85-db50f719395a x-compute-request-id: req-42d758ad-6b6d-4d4b-ae85-db50f719395a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_5744814e-8d54-408c-9254-dbbd8a5a0be9", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0572c85e-13ef-4737-8cfe-2dfd439094b4"}} 2018-09-02 00:40:28,382 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-42d758ad-6b6d-4d4b-ae85-db50f719395a 2018-09-02 00:40:28,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.287214040756s 2018-09-02 00:40:28,382 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-42d758ad-6b6d-4d4b-ae85-db50f719395a 2018-09-02 00:40:28,383 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0572c85e-13ef-4737-8cfe-2dfd439094b4', 'swap': 0}) 2018-09-02 00:40:28,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:40:28,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" -d '{"extra_specs": {}}' 2018-09-02 00:40:28,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2afcb9c-7ce6-4af8-9f5d-1f647c149b09 x-compute-request-id: req-e2afcb9c-7ce6-4af8-9f5d-1f647c149b09 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:40:28,408 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4/os-extra_specs used request id req-e2afcb9c-7ce6-4af8-9f5d-1f647c149b09 2018-09-02 00:40:28,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0241379737854s 2018-09-02 00:40:28,408 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4/os-extra_specs used request id req-e2afcb9c-7ce6-4af8-9f5d-1f647c149b09 2018-09-02 00:40:28,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 00:40:28,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"keypair": {"name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9"}}' 2018-09-02 00:40:29,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b22fc34-1f80-40c5-9bb3-d2320e656022 x-compute-request-id: req-6b22fc34-1f80-40c5-9bb3-d2320e656022 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7YKQMP3H6BTkkYrPbDzYgQBs5DaikKfdDxq+isOQEriEO+v9yiO5WnSkhrRHtgOE3sWH6LxowPg/j7WdgtRwHkgJrnmvCZaIH9H3Wom/rUSd+JmxPkbJm5o1+UNz48RUJBcZ2+guE4bC8PQ/BERkgO5f1oElwWi/fuOthhs9GbV4UJQuyPAVMJW2BXnySND+VMddtm1IyGFRrRvxmdhzRCqgmDub5IXkyBc13/Zlfhd0WKmPqxXOAjeh/jZauJTlLEoRtn8O3KRLil0wVxqP0FUZFJWLwmzKDL+dykJfCt6e9lAksRg88heV4VC3wEb4bA/ji4/apgaS3bp4Je2+n Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu2CkDD9x+gU5JGKz2w82IEAbOQ2opCn3Q8avorDkBK4hDvr/\ncojuVp0pIa0R7YDhN7Fh+i8aMD4P4+1nYLUcB5ICa55rwmWiB/R91qJv61EnfiZs\nT5GyZuaNflDc+PEVCQXGdvoLhOGwvD0PwREZIDuX9aBJcFov37jrYYbPRm1eFCUL\nsjwFTCVtgV58kjQ/lTHXbZtSMhhUa0b8ZnYc0QqoJg7m+SF5MgXNd/2ZX4XdFipj\n6sVzgI3of42WriU5SxKEbZ/DtykS4pdMFcaj9BVGRSVi8Jsygy/ncpCXwrenvZQJ\nLEYPPIXleFQt8BG+GwP44uP2qYGkt26eCXtvpwIDAQABAoIBAQCgwZ68q0n7uLN3\nlf68N+a18Inqft9qSF7NFQ7mQ2C86y+NjKXP+86PHLKHI9a3rtSKVXK7k+Gh9fzo\nDWuduoPbstbEwdutokhLDuVPWXkvqCZ7wjc2ZMdsJOzLrFCIez0SypOky41Kad6Z\nAMIdX6/wyW/r2aJn89gS1rGKsH/v6LjsziLdoui5NXDJx3aGiggzqXYBkAAaPKXE\nErSbmCt1xTYTO4+kIjI6AAevctHC280UhDeq/tkEv8l8WnHiheH4FDoeS1RJLTsr\njq5YDMf451I0GuXX5eOqv/qHht6Ojzg3hwQZ5HIY/TPM0VrxN5LPGbSMdtG/XeU7\n83FC+VsBAoGBAN6QHzgYveIwLG9brtxzxQ8If0DVQ+4I95/epReHe0g3S93W8aRw\nAh2tkd53DVKmwFzLATfg9tbAK4KcB0uKi+dD+Xmkr993E281BlySl2zaKySRUMuY\ni5brqWYE9vjx+klu1c9BmCRUidjoyNETBnmJx968aVE6w7yqEY/2nepBAoGBANeH\nRNCkITLVwTMcpHzAMVQXleMnkkExLukpQVtpt4gSt4PjtZw2xtXbZ+o8BEbgxtAN\nc7IQygN/X0hbZc+Z6BFbOBonVWBkP0Cw5lCd3DaFFmsw/SZoCxyBD/AwHk4Z+NiQ\nEuMtSb3JumidQL+W2g7t5Ww2ui22t9bL/Nfq80/nAoGAUnRinI3OC3Z9f+QfrFzX\nrPIg8wwP1qhL1VbPIyB2dBLIcK+pZpp4rjYXzKueq/hLXBV5phIaYQVhGUplCX+S\nxWNRkdeJsOiUsqaabMGCiDlrsmiD3mntjURRxhIgzaoYaAw/+kD69Lq9NzdG7u51\nf6GkAska25VB3yvCxetAJgECgYEAi1cWtFUIaZcseuDvrv+KZLWC4AL7WU5056UW\nbgUg9MY1Av26si3vyt84hYUbtr8niebIf7y+/hfhACSm49q64E27LZ10YwcspaQ4\norIMZusQHWjkoWnulRUTutNBJHlCGrC6pUjoPd0nuO7Bp5vdin1fL+EJ6PgSTro+\n01FA0M0CgYAoadJsVko0Yrx2bOfS9itD230F6fzwHI4x53i7R9aUBLhYIENpKnNe\nBcW7GVJxZQpoCbBXzDjy0q+M/2tKe0CR5/FN/bKBRTXaeM62QelqTMBhIwdyiPxS\npOwBRrRNhZnQAm8IpA8G5DBhPpimwjhmq43tPoOo6l5NhXUJoOnNCA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9", "fingerprint": "2a:4b:eb:45:64:38:69:ed:fa:27:f6:85:e0:05:4a:7f"}} 2018-09-02 00:40:29,389 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-6b22fc34-1f80-40c5-9bb3-d2320e656022 2018-09-02 00:40:29,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.979995012283s 2018-09-02 00:40:29,389 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-6b22fc34-1f80-40c5-9bb3-d2320e656022 2018-09-02 00:40:29,390 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7YKQMP3H6BTkkYrPbDzYgQBs5DaikKfdDxq+isOQEriEO+v9yiO5WnSkhrRHtgOE3sWH6LxowPg/j7WdgtRwHkgJrnmvCZaIH9H3Wom/rUSd+JmxPkbJm5o1+UNz48RUJBcZ2+guE4bC8PQ/BERkgO5f1oElwWi/fuOthhs9GbV4UJQuyPAVMJW2BXnySND+VMddtm1IyGFRrRvxmdhzRCqgmDub5IXkyBc13/Zlfhd0WKmPqxXOAjeh/jZauJTlLEoRtn8O3KRLil0wVxqP0FUZFJWLwmzKDL+dykJfCt6e9lAksRg88heV4VC3wEb4bA/ji4/apgaS3bp4Je2+n Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu2CkDD9x+gU5JGKz2w82IEAbOQ2opCn3Q8avorDkBK4hDvr/\ncojuVp0pIa0R7YDhN7Fh+i8aMD4P4+1nYLUcB5ICa55rwmWiB/R91qJv61EnfiZs\nT5GyZuaNflDc+PEVCQXGdvoLhOGwvD0PwREZIDuX9aBJcFov37jrYYbPRm1eFCUL\nsjwFTCVtgV58kjQ/lTHXbZtSMhhUa0b8ZnYc0QqoJg7m+SF5MgXNd/2ZX4XdFipj\n6sVzgI3of42WriU5SxKEbZ/DtykS4pdMFcaj9BVGRSVi8Jsygy/ncpCXwrenvZQJ\nLEYPPIXleFQt8BG+GwP44uP2qYGkt26eCXtvpwIDAQABAoIBAQCgwZ68q0n7uLN3\nlf68N+a18Inqft9qSF7NFQ7mQ2C86y+NjKXP+86PHLKHI9a3rtSKVXK7k+Gh9fzo\nDWuduoPbstbEwdutokhLDuVPWXkvqCZ7wjc2ZMdsJOzLrFCIez0SypOky41Kad6Z\nAMIdX6/wyW/r2aJn89gS1rGKsH/v6LjsziLdoui5NXDJx3aGiggzqXYBkAAaPKXE\nErSbmCt1xTYTO4+kIjI6AAevctHC280UhDeq/tkEv8l8WnHiheH4FDoeS1RJLTsr\njq5YDMf451I0GuXX5eOqv/qHht6Ojzg3hwQZ5HIY/TPM0VrxN5LPGbSMdtG/XeU7\n83FC+VsBAoGBAN6QHzgYveIwLG9brtxzxQ8If0DVQ+4I95/epReHe0g3S93W8aRw\nAh2tkd53DVKmwFzLATfg9tbAK4KcB0uKi+dD+Xmkr993E281BlySl2zaKySRUMuY\ni5brqWYE9vjx+klu1c9BmCRUidjoyNETBnmJx968aVE6w7yqEY/2nepBAoGBANeH\nRNCkITLVwTMcpHzAMVQXleMnkkExLukpQVtpt4gSt4PjtZw2xtXbZ+o8BEbgxtAN\nc7IQygN/X0hbZc+Z6BFbOBonVWBkP0Cw5lCd3DaFFmsw/SZoCxyBD/AwHk4Z+NiQ\nEuMtSb3JumidQL+W2g7t5Ww2ui22t9bL/Nfq80/nAoGAUnRinI3OC3Z9f+QfrFzX\nrPIg8wwP1qhL1VbPIyB2dBLIcK+pZpp4rjYXzKueq/hLXBV5phIaYQVhGUplCX+S\nxWNRkdeJsOiUsqaabMGCiDlrsmiD3mntjURRxhIgzaoYaAw/+kD69Lq9NzdG7u51\nf6GkAska25VB3yvCxetAJgECgYEAi1cWtFUIaZcseuDvrv+KZLWC4AL7WU5056UW\nbgUg9MY1Av26si3vyt84hYUbtr8niebIf7y+/hfhACSm49q64E27LZ10YwcspaQ4\norIMZusQHWjkoWnulRUTutNBJHlCGrC6pUjoPd0nuO7Bp5vdin1fL+EJ6PgSTro+\n01FA0M0CgYAoadJsVko0Yrx2bOfS9itD230F6fzwHI4x53i7R9aUBLhYIENpKnNe\nBcW7GVJxZQpoCbBXzDjy0q+M/2tKe0CR5/FN/bKBRTXaeM62QelqTMBhIwdyiPxS\npOwBRrRNhZnQAm8IpA8G5DBhPpimwjhmq43tPoOo6l5NhXUJoOnNCA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b5a19e04f5994bdb8c22ec0ce173f3f5', 'name': u'singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'created_at': '2018-09-02T00:40:29.390273', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8350148e15de42cc9c6099517f3848d2', 'name': 'singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2a:4b:eb:45:64:38:69:ed:fa:27:f6:85:e0:05:4a:7f', 'type': 'ssh', 'id': u'singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9'}) 2018-09-02 00:40:29,390 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAu2CkDD9x+gU5JGKz2w82IEAbOQ2opCn3Q8avorDkBK4hDvr/ cojuVp0pIa0R7YDhN7Fh+i8aMD4P4+1nYLUcB5ICa55rwmWiB/R91qJv61EnfiZs T5GyZuaNflDc+PEVCQXGdvoLhOGwvD0PwREZIDuX9aBJcFov37jrYYbPRm1eFCUL sjwFTCVtgV58kjQ/lTHXbZtSMhhUa0b8ZnYc0QqoJg7m+SF5MgXNd/2ZX4XdFipj 6sVzgI3of42WriU5SxKEbZ/DtykS4pdMFcaj9BVGRSVi8Jsygy/ncpCXwrenvZQJ LEYPPIXleFQt8BG+GwP44uP2qYGkt26eCXtvpwIDAQABAoIBAQCgwZ68q0n7uLN3 lf68N+a18Inqft9qSF7NFQ7mQ2C86y+NjKXP+86PHLKHI9a3rtSKVXK7k+Gh9fzo DWuduoPbstbEwdutokhLDuVPWXkvqCZ7wjc2ZMdsJOzLrFCIez0SypOky41Kad6Z AMIdX6/wyW/r2aJn89gS1rGKsH/v6LjsziLdoui5NXDJx3aGiggzqXYBkAAaPKXE ErSbmCt1xTYTO4+kIjI6AAevctHC280UhDeq/tkEv8l8WnHiheH4FDoeS1RJLTsr jq5YDMf451I0GuXX5eOqv/qHht6Ojzg3hwQZ5HIY/TPM0VrxN5LPGbSMdtG/XeU7 83FC+VsBAoGBAN6QHzgYveIwLG9brtxzxQ8If0DVQ+4I95/epReHe0g3S93W8aRw Ah2tkd53DVKmwFzLATfg9tbAK4KcB0uKi+dD+Xmkr993E281BlySl2zaKySRUMuY i5brqWYE9vjx+klu1c9BmCRUidjoyNETBnmJx968aVE6w7yqEY/2nepBAoGBANeH RNCkITLVwTMcpHzAMVQXleMnkkExLukpQVtpt4gSt4PjtZw2xtXbZ+o8BEbgxtAN c7IQygN/X0hbZc+Z6BFbOBonVWBkP0Cw5lCd3DaFFmsw/SZoCxyBD/AwHk4Z+NiQ EuMtSb3JumidQL+W2g7t5Ww2ui22t9bL/Nfq80/nAoGAUnRinI3OC3Z9f+QfrFzX rPIg8wwP1qhL1VbPIyB2dBLIcK+pZpp4rjYXzKueq/hLXBV5phIaYQVhGUplCX+S xWNRkdeJsOiUsqaabMGCiDlrsmiD3mntjURRxhIgzaoYaAw/+kD69Lq9NzdG7u51 f6GkAska25VB3yvCxetAJgECgYEAi1cWtFUIaZcseuDvrv+KZLWC4AL7WU5056UW bgUg9MY1Av26si3vyt84hYUbtr8niebIf7y+/hfhACSm49q64E27LZ10YwcspaQ4 orIMZusQHWjkoWnulRUTutNBJHlCGrC6pUjoPd0nuO7Bp5vdin1fL+EJ6PgSTro+ 01FA0M0CgYAoadJsVko0Yrx2bOfS9itD230F6fzwHI4x53i7R9aUBLhYIENpKnNe BcW7GVJxZQpoCbBXzDjy0q+M/2tKe0CR5/FN/bKBRTXaeM62QelqTMBhIwdyiPxS pOwBRrRNhZnQAm8IpA8G5DBhPpimwjhmq43tPoOo6l5NhXUJoOnNCA== -----END RSA PRIVATE KEY----- 2018-09-02 00:40:29,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 00:40:29,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"security_group": {"name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-02 00:40:29,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-0bf7e013-c8c7-40b5-8b34-4f920e989dc0 Date: Sun, 02 Sep 2018 00:40:29 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:29Z", "updated_at": "2018-09-02T00:40:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "2a8d6a9e-15b9-4fc7-ab5c-d5ede04e8648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "d6f0ed80-ea85-40d8-95ef-477fe5872923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 1, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9"}} 2018-09-02 00:40:29,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-0bf7e013-c8c7-40b5-8b34-4f920e989dc0 2018-09-02 00:40:29,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.134364128113s 2018-09-02 00:40:29,528 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-0bf7e013-c8c7-40b5-8b34-4f920e989dc0 2018-09-02 00:40:29,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:40:29,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:29,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-4794ed9b-9ce1-4b78-a637-89a715235ab4 Date: Sun, 02 Sep 2018 00:40:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:21Z", "updated_at": "2018-09-02T00:40:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "134bf04a-d5e2-4c7b-a481-658ecd03beb6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "3420d258-c950-49b8-9982-ebd8317b5adc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "72b62212-6ef9-4f48-ad2e-50c488d2a5e6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "bcd0c78a-d28c-44e9-b5e5-5d937552345d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 1, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:29Z", "updated_at": "2018-09-02T00:40:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "2a8d6a9e-15b9-4fc7-ab5c-d5ede04e8648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "d6f0ed80-ea85-40d8-95ef-477fe5872923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 1, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9"}]} 2018-09-02 00:40:29,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-4794ed9b-9ce1-4b78-a637-89a715235ab4 2018-09-02 00:40:29,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0605428218842s 2018-09-02 00:40:29,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-4794ed9b-9ce1-4b78-a637-89a715235ab4 2018-09-02 00:40:29,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:40:29,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5"}}' 2018-09-02 00:40:29,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c8c4fbb4-a34d-4c55-92d7-50723f9e38b0 Date: Sun, 02 Sep 2018 00:40:29 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "port_range_min": 22, "revision_number": 0, "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:29Z", "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "3da4d8b3-bd30-40bf-b0f6-d32d693d083c"}} 2018-09-02 00:40:29,726 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-c8c4fbb4-a34d-4c55-92d7-50723f9e38b0 2018-09-02 00:40:29,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.128623962402s 2018-09-02 00:40:29,726 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-c8c4fbb4-a34d-4c55-92d7-50723f9e38b0 2018-09-02 00:40:29,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:40:29,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:29,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-7d4ff7c5-ec3a-48a9-8744-250a0b54e1c1 Date: Sun, 02 Sep 2018 00:40:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:21Z", "updated_at": "2018-09-02T00:40:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "134bf04a-d5e2-4c7b-a481-658ecd03beb6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "3420d258-c950-49b8-9982-ebd8317b5adc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "72b62212-6ef9-4f48-ad2e-50c488d2a5e6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "bcd0c78a-d28c-44e9-b5e5-5d937552345d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 1, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:29Z", "updated_at": "2018-09-02T00:40:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "2a8d6a9e-15b9-4fc7-ab5c-d5ede04e8648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "3da4d8b3-bd30-40bf-b0f6-d32d693d083c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "d6f0ed80-ea85-40d8-95ef-477fe5872923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 2, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9"}]} 2018-09-02 00:40:29,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-7d4ff7c5-ec3a-48a9-8744-250a0b54e1c1 2018-09-02 00:40:29,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0827350616455s 2018-09-02 00:40:29,813 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-7d4ff7c5-ec3a-48a9-8744-250a0b54e1c1 2018-09-02 00:40:29,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:40:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5"}}' 2018-09-02 00:40:30,094 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-60e37a9d-b400-48c5-abd7-dba5efa1f527 Date: Sun, 02 Sep 2018 00:40:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "port_range_min": null, "revision_number": 0, "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:29Z", "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "dbe026e0-ebf6-493d-a613-a6d730de216b"}} 2018-09-02 00:40:30,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-60e37a9d-b400-48c5-abd7-dba5efa1f527 2018-09-02 00:40:30,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.277493000031s 2018-09-02 00:40:30,094 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-60e37a9d-b400-48c5-abd7-dba5efa1f527 2018-09-02 00:40:30,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:30,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:30,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-b0a40314-f0e3-49c0-86b9-d9e53906fe36 Date: Sun, 02 Sep 2018 00:40:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8350148e15de42cc9c6099517f3848d2","l2_adjacency":true,"status":"ACTIVE","subnets":["9f525c23-7016-4a9e-b20b-6523ee1ffd77"],"description":"","tags":[],"updated_at":"2018-09-02T00:40:22Z","qos_policy_id":null,"name":"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9","admin_state_up":true,"tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:21Z","mtu":1450}]} 2018-09-02 00:40:30,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b0a40314-f0e3-49c0-86b9-d9e53906fe36 2018-09-02 00:40:30,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0854761600494s 2018-09-02 00:40:30,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b0a40314-f0e3-49c0-86b9-d9e53906fe36 2018-09-02 00:40:30,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:40:30,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:30,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-49779812-b256-4cc7-a292-128755300d68 Date: Sun, 02 Sep 2018 00:40:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:40:27Z", "file": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file", "owner": "8350148e15de42cc9c6099517f3848d2", "id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "size": 12716032, "self": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:40:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:40:30,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-49779812-b256-4cc7-a292-128755300d68 2018-09-02 00:40:30,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352559089661s 2018-09-02 00:40:30,222 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-49779812-b256-4cc7-a292-128755300d68 2018-09-02 00:40:30,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:40:30,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:30,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a43d634-7349-4fda-96f4-a2e15fd78471 x-compute-request-id: req-6a43d634-7349-4fda-96f4-a2e15fd78471 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_5744814e-8d54-408c-9254-dbbd8a5a0be9", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0572c85e-13ef-4737-8cfe-2dfd439094b4"}]} 2018-09-02 00:40:30,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-6a43d634-7349-4fda-96f4-a2e15fd78471 2018-09-02 00:40:30,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.181450843811s 2018-09-02 00:40:30,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-6a43d634-7349-4fda-96f4-a2e15fd78471 2018-09-02 00:40:30,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:40:30,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"server": {"name": "singlevm2-vm_5744814e-8d54-408c-9254-dbbd8a5a0be9", "imageRef": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "key_name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9", "flavorRef": "0572c85e-13ef-4737-8cfe-2dfd439094b4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5"}], "security_groups": [{"name": "f354db5f-b222-4646-8207-abaf5ec27bf5"}]}}' 2018-09-02 00:40:32,689 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:40:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f61b662-ee18-4b36-bbb6-76edc4b3caec x-compute-request-id: req-2f61b662-ee18-4b36-bbb6-76edc4b3caec Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f354db5f-b222-4646-8207-abaf5ec27bf5"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f8b0dd9-db70-44a0-920b-627b76c911cd", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "bookmark"}], "adminPass": "Aijmm7oDB3Fc"}} 2018-09-02 00:40:32,689 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-2f61b662-ee18-4b36-bbb6-76edc4b3caec 2018-09-02 00:40:32,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.2824151516s 2018-09-02 00:40:32,690 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-2f61b662-ee18-4b36-bbb6-76edc4b3caec 2018-09-02 00:40:32,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:32,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:33,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09edc986-417e-4ea7-9189-0de2451d82ff x-compute-request-id: req-09edc986-417e-4ea7-9189-0de2451d82ff Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "bookmark"}], "image": {"id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "links": [{"href": "http://172.30.9.38:8774/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0572c85e-13ef-4737-8cfe-2dfd439094b4", "links": [{"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}]}, "id": "2f8b0dd9-db70-44a0-920b-627b76c911cd", "user_id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:40:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9", "name": "singlevm2-vm_5744814e-8d54-408c-9254-dbbd8a5a0be9", "created": "2018-09-02T00:40:32Z", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:40:33,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09edc986-417e-4ea7-9189-0de2451d82ff 2018-09-02 00:40:33,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25683403015s 2018-09-02 00:40:33,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09edc986-417e-4ea7-9189-0de2451d82ff 2018-09-02 00:40:33,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:33,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:34,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-7b644f47-c1e1-490e-a972-732dded553c0 Date: Sun, 02 Sep 2018 00:40:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8350148e15de42cc9c6099517f3848d2","l2_adjacency":true,"status":"ACTIVE","subnets":["9f525c23-7016-4a9e-b20b-6523ee1ffd77"],"description":"","tags":[],"updated_at":"2018-09-02T00:40:22Z","qos_policy_id":null,"name":"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9","admin_state_up":true,"tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:21Z","mtu":1450}]} 2018-09-02 00:40:34,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7b644f47-c1e1-490e-a972-732dded553c0 2018-09-02 00:40:34,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0977540016174s 2018-09-02 00:40:34,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7b644f47-c1e1-490e-a972-732dded553c0 2018-09-02 00:40:34,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:40:34,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:34,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-812e72b7-7692-4f5a-9f4b-da3eb426cc7b Date: Sun, 02 Sep 2018 00:40:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:40:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8350148e15de42cc9c6099517f3848d2","id":"9f525c23-7016-4a9e-b20b-6523ee1ffd77","subnetpool_id":null,"name":"singlevm2-subnet_5744814e-8d54-408c-9254-dbbd8a5a0be9"}]} 2018-09-02 00:40:34,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-812e72b7-7692-4f5a-9f4b-da3eb426cc7b 2018-09-02 00:40:34,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0598130226135s 2018-09-02 00:40:34,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-812e72b7-7692-4f5a-9f4b-da3eb426cc7b 2018-09-02 00:40:34,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:40:36,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:36,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:36,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd5597b9-87eb-4160-aef8-ad3bd8aad4e0 x-compute-request-id: req-fd5597b9-87eb-4160-aef8-ad3bd8aad4e0 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "bookmark"}], "image": {"id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "links": [{"href": "http://172.30.9.38:8774/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0572c85e-13ef-4737-8cfe-2dfd439094b4", "links": [{"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}]}, "id": "2f8b0dd9-db70-44a0-920b-627b76c911cd", "user_id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:40:36Z", "hostId": "9ec4f484f77a7edf6b85001bdd3eb48940890641199ff21625073619", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9", "name": "singlevm2-vm_5744814e-8d54-408c-9254-dbbd8a5a0be9", "created": "2018-09-02T00:40:32Z", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:40:36,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fd5597b9-87eb-4160-aef8-ad3bd8aad4e0 2018-09-02 00:40:36,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370098829269s 2018-09-02 00:40:36,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fd5597b9-87eb-4160-aef8-ad3bd8aad4e0 2018-09-02 00:40:36,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:40:38,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:38,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:40,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f46ba7b5-f0ce-4035-be95-0d887fe45ad3 x-compute-request-id: req-f46ba7b5-f0ce-4035-be95-0d887fe45ad3 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "bookmark"}], "image": {"id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "links": [{"href": "http://172.30.9.38:8774/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0572c85e-13ef-4737-8cfe-2dfd439094b4", "links": [{"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}]}, "id": "2f8b0dd9-db70-44a0-920b-627b76c911cd", "security_groups": [{"name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9"}], "user_id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:40:36Z", "hostId": "9ec4f484f77a7edf6b85001bdd3eb48940890641199ff21625073619", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9", "name": "singlevm2-vm_5744814e-8d54-408c-9254-dbbd8a5a0be9", "created": "2018-09-02T00:40:32Z", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:40:40,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f46ba7b5-f0ce-4035-be95-0d887fe45ad3 2018-09-02 00:40:40,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52580404282s 2018-09-02 00:40:40,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f46ba7b5-f0ce-4035-be95-0d887fe45ad3 2018-09-02 00:40:40,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:40:42,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:42,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:42,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7e0e29b-1fde-4367-91a0-ba770fc8af22 x-compute-request-id: req-e7e0e29b-1fde-4367-91a0-ba770fc8af22 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:da:e4", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "bookmark"}], "image": {"id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "links": [{"href": "http://172.30.9.38:8774/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:40:40.000000", "flavor": {"id": "0572c85e-13ef-4737-8cfe-2dfd439094b4", "links": [{"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}]}, "id": "2f8b0dd9-db70-44a0-920b-627b76c911cd", "security_groups": [{"name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9"}], "user_id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:40:40Z", "hostId": "9ec4f484f77a7edf6b85001bdd3eb48940890641199ff21625073619", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9", "name": "singlevm2-vm_5744814e-8d54-408c-9254-dbbd8a5a0be9", "created": "2018-09-02T00:40:32Z", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:40:42,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e7e0e29b-1fde-4367-91a0-ba770fc8af22 2018-09-02 00:40:42,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435621976852s 2018-09-02 00:40:42,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e7e0e29b-1fde-4367-91a0-ba770fc8af22 2018-09-02 00:40:42,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:40:42,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=2f8b0dd9-db70-44a0-920b-627b76c911cd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:42,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-87f188f0-281c-45cd-9b5f-33f56824ea50 Date: Sun, 02 Sep 2018 00:40:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:40:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9f525c23-7016-4a9e-b20b-6523ee1ffd77","ip_address":"192.168.120.10"}],"id":"c2510068-f2ce-492b-9d44-2c71519ce482","security_groups":["f354db5f-b222-4646-8207-abaf5ec27bf5"],"mac_address":"fa:16:3e:75:da:e4","project_id":"8350148e15de42cc9c6099517f3848d2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:36Z","binding:vnic_type":"normal","device_id":"2f8b0dd9-db70-44a0-920b-627b76c911cd","ip_allocation":"immediate"}]} 2018-09-02 00:40:42,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=2f8b0dd9-db70-44a0-920b-627b76c911cd used request id req-87f188f0-281c-45cd-9b5f-33f56824ea50 2018-09-02 00:40:42,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0736548900604s 2018-09-02 00:40:42,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=2f8b0dd9-db70-44a0-920b-627b76c911cd used request id req-87f188f0-281c-45cd-9b5f-33f56824ea50 2018-09-02 00:40:42,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:42,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=c2510068-f2ce-492b-9d44-2c71519ce482" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:42,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c09a5401-d85b-4608-8d71-10495cfc058c Date: Sun, 02 Sep 2018 00:40:42 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:40:42,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=c2510068-f2ce-492b-9d44-2c71519ce482 used request id req-c09a5401-d85b-4608-8d71-10495cfc058c 2018-09-02 00:40:42,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0419430732727s 2018-09-02 00:40:42,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=c2510068-f2ce-492b-9d44-2c71519ce482 used request id req-c09a5401-d85b-4608-8d71-10495cfc058c 2018-09-02 00:40:42,589 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:da:e4', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:40:40.000000', 'flavor': Munch({u'id': u'0572c85e-13ef-4737-8cfe-2dfd439094b4'}), 'az': u'nova', 'id': u'2f8b0dd9-db70-44a0-920b-627b76c911cd', 'security_groups': [Munch({u'name': u'singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b5a19e04f5994bdb8c22ec0ce173f3f5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8350148e15de42cc9c6099517f3848d2', 'name': 'singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:40:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:40:40Z', 'hostId': u'9ec4f484f77a7edf6b85001bdd3eb48940890641199ff21625073619', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'9ec4f484f77a7edf6b85001bdd3eb48940890641199ff21625073619', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:40:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8350148e15de42cc9c6099517f3848d2', 'name': u'singlevm2-vm_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'adminPass': u'Aijmm7oDB3Fc', 'tenant_id': u'8350148e15de42cc9c6099517f3848d2', 'created_at': u'2018-09-02T00:40:32Z', 'created': u'2018-09-02T00:40:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:40:42,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:42,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:42,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-4b0291b2-24e4-49a1-9008-33013659b956 Date: Sun, 02 Sep 2018 00:40:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8350148e15de42cc9c6099517f3848d2","l2_adjacency":true,"status":"ACTIVE","subnets":["9f525c23-7016-4a9e-b20b-6523ee1ffd77"],"description":"","tags":[],"updated_at":"2018-09-02T00:40:22Z","qos_policy_id":null,"name":"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9","admin_state_up":true,"tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:21Z","mtu":1450}]} 2018-09-02 00:40:42,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-4b0291b2-24e4-49a1-9008-33013659b956 2018-09-02 00:40:42,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0853989124298s 2018-09-02 00:40:42,678 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-4b0291b2-24e4-49a1-9008-33013659b956 2018-09-02 00:40:42,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:40:42,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=2f8b0dd9-db70-44a0-920b-627b76c911cd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:42,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-cc8a641b-2baf-4c42-bbbb-c4e6291efe04 Date: Sun, 02 Sep 2018 00:40:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:40:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9f525c23-7016-4a9e-b20b-6523ee1ffd77","ip_address":"192.168.120.10"}],"id":"c2510068-f2ce-492b-9d44-2c71519ce482","security_groups":["f354db5f-b222-4646-8207-abaf5ec27bf5"],"mac_address":"fa:16:3e:75:da:e4","project_id":"8350148e15de42cc9c6099517f3848d2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:36Z","binding:vnic_type":"normal","device_id":"2f8b0dd9-db70-44a0-920b-627b76c911cd","ip_allocation":"immediate"}]} 2018-09-02 00:40:42,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=2f8b0dd9-db70-44a0-920b-627b76c911cd used request id req-cc8a641b-2baf-4c42-bbbb-c4e6291efe04 2018-09-02 00:40:42,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0442090034485s 2018-09-02 00:40:42,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=2f8b0dd9-db70-44a0-920b-627b76c911cd used request id req-cc8a641b-2baf-4c42-bbbb-c4e6291efe04 2018-09-02 00:40:42,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 00:40:42,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.10", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482"}}' 2018-09-02 00:40:45,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-01576340-226f-4871-9c95-58913ed4004c Date: Sun, 02 Sep 2018 00:40:45 GMT RESP BODY: {"floatingip": {"router_id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:44Z", "updated_at": "2018-09-02T00:40:44Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:75:da:e4", "device_id": "2f8b0dd9-db70-44a0-920b-627b76c911cd"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8350148e15de42cc9c6099517f3848d2", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482", "id": "28127363-f180-403f-b4ba-ccca6cf3ced7", "qos_policy_id": null}} 2018-09-02 00:40:45,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-01576340-226f-4871-9c95-58913ed4004c 2018-09-02 00:40:45,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.96443009377s 2018-09-02 00:40:45,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-01576340-226f-4871-9c95-58913ed4004c 2018-09-02 00:40:45,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:45,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:45,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-32125664-abd1-46ac-804f-c7ed925a54c2 Date: Sun, 02 Sep 2018 00:40:45 GMT RESP BODY: {"floatingips": [{"router_id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:44Z", "updated_at": "2018-09-02T00:40:44Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:75:da:e4", "device_id": "2f8b0dd9-db70-44a0-920b-627b76c911cd"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8350148e15de42cc9c6099517f3848d2", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482", "id": "28127363-f180-403f-b4ba-ccca6cf3ced7", "qos_policy_id": null}]} 2018-09-02 00:40:45,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-32125664-abd1-46ac-804f-c7ed925a54c2 2018-09-02 00:40:45,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.15922999382s 2018-09-02 00:40:45,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-32125664-abd1-46ac-804f-c7ed925a54c2 2018-09-02 00:40:45,861 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:45,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:45,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:46,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-7fe653ff-d942-45c0-99ca-25254794c0c5 Date: Sun, 02 Sep 2018 00:40:46 GMT RESP BODY: {"floatingips": [{"router_id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:44Z", "updated_at": "2018-09-02T00:40:44Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:75:da:e4", "device_id": "2f8b0dd9-db70-44a0-920b-627b76c911cd"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8350148e15de42cc9c6099517f3848d2", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482", "id": "28127363-f180-403f-b4ba-ccca6cf3ced7", "qos_policy_id": null}]} 2018-09-02 00:40:46,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7fe653ff-d942-45c0-99ca-25254794c0c5 2018-09-02 00:40:46,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0791010856628s 2018-09-02 00:40:46,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7fe653ff-d942-45c0-99ca-25254794c0c5 2018-09-02 00:40:46,049 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:46,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:46,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:46,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-b7665e23-deed-4079-855f-6a2f04fe6343 Date: Sun, 02 Sep 2018 00:40:46 GMT RESP BODY: {"floatingips": [{"router_id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:44Z", "updated_at": "2018-09-02T00:40:44Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:75:da:e4", "device_id": "2f8b0dd9-db70-44a0-920b-627b76c911cd"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8350148e15de42cc9c6099517f3848d2", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482", "id": "28127363-f180-403f-b4ba-ccca6cf3ced7", "qos_policy_id": null}]} 2018-09-02 00:40:46,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b7665e23-deed-4079-855f-6a2f04fe6343 2018-09-02 00:40:46,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0985450744629s 2018-09-02 00:40:46,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b7665e23-deed-4079-855f-6a2f04fe6343 2018-09-02 00:40:46,257 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:46,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:46,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:46,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-98344d17-9a9c-46ac-8c06-d75fc113e3f0 Date: Sun, 02 Sep 2018 00:40:46 GMT RESP BODY: {"floatingips": [{"router_id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:44Z", "updated_at": "2018-09-02T00:40:44Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:75:da:e4", "device_id": "2f8b0dd9-db70-44a0-920b-627b76c911cd"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8350148e15de42cc9c6099517f3848d2", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482", "id": "28127363-f180-403f-b4ba-ccca6cf3ced7", "qos_policy_id": null}]} 2018-09-02 00:40:46,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-98344d17-9a9c-46ac-8c06-d75fc113e3f0 2018-09-02 00:40:46,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0544562339783s 2018-09-02 00:40:46,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-98344d17-9a9c-46ac-8c06-d75fc113e3f0 2018-09-02 00:40:46,420 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:46,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:46,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:46,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-75010e6b-c35d-4ce1-a115-79b4fb24107b Date: Sun, 02 Sep 2018 00:40:46 GMT RESP BODY: {"floatingips": [{"router_id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:44Z", "updated_at": "2018-09-02T00:40:44Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:75:da:e4", "device_id": "2f8b0dd9-db70-44a0-920b-627b76c911cd"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8350148e15de42cc9c6099517f3848d2", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482", "id": "28127363-f180-403f-b4ba-ccca6cf3ced7", "qos_policy_id": null}]} 2018-09-02 00:40:46,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-75010e6b-c35d-4ce1-a115-79b4fb24107b 2018-09-02 00:40:46,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0518870353699s 2018-09-02 00:40:46,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-75010e6b-c35d-4ce1-a115-79b4fb24107b 2018-09-02 00:40:46,581 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:40:46,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:46,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:46,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-f4f8d0b1-42e4-477f-b401-88a613eca034 Date: Sun, 02 Sep 2018 00:40:46 GMT RESP BODY: {"floatingips": [{"router_id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:44Z", "updated_at": "2018-09-02T00:40:46Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "device_owner": "compute:nova", "mac_address": "fa:16:3e:75:da:e4", "device_id": "2f8b0dd9-db70-44a0-920b-627b76c911cd"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "8350148e15de42cc9c6099517f3848d2", "port_id": "c2510068-f2ce-492b-9d44-2c71519ce482", "id": "28127363-f180-403f-b4ba-ccca6cf3ced7", "qos_policy_id": null}]} 2018-09-02 00:40:46,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f4f8d0b1-42e4-477f-b401-88a613eca034 2018-09-02 00:40:46,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0553288459778s 2018-09-02 00:40:46,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f4f8d0b1-42e4-477f-b401-88a613eca034 2018-09-02 00:40:46,745 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'88b49337-83b5-4fe4-aba9-a88c10bf5c66', 'updated_at': u'2018-09-02T00:40:46Z', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.200', 'revision_number': 1, 'port_id': u'c2510068-f2ce-492b-9d44-2c71519ce482', 'id': u'28127363-f180-403f-b4ba-ccca6cf3ced7', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'c2510068-f2ce-492b-9d44-2c71519ce482', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8350148e15de42cc9c6099517f3848d2', 'name': 'singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'8350148e15de42cc9c6099517f3848d2', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'4fc4e574-7f8a-4591-9213-7b8080e5cbf5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:75:da:e4', u'device_id': u'2f8b0dd9-db70-44a0-920b-627b76c911cd'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'8350148e15de42cc9c6099517f3848d2', 'created_at': u'2018-09-02T00:40:44Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'4fc4e574-7f8a-4591-9213-7b8080e5cbf5', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:75:da:e4', u'device_id': u'2f8b0dd9-db70-44a0-920b-627b76c911cd'}), 'router': u'88b49337-83b5-4fe4-aba9-a88c10bf5c66'}) 2018-09-02 00:40:46,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:40:46,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:40:46,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68c7b79b-9c78-4594-94b3-bd8270ed6635 x-compute-request-id: req-68c7b79b-9c78-4594-94b3-bd8270ed6635 Content-Encoding: gzip Content-Length: 9606 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505627408 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.178553] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.180761] pid_max: default: 32768 minimum: 301\n[ 0.181954] ACPI: Core revision 20150930\n[ 0.183596] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.185340] Security Framework initialized\n[ 0.186420] Yama: becoming mindful.\n[ 0.187393] AppArmor: AppArmor initialized\n[ 0.188516] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.190232] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191900] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193484] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195294] Initializing cgroup subsys io\n[ 0.196374] Initializing cgroup subsys memory\n[ 0.197527] Initializing cgroup subsys devices\n[ 0.198686] Initializing cgroup subsys freezer\n[ 0.199840] Initializing cgroup subsys net_cls\n[ 0.200993] Initializing cgroup subsys perf_event\n[ 0.202208] Initializing cgroup subsys net_prio\n[ 0.203390] Initializing cgroup subsys hugetlb\n[ 0.204535] Initializing cgroup subsys pids\n[ 0.205696] CPU: Physical Processor ID: 0\n[ 0.207452] mce: CPU supports 10 MCE banks\n[ 0.208566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209896] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.224715] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.231311] ftrace: allocating 31920 entries in 125 pages\n[ 0.256351] smpboot: Max logical packages: 1\n[ 0.257511] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.259322] x2apic enabled\n[ 0.260432] Switched APIC routing to physical x2apic.\n[ 0.262841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.264301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.266925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.269281] KVM setup paravirtual spinlock\n[ 0.270834] x86: Booted up 1 node, 1 CPUs\n[ 0.271901] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.273727] devtmpfs: initialized\n[ 0.275665] evm: security.selinux\n[ 0.276599] evm: security.SMACK64\n[ 0.277530] evm: security.SMACK64EXEC\n[ 0.278525] evm: security.SMACK64TRANSMUTE\n[ 0.279593] evm: security.SMACK64MMAP\n[ 0.280578] evm: security.ima\n[ 0.281436] evm: security.capability\n[ 0.282487] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.284918] pinctrl core: initialized pinctrl subsystem\n[ 0.286346] RTC time: 0:40:41, date: 09/02/18\n[ 0.287602] NET: Registered protocol family 16\n[ 0.288884] cpuidle: using governor ladder\n[ 0.289970] cpuidle: using governor menu\n[ 0.291018] PCCT header not found.\n[ 0.292011] ACPI: bus type PCI registered\n[ 0.293081] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.294701] PCI: Using configuration type 1 for base access\n[ 0.296802] ACPI: Added _OSI(Module Device)\n[ 0.297915] ACPI: Added _OSI(Processor Device)\n[ 0.299053] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.300242] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.302364] ACPI: Interpreter enabled\n[ 0.303372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.305806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.308224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.310665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.313088] ACPI: (supports S0 S5)\n[ 0.314030] ACPI: Using IOAPIC for interrupt routing\n[ 0.315270] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.318996] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.320500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.322121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.323684] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.326548] acpiphp: Slot [3] registered\n[ 0.327615] acpiphp: Slot [4] registered\n[ 0.328671] acpiphp: Slot [5] registered\n[ 0.329731] acpiphp: Slot [6] registered\n[ 0.330792] acpiphp: Slot [7] registered\n[ 0.331855] acpiphp: Slot [8] registered\n[ 0.332914] acpiphp: Slot [9] registered\n[ 0.333969] acpiphp: Slot [10] registered\n[ 0.335043] acpiphp: Slot [11] registered\n[ 0.336123] acpiphp: Slot [12] registered\n[ 0.337194] acpiphp: Slot [13] registered\n[ 0.338263] acpiphp: Slot [14] registered\n[ 0.339339] acpiphp: Slot [15] registered\n[ 0.354437] acpiphp: Slot [16] registered\n[ 0.355513] acpiphp: Slot [17] registered\n[ 0.356587] acpiphp: Slot [18] registered\n[ 0.357653] acpiphp: Slot [19] registered\n[ 0.358730] acpiphp: Slot [20] registered\n[ 0.359804] acpiphp: Slot [21] registered\n[ 0.360871] acpiphp: Slot [22] registered\n[ 0.361942] acpiphp: Slot [23] registered\n[ 0.363017] acpiphp: Slot [24] registered\n[ 0.364109] acpiphp: Slot [25] registered\n[ 0.365173] acpiphp: Slot [26] registered\n[ 0.366244] acpiphp: Slot [27] registered\n[ 0.367325] acpiphp: Slot [28] registered\n[ 0.368398] acpiphp: Slot [29] registered\n[ 0.369464] acpiphp: Slot [30] registered\n[ 0.370537] acpiphp: Slot [31] registered\n[ 0.371609] PCI host bridge to bus 0000:00\n[ 0.372676] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.374248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.375828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.377753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.379665] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.381609] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.385671] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.387336] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.388866] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.390515] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.394834] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.396724] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419201] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.421088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.422960] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.424817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.426582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.428359] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.429746] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.431807] vgaarb: loaded\n[ 0.432617] vgaarb: bridge control possible 0000:00:02.0\n[ 0.434222] SCSI subsystem initialized\n[ 0.435449] ACPI: bus type USB registered\n[ 0.436550] usbcore: registered new interface driver usbfs\n[ 0.437917] usbcore: registered new interface driver hub\n[ 0.439245] usbcore: registered new device driver usb\n[ 0.440700] PCI: Using ACPI for IRQ routing\n[ 0.442188] NetLabel: Initializing\n[ 0.443145] NetLabel: domain hash size = 128\n[ 0.444270] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.445537] NetLabel: unlabeled traffic allowed by default\n[ 0.447068] clocksource: Switched to clocksource kvm-clock\n[ 0.457072] AppArmor: AppArmor Filesystem Enabled\n[ 0.458349] pnp: PnP ACPI init\n[ 0.459556] pnp: PnP ACPI: found 5 devices\n[ 0.466345] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.468613] NET: Registered protocol family 2\n[ 0.469986] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.471690] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473285] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474861] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476289] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477844] NET: Registered protocol family 1\n[ 0.479011] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.480462] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.481888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.496375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.510902] Trying to unpack rootfs image as initramfs...\n[ 0.573033] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.577989] Scanning for low memory corruption every 60 seconds\n[ 0.580112] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.581668] audit: initializing netlink subsys (disabled)\n[ 0.583117] audit: type=2000 audit(1535848841.253:1): initialized\n[ 0.584939] Initialise system trusted keyring\n[ 0.586266] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.587807] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.590473] zbud: loaded\n[ 0.591458] VFS: Disk quotas dquot_6.6.0\n[ 0.592559] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.594654] fuse init (API version 7.23)\n[ 0.595874] Key type big_key registered\n[ 0.596945] Allocating IMA MOK and blacklist keyrings.\n[ 0.598550] Key type asymmetric registered\n[ 0.599656] Asymmetric key parser 'x509' registered\n[ 0.600934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.602928] io scheduler noop registered\n[ 0.603996] io scheduler deadline registered (default)\n[ 0.605331] io scheduler cfq registered\n[ 0.606481] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.607867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.609564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611510] ACPI: Power Button [PWRF]\n[ 0.612711] GHES: HEST is not enabled!\n[ 0.626850] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656323] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.659224] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.683326] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.686262] Linux agpgart interface v0.103\n[ 0.689594] brd: module loaded\n[ 0.691780] loop: module loaded\n[ 0.696556] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.698490] GPT:90111 != 2097151\n[ 0.699403] GPT:Alternate GPT header not at the end of the disk.\n[ 0.700847] GPT:90111 != 2097151\n[ 0.701754] GPT: Use GNU Parted to correct GPT errors.\n[ 0.703020] vda: vda1 vda15\n[ 0.704687] scsi host0: ata_piix\n[ 0.705721] scsi host1: ata_piix\n[ 0.706678] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.708273] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.710200] libphy: Fixed MDIO Bus: probed\n[ 0.711517] tun: Universal TUN/TAP device driver, 1.6\n[ 0.712775] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715460] PPP generic driver version 2.4.2\n[ 0.716664] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.718218] ehci-pci: EHCI PCI platform driver\n[ 0.719383] ehci-platform: EHCI generic platform driver\n[ 0.720690] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.722174] ohci-pci: OHCI PCI platform driver\n[ 0.723346] ohci-platform: OHCI generic platform driver\n[ 0.724654] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.739214] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.740542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.742495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.743850] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.745356] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.746956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.748842] usb usb1: Product: UHCI Host Controller\n[ 0.750068] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.751559] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.752847] hub 1-0:1.0: USB hub found\n[ 0.753883] hub 1-0:1.0: 2 ports detected\n[ 0.755148] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.757961] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.759221] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.760579] mousedev: PS/2 mouse device common for all mice\n[ 0.762223] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.764631] rtc_cmos 00:00: RTC can wake from S4\n[ 0.766120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767690] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.769248] i2c /dev entries driver\n[ 0.770264] device-mapper: uevent: version 1.0.3\n[ 0.771532] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.773681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.775479] NET: Registered protocol family 10\n[ 0.776974] NET: Registered protocol family 17\n[ 0.778158] Key type dns_resolver registered\n[ 0.779431] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.780858] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.783206] registered taskstats version 1\n[ 0.784327] Loading compiled-in X.509 certificates\n[ 0.786107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.788550] zswap: loaded using pool lzo/zbud\n[ 0.790604] Key type trusted registered\n[ 0.792707] Key type encrypted registered\n[ 0.793796] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.795172] ima: No TPM chip found, activating TPM-bypass!\n[ 0.796538] evm: HMAC attrs: 0x1\n[ 0.797820] Magic number: 2:297:657\n[ 0.798834] block ram10: hash matches\n[ 0.799953] rtc_cmos 00:00: setting system clock to 2018-09-02 00:40:41 UTC (1535848841)\n[ 0.802068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.803525] EDD information not available.\n[ 0.868622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.870673] Write protecting the kernel read-only data: 14336k\n[ 0.873550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.875961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.141506] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.04. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDe2+YzbU/APqbLE5chHcsYB4USVax79TCNpZiOsQmBXafJMWErDUCM4ItHJmiU7d7jfOV1cV7FRicvw720gOna36AfceNoLLEq4Hh9iLpv0Vk6Kb2N/QKBJcmHmfpLW8PudvpJL8+00n47RDbXX3b8lTX/RNZcfCh9oPCcMOSgu3P6kKwP35baI56Xe94LBy0etESvGqG5r/k91fxvzCiBuTvkP41HP6ZfD6FvNcWzpyHBnJ1r0Ws/ajj5sjKi5pDY2yHbmc7Nidk3/lSNxtySv0YZXIklyCCLcwrFPY9cRErvFesyLvyDk+TOO/jnHQqoBcvL+R34fClyaltpaoD/ root@singlevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9\nssh-dss AAAAB3NzaC1kc3MAAACBAOMtQpg5/3+JR2epjE+le6pFM+rZfY1WErdzO2uYqEPNr5tid8VAKiRD9xabx6hcInKwUFeVNOyVnEpYWzHcTWT3ZEwdZ4AFtvyWNaHXOpVhvM12ls5tzMgJZvs0bMYca933HWhf/9ryMJeQ6yTBIqh+BKESXT7Vi/7QMQwG2uR3AAAAFQD7E4rluIiW9OkYh2gs6huAvC9/OwAAAIBIDqsu/e01QjIlXDwkTTmRAJTOzJhKTvd3nlQ8XThzH7oCmcqURH9r5b3vzQCQg/3ZBB02w4FEDkt3h2vdlDv0lpmqQED3cEzOUQ4ni3uBca0rexlwkrGkL9lC6YV8BIuSYF8Kfa3I9wNOpcYyXXO3/2xz2YASw8dwa6Opm5AiHQAAAIBCkdd5ZO3JLwp4lgKV02EqL+0VmYJnP/6mR5jYnOD7An3DngCrlukL7Moufcz6b8m1lSnVlzeyjeN3NFxDoDjeXVf+dWVMJiNZAmxHbJzGwf5d+U1xMkMxSXsNz3UU+QL6CAHE5nqqQx/NUoRBigwORJcjcFtnus1X+ek2pfdbKA== root@singlevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.35s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe75:dae4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.68 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9 login: "} 2018-09-02 00:40:46,843 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd/action used request id req-68c7b79b-9c78-4594-94b3-bd8270ed6635 2018-09-02 00:40:46,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0971729755402s 2018-09-02 00:40:46,844 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd/action used request id req-68c7b79b-9c78-4594-94b3-bd8270ed6635 2018-09-02 00:40:46,844 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 505627408 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.178553] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.180761] pid_max: default: 32768 minimum: 301 [ 0.181954] ACPI: Core revision 20150930 [ 0.183596] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.185340] Security Framework initialized [ 0.186420] Yama: becoming mindful. [ 0.187393] AppArmor: AppArmor initialized [ 0.188516] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.190232] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191900] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193484] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195294] Initializing cgroup subsys io [ 0.196374] Initializing cgroup subsys memory [ 0.197527] Initializing cgroup subsys devices [ 0.198686] Initializing cgroup subsys freezer [ 0.199840] Initializing cgroup subsys net_cls [ 0.200993] Initializing cgroup subsys perf_event [ 0.202208] Initializing cgroup subsys net_prio [ 0.203390] Initializing cgroup subsys hugetlb [ 0.204535] Initializing cgroup subsys pids [ 0.205696] CPU: Physical Processor ID: 0 [ 0.207452] mce: CPU supports 10 MCE banks [ 0.208566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209896] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.224715] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.231311] ftrace: allocating 31920 entries in 125 pages [ 0.256351] smpboot: Max logical packages: 1 [ 0.257511] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.259322] x2apic enabled [ 0.260432] Switched APIC routing to physical x2apic. [ 0.262841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.264301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.266925] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.269281] KVM setup paravirtual spinlock [ 0.270834] x86: Booted up 1 node, 1 CPUs [ 0.271901] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.273727] devtmpfs: initialized [ 0.275665] evm: security.selinux [ 0.276599] evm: security.SMACK64 [ 0.277530] evm: security.SMACK64EXEC [ 0.278525] evm: security.SMACK64TRANSMUTE [ 0.279593] evm: security.SMACK64MMAP [ 0.280578] evm: security.ima [ 0.281436] evm: security.capability [ 0.282487] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.284918] pinctrl core: initialized pinctrl subsystem [ 0.286346] RTC time: 0:40:41, date: 09/02/18 [ 0.287602] NET: Registered protocol family 16 [ 0.288884] cpuidle: using governor ladder [ 0.289970] cpuidle: using governor menu [ 0.291018] PCCT header not found. [ 0.292011] ACPI: bus type PCI registered [ 0.293081] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.294701] PCI: Using configuration type 1 for base access [ 0.296802] ACPI: Added _OSI(Module Device) [ 0.297915] ACPI: Added _OSI(Processor Device) [ 0.299053] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.300242] ACPI: Added _OSI(Processor Aggregator Device) [ 0.302364] ACPI: Interpreter enabled [ 0.303372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.305806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.308224] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.310665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.313088] ACPI: (supports S0 S5) [ 0.314030] ACPI: Using IOAPIC for interrupt routing [ 0.315270] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.318996] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.320500] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.322121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.323684] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.326548] acpiphp: Slot [3] registered [ 0.327615] acpiphp: Slot [4] registered [ 0.328671] acpiphp: Slot [5] registered [ 0.329731] acpiphp: Slot [6] registered [ 0.330792] acpiphp: Slot [7] registered [ 0.331855] acpiphp: Slot [8] registered [ 0.332914] acpiphp: Slot [9] registered [ 0.333969] acpiphp: Slot [10] registered [ 0.335043] acpiphp: Slot [11] registered [ 0.336123] acpiphp: Slot [12] registered [ 0.337194] acpiphp: Slot [13] registered [ 0.338263] acpiphp: Slot [14] registered [ 0.339339] acpiphp: Slot [15] registered [ 0.354437] acpiphp: Slot [16] registered [ 0.355513] acpiphp: Slot [17] registered [ 0.356587] acpiphp: Slot [18] registered [ 0.357653] acpiphp: Slot [19] registered [ 0.358730] acpiphp: Slot [20] registered [ 0.359804] acpiphp: Slot [21] registered [ 0.360871] acpiphp: Slot [22] registered [ 0.361942] acpiphp: Slot [23] registered [ 0.363017] acpiphp: Slot [24] registered [ 0.364109] acpiphp: Slot [25] registered [ 0.365173] acpiphp: Slot [26] registered [ 0.366244] acpiphp: Slot [27] registered [ 0.367325] acpiphp: Slot [28] registered [ 0.368398] acpiphp: Slot [29] registered [ 0.369464] acpiphp: Slot [30] registered [ 0.370537] acpiphp: Slot [31] registered [ 0.371609] PCI host bridge to bus 0000:00 [ 0.372676] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.374248] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.375828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.377753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.379665] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.381609] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.385671] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.387336] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.388866] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.390515] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.394834] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.396724] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417254] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419201] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.421088] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.422960] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.424817] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.426582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.428359] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.429746] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.431807] vgaarb: loaded [ 0.432617] vgaarb: bridge control possible 0000:00:02.0 [ 0.434222] SCSI subsystem initialized [ 0.435449] ACPI: bus type USB registered [ 0.436550] usbcore: registered new interface driver usbfs [ 0.437917] usbcore: registered new interface driver hub [ 0.439245] usbcore: registered new device driver usb [ 0.440700] PCI: Using ACPI for IRQ routing [ 0.442188] NetLabel: Initializing [ 0.443145] NetLabel: domain hash size = 128 [ 0.444270] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.445537] NetLabel: unlabeled traffic allowed by default [ 0.447068] clocksource: Switched to clocksource kvm-clock [ 0.457072] AppArmor: AppArmor Filesystem Enabled [ 0.458349] pnp: PnP ACPI init [ 0.459556] pnp: PnP ACPI: found 5 devices [ 0.466345] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.468613] NET: Registered protocol family 2 [ 0.469986] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.471690] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.473285] TCP: Hash tables configured (established 4096 bind 4096) [ 0.474861] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.476289] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.477844] NET: Registered protocol family 1 [ 0.479011] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.480462] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.481888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.496375] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.510902] Trying to unpack rootfs image as initramfs... [ 0.573033] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.577989] Scanning for low memory corruption every 60 seconds [ 0.580112] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.581668] audit: initializing netlink subsys (disabled) [ 0.583117] audit: type=2000 audit(1535848841.253:1): initialized [ 0.584939] Initialise system trusted keyring [ 0.586266] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.587807] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.590473] zbud: loaded [ 0.591458] VFS: Disk quotas dquot_6.6.0 [ 0.592559] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.594654] fuse init (API version 7.23) [ 0.595874] Key type big_key registered [ 0.596945] Allocating IMA MOK and blacklist keyrings. [ 0.598550] Key type asymmetric registered [ 0.599656] Asymmetric key parser 'x509' registered [ 0.600934] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.602928] io scheduler noop registered [ 0.603996] io scheduler deadline registered (default) [ 0.605331] io scheduler cfq registered [ 0.606481] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.607867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.609564] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.611510] ACPI: Power Button [PWRF] [ 0.612711] GHES: HEST is not enabled! [ 0.626850] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656323] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.659224] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.683326] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.686262] Linux agpgart interface v0.103 [ 0.689594] brd: module loaded [ 0.691780] loop: module loaded [ 0.696556] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.698490] GPT:90111 != 2097151 [ 0.699403] GPT:Alternate GPT header not at the end of the disk. [ 0.700847] GPT:90111 != 2097151 [ 0.701754] GPT: Use GNU Parted to correct GPT errors. [ 0.703020] vda: vda1 vda15 [ 0.704687] scsi host0: ata_piix [ 0.705721] scsi host1: ata_piix [ 0.706678] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.708273] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.710200] libphy: Fixed MDIO Bus: probed [ 0.711517] tun: Universal TUN/TAP device driver, 1.6 [ 0.712775] tun: (C) 1999-2004 Max Krasnyansky [ 0.715460] PPP generic driver version 2.4.2 [ 0.716664] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.718218] ehci-pci: EHCI PCI platform driver [ 0.719383] ehci-platform: EHCI generic platform driver [ 0.720690] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.722174] ohci-pci: OHCI PCI platform driver [ 0.723346] ohci-platform: OHCI generic platform driver [ 0.724654] uhci_hcd: USB Universal Host Controller Interface driver [ 0.739214] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.740542] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.742495] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.743850] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.745356] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.746956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.748842] usb usb1: Product: UHCI Host Controller [ 0.750068] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.751559] usb usb1: SerialNumber: 0000:00:01.2 [ 0.752847] hub 1-0:1.0: USB hub found [ 0.753883] hub 1-0:1.0: 2 ports detected [ 0.755148] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.757961] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.759221] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.760579] mousedev: PS/2 mouse device common for all mice [ 0.762223] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.764631] rtc_cmos 00:00: RTC can wake from S4 [ 0.766120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.767690] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.769248] i2c /dev entries driver [ 0.770264] device-mapper: uevent: version 1.0.3 [ 0.771532] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.773681] ledtrig-cpu: registered to indicate activity on CPUs [ 0.775479] NET: Registered protocol family 10 [ 0.776974] NET: Registered protocol family 17 [ 0.778158] Key type dns_resolver registered [ 0.779431] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.780858] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.783206] registered taskstats version 1 [ 0.784327] Loading compiled-in X.509 certificates [ 0.786107] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.788550] zswap: loaded using pool lzo/zbud [ 0.790604] Key type trusted registered [ 0.792707] Key type encrypted registered [ 0.793796] AppArmor: AppArmor sha1 policy hashing enabled [ 0.795172] ima: No TPM chip found, activating TPM-bypass! [ 0.796538] evm: HMAC attrs: 0x1 [ 0.797820] Magic number: 2:297:657 [ 0.798834] block ram10: hash matches [ 0.799953] rtc_cmos 00:00: setting system clock to 2018-09-02 00:40:41 UTC (1535848841) [ 0.802068] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.803525] EDD information not available. [ 0.868622] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.870673] Write protecting the kernel read-only data: 14336k [ 0.873550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.875961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.90 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.141506] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.04. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDe2+YzbU/APqbLE5chHcsYB4USVax79TCNpZiOsQmBXafJMWErDUCM4ItHJmiU7d7jfOV1cV7FRicvw720gOna36AfceNoLLEq4Hh9iLpv0Vk6Kb2N/QKBJcmHmfpLW8PudvpJL8+00n47RDbXX3b8lTX/RNZcfCh9oPCcMOSgu3P6kKwP35baI56Xe94LBy0etESvGqG5r/k91fxvzCiBuTvkP41HP6ZfD6FvNcWzpyHBnJ1r0Ws/ajj5sjKi5pDY2yHbmc7Nidk3/lSNxtySv0YZXIklyCCLcwrFPY9cRErvFesyLvyDk+TOO/jnHQqoBcvL+R34fClyaltpaoD/ root@singlevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9 ssh-dss AAAAB3NzaC1kc3MAAACBAOMtQpg5/3+JR2epjE+le6pFM+rZfY1WErdzO2uYqEPNr5tid8VAKiRD9xabx6hcInKwUFeVNOyVnEpYWzHcTWT3ZEwdZ4AFtvyWNaHXOpVhvM12ls5tzMgJZvs0bMYca933HWhf/9ryMJeQ6yTBIqh+BKESXT7Vi/7QMQwG2uR3AAAAFQD7E4rluIiW9OkYh2gs6huAvC9/OwAAAIBIDqsu/e01QjIlXDwkTTmRAJTOzJhKTvd3nlQ8XThzH7oCmcqURH9r5b3vzQCQg/3ZBB02w4FEDkt3h2vdlDv0lpmqQED3cEzOUQ4ni3uBca0rexlwkrGkL9lC6YV8BIuSYF8Kfa3I9wNOpcYyXXO3/2xz2YASw8dwa6Opm5AiHQAAAIBCkdd5ZO3JLwp4lgKV02EqL+0VmYJnP/6mR5jYnOD7An3DngCrlukL7Moufcz6b8m1lSnVlzeyjeN3NFxDoDjeXVf+dWVMJiNZAmxHbJzGwf5d+U1xMkMxSXsNz3UU+QL6CAHE5nqqQx/NUoRBigwORJcjcFtnus1X+ek2pfdbKA== root@singlevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.35s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe75:dae4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.68 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-5744814e-8d54-408c-9254-dbbd8a5a0be9 login: 2018-09-02 00:40:46,848 - paramiko.transport - DEBUG - starting thread (client mode): 0xfbc39e90L 2018-09-02 00:40:46,849 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 00:40:46,849 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 00:40:46,849 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 00:40:46,850 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 00:40:46,850 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 00:40:46,850 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 00:40:46,851 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 00:40:46,851 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 00:40:46,851 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 00:40:46,868 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 00:40:46,868 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 00:40:46,880 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 3586d3aa078181f92d5e369aa47530d0 2018-09-02 00:40:46,881 - paramiko.transport - DEBUG - Trying discovered key 2a4beb45643869edfa27f685e0054a7f in /tmp/tmpwWxHnl 2018-09-02 00:40:46,906 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 00:40:46,912 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 00:40:46,914 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 00:40:46,915 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 00:40:46,915 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 00:40:46,916 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 00:40:46,917 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 00:40:46,917 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-02 00:40:46,918 - functest.core.singlevm - DEBUG - error: 2018-09-02 00:40:46,922 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 00:40:47,031 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:40:47,031 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:26 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 00:40:47,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 00:40:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/28127363-f180-403f-b4ba-ccca6cf3ced7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:48,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-443da0a0-f685-4937-9d10-e511c2c8d163 Content-Length: 0 Date: Sun, 02 Sep 2018 00:40:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:48,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/28127363-f180-403f-b4ba-ccca6cf3ced7.json used request id req-443da0a0-f685-4937-9d10-e511c2c8d163 2018-09-02 00:40:48,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.33521318436s 2018-09-02 00:40:48,374 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/28127363-f180-403f-b4ba-ccca6cf3ced7.json used request id req-443da0a0-f685-4937-9d10-e511c2c8d163 2018-09-02 00:40:48,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:40:48,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:48,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1e0463a8-1729-45ce-9ecc-b88d2b8d80cd Date: Sun, 02 Sep 2018 00:40:48 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:40:48,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-1e0463a8-1729-45ce-9ecc-b88d2b8d80cd 2018-09-02 00:40:48,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0877878665924s 2018-09-02 00:40:48,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-1e0463a8-1729-45ce-9ecc-b88d2b8d80cd 2018-09-02 00:40:48,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:40:48,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:48,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:40:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-402c6787-f930-4b86-97dc-f2ed7f036d80 x-compute-request-id: req-402c6787-f930-4b86-97dc-f2ed7f036d80 Content-Type: application/json 2018-09-02 00:40:48,659 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd used request id req-402c6787-f930-4b86-97dc-f2ed7f036d80 2018-09-02 00:40:48,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.190799951553s 2018-09-02 00:40:48,660 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd used request id req-402c6787-f930-4b86-97dc-f2ed7f036d80 2018-09-02 00:40:48,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:48,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:49,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c3eae30-a3a3-4be1-85e6-72bc22612808 x-compute-request-id: req-4c3eae30-a3a3-4be1-85e6-72bc22612808 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:da:e4", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:da:e4", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/2f8b0dd9-db70-44a0-920b-627b76c911cd", "rel": "bookmark"}], "image": {"id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "links": [{"href": "http://172.30.9.38:8774/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:40:40.000000", "flavor": {"id": "0572c85e-13ef-4737-8cfe-2dfd439094b4", "links": [{"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}]}, "id": "2f8b0dd9-db70-44a0-920b-627b76c911cd", "security_groups": [{"name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9"}], "user_id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:40:48Z", "hostId": "9ec4f484f77a7edf6b85001bdd3eb48940890641199ff21625073619", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9", "name": "singlevm2-vm_5744814e-8d54-408c-9254-dbbd8a5a0be9", "created": "2018-09-02T00:40:32Z", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:40:49,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4c3eae30-a3a3-4be1-85e6-72bc22612808 2018-09-02 00:40:49,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823068141937s 2018-09-02 00:40:49,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4c3eae30-a3a3-4be1-85e6-72bc22612808 2018-09-02 00:40:49,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:40:51,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:40:51,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:51,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e096317f-0148-4238-b563-d4e3f2096976 x-compute-request-id: req-e096317f-0148-4238-b563-d4e3f2096976 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 00:40:51,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e096317f-0148-4238-b563-d4e3f2096976 2018-09-02 00:40:51,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0671758651733s 2018-09-02 00:40:51,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e096317f-0148-4238-b563-d4e3f2096976 2018-09-02 00:40:51,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:40:51,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:51,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-cea3d3ba-4194-4bee-a8ed-b307d9a83c97 Date: Sun, 02 Sep 2018 00:40:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:21Z", "updated_at": "2018-09-02T00:40:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "134bf04a-d5e2-4c7b-a481-658ecd03beb6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "3420d258-c950-49b8-9982-ebd8317b5adc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "72b62212-6ef9-4f48-ad2e-50c488d2a5e6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "bcd0c78a-d28c-44e9-b5e5-5d937552345d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 1, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:29Z", "updated_at": "2018-09-02T00:40:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "2a8d6a9e-15b9-4fc7-ab5c-d5ede04e8648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "3da4d8b3-bd30-40bf-b0f6-d32d693d083c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "d6f0ed80-ea85-40d8-95ef-477fe5872923", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:29Z", "revision_number": 0, "id": "dbe026e0-ebf6-493d-a613-a6d730de216b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:29Z", "security_group_id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 3, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "f354db5f-b222-4646-8207-abaf5ec27bf5", "name": "singlevm2-sg_5744814e-8d54-408c-9254-dbbd8a5a0be9"}]} 2018-09-02 00:40:51,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-cea3d3ba-4194-4bee-a8ed-b307d9a83c97 2018-09-02 00:40:51,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0445230007172s 2018-09-02 00:40:51,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-cea3d3ba-4194-4bee-a8ed-b307d9a83c97 2018-09-02 00:40:51,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 00:40:51,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/f354db5f-b222-4646-8207-abaf5ec27bf5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:51,807 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9d401999-d136-49b1-9218-f35491b87b39 Content-Length: 0 Date: Sun, 02 Sep 2018 00:40:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:51,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/f354db5f-b222-4646-8207-abaf5ec27bf5.json used request id req-9d401999-d136-49b1-9218-f35491b87b39 2018-09-02 00:40:51,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.200814962387s 2018-09-02 00:40:51,808 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/f354db5f-b222-4646-8207-abaf5ec27bf5.json used request id req-9d401999-d136-49b1-9218-f35491b87b39 2018-09-02 00:40:51,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 00:40:51,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:51,838 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:40:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c4b7874-8c2c-400f-91fc-4bad84e87a4e x-compute-request-id: req-5c4b7874-8c2c-400f-91fc-4bad84e87a4e Content-Length: 0 Content-Type: application/json 2018-09-02 00:40:51,838 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9 used request id req-5c4b7874-8c2c-400f-91fc-4bad84e87a4e 2018-09-02 00:40:51,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0296840667725s 2018-09-02 00:40:51,838 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/singlevm2-kp_5744814e-8d54-408c-9254-dbbd8a5a0be9 used request id req-5c4b7874-8c2c-400f-91fc-4bad84e87a4e 2018-09-02 00:40:51,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:40:51,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" -d '{"subnet_id": "9f525c23-7016-4a9e-b20b-6523ee1ffd77"}' 2018-09-02 00:40:53,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d18ac320-3f9f-41a2-9f17-92fba0935993 Date: Sun, 02 Sep 2018 00:40:53 GMT RESP BODY: {"network_id": "4fc4e574-7f8a-4591-9213-7b8080e5cbf5", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "subnet_id": "9f525c23-7016-4a9e-b20b-6523ee1ffd77", "subnet_ids": ["9f525c23-7016-4a9e-b20b-6523ee1ffd77"], "port_id": "65360803-835e-47e4-8452-83044fe9ba6f", "id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66"} 2018-09-02 00:40:53,667 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66/remove_router_interface.json used request id req-d18ac320-3f9f-41a2-9f17-92fba0935993 2018-09-02 00:40:53,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82772803307s 2018-09-02 00:40:53,667 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66/remove_router_interface.json used request id req-d18ac320-3f9f-41a2-9f17-92fba0935993 returning object 88b49337-83b5-4fe4-aba9-a88c10bf5c66 2018-09-02 00:40:53,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:40:53,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:53,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f5a5fe36-fa5f-4037-ad70-6c7243e09821 Date: Sun, 02 Sep 2018 00:40:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:23Z", "admin_state_up": true, "updated_at": "2018-09-02T00:40:52Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "88b49337-83b5-4fe4-aba9-a88c10bf5c66", "name": "singlevm2-router_5744814e-8d54-408c-9254-dbbd8a5a0be9"}]} 2018-09-02 00:40:53,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-f5a5fe36-fa5f-4037-ad70-6c7243e09821 2018-09-02 00:40:53,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.166531085968s 2018-09-02 00:40:53,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-f5a5fe36-fa5f-4037-ad70-6c7243e09821 2018-09-02 00:40:53,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:40:53,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:55,063 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f66fac9f-4ce9-4ee4-b93a-b664ad73fd7e Content-Length: 0 Date: Sun, 02 Sep 2018 00:40:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:55,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66.json used request id req-f66fac9f-4ce9-4ee4-b93a-b664ad73fd7e 2018-09-02 00:40:55,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.22824311256s 2018-09-02 00:40:55,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/88b49337-83b5-4fe4-aba9-a88c10bf5c66.json used request id req-f66fac9f-4ce9-4ee4-b93a-b664ad73fd7e 2018-09-02 00:40:55,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:40:55,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:55,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b679517f-dd0f-4849-9fdf-70db3b4dba77 Date: Sun, 02 Sep 2018 00:40:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:40:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"8350148e15de42cc9c6099517f3848d2","id":"9f525c23-7016-4a9e-b20b-6523ee1ffd77","subnetpool_id":null,"name":"singlevm2-subnet_5744814e-8d54-408c-9254-dbbd8a5a0be9"}]} 2018-09-02 00:40:55,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b679517f-dd0f-4849-9fdf-70db3b4dba77 2018-09-02 00:40:55,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0426390171051s 2018-09-02 00:40:55,107 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b679517f-dd0f-4849-9fdf-70db3b4dba77 2018-09-02 00:40:55,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:40:55,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/9f525c23-7016-4a9e-b20b-6523ee1ffd77.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:56,244 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36a0f820-f18a-41d7-a0be-e40014ed8783 Date: Sun, 02 Sep 2018 00:40:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:56,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/9f525c23-7016-4a9e-b20b-6523ee1ffd77.json used request id req-36a0f820-f18a-41d7-a0be-e40014ed8783 2018-09-02 00:40:56,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13554811478s 2018-09-02 00:40:56,244 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/9f525c23-7016-4a9e-b20b-6523ee1ffd77.json used request id req-36a0f820-f18a-41d7-a0be-e40014ed8783 2018-09-02 00:40:56,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:40:56,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:56,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-80afb3be-4a39-4f82-9c4f-138e23379117 Date: Sun, 02 Sep 2018 00:40:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"4fc4e574-7f8a-4591-9213-7b8080e5cbf5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8350148e15de42cc9c6099517f3848d2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:40:56Z","qos_policy_id":null,"name":"singlevm2-net_5744814e-8d54-408c-9254-dbbd8a5a0be9","admin_state_up":true,"tenant_id":"8350148e15de42cc9c6099517f3848d2","created_at":"2018-09-02T00:40:21Z","mtu":1450}]} 2018-09-02 00:40:56,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-80afb3be-4a39-4f82-9c4f-138e23379117 2018-09-02 00:40:56,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.086660861969s 2018-09-02 00:40:56,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-80afb3be-4a39-4f82-9c4f-138e23379117 2018-09-02 00:40:56,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:40:56,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/4fc4e574-7f8a-4591-9213-7b8080e5cbf5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:57,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9bb0d7af-d5a5-4a2f-9dd6-1ca2bada3ea4 Date: Sun, 02 Sep 2018 00:40:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:40:57,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/4fc4e574-7f8a-4591-9213-7b8080e5cbf5.json used request id req-9bb0d7af-d5a5-4a2f-9dd6-1ca2bada3ea4 2018-09-02 00:40:57,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.04588413239s 2018-09-02 00:40:57,380 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/4fc4e574-7f8a-4591-9213-7b8080e5cbf5.json used request id req-9bb0d7af-d5a5-4a2f-9dd6-1ca2bada3ea4 2018-09-02 00:40:57,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:40:57,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:58,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4e2d139b-ecca-405c-9ba0-16a99641e8d5 Date: Sun, 02 Sep 2018 00:40:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:40:27Z", "file": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/file", "owner": "8350148e15de42cc9c6099517f3848d2", "id": "2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "size": 12716032, "self": "/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_5744814e-8d54-408c-9254-dbbd8a5a0be9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:40:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:40:58,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-4e2d139b-ecca-405c-9ba0-16a99641e8d5 2018-09-02 00:40:58,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.744328022003s 2018-09-02 00:40:58,129 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-4e2d139b-ecca-405c-9ba0-16a99641e8d5 2018-09-02 00:40:58,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:40:58,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}217557403674f602795e4bf3fd59d381d3ceac0a" 2018-09-02 00:40:59,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e07d5ea-395b-41d8-81f0-a5bee31befe1 Date: Sun, 02 Sep 2018 00:40:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:40:59,340 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7 used request id req-2e07d5ea-395b-41d8-81f0-a5bee31befe1 2018-09-02 00:40:59,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.21092796326s 2018-09-02 00:40:59,341 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/2c1f678c-ec1a-4056-9ef0-d6bf566e9ce7 used request id req-2e07d5ea-395b-41d8-81f0-a5bee31befe1 2018-09-02 00:40:59,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:40:59,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:59,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a188cd71-e28f-4f9e-9853-e03e4f27bfda x-compute-request-id: req-a188cd71-e28f-4f9e-9853-e03e4f27bfda Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_5744814e-8d54-408c-9254-dbbd8a5a0be9", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0572c85e-13ef-4737-8cfe-2dfd439094b4"}]} 2018-09-02 00:40:59,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a188cd71-e28f-4f9e-9853-e03e4f27bfda 2018-09-02 00:40:59,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243809223175s 2018-09-02 00:40:59,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a188cd71-e28f-4f9e-9853-e03e4f27bfda 2018-09-02 00:40:59,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:40:59,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:59,410 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:40:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-983f8ff7-de9b-4090-8aa4-ae1febf925ea x-compute-request-id: req-983f8ff7-de9b-4090-8aa4-ae1febf925ea Content-Length: 0 Content-Type: application/json 2018-09-02 00:40:59,410 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4 used request id req-983f8ff7-de9b-4090-8aa4-ae1febf925ea 2018-09-02 00:40:59,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.042927980423s 2018-09-02 00:40:59,411 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/0572c85e-13ef-4737-8cfe-2dfd439094b4 used request id req-983f8ff7-de9b-4090-8aa4-ae1febf925ea 2018-09-02 00:40:59,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:40:59,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:59,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9364ef1e-1351-4524-991d-5d5255480c94 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9", "links": {"self": "http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:40:59,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-9364ef1e-1351-4524-991d-5d5255480c94 2018-09-02 00:40:59,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203357934952s 2018-09-02 00:40:59,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-9364ef1e-1351-4524-991d-5d5255480c94 2018-09-02 00:40:59,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:40:59,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:40:59,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c3e471-7d0e-46e6-862a-3be6fc6ff6ab Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_5744814e-8d54-408c-9254-dbbd8a5a0be9", "links": {"self": "http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b5a19e04f5994bdb8c22ec0ce173f3f5", "description": null}} 2018-09-02 00:40:59,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5 used request id req-10c3e471-7d0e-46e6-862a-3be6fc6ff6ab 2018-09-02 00:40:59,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212260961533s 2018-09-02 00:40:59,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5 used request id req-10c3e471-7d0e-46e6-862a-3be6fc6ff6ab 2018-09-02 00:40:59,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 00:40:59,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:41:00,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:40:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5da2b46-3757-4f98-b814-e5353c468bc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:41:00,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5 used request id req-d5da2b46-3757-4f98-b814-e5353c468bc6 2018-09-02 00:41:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.308834075928s 2018-09-02 00:41:00,143 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/b5a19e04f5994bdb8c22ec0ce173f3f5 used request id req-d5da2b46-3757-4f98-b814-e5353c468bc6 2018-09-02 00:41:00,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:41:00,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:41:00,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64dd0bef-239a-470b-a455-fcc47e57e78a Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2"}, "tags": [], "enabled": true, "id": "8350148e15de42cc9c6099517f3848d2", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_5744814e-8d54-408c-9254-dbbd8a5a0be9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 00:41:00,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-64dd0bef-239a-470b-a455-fcc47e57e78a 2018-09-02 00:41:00,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.175976991653s 2018-09-02 00:41:00,326 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-64dd0bef-239a-470b-a455-fcc47e57e78a 2018-09-02 00:41:00,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 00:41:00,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b85a1a9241d2ceb0dcb174e0811a4c94cb530f2" 2018-09-02 00:41:00,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:41:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97735ce8-11f7-4e16-83c7-3927e4eed30e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:41:00,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2 used request id req-97735ce8-11f7-4e16-83c7-3927e4eed30e 2018-09-02 00:41:00,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.249469041824s 2018-09-02 00:41:00,580 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/8350148e15de42cc9c6099517f3848d2 used request id req-97735ce8-11f7-4e16-83c7-3927e4eed30e 2018-09-02 00:41:00,634 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:41:00,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:41:00,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:41:00,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:41:00,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-750f767c-e805-4bd9-928f-6d70d0d466ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:41:00,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-750f767c-e805-4bd9-928f-6d70d0d466ce 2018-09-02 00:41:00,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:41:01,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:41:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["Utsy5TSrSjeZ2KVCjFHRSA"], "issued_at": "2018-09-02T00:41:01.000000Z"}} 2018-09-02 00:41:01,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:01,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:01,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-981dfff3-8d30-436a-8f92-1a877268c825 Date: Sun, 02 Sep 2018 00:41:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:41:01,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-981dfff3-8d30-436a-8f92-1a877268c825 2018-09-02 00:41:01,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25273680687s 2018-09-02 00:41:01,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-981dfff3-8d30-436a-8f92-1a877268c825 2018-09-02 00:41:01,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:41:01,343 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:41:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ba1f2d8-2d50-4f08-affb-50ffc67a6f30 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:41:01,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-9ba1f2d8-2d50-4f08-affb-50ffc67a6f30 2018-09-02 00:41:01,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:41:01,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:01,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa46ba0-a407-4361-94c2-e553e5fc387b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:41:01,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-0fa46ba0-a407-4361-94c2-e553e5fc387b 2018-09-02 00:41:01,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177419900894s 2018-09-02 00:41:01,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-0fa46ba0-a407-4361-94c2-e553e5fc387b 2018-09-02 00:41:01,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:41:01,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55"}}' 2018-09-02 00:41:01,721 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:41:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6300bb7-5b77-499e-b508-2cb0cb3bcdd6 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663"}, "tags": [], "enabled": true, "id": "551456c273cd4416b2e2f6c1a362d663", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55"}} 2018-09-02 00:41:01,721 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-e6300bb7-5b77-499e-b508-2cb0cb3bcdd6 2018-09-02 00:41:01,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.192975997925s 2018-09-02 00:41:01,722 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-e6300bb7-5b77-499e-b508-2cb0cb3bcdd6 2018-09-02 00:41:01,722 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'551456c273cd4416b2e2f6c1a362d663', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55'}) 2018-09-02 00:41:01,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:41:01,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "77882f8f-eaef-4a00-aa82-fbf5bc3b7439", "email": null, "name": "vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55"}}' 2018-09-02 00:41:02,152 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:41:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7563414a-62e9-412f-8009-49ec9a6f331e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55", "links": {"self": "http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "01761975ee04427faf553558f8c62a30", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:41:02,152 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-7563414a-62e9-412f-8009-49ec9a6f331e 2018-09-02 00:41:02,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.423979997635s 2018-09-02 00:41:02,153 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-7563414a-62e9-412f-8009-49ec9a6f331e 2018-09-02 00:41:02,153 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'01761975ee04427faf553558f8c62a30', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55'}) 2018-09-02 00:41:02,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:41:02,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:02,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18fb4c11-d5a8-4f43-a099-c9a1c644817f Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:41:02,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-18fb4c11-d5a8-4f43-a099-c9a1c644817f 2018-09-02 00:41:02,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.099879026413s 2018-09-02 00:41:02,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-18fb4c11-d5a8-4f43-a099-c9a1c644817f 2018-09-02 00:41:02,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:41:02,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:02,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50aac9bb-b879-4e53-8ad3-6e894cd14f8f Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:41:02,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-50aac9bb-b879-4e53-8ad3-6e894cd14f8f 2018-09-02 00:41:02,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175415992737s 2018-09-02 00:41:02,437 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-50aac9bb-b879-4e53-8ad3-6e894cd14f8f 2018-09-02 00:41:02,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:41:02,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:02,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0fd746-a54a-4fd6-8110-19fcdc6b09a5 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:41:02,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-dd0fd746-a54a-4fd6-8110-19fcdc6b09a5 2018-09-02 00:41:02,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101413965225s 2018-09-02 00:41:02,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-dd0fd746-a54a-4fd6-8110-19fcdc6b09a5 2018-09-02 00:41:02,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:41:02,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:02,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f17361-9237-4c10-941a-cef2d0bd8471 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:41:02,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-98f17361-9237-4c10-941a-cef2d0bd8471 2018-09-02 00:41:02,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.179592847824s 2018-09-02 00:41:02,728 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-98f17361-9237-4c10-941a-cef2d0bd8471 2018-09-02 00:41:02,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:41:02,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:02,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21d2b80b-604e-45e0-b991-adb4fdbf813a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55", "links": {"self": "http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "01761975ee04427faf553558f8c62a30", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:41:02,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-21d2b80b-604e-45e0-b991-adb4fdbf813a 2018-09-02 00:41:02,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19814991951s 2018-09-02 00:41:02,927 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-21d2b80b-604e-45e0-b991-adb4fdbf813a 2018-09-02 00:41:02,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:41:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:03,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4784ade-bf96-4938-b31e-55300c0e381a Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663"}, "tags": [], "enabled": true, "id": "551456c273cd4416b2e2f6c1a362d663", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55"}]} 2018-09-02 00:41:03,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-b4784ade-bf96-4938-b31e-55300c0e381a 2018-09-02 00:41:03,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.139590978622s 2018-09-02 00:41:03,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-b4784ade-bf96-4938-b31e-55300c0e381a 2018-09-02 00:41:03,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:41:03,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=01761975ee04427faf553558f8c62a30&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=551456c273cd4416b2e2f6c1a362d663" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:03,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a3a7c03-5206-4645-b3d3-f6a124111233 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=01761975ee04427faf553558f8c62a30&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=551456c273cd4416b2e2f6c1a362d663", "previous": null, "next": null}} 2018-09-02 00:41:03,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=01761975ee04427faf553558f8c62a30&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=551456c273cd4416b2e2f6c1a362d663 used request id req-1a3a7c03-5206-4645-b3d3-f6a124111233 2018-09-02 00:41:03,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0975279808044s 2018-09-02 00:41:03,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=01761975ee04427faf553558f8c62a30&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=551456c273cd4416b2e2f6c1a362d663 used request id req-1a3a7c03-5206-4645-b3d3-f6a124111233 2018-09-02 00:41:03,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:41:03,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663/users/01761975ee04427faf553558f8c62a30/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:03,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-137bf0d0-eee1-486a-9e1b-dc2ad9a7789a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:41:03,325 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663/users/01761975ee04427faf553558f8c62a30/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-137bf0d0-eee1-486a-9e1b-dc2ad9a7789a 2018-09-02 00:41:03,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.138223171234s 2018-09-02 00:41:03,326 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663/users/01761975ee04427faf553558f8c62a30/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-137bf0d0-eee1-486a-9e1b-dc2ad9a7789a 2018-09-02 00:41:03,326 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'551456c273cd4416b2e2f6c1a362d663', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '77882f8f-eaef-4a00-aa82-fbf5bc3b7439', 'username': u'vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:41:03,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:41:03,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:41:03,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:41:03,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:41:03,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:41:03,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:41:03,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:41:03,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:41:03,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:41:03,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:41:03,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:41:03,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:41:03,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:41:03,330 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:41:03,331 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55', 'password': '77882f8f-eaef-4a00-aa82-fbf5bc3b7439', 'project_name': 'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '551456c273cd4416b2e2f6c1a362d663', 'project_domain_name': 'Default'} 2018-09-02 00:41:03,332 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-02 00:41:03,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:41:03,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad5af349-2eac-4adc-8b39-8aaa39e5ce1c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:41:03,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-ad5af349-2eac-4adc-8b39-8aaa39e5ce1c 2018-09-02 00:41:03,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:41:03,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "551456c273cd4416b2e2f6c1a362d663", "name": "vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/551456c273cd4416b2e2f6c1a362d663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/551456c273cd4416b2e2f6c1a362d663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/551456c273cd4416b2e2f6c1a362d663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/551456c273cd4416b2e2f6c1a362d663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/551456c273cd4416b2e2f6c1a362d663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/551456c273cd4416b2e2f6c1a362d663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/551456c273cd4416b2e2f6c1a362d663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/551456c273cd4416b2e2f6c1a362d663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/551456c273cd4416b2e2f6c1a362d663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_551456c273cd4416b2e2f6c1a362d663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_551456c273cd4416b2e2f6c1a362d663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/551456c273cd4416b2e2f6c1a362d663", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/551456c273cd4416b2e2f6c1a362d663", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/551456c273cd4416b2e2f6c1a362d663", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55", "id": "01761975ee04427faf553558f8c62a30"}, "audit_ids": ["qKibavrKQ7-TFfRgKrRzGQ"], "issued_at": "2018-09-02T00:41:03.000000Z"}} 2018-09-02 00:41:03,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:41:03,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"network": {"name": "vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55", "admin_state_up": true}}' 2018-09-02 00:41:04,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b7c53dce-4e24-4c91-b1ce-fbfc77e10109 Date: Sun, 02 Sep 2018 00:41:04 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"551456c273cd4416b2e2f6c1a362d663","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:41:04Z","is_default":false,"name":"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55","qos_policy_id":null,"admin_state_up":true,"tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","mtu":1450}} 2018-09-02 00:41:04,390 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b7c53dce-4e24-4c91-b1ce-fbfc77e10109 2018-09-02 00:41:04,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.665407896042s 2018-09-02 00:41:04,391 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b7c53dce-4e24-4c91-b1ce-fbfc77e10109 2018-09-02 00:41:04,391 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:41:04Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'bfb08ca2-055d-411e-bfd7-7b98027618cf', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55', u'admin_state_up': True, u'tenant_id': u'551456c273cd4416b2e2f6c1a362d663', u'created_at': u'2018-09-02T00:41:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'551456c273cd4416b2e2f6c1a362d663', u'l2_adjacency': True}) 2018-09-02 00:41:04,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:04,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:04,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-5ab3bc19-2a98-4815-b0bb-f830678f956f Date: Sun, 02 Sep 2018 00:41:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"551456c273cd4416b2e2f6c1a362d663","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:41:04Z","qos_policy_id":null,"name":"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55","admin_state_up":true,"tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","mtu":1450}]} 2018-09-02 00:41:04,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5ab3bc19-2a98-4815-b0bb-f830678f956f 2018-09-02 00:41:04,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279393911362s 2018-09-02 00:41:04,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5ab3bc19-2a98-4815-b0bb-f830678f956f 2018-09-02 00:41:04,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:41:04,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"subnet": {"name": "vping_ssh-subnet_928846c1-029b-4741-8eea-b96b70de4e55", "enable_dhcp": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:41:05,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-cae38453-4141-45e8-a0a0-ca759f25d0b1 Date: Sun, 02 Sep 2018 00:41:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:41:04Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"551456c273cd4416b2e2f6c1a362d663","id":"194f680a-f1bb-4e67-a285-07c722936790","subnetpool_id":null,"name":"vping_ssh-subnet_928846c1-029b-4741-8eea-b96b70de4e55"}} 2018-09-02 00:41:05,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-cae38453-4141-45e8-a0a0-ca759f25d0b1 2018-09-02 00:41:05,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.627121925354s 2018-09-02 00:41:05,300 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-cae38453-4141-45e8-a0a0-ca759f25d0b1 2018-09-02 00:41:05,301 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:41:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'194f680a-f1bb-4e67-a285-07c722936790', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_928846c1-029b-4741-8eea-b96b70de4e55', u'enable_dhcp': True, u'network_id': u'bfb08ca2-055d-411e-bfd7-7b98027618cf', u'tenant_id': u'551456c273cd4416b2e2f6c1a362d663', u'created_at': u'2018-09-02T00:41:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'551456c273cd4416b2e2f6c1a362d663'}) 2018-09-02 00:41:05,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:41:05,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "vping_ssh-router_928846c1-029b-4741-8eea-b96b70de4e55", "admin_state_up": true}}' 2018-09-02 00:41:06,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-d377a245-b09f-45b5-bdd5-49ae0434c238 Date: Sun, 02 Sep 2018 00:41:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:05Z", "admin_state_up": true, "updated_at": "2018-09-02T00:41:06Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "name": "vping_ssh-router_928846c1-029b-4741-8eea-b96b70de4e55"}} 2018-09-02 00:41:06,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-d377a245-b09f-45b5-bdd5-49ae0434c238 2018-09-02 00:41:06,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44356489182s 2018-09-02 00:41:06,745 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-d377a245-b09f-45b5-bdd5-49ae0434c238 2018-09-02 00:41:06,746 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:41:06Z', u'revision_number': 2, u'id': u'9c9f4f1f-7bc9-4af9-a511-75d760535c44', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_928846c1-029b-4741-8eea-b96b70de4e55', u'admin_state_up': True, u'tenant_id': u'551456c273cd4416b2e2f6c1a362d663', u'created_at': u'2018-09-02T00:41:05Z', u'flavor_id': None, u'routes': [], u'project_id': u'551456c273cd4416b2e2f6c1a362d663'}) 2018-09-02 00:41:06,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:41:06,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"subnet_id": "194f680a-f1bb-4e67-a285-07c722936790"}' 2018-09-02 00:41:09,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f50851d7-8afb-48e2-997a-4cc5bbaa394f Date: Sun, 02 Sep 2018 00:41:09 GMT RESP BODY: {"network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "subnet_id": "194f680a-f1bb-4e67-a285-07c722936790", "subnet_ids": ["194f680a-f1bb-4e67-a285-07c722936790"], "port_id": "8017cf02-47ae-4dec-8d2a-4feec42187c8", "id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44"} 2018-09-02 00:41:09,095 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44/add_router_interface.json used request id req-f50851d7-8afb-48e2-997a-4cc5bbaa394f 2018-09-02 00:41:09,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.34836506844s 2018-09-02 00:41:09,095 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44/add_router_interface.json used request id req-f50851d7-8afb-48e2-997a-4cc5bbaa394f returning object 9c9f4f1f-7bc9-4af9-a511-75d760535c44 2018-09-02 00:41:09,096 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:41:09,220 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:41:09,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:41:09,225 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:41:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:41:09,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:41:09,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:09,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-617d7662-8be5-467b-8f47-223d7be5f19c Date: Sun, 02 Sep 2018 00:41:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:41:09,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-617d7662-8be5-467b-8f47-223d7be5f19c 2018-09-02 00:41:09,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271591901779s 2018-09-02 00:41:09,499 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-617d7662-8be5-467b-8f47-223d7be5f19c 2018-09-02 00:41:09,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:41:09,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55"}' 2018-09-02 00:41:09,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4fe852c6-9f9a-42b8-9999-bc71dd524294 Date: Sun, 02 Sep 2018 00:41:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:41:09Z", "file": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file", "owner": "551456c273cd4416b2e2f6c1a362d663", "id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "size": null, "self": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "checksum": null, "created_at": "2018-09-02T00:41:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:41:09,601 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-4fe852c6-9f9a-42b8-9999-bc71dd524294 2018-09-02 00:41:09,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0971281528473s 2018-09-02 00:41:09,601 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-4fe852c6-9f9a-42b8-9999-bc71dd524294 returning object cef6e72d-230b-4e0d-9b4d-d79642a09476 2018-09-02 00:41:09,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:41:09,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '' 2018-09-02 00:41:10,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-949714b8-6dbb-434b-a32c-0be71a99839a Date: Sun, 02 Sep 2018 00:41:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:41:10,077 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file used request id req-949714b8-6dbb-434b-a32c-0be71a99839a 2018-09-02 00:41:10,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.475037097931s 2018-09-02 00:41:10,077 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file used request id req-949714b8-6dbb-434b-a32c-0be71a99839a 2018-09-02 00:41:10,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:41:10,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:10,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a3971b42-db64-4d3f-8350-22511b82e0d5 Date: Sun, 02 Sep 2018 00:41:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:41:10Z", "file": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file", "owner": "551456c273cd4416b2e2f6c1a362d663", "id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "size": 12716032, "self": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:41:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:41:10,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-a3971b42-db64-4d3f-8350-22511b82e0d5 2018-09-02 00:41:10,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.129122972488s 2018-09-02 00:41:10,211 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-a3971b42-db64-4d3f-8350-22511b82e0d5 2018-09-02 00:41:10,212 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file', 'owner': u'551456c273cd4416b2e2f6c1a362d663', 'id': u'cef6e72d-230b-4e0d-9b4d-d79642a09476', 'size': 12716032, u'self': u'/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'551456c273cd4416b2e2f6c1a362d663', 'name': 'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:41:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T00:41:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55', 'created': u'2018-09-02T00:41:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:41:09Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:41:10,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:41:10,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_928846c1-029b-4741-8eea-b96b70de4e55", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:41:10,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13e67c52-9fba-423a-a789-2f7772cb6045 x-compute-request-id: req-13e67c52-9fba-423a-a789-2f7772cb6045 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_928846c1-029b-4741-8eea-b96b70de4e55", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "195aa9ae-241c-476f-846e-5009585ea649"}} 2018-09-02 00:41:10,653 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-13e67c52-9fba-423a-a789-2f7772cb6045 2018-09-02 00:41:10,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.440114974976s 2018-09-02 00:41:10,654 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-13e67c52-9fba-423a-a789-2f7772cb6045 2018-09-02 00:41:10,655 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_928846c1-029b-4741-8eea-b96b70de4e55', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'195aa9ae-241c-476f-846e-5009585ea649', 'swap': 0}) 2018-09-02 00:41:10,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:41:10,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" -d '{"extra_specs": {}}' 2018-09-02 00:41:10,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b50ce8b6-5c9b-43da-96ab-e02358b1a323 x-compute-request-id: req-b50ce8b6-5c9b-43da-96ab-e02358b1a323 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:41:10,675 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649/os-extra_specs used request id req-b50ce8b6-5c9b-43da-96ab-e02358b1a323 2018-09-02 00:41:10,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0198760032654s 2018-09-02 00:41:10,676 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649/os-extra_specs used request id req-b50ce8b6-5c9b-43da-96ab-e02358b1a323 2018-09-02 00:41:10,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 00:41:10,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"keypair": {"name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55"}}' 2018-09-02 00:41:11,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdd52c37-e6ee-43d7-a908-5796048891f8 x-compute-request-id: req-cdd52c37-e6ee-43d7-a908-5796048891f8 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMue3eV2ypNrTfjENqNwFRM6gB+s/Atphaz5eDBMpKWmC8GdOsVtfD1xPBzyAPYnsHSZM0tqDV901DyDY/ufEOH3AaOxZKOgCeGxvMFa+vIGNUjOrnEQ9kLS0lKqKCo9Zi0dNTuJGIoxJ2BN70OXl75llsLMZkzWLLw2+b1Mr17ZSVZWElfwNeHe29PyXPH3ad0ZArvvVYon/CIRrXUv3Oj61vaqRXWQqN82ryr48bcqH3Gif+wFHsL5gcYuPWhw4SO8fjh+dezKvLK/SpSq+FEsnzRJvZ45SygV9/bXCHYvL9BXPfNHIIS2Mynf27g1dTRXmcv78DeG1JVPpyJfd/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzLnt3ldsqTa034xDajcBUTOoAfrPwLaYWs+XgwTKSlpgvBnT\nrFbXw9cTwc8gD2J7B0mTNLag1fdNQ8g2P7nxDh9wGjsWSjoAnhsbzBWvryBjVIzq\n5xEPZC0tJSqigqPWYtHTU7iRiKMSdgTe9Dl5e+ZZbCzGZM1iy8Nvm9TK9e2UlWVh\nJX8DXh3tvT8lzx92ndGQK771WKJ/wiEa11L9zo+tb2qkV1kKjfNq8q+PG3Kh9xon\n/sBR7C+YHGLj1ocOEjvH44fnXsyryyv0qUqvhRLJ80Sb2eOUsoFff21wh2Ly/QVz\n3zRyCEtjMp39u4NXU0V5nL+/A3htSVT6ciX3fwIDAQABAoIBAGJ7VmfMmmLUBDI9\nYPipOSL8vGcnZeUIcUXN8s598WnPDBWwPtj6dZSp08E5h+yerRwWUo/bAoerDSn8\nF8yT/9eRW/XiUpimSkHEPJzyGa8e32l+2EkLNeI0sTDdz4sUkT68PPJbKPcXqvvG\n4BGPzFbDumSFLXK0MkBe5UOLG48tPDkOj6HQ78bt6sn1KONPrOfabMuP7m7mAd0d\nmkTKOP+OvCUNVt9ngf55jvebaq1Ofd2luqDvyhSG7GtJTMg0Vp+blpuVCiVcoKg6\nBI5V7vresnxbyU/wfGLD80HO4XtEiNGqQJJGCTjFa1EgavGz0Sqvhbn4ujCqUW3l\nGcFM9qECgYEA5aRhrN+ET9nUhdGJwQUBqtYfdjZerWkgWh4c7UommoGvv+cXUj6v\n0Qa/B8grRQFcUN3d8Wj87GIL66cxcC6nLpHZkxx5DNnEKfe41LVWMZDzXLfnY9/7\nw8VLvj0efKJWElWLR8Tx+Pws0gd9y87hkyYKRBpTDXMpNner5YRQvKcCgYEA5Dlw\n5m/5CCGUPqeMHpw3SryC6tQX4W9E8kdmlaJQioXlwrlgTCmYy023eDAqVKcDZzu7\nw614mcAdZanY7IWlg5SRpKIQnBqaP/KDLi1Dls+2y0GVAfZZuYvYNsmwScYMBB85\n+K5BRm9otFt53/UN+FqBHw2JneKUergTyPwikWkCgYEAqnzKozxiD6JJ3Ht/CNT9\nsuY6/1lIGvgUM7NtiGFnnYewggk/0CiIAOhARLfAH//tmH/POV3XgGseLHq5Am8w\nYSuY21XlLLwznXCzQP/LmQrjEi/aUtTEJkjAfeEEVEV1HzFxMPwvJMmbQOac5wWV\nhNhWAM+GX1LjAvP/o2sDQbsCgYAKTs3ampQU2e9oJQkfGM8mgP0ovguWEwB6MN9h\nQsOAfiuyb8z5o6dTB1+R/hrrV9+/eeMxI1SfHR42yUUS6bZgCwXI+cjmRA1TdhCW\ntVSoKxmGdJ/WRtomlzpcvx9HNbq1NPPZV4V7OOzxuG/4vYiz/uJ2FJZymxk5sbaz\nDTBCgQKBgQC0l3yo1JWidbjbljmhPsjGYz7sHS7Ac/H2SjmGmSRH4uPdDwmzroe9\nd36ztK+BXZOOgJ6E1g5ROpdSwC0+B5gBuzdd9JplDLE8dON6wGMn+ovFXLZOonuZ\nTL6pAdga0OXPKFPnYWcTHtIKbJvsiG2GoSwCTn/N+LLoA7+GStBuMQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "01761975ee04427faf553558f8c62a30", "name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "fingerprint": "8b:61:8e:18:fe:78:94:2c:7e:69:80:a0:17:b3:9d:11"}} 2018-09-02 00:41:11,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-cdd52c37-e6ee-43d7-a908-5796048891f8 2018-09-02 00:41:11,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.481276988983s 2018-09-02 00:41:11,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-cdd52c37-e6ee-43d7-a908-5796048891f8 2018-09-02 00:41:11,159 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMue3eV2ypNrTfjENqNwFRM6gB+s/Atphaz5eDBMpKWmC8GdOsVtfD1xPBzyAPYnsHSZM0tqDV901DyDY/ufEOH3AaOxZKOgCeGxvMFa+vIGNUjOrnEQ9kLS0lKqKCo9Zi0dNTuJGIoxJ2BN70OXl75llsLMZkzWLLw2+b1Mr17ZSVZWElfwNeHe29PyXPH3ad0ZArvvVYon/CIRrXUv3Oj61vaqRXWQqN82ryr48bcqH3Gif+wFHsL5gcYuPWhw4SO8fjh+dezKvLK/SpSq+FEsnzRJvZ45SygV9/bXCHYvL9BXPfNHIIS2Mynf27g1dTRXmcv78DeG1JVPpyJfd/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzLnt3ldsqTa034xDajcBUTOoAfrPwLaYWs+XgwTKSlpgvBnT\nrFbXw9cTwc8gD2J7B0mTNLag1fdNQ8g2P7nxDh9wGjsWSjoAnhsbzBWvryBjVIzq\n5xEPZC0tJSqigqPWYtHTU7iRiKMSdgTe9Dl5e+ZZbCzGZM1iy8Nvm9TK9e2UlWVh\nJX8DXh3tvT8lzx92ndGQK771WKJ/wiEa11L9zo+tb2qkV1kKjfNq8q+PG3Kh9xon\n/sBR7C+YHGLj1ocOEjvH44fnXsyryyv0qUqvhRLJ80Sb2eOUsoFff21wh2Ly/QVz\n3zRyCEtjMp39u4NXU0V5nL+/A3htSVT6ciX3fwIDAQABAoIBAGJ7VmfMmmLUBDI9\nYPipOSL8vGcnZeUIcUXN8s598WnPDBWwPtj6dZSp08E5h+yerRwWUo/bAoerDSn8\nF8yT/9eRW/XiUpimSkHEPJzyGa8e32l+2EkLNeI0sTDdz4sUkT68PPJbKPcXqvvG\n4BGPzFbDumSFLXK0MkBe5UOLG48tPDkOj6HQ78bt6sn1KONPrOfabMuP7m7mAd0d\nmkTKOP+OvCUNVt9ngf55jvebaq1Ofd2luqDvyhSG7GtJTMg0Vp+blpuVCiVcoKg6\nBI5V7vresnxbyU/wfGLD80HO4XtEiNGqQJJGCTjFa1EgavGz0Sqvhbn4ujCqUW3l\nGcFM9qECgYEA5aRhrN+ET9nUhdGJwQUBqtYfdjZerWkgWh4c7UommoGvv+cXUj6v\n0Qa/B8grRQFcUN3d8Wj87GIL66cxcC6nLpHZkxx5DNnEKfe41LVWMZDzXLfnY9/7\nw8VLvj0efKJWElWLR8Tx+Pws0gd9y87hkyYKRBpTDXMpNner5YRQvKcCgYEA5Dlw\n5m/5CCGUPqeMHpw3SryC6tQX4W9E8kdmlaJQioXlwrlgTCmYy023eDAqVKcDZzu7\nw614mcAdZanY7IWlg5SRpKIQnBqaP/KDLi1Dls+2y0GVAfZZuYvYNsmwScYMBB85\n+K5BRm9otFt53/UN+FqBHw2JneKUergTyPwikWkCgYEAqnzKozxiD6JJ3Ht/CNT9\nsuY6/1lIGvgUM7NtiGFnnYewggk/0CiIAOhARLfAH//tmH/POV3XgGseLHq5Am8w\nYSuY21XlLLwznXCzQP/LmQrjEi/aUtTEJkjAfeEEVEV1HzFxMPwvJMmbQOac5wWV\nhNhWAM+GX1LjAvP/o2sDQbsCgYAKTs3ampQU2e9oJQkfGM8mgP0ovguWEwB6MN9h\nQsOAfiuyb8z5o6dTB1+R/hrrV9+/eeMxI1SfHR42yUUS6bZgCwXI+cjmRA1TdhCW\ntVSoKxmGdJ/WRtomlzpcvx9HNbq1NPPZV4V7OOzxuG/4vYiz/uJ2FJZymxk5sbaz\nDTBCgQKBgQC0l3yo1JWidbjbljmhPsjGYz7sHS7Ac/H2SjmGmSRH4uPdDwmzroe9\nd36ztK+BXZOOgJ6E1g5ROpdSwC0+B5gBuzdd9JplDLE8dON6wGMn+ovFXLZOonuZ\nTL6pAdga0OXPKFPnYWcTHtIKbJvsiG2GoSwCTn/N+LLoA7+GStBuMQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'01761975ee04427faf553558f8c62a30', 'name': u'vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55', 'created_at': '2018-09-02T00:41:11.159114', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'551456c273cd4416b2e2f6c1a362d663', 'name': 'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8b:61:8e:18:fe:78:94:2c:7e:69:80:a0:17:b3:9d:11', 'type': 'ssh', 'id': u'vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55'}) 2018-09-02 00:41:11,159 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAzLnt3ldsqTa034xDajcBUTOoAfrPwLaYWs+XgwTKSlpgvBnT rFbXw9cTwc8gD2J7B0mTNLag1fdNQ8g2P7nxDh9wGjsWSjoAnhsbzBWvryBjVIzq 5xEPZC0tJSqigqPWYtHTU7iRiKMSdgTe9Dl5e+ZZbCzGZM1iy8Nvm9TK9e2UlWVh JX8DXh3tvT8lzx92ndGQK771WKJ/wiEa11L9zo+tb2qkV1kKjfNq8q+PG3Kh9xon /sBR7C+YHGLj1ocOEjvH44fnXsyryyv0qUqvhRLJ80Sb2eOUsoFff21wh2Ly/QVz 3zRyCEtjMp39u4NXU0V5nL+/A3htSVT6ciX3fwIDAQABAoIBAGJ7VmfMmmLUBDI9 YPipOSL8vGcnZeUIcUXN8s598WnPDBWwPtj6dZSp08E5h+yerRwWUo/bAoerDSn8 F8yT/9eRW/XiUpimSkHEPJzyGa8e32l+2EkLNeI0sTDdz4sUkT68PPJbKPcXqvvG 4BGPzFbDumSFLXK0MkBe5UOLG48tPDkOj6HQ78bt6sn1KONPrOfabMuP7m7mAd0d mkTKOP+OvCUNVt9ngf55jvebaq1Ofd2luqDvyhSG7GtJTMg0Vp+blpuVCiVcoKg6 BI5V7vresnxbyU/wfGLD80HO4XtEiNGqQJJGCTjFa1EgavGz0Sqvhbn4ujCqUW3l GcFM9qECgYEA5aRhrN+ET9nUhdGJwQUBqtYfdjZerWkgWh4c7UommoGvv+cXUj6v 0Qa/B8grRQFcUN3d8Wj87GIL66cxcC6nLpHZkxx5DNnEKfe41LVWMZDzXLfnY9/7 w8VLvj0efKJWElWLR8Tx+Pws0gd9y87hkyYKRBpTDXMpNner5YRQvKcCgYEA5Dlw 5m/5CCGUPqeMHpw3SryC6tQX4W9E8kdmlaJQioXlwrlgTCmYy023eDAqVKcDZzu7 w614mcAdZanY7IWlg5SRpKIQnBqaP/KDLi1Dls+2y0GVAfZZuYvYNsmwScYMBB85 +K5BRm9otFt53/UN+FqBHw2JneKUergTyPwikWkCgYEAqnzKozxiD6JJ3Ht/CNT9 suY6/1lIGvgUM7NtiGFnnYewggk/0CiIAOhARLfAH//tmH/POV3XgGseLHq5Am8w YSuY21XlLLwznXCzQP/LmQrjEi/aUtTEJkjAfeEEVEV1HzFxMPwvJMmbQOac5wWV hNhWAM+GX1LjAvP/o2sDQbsCgYAKTs3ampQU2e9oJQkfGM8mgP0ovguWEwB6MN9h QsOAfiuyb8z5o6dTB1+R/hrrV9+/eeMxI1SfHR42yUUS6bZgCwXI+cjmRA1TdhCW tVSoKxmGdJ/WRtomlzpcvx9HNbq1NPPZV4V7OOzxuG/4vYiz/uJ2FJZymxk5sbaz DTBCgQKBgQC0l3yo1JWidbjbljmhPsjGYz7sHS7Ac/H2SjmGmSRH4uPdDwmzroe9 d36ztK+BXZOOgJ6E1g5ROpdSwC0+B5gBuzdd9JplDLE8dON6wGMn+ovFXLZOonuZ TL6pAdga0OXPKFPnYWcTHtIKbJvsiG2GoSwCTn/N+LLoA7+GStBuMQ== -----END RSA PRIVATE KEY----- 2018-09-02 00:41:11,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 00:41:11,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"security_group": {"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-02 00:41:11,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-22cb3882-0d6c-4ac8-a625-8d8d6b250639 Date: Sun, 02 Sep 2018 00:41:11 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:11Z", "updated_at": "2018-09-02T00:41:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "22a3f8b3-ccdd-4c26-b13e-fb99e5c4b6e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "d46b2719-cd28-47c5-b140-a26cd6caca25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 1, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "b36accdd-57a7-4a56-a986-41a571724b50", "name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}} 2018-09-02 00:41:11,292 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-22cb3882-0d6c-4ac8-a625-8d8d6b250639 2018-09-02 00:41:11,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.129956007004s 2018-09-02 00:41:11,293 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-22cb3882-0d6c-4ac8-a625-8d8d6b250639 2018-09-02 00:41:11,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:41:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:11,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-7baa4240-a0fc-4412-b8dd-7497db63ce42 Date: Sun, 02 Sep 2018 00:41:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:04Z", "updated_at": "2018-09-02T00:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "2eadf3e5-a854-4959-b012-cbf13e8a66de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "55debb4b-5c80-4808-9882-79f08b6959e6", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "96d4a81c-23b4-4da3-a018-c2c528e82271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "c7f8791f-f4d4-48d4-81a2-41155536def8", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 1, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "84a65445-8217-4858-83fd-7f697204101f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:11Z", "updated_at": "2018-09-02T00:41:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "22a3f8b3-ccdd-4c26-b13e-fb99e5c4b6e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "d46b2719-cd28-47c5-b140-a26cd6caca25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 1, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "b36accdd-57a7-4a56-a986-41a571724b50", "name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}]} 2018-09-02 00:41:11,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-7baa4240-a0fc-4412-b8dd-7497db63ce42 2018-09-02 00:41:11,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0542168617249s 2018-09-02 00:41:11,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-7baa4240-a0fc-4412-b8dd-7497db63ce42 2018-09-02 00:41:11,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:41:11,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50"}}' 2018-09-02 00:41:11,486 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-c6cfa4f9-dcba-4d82-b7b7-d0abd62c5195 Date: Sun, 02 Sep 2018 00:41:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "port_range_min": 22, "revision_number": 0, "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:11Z", "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "a677486c-b288-46ff-b2d9-f0e10e99760e"}} 2018-09-02 00:41:11,486 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-c6cfa4f9-dcba-4d82-b7b7-d0abd62c5195 2018-09-02 00:41:11,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.130105018616s 2018-09-02 00:41:11,487 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-c6cfa4f9-dcba-4d82-b7b7-d0abd62c5195 2018-09-02 00:41:11,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:41:11,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:11,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-a389dffe-1b45-4722-a57a-dbdf0dd287ac Date: Sun, 02 Sep 2018 00:41:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:04Z", "updated_at": "2018-09-02T00:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "2eadf3e5-a854-4959-b012-cbf13e8a66de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "55debb4b-5c80-4808-9882-79f08b6959e6", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "96d4a81c-23b4-4da3-a018-c2c528e82271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "c7f8791f-f4d4-48d4-81a2-41155536def8", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 1, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "84a65445-8217-4858-83fd-7f697204101f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:11Z", "updated_at": "2018-09-02T00:41:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "22a3f8b3-ccdd-4c26-b13e-fb99e5c4b6e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "a677486c-b288-46ff-b2d9-f0e10e99760e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": 22, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "d46b2719-cd28-47c5-b140-a26cd6caca25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 2, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "b36accdd-57a7-4a56-a986-41a571724b50", "name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}]} 2018-09-02 00:41:11,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a389dffe-1b45-4722-a57a-dbdf0dd287ac 2018-09-02 00:41:11,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0408108234406s 2018-09-02 00:41:11,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a389dffe-1b45-4722-a57a-dbdf0dd287ac 2018-09-02 00:41:11,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:41:11,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50"}}' 2018-09-02 00:41:11,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-28a76848-678d-4294-80b7-a62571bc85b1 Date: Sun, 02 Sep 2018 00:41:11 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "port_range_min": null, "revision_number": 0, "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:11Z", "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "c891cd29-5492-44a2-8d43-9bd494a1f863"}} 2018-09-02 00:41:11,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-28a76848-678d-4294-80b7-a62571bc85b1 2018-09-02 00:41:11,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.109079837799s 2018-09-02 00:41:11,643 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-28a76848-678d-4294-80b7-a62571bc85b1 2018-09-02 00:41:11,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:11,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:11,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-d61f6795-0e0d-4743-925e-bd95096311de Date: Sun, 02 Sep 2018 00:41:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"551456c273cd4416b2e2f6c1a362d663","l2_adjacency":true,"status":"ACTIVE","subnets":["194f680a-f1bb-4e67-a285-07c722936790"],"description":"","tags":[],"updated_at":"2018-09-02T00:41:04Z","qos_policy_id":null,"name":"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55","admin_state_up":true,"tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","mtu":1450}]} 2018-09-02 00:41:11,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d61f6795-0e0d-4743-925e-bd95096311de 2018-09-02 00:41:11,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0853860378265s 2018-09-02 00:41:11,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d61f6795-0e0d-4743-925e-bd95096311de 2018-09-02 00:41:11,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:41:11,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:11,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8047f946-dfb8-44f2-a803-b22551a10ff3 Date: Sun, 02 Sep 2018 00:41:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:41:10Z", "file": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file", "owner": "551456c273cd4416b2e2f6c1a362d663", "id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "size": 12716032, "self": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:41:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:41:11,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8047f946-dfb8-44f2-a803-b22551a10ff3 2018-09-02 00:41:11,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0318560600281s 2018-09-02 00:41:11,765 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8047f946-dfb8-44f2-a803-b22551a10ff3 2018-09-02 00:41:11,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:41:11,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:11,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a23edf03-e275-480c-9f18-d85bd0f5da35 x-compute-request-id: req-a23edf03-e275-480c-9f18-d85bd0f5da35 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_928846c1-029b-4741-8eea-b96b70de4e55", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "195aa9ae-241c-476f-846e-5009585ea649"}]} 2018-09-02 00:41:11,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a23edf03-e275-480c-9f18-d85bd0f5da35 2018-09-02 00:41:11,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0213639736176s 2018-09-02 00:41:11,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a23edf03-e275-480c-9f18-d85bd0f5da35 2018-09-02 00:41:11,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:41:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"server": {"name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "imageRef": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "flavorRef": "195aa9ae-241c-476f-846e-5009585ea649", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bfb08ca2-055d-411e-bfd7-7b98027618cf"}], "security_groups": [{"name": "b36accdd-57a7-4a56-a986-41a571724b50"}]}}' 2018-09-02 00:41:13,935 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f54d8f68-9cfa-44ac-8b46-6fd5108018f1 x-compute-request-id: req-f54d8f68-9cfa-44ac-8b46-6fd5108018f1 Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b36accdd-57a7-4a56-a986-41a571724b50"}], "OS-DCF:diskConfig": "MANUAL", "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "adminPass": "f4ehQnsE2hEu"}} 2018-09-02 00:41:13,935 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-f54d8f68-9cfa-44ac-8b46-6fd5108018f1 2018-09-02 00:41:13,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.147397995s 2018-09-02 00:41:13,936 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-f54d8f68-9cfa-44ac-8b46-6fd5108018f1 2018-09-02 00:41:13,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:13,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:14,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ec6a689-1e34-4f4d-b07f-28f1ead88c6a x-compute-request-id: req-3ec6a689-1e34-4f4d-b07f-28f1ead88c6a Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:41:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:14,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3ec6a689-1e34-4f4d-b07f-28f1ead88c6a 2018-09-02 00:41:14,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337755918503s 2018-09-02 00:41:14,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3ec6a689-1e34-4f4d-b07f-28f1ead88c6a 2018-09-02 00:41:14,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:14,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:14,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-c6c77502-4845-4394-ba3d-d9544b25c33a Date: Sun, 02 Sep 2018 00:41:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"551456c273cd4416b2e2f6c1a362d663","l2_adjacency":true,"status":"ACTIVE","subnets":["194f680a-f1bb-4e67-a285-07c722936790"],"description":"","tags":[],"updated_at":"2018-09-02T00:41:04Z","qos_policy_id":null,"name":"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55","admin_state_up":true,"tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","mtu":1450}]} 2018-09-02 00:41:14,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c6c77502-4845-4394-ba3d-d9544b25c33a 2018-09-02 00:41:14,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859410762787s 2018-09-02 00:41:14,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c6c77502-4845-4394-ba3d-d9544b25c33a 2018-09-02 00:41:14,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:41:14,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:14,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f13f005e-7581-4c41-be75-c37cdda948e4 Date: Sun, 02 Sep 2018 00:41:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:41:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"551456c273cd4416b2e2f6c1a362d663","id":"194f680a-f1bb-4e67-a285-07c722936790","subnetpool_id":null,"name":"vping_ssh-subnet_928846c1-029b-4741-8eea-b96b70de4e55"}]} 2018-09-02 00:41:14,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-f13f005e-7581-4c41-be75-c37cdda948e4 2018-09-02 00:41:14,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0755310058594s 2018-09-02 00:41:14,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-f13f005e-7581-4c41-be75-c37cdda948e4 2018-09-02 00:41:14,445 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:16,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:16,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:16,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d919587-a48b-46d7-803d-fa421ec47516 x-compute-request-id: req-0d919587-a48b-46d7-803d-fa421ec47516 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:41:16Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:16,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0d919587-a48b-46d7-803d-fa421ec47516 2018-09-02 00:41:16,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379925966263s 2018-09-02 00:41:16,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0d919587-a48b-46d7-803d-fa421ec47516 2018-09-02 00:41:16,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:18,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:18,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:19,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12638c6b-5a81-4606-82ed-c97ff3b1cac1 x-compute-request-id: req-12638c6b-5a81-4606-82ed-c97ff3b1cac1 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:41:16Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:19,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-12638c6b-5a81-4606-82ed-c97ff3b1cac1 2018-09-02 00:41:19,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344774007797s 2018-09-02 00:41:19,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-12638c6b-5a81-4606-82ed-c97ff3b1cac1 2018-09-02 00:41:19,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:21,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:21,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:21,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48a31364-b3b8-40ac-8c23-34c8524865db x-compute-request-id: req-48a31364-b3b8-40ac-8c23-34c8524865db Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:0b:bd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:21.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:21Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:21,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-48a31364-b3b8-40ac-8c23-34c8524865db 2018-09-02 00:41:21,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383229970932s 2018-09-02 00:41:21,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-48a31364-b3b8-40ac-8c23-34c8524865db 2018-09-02 00:41:21,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:41:21,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=f181060d-3116-42fb-8907-f6fffefceeb7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:21,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-01aa505a-9c36-42c4-85dd-8e45dc0f1a58 Date: Sun, 02 Sep 2018 00:41:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:41:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"194f680a-f1bb-4e67-a285-07c722936790","ip_address":"192.168.120.7"}],"id":"2e64b74a-9440-42a3-b8fc-1017f812afcc","security_groups":["b36accdd-57a7-4a56-a986-41a571724b50"],"mac_address":"fa:16:3e:bb:0b:bd","project_id":"551456c273cd4416b2e2f6c1a362d663","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:16Z","binding:vnic_type":"normal","device_id":"f181060d-3116-42fb-8907-f6fffefceeb7","ip_allocation":"immediate"}]} 2018-09-02 00:41:21,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=f181060d-3116-42fb-8907-f6fffefceeb7 used request id req-01aa505a-9c36-42c4-85dd-8e45dc0f1a58 2018-09-02 00:41:21,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0435700416565s 2018-09-02 00:41:21,619 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=f181060d-3116-42fb-8907-f6fffefceeb7 used request id req-01aa505a-9c36-42c4-85dd-8e45dc0f1a58 2018-09-02 00:41:21,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:21,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=2e64b74a-9440-42a3-b8fc-1017f812afcc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:21,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-90fd3ea6-6fca-4ab7-9e7f-638b56bc0693 Date: Sun, 02 Sep 2018 00:41:21 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:41:21,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=2e64b74a-9440-42a3-b8fc-1017f812afcc used request id req-90fd3ea6-6fca-4ab7-9e7f-638b56bc0693 2018-09-02 00:41:21,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0402781963348s 2018-09-02 00:41:21,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=2e64b74a-9440-42a3-b8fc-1017f812afcc used request id req-90fd3ea6-6fca-4ab7-9e7f-638b56bc0693 2018-09-02 00:41:21,665 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:0b:bd', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cef6e72d-230b-4e0d-9b4d-d79642a09476'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:41:21.000000', 'flavor': Munch({u'id': u'195aa9ae-241c-476f-846e-5009585ea649'}), 'az': u'nova', 'id': u'f181060d-3116-42fb-8907-f6fffefceeb7', 'security_groups': [Munch({u'name': u'vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'01761975ee04427faf553558f8c62a30', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'551456c273cd4416b2e2f6c1a362d663', 'name': 'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:41:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:41:21Z', 'hostId': u'9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:41:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'551456c273cd4416b2e2f6c1a362d663', 'name': u'vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55', 'adminPass': u'f4ehQnsE2hEu', 'tenant_id': u'551456c273cd4416b2e2f6c1a362d663', 'created_at': u'2018-09-02T00:41:13Z', 'created': u'2018-09-02T00:41:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:41:21,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:21,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:21,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-d6317753-0c4f-4dc9-b52f-26395ff96ea9 Date: Sun, 02 Sep 2018 00:41:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"551456c273cd4416b2e2f6c1a362d663","l2_adjacency":true,"status":"ACTIVE","subnets":["194f680a-f1bb-4e67-a285-07c722936790"],"description":"","tags":[],"updated_at":"2018-09-02T00:41:04Z","qos_policy_id":null,"name":"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55","admin_state_up":true,"tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","mtu":1450}]} 2018-09-02 00:41:21,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d6317753-0c4f-4dc9-b52f-26395ff96ea9 2018-09-02 00:41:21,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832262039185s 2018-09-02 00:41:21,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d6317753-0c4f-4dc9-b52f-26395ff96ea9 2018-09-02 00:41:21,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:41:21,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:21,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b7f54126-cba4-487b-856a-5e410131fa20 Date: Sun, 02 Sep 2018 00:41:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:41:10Z", "file": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file", "owner": "551456c273cd4416b2e2f6c1a362d663", "id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "size": 12716032, "self": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:41:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:41:21,792 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b7f54126-cba4-487b-856a-5e410131fa20 2018-09-02 00:41:21,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.038300037384s 2018-09-02 00:41:21,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b7f54126-cba4-487b-856a-5e410131fa20 2018-09-02 00:41:21,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:41:21,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:21,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a48cc8f-6073-4cab-b171-a3e04ee87656 x-compute-request-id: req-3a48cc8f-6073-4cab-b171-a3e04ee87656 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_928846c1-029b-4741-8eea-b96b70de4e55", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "195aa9ae-241c-476f-846e-5009585ea649"}]} 2018-09-02 00:41:21,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-3a48cc8f-6073-4cab-b171-a3e04ee87656 2018-09-02 00:41:21,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226089954376s 2018-09-02 00:41:21,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-3a48cc8f-6073-4cab-b171-a3e04ee87656 2018-09-02 00:41:21,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:41:21,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"server": {"name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "imageRef": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "flavorRef": "195aa9ae-241c-476f-846e-5009585ea649", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bfb08ca2-055d-411e-bfd7-7b98027618cf"}], "security_groups": [{"name": "b36accdd-57a7-4a56-a986-41a571724b50"}]}}' 2018-09-02 00:41:23,657 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9282fef5-f3d2-4067-886f-a1b8e21487bc x-compute-request-id: req-9282fef5-f3d2-4067-886f-a1b8e21487bc Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b36accdd-57a7-4a56-a986-41a571724b50"}], "OS-DCF:diskConfig": "MANUAL", "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "adminPass": "oAi9bBJ9zvEF"}} 2018-09-02 00:41:23,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-9282fef5-f3d2-4067-886f-a1b8e21487bc 2018-09-02 00:41:23,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.83884215355s 2018-09-02 00:41:23,658 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-9282fef5-f3d2-4067-886f-a1b8e21487bc 2018-09-02 00:41:23,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:23,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:25,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba427a0a-dfeb-495b-a97a-976c75a53889 x-compute-request-id: req-ba427a0a-dfeb-495b-a97a-976c75a53889 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:41:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:0b:bd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:21.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:21Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:25,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ba427a0a-dfeb-495b-a97a-976c75a53889 2018-09-02 00:41:25,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3585100174s 2018-09-02 00:41:25,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ba427a0a-dfeb-495b-a97a-976c75a53889 2018-09-02 00:41:25,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:27,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:27,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:27,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb524de7-bb4e-423d-b55b-f66c471eba48 x-compute-request-id: req-cb524de7-bb4e-423d-b55b-f66c471eba48 Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:41:26Z", "hostId": "3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:0b:bd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:21.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:21Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:27,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cb524de7-bb4e-423d-b55b-f66c471eba48 2018-09-02 00:41:27,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382171154022s 2018-09-02 00:41:27,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cb524de7-bb4e-423d-b55b-f66c471eba48 2018-09-02 00:41:27,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:29,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:29,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:30,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3becc52a-f465-4077-833e-3447feb1192f x-compute-request-id: req-3becc52a-f465-4077-833e-3447feb1192f Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:41:27Z", "hostId": "3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:0b:bd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:21.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:21Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:30,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3becc52a-f465-4077-833e-3447feb1192f 2018-09-02 00:41:30,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592594146729s 2018-09-02 00:41:30,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3becc52a-f465-4077-833e-3447feb1192f 2018-09-02 00:41:30,014 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:32,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:32,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:32,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-696ae73a-e6bc-4cd8-8398-be63189101fc x-compute-request-id: req-696ae73a-e6bc-4cd8-8398-be63189101fc Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:41:27Z", "hostId": "3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:0b:bd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:21.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:21Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:32,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-696ae73a-e6bc-4cd8-8398-be63189101fc 2018-09-02 00:41:32,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179679870605s 2018-09-02 00:41:32,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-696ae73a-e6bc-4cd8-8398-be63189101fc 2018-09-02 00:41:32,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:34,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:34,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:34,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30e33903-29dc-432f-ae41-ccd6484f5413 x-compute-request-id: req-30e33903-29dc-432f-ae41-ccd6484f5413 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:2d:8d", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:32.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:32Z", "hostId": "3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:0b:bd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:21.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:21Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:34,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30e33903-29dc-432f-ae41-ccd6484f5413 2018-09-02 00:41:34,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.353315114975s 2018-09-02 00:41:34,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30e33903-29dc-432f-ae41-ccd6484f5413 2018-09-02 00:41:34,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:41:34,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=0f38279d-005f-4310-beeb-7d7ff66476bb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:34,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-048076bb-8d4e-4b09-ae19-a382a4d8327f Date: Sun, 02 Sep 2018 00:41:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:41:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"194f680a-f1bb-4e67-a285-07c722936790","ip_address":"192.168.120.8"}],"id":"e7b0182b-f70c-4758-848c-2b8f11457e63","security_groups":["b36accdd-57a7-4a56-a986-41a571724b50"],"mac_address":"fa:16:3e:07:2d:8d","project_id":"551456c273cd4416b2e2f6c1a362d663","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:27Z","binding:vnic_type":"normal","device_id":"0f38279d-005f-4310-beeb-7d7ff66476bb","ip_allocation":"immediate"}]} 2018-09-02 00:41:34,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=0f38279d-005f-4310-beeb-7d7ff66476bb used request id req-048076bb-8d4e-4b09-ae19-a382a4d8327f 2018-09-02 00:41:34,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.045618057251s 2018-09-02 00:41:34,610 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=0f38279d-005f-4310-beeb-7d7ff66476bb used request id req-048076bb-8d4e-4b09-ae19-a382a4d8327f 2018-09-02 00:41:34,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:34,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=e7b0182b-f70c-4758-848c-2b8f11457e63" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:34,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dee4840a-47ee-4d62-a7fb-a4396d2eb966 Date: Sun, 02 Sep 2018 00:41:34 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:41:34,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=e7b0182b-f70c-4758-848c-2b8f11457e63 used request id req-dee4840a-47ee-4d62-a7fb-a4396d2eb966 2018-09-02 00:41:34,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0490200519562s 2018-09-02 00:41:34,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=e7b0182b-f70c-4758-848c-2b8f11457e63 used request id req-dee4840a-47ee-4d62-a7fb-a4396d2eb966 2018-09-02 00:41:34,665 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:2d:8d', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cef6e72d-230b-4e0d-9b4d-d79642a09476'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:41:32.000000', 'flavor': Munch({u'id': u'195aa9ae-241c-476f-846e-5009585ea649'}), 'az': u'nova', 'id': u'0f38279d-005f-4310-beeb-7d7ff66476bb', 'security_groups': [Munch({u'name': u'vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'01761975ee04427faf553558f8c62a30', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'551456c273cd4416b2e2f6c1a362d663', 'name': 'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:41:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:41:32Z', 'hostId': u'3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:41:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'551456c273cd4416b2e2f6c1a362d663', 'name': u'vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55', 'adminPass': u'oAi9bBJ9zvEF', 'tenant_id': u'551456c273cd4416b2e2f6c1a362d663', 'created_at': u'2018-09-02T00:41:23Z', 'created': u'2018-09-02T00:41:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:41:34,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:34,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:34,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-b668299b-2626-451f-8b96-31d6d7ebee0a Date: Sun, 02 Sep 2018 00:41:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"551456c273cd4416b2e2f6c1a362d663","l2_adjacency":true,"status":"ACTIVE","subnets":["194f680a-f1bb-4e67-a285-07c722936790"],"description":"","tags":[],"updated_at":"2018-09-02T00:41:04Z","qos_policy_id":null,"name":"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55","admin_state_up":true,"tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","mtu":1450}]} 2018-09-02 00:41:34,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b668299b-2626-451f-8b96-31d6d7ebee0a 2018-09-02 00:41:34,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.134889125824s 2018-09-02 00:41:34,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b668299b-2626-451f-8b96-31d6d7ebee0a 2018-09-02 00:41:34,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:41:34,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=0f38279d-005f-4310-beeb-7d7ff66476bb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:34,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-97d911d7-108a-4524-8a37-647a34058e04 Date: Sun, 02 Sep 2018 00:41:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:41:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"194f680a-f1bb-4e67-a285-07c722936790","ip_address":"192.168.120.8"}],"id":"e7b0182b-f70c-4758-848c-2b8f11457e63","security_groups":["b36accdd-57a7-4a56-a986-41a571724b50"],"mac_address":"fa:16:3e:07:2d:8d","project_id":"551456c273cd4416b2e2f6c1a362d663","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:27Z","binding:vnic_type":"normal","device_id":"0f38279d-005f-4310-beeb-7d7ff66476bb","ip_allocation":"immediate"}]} 2018-09-02 00:41:34,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=0f38279d-005f-4310-beeb-7d7ff66476bb used request id req-97d911d7-108a-4524-8a37-647a34058e04 2018-09-02 00:41:34,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0443921089172s 2018-09-02 00:41:34,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=0f38279d-005f-4310-beeb-7d7ff66476bb used request id req-97d911d7-108a-4524-8a37-647a34058e04 2018-09-02 00:41:34,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 00:41:34,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.8", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63"}}' 2018-09-02 00:41:37,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-13e1dcd1-a2b2-438a-a99b-3498bee7f2ad Date: Sun, 02 Sep 2018 00:41:37 GMT RESP BODY: {"floatingip": {"router_id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "status": "DOWN", "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:35Z", "updated_at": "2018-09-02T00:41:35Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "device_owner": "compute:nova", "mac_address": "fa:16:3e:07:2d:8d", "device_id": "0f38279d-005f-4310-beeb-7d7ff66476bb"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "551456c273cd4416b2e2f6c1a362d663", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63", "id": "47141ecb-6342-4b8e-9dcb-6d14a17a5dd1", "qos_policy_id": null}} 2018-09-02 00:41:37,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-13e1dcd1-a2b2-438a-a99b-3498bee7f2ad 2018-09-02 00:41:37,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.23787903786s 2018-09-02 00:41:37,089 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-13e1dcd1-a2b2-438a-a99b-3498bee7f2ad 2018-09-02 00:41:37,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:37,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:37,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-5b379ea5-73cf-44c3-a895-00aa9de812de Date: Sun, 02 Sep 2018 00:41:37 GMT RESP BODY: {"floatingips": [{"router_id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "status": "DOWN", "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:35Z", "updated_at": "2018-09-02T00:41:35Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "device_owner": "compute:nova", "mac_address": "fa:16:3e:07:2d:8d", "device_id": "0f38279d-005f-4310-beeb-7d7ff66476bb"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "551456c273cd4416b2e2f6c1a362d663", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63", "id": "47141ecb-6342-4b8e-9dcb-6d14a17a5dd1", "qos_policy_id": null}]} 2018-09-02 00:41:37,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5b379ea5-73cf-44c3-a895-00aa9de812de 2018-09-02 00:41:37,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0847589969635s 2018-09-02 00:41:37,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5b379ea5-73cf-44c3-a895-00aa9de812de 2018-09-02 00:41:37,186 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:41:37,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:37,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:37,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-fb419a67-c9bf-4081-a9cb-520a4ef2cd81 Date: Sun, 02 Sep 2018 00:41:37 GMT RESP BODY: {"floatingips": [{"router_id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "status": "DOWN", "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:35Z", "updated_at": "2018-09-02T00:41:35Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "device_owner": "compute:nova", "mac_address": "fa:16:3e:07:2d:8d", "device_id": "0f38279d-005f-4310-beeb-7d7ff66476bb"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "551456c273cd4416b2e2f6c1a362d663", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63", "id": "47141ecb-6342-4b8e-9dcb-6d14a17a5dd1", "qos_policy_id": null}]} 2018-09-02 00:41:37,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-fb419a67-c9bf-4081-a9cb-520a4ef2cd81 2018-09-02 00:41:37,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.227734088898s 2018-09-02 00:41:37,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-fb419a67-c9bf-4081-a9cb-520a4ef2cd81 2018-09-02 00:41:37,522 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:41:37,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:37,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:37,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-e97bb68e-3a42-4789-a40e-2e60bc312d5c Date: Sun, 02 Sep 2018 00:41:37 GMT RESP BODY: {"floatingips": [{"router_id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "status": "DOWN", "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:35Z", "updated_at": "2018-09-02T00:41:35Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "device_owner": "compute:nova", "mac_address": "fa:16:3e:07:2d:8d", "device_id": "0f38279d-005f-4310-beeb-7d7ff66476bb"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "551456c273cd4416b2e2f6c1a362d663", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63", "id": "47141ecb-6342-4b8e-9dcb-6d14a17a5dd1", "qos_policy_id": null}]} 2018-09-02 00:41:37,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-e97bb68e-3a42-4789-a40e-2e60bc312d5c 2018-09-02 00:41:37,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0527400970459s 2018-09-02 00:41:37,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-e97bb68e-3a42-4789-a40e-2e60bc312d5c 2018-09-02 00:41:37,684 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:41:37,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:37,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:37,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8318e321-9d2b-48f8-855a-f31744368b1a Date: Sun, 02 Sep 2018 00:41:37 GMT RESP BODY: {"floatingips": [{"router_id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "status": "DOWN", "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:35Z", "updated_at": "2018-09-02T00:41:35Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "device_owner": "compute:nova", "mac_address": "fa:16:3e:07:2d:8d", "device_id": "0f38279d-005f-4310-beeb-7d7ff66476bb"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "551456c273cd4416b2e2f6c1a362d663", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63", "id": "47141ecb-6342-4b8e-9dcb-6d14a17a5dd1", "qos_policy_id": null}]} 2018-09-02 00:41:37,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-8318e321-9d2b-48f8-855a-f31744368b1a 2018-09-02 00:41:37,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0561120510101s 2018-09-02 00:41:37,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-8318e321-9d2b-48f8-855a-f31744368b1a 2018-09-02 00:41:37,849 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:41:37,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:37,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:38,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-74de154a-d214-4fbd-9ade-90658bdebd52 Date: Sun, 02 Sep 2018 00:41:38 GMT RESP BODY: {"floatingips": [{"router_id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "status": "DOWN", "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:35Z", "updated_at": "2018-09-02T00:41:35Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "device_owner": "compute:nova", "mac_address": "fa:16:3e:07:2d:8d", "device_id": "0f38279d-005f-4310-beeb-7d7ff66476bb"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "551456c273cd4416b2e2f6c1a362d663", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63", "id": "47141ecb-6342-4b8e-9dcb-6d14a17a5dd1", "qos_policy_id": null}]} 2018-09-02 00:41:38,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-74de154a-d214-4fbd-9ade-90658bdebd52 2018-09-02 00:41:38,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0552680492401s 2018-09-02 00:41:38,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-74de154a-d214-4fbd-9ade-90658bdebd52 2018-09-02 00:41:38,013 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:41:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:38,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:38,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-3b738aab-20ce-407a-8826-f01e81176632 Date: Sun, 02 Sep 2018 00:41:38 GMT RESP BODY: {"floatingips": [{"router_id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:35Z", "updated_at": "2018-09-02T00:41:38Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "device_owner": "compute:nova", "mac_address": "fa:16:3e:07:2d:8d", "device_id": "0f38279d-005f-4310-beeb-7d7ff66476bb"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.214", "revision_number": 1, "project_id": "551456c273cd4416b2e2f6c1a362d663", "port_id": "e7b0182b-f70c-4758-848c-2b8f11457e63", "id": "47141ecb-6342-4b8e-9dcb-6d14a17a5dd1", "qos_policy_id": null}]} 2018-09-02 00:41:38,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3b738aab-20ce-407a-8826-f01e81176632 2018-09-02 00:41:38,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0566680431366s 2018-09-02 00:41:38,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3b738aab-20ce-407a-8826-f01e81176632 2018-09-02 00:41:38,179 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'9c9f4f1f-7bc9-4af9-a511-75d760535c44', 'updated_at': u'2018-09-02T00:41:38Z', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.214', 'revision_number': 1, 'port_id': u'e7b0182b-f70c-4758-848c-2b8f11457e63', 'id': u'47141ecb-6342-4b8e-9dcb-6d14a17a5dd1', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'e7b0182b-f70c-4758-848c-2b8f11457e63', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'551456c273cd4416b2e2f6c1a362d663', 'name': 'vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'551456c273cd4416b2e2f6c1a362d663', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'bfb08ca2-055d-411e-bfd7-7b98027618cf', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:07:2d:8d', u'device_id': u'0f38279d-005f-4310-beeb-7d7ff66476bb'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'551456c273cd4416b2e2f6c1a362d663', 'created_at': u'2018-09-02T00:41:35Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'bfb08ca2-055d-411e-bfd7-7b98027618cf', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:07:2d:8d', u'device_id': u'0f38279d-005f-4310-beeb-7d7ff66476bb'}), 'router': u'9c9f4f1f-7bc9-4af9-a511-75d760535c44'}) 2018-09-02 00:41:38,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:41:38,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:41:38,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6bbcbf8-26ad-47f0-9feb-d31c3ef0a627 x-compute-request-id: req-d6bbcbf8-26ad-47f0-9feb-d31c3ef0a627 Content-Encoding: gzip Content-Length: 9607 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502937195 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179635] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181825] pid_max: default: 32768 minimum: 301\n[ 0.183016] ACPI: Core revision 20150930\n[ 0.184637] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186356] Security Framework initialized\n[ 0.187438] Yama: becoming mindful.\n[ 0.188400] AppArmor: AppArmor initialized\n[ 0.189510] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191234] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.192887] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194467] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196265] Initializing cgroup subsys io\n[ 0.197342] Initializing cgroup subsys memory\n[ 0.198491] Initializing cgroup subsys devices\n[ 0.199645] Initializing cgroup subsys freezer\n[ 0.200784] Initializing cgroup subsys net_cls\n[ 0.201921] Initializing cgroup subsys perf_event\n[ 0.203130] Initializing cgroup subsys net_prio\n[ 0.204290] Initializing cgroup subsys hugetlb\n[ 0.205425] Initializing cgroup subsys pids\n[ 0.206575] CPU: Physical Processor ID: 0\n[ 0.208317] mce: CPU supports 10 MCE banks\n[ 0.209424] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226773] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.233217] ftrace: allocating 31920 entries in 125 pages\n[ 0.257999] smpboot: Max logical packages: 1\n[ 0.259144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261013] x2apic enabled\n[ 0.262138] Switched APIC routing to physical x2apic.\n[ 0.264576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266077] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271270] KVM setup paravirtual spinlock\n[ 0.272869] x86: Booted up 1 node, 1 CPUs\n[ 0.273971] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.275814] devtmpfs: initialized\n[ 0.277770] evm: security.selinux\n[ 0.278718] evm: security.SMACK64\n[ 0.279663] evm: security.SMACK64EXEC\n[ 0.280672] evm: security.SMACK64TRANSMUTE\n[ 0.281758] evm: security.SMACK64MMAP\n[ 0.282756] evm: security.ima\n[ 0.283625] evm: security.capability\n[ 0.284684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.287160] pinctrl core: initialized pinctrl subsystem\n[ 0.288618] RTC time: 0:41:32, date: 09/02/18\n[ 0.289890] NET: Registered protocol family 16\n[ 0.291186] cpuidle: using governor ladder\n[ 0.292286] cpuidle: using governor menu\n[ 0.293361] PCCT header not found.\n[ 0.294372] ACPI: bus type PCI registered\n[ 0.295454] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297107] PCI: Using configuration type 1 for base access\n[ 0.299219] ACPI: Added _OSI(Module Device)\n[ 0.300350] ACPI: Added _OSI(Processor Device)\n[ 0.301507] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302712] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304850] ACPI: Interpreter enabled\n[ 0.305902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308411] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.313379] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315855] ACPI: (supports S0 S5)\n[ 0.316807] ACPI: Using IOAPIC for interrupt routing\n[ 0.318068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323383] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.325029] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.329551] acpiphp: Slot [3] registered\n[ 0.330632] acpiphp: Slot [4] registered\n[ 0.331711] acpiphp: Slot [5] registered\n[ 0.332793] acpiphp: Slot [6] registered\n[ 0.333874] acpiphp: Slot [7] registered\n[ 0.334953] acpiphp: Slot [8] registered\n[ 0.336031] acpiphp: Slot [9] registered\n[ 0.337105] acpiphp: Slot [10] registered\n[ 0.338197] acpiphp: Slot [11] registered\n[ 0.339303] acpiphp: Slot [12] registered\n[ 0.340397] acpiphp: Slot [13] registered\n[ 0.341487] acpiphp: Slot [14] registered\n[ 0.342581] acpiphp: Slot [15] registered\n[ 0.357954] acpiphp: Slot [16] registered\n[ 0.359054] acpiphp: Slot [17] registered\n[ 0.360157] acpiphp: Slot [18] registered\n[ 0.361252] acpiphp: Slot [19] registered\n[ 0.362349] acpiphp: Slot [20] registered\n[ 0.363450] acpiphp: Slot [21] registered\n[ 0.364544] acpiphp: Slot [22] registered\n[ 0.365639] acpiphp: Slot [23] registered\n[ 0.366734] acpiphp: Slot [24] registered\n[ 0.367831] acpiphp: Slot [25] registered\n[ 0.368921] acpiphp: Slot [26] registered\n[ 0.370012] acpiphp: Slot [27] registered\n[ 0.371119] acpiphp: Slot [28] registered\n[ 0.372219] acpiphp: Slot [29] registered\n[ 0.373311] acpiphp: Slot [30] registered\n[ 0.374403] acpiphp: Slot [31] registered\n[ 0.375504] PCI host bridge to bus 0000:00\n[ 0.376598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.378206] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.379823] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.381779] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.383736] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.385726] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.389778] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.391477] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.393038] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.394725] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.399153] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.401082] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.422033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.424031] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.425954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.427884] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.429904] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.431611] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.433356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.434762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.436846] vgaarb: loaded\n[ 0.437669] vgaarb: bridge control possible 0000:00:02.0\n[ 0.439291] SCSI subsystem initialized\n[ 0.440537] ACPI: bus type USB registered\n[ 0.441661] usbcore: registered new interface driver usbfs\n[ 0.443054] usbcore: registered new interface driver hub\n[ 0.444403] usbcore: registered new device driver usb\n[ 0.445876] PCI: Using ACPI for IRQ routing\n[ 0.447376] NetLabel: Initializing\n[ 0.448355] NetLabel: domain hash size = 128\n[ 0.449499] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.450791] NetLabel: unlabeled traffic allowed by default\n[ 0.452344] clocksource: Switched to clocksource kvm-clock\n[ 0.462307] AppArmor: AppArmor Filesystem Enabled\n[ 0.463601] pnp: PnP ACPI init\n[ 0.464819] pnp: PnP ACPI: found 5 devices\n[ 0.471633] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.473919] NET: Registered protocol family 2\n[ 0.475312] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.477045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.478663] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.480261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481710] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.483277] NET: Registered protocol family 1\n[ 0.484472] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.485935] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.487370] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.501885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516448] Trying to unpack rootfs image as initramfs...\n[ 0.577892] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.582665] Scanning for low memory corruption every 60 seconds\n[ 0.584829] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.586415] audit: initializing netlink subsys (disabled)\n[ 0.587846] audit: type=2000 audit(1535848893.136:1): initialized\n[ 0.589738] Initialise system trusted keyring\n[ 0.591085] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.592649] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.595366] zbud: loaded\n[ 0.596369] VFS: Disk quotas dquot_6.6.0\n[ 0.597499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.599647] fuse init (API version 7.23)\n[ 0.600875] Key type big_key registered\n[ 0.601982] Allocating IMA MOK and blacklist keyrings.\n[ 0.603625] Key type asymmetric registered\n[ 0.604757] Asymmetric key parser 'x509' registered\n[ 0.606060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.608085] io scheduler noop registered\n[ 0.609177] io scheduler deadline registered (default)\n[ 0.610531] io scheduler cfq registered\n[ 0.611715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.613141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.614884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.616875] ACPI: Power Button [PWRF]\n[ 0.618083] GHES: HEST is not enabled!\n[ 0.632177] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661260] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.664124] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687869] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.690937] Linux agpgart interface v0.103\n[ 0.694411] brd: module loaded\n[ 0.696650] loop: module loaded\n[ 0.701968] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.703971] GPT:90111 != 2097151\n[ 0.704915] GPT:Alternate GPT header not at the end of the disk.\n[ 0.706424] GPT:90111 != 2097151\n[ 0.707360] GPT: Use GNU Parted to correct GPT errors.\n[ 0.708689] vda: vda1 vda15\n[ 0.710368] scsi host0: ata_piix\n[ 0.711451] scsi host1: ata_piix\n[ 0.712453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.714115] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.716111] libphy: Fixed MDIO Bus: probed\n[ 0.717473] tun: Universal TUN/TAP device driver, 1.6\n[ 0.718787] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.721515] PPP generic driver version 2.4.2\n[ 0.722737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.724328] ehci-pci: EHCI PCI platform driver\n[ 0.725505] ehci-platform: EHCI generic platform driver\n[ 0.726840] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.728375] ohci-pci: OHCI PCI platform driver\n[ 0.729566] ohci-platform: OHCI generic platform driver\n[ 0.730911] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.745356] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.746738] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.748734] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.750079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.751621] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.753269] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.755217] usb usb1: Product: UHCI Host Controller\n[ 0.756481] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.758011] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.759332] hub 1-0:1.0: USB hub found\n[ 0.760408] hub 1-0:1.0: 2 ports detected\n[ 0.761692] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.764567] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.765855] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.767236] mousedev: PS/2 mouse device common for all mice\n[ 0.768942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.771401] rtc_cmos 00:00: RTC can wake from S4\n[ 0.772946] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.774548] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.776149] i2c /dev entries driver\n[ 0.777205] device-mapper: uevent: version 1.0.3\n[ 0.778506] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.780709] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.782565] NET: Registered protocol family 10\n[ 0.784109] NET: Registered protocol family 17\n[ 0.785335] Key type dns_resolver registered\n[ 0.786627] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788097] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.790476] registered taskstats version 1\n[ 0.791615] Loading compiled-in X.509 certificates\n[ 0.793447] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795937] zswap: loaded using pool lzo/zbud\n[ 0.798008] Key type trusted registered\n[ 0.800122] Key type encrypted registered\n[ 0.801277] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.802673] ima: No TPM chip found, activating TPM-bypass!\n[ 0.804080] evm: HMAC attrs: 0x1\n[ 0.805382] Magic number: 2:297:657\n[ 0.806418] block ram10: hash matches\n[ 0.807552] rtc_cmos 00:00: setting system clock to 2018-09-02 00:41:32 UTC (1535848892)\n[ 0.809749] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.811257] EDD information not available.\n[ 0.873912] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.876010] Write protecting the kernel read-only data: 14336k\n[ 0.878936] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881398] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.929303] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOo88WqiQJQS6V1UDD8w3DupkR4J8cG0Svho1sQvCDPjTdvh0LeeIdaQlFhQ2z/Lwl8QR/wfl2wM9Api3OgoKWVW96CC7RU6gGE1hg4eZMr6mS4w52ltP8pnodKrhMBxAbWA7uqy/vAvKtgrQ36B/VSF/AdDH5EhGS6N99TNH9WhtMTNgvJhoW8ocjqNIm7vl/04a2CAFJLleW45dndZGtSROcc1VwFx3Mr7t/7wqssyZpBs+OaGcNYAhH4QJZ59QcsiZhKbrStPCa5LUtHTP0Qb9irsFXl1h+ELA9gLzHC63n8U08ixTHFHkrCvpTMlQIsKAFP6ZKZRK6Qp+VGyaF root@vping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55\nssh-dss AAAAB3NzaC1kc3MAAACBAIPkAlwDBic20OVrlqKkuThC5K7tp8na0Y3WGJlCoy3bl2M5D0HiN/N6LHggUAXT/1qFId1SMPKw4kX9GQZKsZ69jEOF+hg8+h4R7yS0OD+CgAQHdPS6SJhHxwdyLXNWmNk5dTJzXYdluFc2+tFpNHPBzuzCV7L/DbU1P48/ayHRAAAAFQCYndlpXoTEoOa8PDWon/2rGhr2WQAAAIAz+o9tD6pYDlG3nmtRt/0+r+5ZGrTjXxVlUgGdIphASo2nQSf7PYRD2LUu500dVYA64Q4vn6IFOsU+KeisLzYV1YcABQD7OGqsSMEpD3KI10MmF/RUWjTF9j3FcgyVATPZ+YwLJpTwzAexfJf38R8cbmUT7kVjYz9wAvJ+Cg9k+gAAAIAa6+ixKsr8MQXi0j3XLg0EZhl+CJNOyaYj6+ThWwfSM/0iSq8oc0lK30JPpNd5OPbE6zsOnMSX3NoZP1y5QVyDskLyYbt8i3xXgaw8I7XxmAltUz9LE5VQTX0m38ZRN2/7lfp1JnNW7roOGwlJ4UZIbA+hwY6n6V6ufl5XkkRb5A== root@vping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe07:2d8d/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.84 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55 login: "} 2018-09-02 00:41:38,916 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb/action used request id req-d6bbcbf8-26ad-47f0-9feb-d31c3ef0a627 2018-09-02 00:41:38,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.736527919769s 2018-09-02 00:41:38,917 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb/action used request id req-d6bbcbf8-26ad-47f0-9feb-d31c3ef0a627 2018-09-02 00:41:38,917 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 502937195 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179635] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181825] pid_max: default: 32768 minimum: 301 [ 0.183016] ACPI: Core revision 20150930 [ 0.184637] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186356] Security Framework initialized [ 0.187438] Yama: becoming mindful. [ 0.188400] AppArmor: AppArmor initialized [ 0.189510] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191234] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.192887] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194467] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196265] Initializing cgroup subsys io [ 0.197342] Initializing cgroup subsys memory [ 0.198491] Initializing cgroup subsys devices [ 0.199645] Initializing cgroup subsys freezer [ 0.200784] Initializing cgroup subsys net_cls [ 0.201921] Initializing cgroup subsys perf_event [ 0.203130] Initializing cgroup subsys net_prio [ 0.204290] Initializing cgroup subsys hugetlb [ 0.205425] Initializing cgroup subsys pids [ 0.206575] CPU: Physical Processor ID: 0 [ 0.208317] mce: CPU supports 10 MCE banks [ 0.209424] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210751] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226773] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.233217] ftrace: allocating 31920 entries in 125 pages [ 0.257999] smpboot: Max logical packages: 1 [ 0.259144] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261013] x2apic enabled [ 0.262138] Switched APIC routing to physical x2apic. [ 0.264576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266077] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271270] KVM setup paravirtual spinlock [ 0.272869] x86: Booted up 1 node, 1 CPUs [ 0.273971] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275814] devtmpfs: initialized [ 0.277770] evm: security.selinux [ 0.278718] evm: security.SMACK64 [ 0.279663] evm: security.SMACK64EXEC [ 0.280672] evm: security.SMACK64TRANSMUTE [ 0.281758] evm: security.SMACK64MMAP [ 0.282756] evm: security.ima [ 0.283625] evm: security.capability [ 0.284684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.287160] pinctrl core: initialized pinctrl subsystem [ 0.288618] RTC time: 0:41:32, date: 09/02/18 [ 0.289890] NET: Registered protocol family 16 [ 0.291186] cpuidle: using governor ladder [ 0.292286] cpuidle: using governor menu [ 0.293361] PCCT header not found. [ 0.294372] ACPI: bus type PCI registered [ 0.295454] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.297107] PCI: Using configuration type 1 for base access [ 0.299219] ACPI: Added _OSI(Module Device) [ 0.300350] ACPI: Added _OSI(Processor Device) [ 0.301507] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302712] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304850] ACPI: Interpreter enabled [ 0.305902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308411] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310907] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.313379] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315855] ACPI: (supports S0 S5) [ 0.316807] ACPI: Using IOAPIC for interrupt routing [ 0.318068] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323383] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325029] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.329551] acpiphp: Slot [3] registered [ 0.330632] acpiphp: Slot [4] registered [ 0.331711] acpiphp: Slot [5] registered [ 0.332793] acpiphp: Slot [6] registered [ 0.333874] acpiphp: Slot [7] registered [ 0.334953] acpiphp: Slot [8] registered [ 0.336031] acpiphp: Slot [9] registered [ 0.337105] acpiphp: Slot [10] registered [ 0.338197] acpiphp: Slot [11] registered [ 0.339303] acpiphp: Slot [12] registered [ 0.340397] acpiphp: Slot [13] registered [ 0.341487] acpiphp: Slot [14] registered [ 0.342581] acpiphp: Slot [15] registered [ 0.357954] acpiphp: Slot [16] registered [ 0.359054] acpiphp: Slot [17] registered [ 0.360157] acpiphp: Slot [18] registered [ 0.361252] acpiphp: Slot [19] registered [ 0.362349] acpiphp: Slot [20] registered [ 0.363450] acpiphp: Slot [21] registered [ 0.364544] acpiphp: Slot [22] registered [ 0.365639] acpiphp: Slot [23] registered [ 0.366734] acpiphp: Slot [24] registered [ 0.367831] acpiphp: Slot [25] registered [ 0.368921] acpiphp: Slot [26] registered [ 0.370012] acpiphp: Slot [27] registered [ 0.371119] acpiphp: Slot [28] registered [ 0.372219] acpiphp: Slot [29] registered [ 0.373311] acpiphp: Slot [30] registered [ 0.374403] acpiphp: Slot [31] registered [ 0.375504] PCI host bridge to bus 0000:00 [ 0.376598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.378206] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379823] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381779] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383736] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.385726] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.389778] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.391477] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.393038] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.394725] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.399153] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.401082] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.422033] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.424031] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.425954] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.427884] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.429904] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.431611] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.433356] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.434762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.436846] vgaarb: loaded [ 0.437669] vgaarb: bridge control possible 0000:00:02.0 [ 0.439291] SCSI subsystem initialized [ 0.440537] ACPI: bus type USB registered [ 0.441661] usbcore: registered new interface driver usbfs [ 0.443054] usbcore: registered new interface driver hub [ 0.444403] usbcore: registered new device driver usb [ 0.445876] PCI: Using ACPI for IRQ routing [ 0.447376] NetLabel: Initializing [ 0.448355] NetLabel: domain hash size = 128 [ 0.449499] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.450791] NetLabel: unlabeled traffic allowed by default [ 0.452344] clocksource: Switched to clocksource kvm-clock [ 0.462307] AppArmor: AppArmor Filesystem Enabled [ 0.463601] pnp: PnP ACPI init [ 0.464819] pnp: PnP ACPI: found 5 devices [ 0.471633] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.473919] NET: Registered protocol family 2 [ 0.475312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.477045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.478663] TCP: Hash tables configured (established 4096 bind 4096) [ 0.480261] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.481710] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.483277] NET: Registered protocol family 1 [ 0.484472] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.485935] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.487370] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.501885] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516448] Trying to unpack rootfs image as initramfs... [ 0.577892] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.582665] Scanning for low memory corruption every 60 seconds [ 0.584829] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.586415] audit: initializing netlink subsys (disabled) [ 0.587846] audit: type=2000 audit(1535848893.136:1): initialized [ 0.589738] Initialise system trusted keyring [ 0.591085] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.592649] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.595366] zbud: loaded [ 0.596369] VFS: Disk quotas dquot_6.6.0 [ 0.597499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.599647] fuse init (API version 7.23) [ 0.600875] Key type big_key registered [ 0.601982] Allocating IMA MOK and blacklist keyrings. [ 0.603625] Key type asymmetric registered [ 0.604757] Asymmetric key parser 'x509' registered [ 0.606060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.608085] io scheduler noop registered [ 0.609177] io scheduler deadline registered (default) [ 0.610531] io scheduler cfq registered [ 0.611715] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.613141] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.614884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.616875] ACPI: Power Button [PWRF] [ 0.618083] GHES: HEST is not enabled! [ 0.632177] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.661260] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.664124] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687869] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.690937] Linux agpgart interface v0.103 [ 0.694411] brd: module loaded [ 0.696650] loop: module loaded [ 0.701968] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.703971] GPT:90111 != 2097151 [ 0.704915] GPT:Alternate GPT header not at the end of the disk. [ 0.706424] GPT:90111 != 2097151 [ 0.707360] GPT: Use GNU Parted to correct GPT errors. [ 0.708689] vda: vda1 vda15 [ 0.710368] scsi host0: ata_piix [ 0.711451] scsi host1: ata_piix [ 0.712453] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.714115] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.716111] libphy: Fixed MDIO Bus: probed [ 0.717473] tun: Universal TUN/TAP device driver, 1.6 [ 0.718787] tun: (C) 1999-2004 Max Krasnyansky [ 0.721515] PPP generic driver version 2.4.2 [ 0.722737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.724328] ehci-pci: EHCI PCI platform driver [ 0.725505] ehci-platform: EHCI generic platform driver [ 0.726840] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.728375] ohci-pci: OHCI PCI platform driver [ 0.729566] ohci-platform: OHCI generic platform driver [ 0.730911] uhci_hcd: USB Universal Host Controller Interface driver [ 0.745356] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.746738] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.748734] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.750079] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.751621] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.753269] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.755217] usb usb1: Product: UHCI Host Controller [ 0.756481] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.758011] usb usb1: SerialNumber: 0000:00:01.2 [ 0.759332] hub 1-0:1.0: USB hub found [ 0.760408] hub 1-0:1.0: 2 ports detected [ 0.761692] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.764567] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.765855] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.767236] mousedev: PS/2 mouse device common for all mice [ 0.768942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.771401] rtc_cmos 00:00: RTC can wake from S4 [ 0.772946] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.774548] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.776149] i2c /dev entries driver [ 0.777205] device-mapper: uevent: version 1.0.3 [ 0.778506] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.780709] ledtrig-cpu: registered to indicate activity on CPUs [ 0.782565] NET: Registered protocol family 10 [ 0.784109] NET: Registered protocol family 17 [ 0.785335] Key type dns_resolver registered [ 0.786627] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788097] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.790476] registered taskstats version 1 [ 0.791615] Loading compiled-in X.509 certificates [ 0.793447] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795937] zswap: loaded using pool lzo/zbud [ 0.798008] Key type trusted registered [ 0.800122] Key type encrypted registered [ 0.801277] AppArmor: AppArmor sha1 policy hashing enabled [ 0.802673] ima: No TPM chip found, activating TPM-bypass! [ 0.804080] evm: HMAC attrs: 0x1 [ 0.805382] Magic number: 2:297:657 [ 0.806418] block ram10: hash matches [ 0.807552] rtc_cmos 00:00: setting system clock to 2018-09-02 00:41:32 UTC (1535848892) [ 0.809749] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.811257] EDD information not available. [ 0.873912] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.876010] Write protecting the kernel read-only data: 14336k [ 0.878936] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.881398] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.929303] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOo88WqiQJQS6V1UDD8w3DupkR4J8cG0Svho1sQvCDPjTdvh0LeeIdaQlFhQ2z/Lwl8QR/wfl2wM9Api3OgoKWVW96CC7RU6gGE1hg4eZMr6mS4w52ltP8pnodKrhMBxAbWA7uqy/vAvKtgrQ36B/VSF/AdDH5EhGS6N99TNH9WhtMTNgvJhoW8ocjqNIm7vl/04a2CAFJLleW45dndZGtSROcc1VwFx3Mr7t/7wqssyZpBs+OaGcNYAhH4QJZ59QcsiZhKbrStPCa5LUtHTP0Qb9irsFXl1h+ELA9gLzHC63n8U08ixTHFHkrCvpTMlQIsKAFP6ZKZRK6Qp+VGyaF root@vping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55 ssh-dss AAAAB3NzaC1kc3MAAACBAIPkAlwDBic20OVrlqKkuThC5K7tp8na0Y3WGJlCoy3bl2M5D0HiN/N6LHggUAXT/1qFId1SMPKw4kX9GQZKsZ69jEOF+hg8+h4R7yS0OD+CgAQHdPS6SJhHxwdyLXNWmNk5dTJzXYdluFc2+tFpNHPBzuzCV7L/DbU1P48/ayHRAAAAFQCYndlpXoTEoOa8PDWon/2rGhr2WQAAAIAz+o9tD6pYDlG3nmtRt/0+r+5ZGrTjXxVlUgGdIphASo2nQSf7PYRD2LUu500dVYA64Q4vn6IFOsU+KeisLzYV1YcABQD7OGqsSMEpD3KI10MmF/RUWjTF9j3FcgyVATPZ+YwLJpTwzAexfJf38R8cbmUT7kVjYz9wAvJ+Cg9k+gAAAIAa6+ixKsr8MQXi0j3XLg0EZhl+CJNOyaYj6+ThWwfSM/0iSq8oc0lK30JPpNd5OPbE6zsOnMSX3NoZP1y5QVyDskLyYbt8i3xXgaw8I7XxmAltUz9LE5VQTX0m38ZRN2/7lfp1JnNW7roOGwlJ4UZIbA+hwY6n6V6ufl5XkkRb5A== root@vping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe07:2d8d/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.84 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-928846c1-029b-4741-8eea-b96b70de4e55 login: 2018-09-02 00:41:38,921 - paramiko.transport - DEBUG - starting thread (client mode): 0xfb960e10L 2018-09-02 00:41:38,921 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 00:41:38,921 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 00:41:38,921 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 00:41:38,923 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 00:41:38,923 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 00:41:38,923 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 00:41:38,923 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 00:41:38,923 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 00:41:38,923 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 00:41:38,941 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 00:41:38,941 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 00:41:38,953 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.214: ace841ac04635dd7fde7689a4776889a 2018-09-02 00:41:38,954 - paramiko.transport - DEBUG - Trying discovered key 8b618e18fe78942c7e6980a017b39d11 in /tmp/tmpiH90QW 2018-09-02 00:41:38,979 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 00:41:38,985 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 00:41:38,986 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 00:41:38,987 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 00:41:38,988 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 00:41:38,989 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 00:41:39,033 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 00:41:39,033 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes 64 bytes from 192.168.120.7: seq=0 ttl=64 time=42.078 ms --- 192.168.120.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 42.078/42.078/42.078 ms 2018-09-02 00:41:39,033 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-02 00:41:39,037 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 00:41:39,146 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:41:39,147 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 00:41:39,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:41:39,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:39,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f1f4f07-0b87-415f-842e-35fc24f74d8a x-compute-request-id: req-5f1f4f07-0b87-415f-842e-35fc24f74d8a Content-Type: application/json 2018-09-02 00:41:39,326 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7 used request id req-5f1f4f07-0b87-415f-842e-35fc24f74d8a 2018-09-02 00:41:39,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.174192905426s 2018-09-02 00:41:39,326 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7 used request id req-5f1f4f07-0b87-415f-842e-35fc24f74d8a 2018-09-02 00:41:39,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:39,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:39,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e437d202-7745-4c7c-8d44-d2a26bef9280 x-compute-request-id: req-e437d202-7745-4c7c-8d44-d2a26bef9280 Content-Encoding: gzip Content-Length: 895 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:2d:8d", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:2d:8d", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:32.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:32Z", "hostId": "3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:0b:bd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/f181060d-3116-42fb-8907-f6fffefceeb7", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:21.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "f181060d-3116-42fb-8907-f6fffefceeb7", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:39Z", "hostId": "9eb77cc897c443dc0303dac0b64856f77dd397c8542c5c18f1cadc44", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:13Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:39,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e437d202-7745-4c7c-8d44-d2a26bef9280 2018-09-02 00:41:39,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628070116043s 2018-09-02 00:41:39,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e437d202-7745-4c7c-8d44-d2a26bef9280 2018-09-02 00:41:39,957 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:41,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:41,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:42,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a92c2343-2070-474b-b176-d58b68e4f274 x-compute-request-id: req-a92c2343-2070-474b-b176-d58b68e4f274 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:2d:8d", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:2d:8d", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:32.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:32Z", "hostId": "3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:42,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a92c2343-2070-474b-b176-d58b68e4f274 2018-09-02 00:41:42,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742230892181s 2018-09-02 00:41:42,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a92c2343-2070-474b-b176-d58b68e4f274 2018-09-02 00:41:42,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 00:41:42,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/47141ecb-6342-4b8e-9dcb-6d14a17a5dd1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:43,796 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0513d975-d1b0-4f35-a8e9-cec69cd88133 Content-Length: 0 Date: Sun, 02 Sep 2018 00:41:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:41:43,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/47141ecb-6342-4b8e-9dcb-6d14a17a5dd1.json used request id req-0513d975-d1b0-4f35-a8e9-cec69cd88133 2018-09-02 00:41:43,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.08894014359s 2018-09-02 00:41:43,796 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/47141ecb-6342-4b8e-9dcb-6d14a17a5dd1.json used request id req-0513d975-d1b0-4f35-a8e9-cec69cd88133 2018-09-02 00:41:43,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:41:43,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:43,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5b7ec289-fac6-4dcd-991f-d977d7e15332 Date: Sun, 02 Sep 2018 00:41:43 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:41:43,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5b7ec289-fac6-4dcd-991f-d977d7e15332 2018-09-02 00:41:43,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.072172164917s 2018-09-02 00:41:43,875 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5b7ec289-fac6-4dcd-991f-d977d7e15332 2018-09-02 00:41:43,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:41:43,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:44,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80137343-651c-400e-8173-6f54d5b31e81 x-compute-request-id: req-80137343-651c-400e-8173-6f54d5b31e81 Content-Type: application/json 2018-09-02 00:41:44,001 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb used request id req-80137343-651c-400e-8173-6f54d5b31e81 2018-09-02 00:41:44,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.125518083572s 2018-09-02 00:41:44,001 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb used request id req-80137343-651c-400e-8173-6f54d5b31e81 2018-09-02 00:41:44,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:44,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:44,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b655a1ea-a831-4530-a22e-e2f7a99a58f5 x-compute-request-id: req-b655a1ea-a831-4530-a22e-e2f7a99a58f5 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:2d:8d", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:2d:8d", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/0f38279d-005f-4310-beeb-7d7ff66476bb", "rel": "bookmark"}], "image": {"id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "links": [{"href": "http://172.30.9.38:8774/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:41:32.000000", "flavor": {"id": "195aa9ae-241c-476f-846e-5009585ea649", "links": [{"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}]}, "id": "0f38279d-005f-4310-beeb-7d7ff66476bb", "security_groups": [{"name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}], "user_id": "01761975ee04427faf553558f8c62a30", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:41:43Z", "hostId": "3447acad45460b53bb8ab2b8ab5763ac37f4939e983aab5efb590aa7", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55", "name": "vping_ssh-vm_928846c1-029b-4741-8eea-b96b70de4e55", "created": "2018-09-02T00:41:23Z", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:41:44,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b655a1ea-a831-4530-a22e-e2f7a99a58f5 2018-09-02 00:41:44,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204035997391s 2018-09-02 00:41:44,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b655a1ea-a831-4530-a22e-e2f7a99a58f5 2018-09-02 00:41:44,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:41:46,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:41:46,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:46,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea6cc35a-695d-4e1d-a1a9-c75dc42901e8 x-compute-request-id: req-ea6cc35a-695d-4e1d-a1a9-c75dc42901e8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 00:41:46,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ea6cc35a-695d-4e1d-a1a9-c75dc42901e8 2018-09-02 00:41:46,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0622611045837s 2018-09-02 00:41:46,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ea6cc35a-695d-4e1d-a1a9-c75dc42901e8 2018-09-02 00:41:46,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:41:46,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:46,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-a5916fba-2d74-464e-88ff-22fb63821e79 Date: Sun, 02 Sep 2018 00:41:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:04Z", "updated_at": "2018-09-02T00:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "2eadf3e5-a854-4959-b012-cbf13e8a66de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "55debb4b-5c80-4808-9882-79f08b6959e6", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "96d4a81c-23b4-4da3-a018-c2c528e82271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "c7f8791f-f4d4-48d4-81a2-41155536def8", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 1, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "84a65445-8217-4858-83fd-7f697204101f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:11Z", "updated_at": "2018-09-02T00:41:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "22a3f8b3-ccdd-4c26-b13e-fb99e5c4b6e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "a677486c-b288-46ff-b2d9-f0e10e99760e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": 22, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "c891cd29-5492-44a2-8d43-9bd494a1f863", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:11Z", "revision_number": 0, "id": "d46b2719-cd28-47c5-b140-a26cd6caca25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:11Z", "security_group_id": "b36accdd-57a7-4a56-a986-41a571724b50", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 3, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "b36accdd-57a7-4a56-a986-41a571724b50", "name": "vping_ssh-sg_928846c1-029b-4741-8eea-b96b70de4e55"}]} 2018-09-02 00:41:46,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a5916fba-2d74-464e-88ff-22fb63821e79 2018-09-02 00:41:46,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0422379970551s 2018-09-02 00:41:46,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a5916fba-2d74-464e-88ff-22fb63821e79 2018-09-02 00:41:46,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 00:41:46,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/b36accdd-57a7-4a56-a986-41a571724b50.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:46,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fafe8016-4d90-4f9e-a885-c920035d1916 Content-Length: 0 Date: Sun, 02 Sep 2018 00:41:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:41:46,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/b36accdd-57a7-4a56-a986-41a571724b50.json used request id req-fafe8016-4d90-4f9e-a885-c920035d1916 2018-09-02 00:41:46,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.13777089119s 2018-09-02 00:41:46,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/b36accdd-57a7-4a56-a986-41a571724b50.json used request id req-fafe8016-4d90-4f9e-a885-c920035d1916 2018-09-02 00:41:46,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 00:41:46,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:46,505 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-446cdd78-03ac-4bb7-8fb7-b3cb9758c861 x-compute-request-id: req-446cdd78-03ac-4bb7-8fb7-b3cb9758c861 Content-Length: 0 Content-Type: application/json 2018-09-02 00:41:46,505 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55 used request id req-446cdd78-03ac-4bb7-8fb7-b3cb9758c861 2018-09-02 00:41:46,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0459458827972s 2018-09-02 00:41:46,505 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/vping_ssh-kp_928846c1-029b-4741-8eea-b96b70de4e55 used request id req-446cdd78-03ac-4bb7-8fb7-b3cb9758c861 2018-09-02 00:41:46,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:41:46,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" -d '{"subnet_id": "194f680a-f1bb-4e67-a285-07c722936790"}' 2018-09-02 00:41:48,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3a276671-77ac-46f3-9f86-b25cc950c7a7 Date: Sun, 02 Sep 2018 00:41:48 GMT RESP BODY: {"network_id": "bfb08ca2-055d-411e-bfd7-7b98027618cf", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "subnet_id": "194f680a-f1bb-4e67-a285-07c722936790", "subnet_ids": ["194f680a-f1bb-4e67-a285-07c722936790"], "port_id": "8017cf02-47ae-4dec-8d2a-4feec42187c8", "id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44"} 2018-09-02 00:41:48,388 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44/remove_router_interface.json used request id req-3a276671-77ac-46f3-9f86-b25cc950c7a7 2018-09-02 00:41:48,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8822119236s 2018-09-02 00:41:48,388 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44/remove_router_interface.json used request id req-3a276671-77ac-46f3-9f86-b25cc950c7a7 returning object 9c9f4f1f-7bc9-4af9-a511-75d760535c44 2018-09-02 00:41:48,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:41:48,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:48,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-006a3535-264f-493f-be91-73b57776ab12 Date: Sun, 02 Sep 2018 00:41:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:05Z", "admin_state_up": true, "updated_at": "2018-09-02T00:41:47Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "9c9f4f1f-7bc9-4af9-a511-75d760535c44", "name": "vping_ssh-router_928846c1-029b-4741-8eea-b96b70de4e55"}]} 2018-09-02 00:41:48,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-006a3535-264f-493f-be91-73b57776ab12 2018-09-02 00:41:48,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.347648859024s 2018-09-02 00:41:48,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-006a3535-264f-493f-be91-73b57776ab12 2018-09-02 00:41:48,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:41:48,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:49,891 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32c40de4-ea42-4eb8-a707-d275c4d1351a Content-Length: 0 Date: Sun, 02 Sep 2018 00:41:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:41:49,891 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44.json used request id req-32c40de4-ea42-4eb8-a707-d275c4d1351a 2018-09-02 00:41:49,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.15249204636s 2018-09-02 00:41:49,891 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/9c9f4f1f-7bc9-4af9-a511-75d760535c44.json used request id req-32c40de4-ea42-4eb8-a707-d275c4d1351a 2018-09-02 00:41:49,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:41:49,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:49,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-369a0acf-b4e9-485b-a1a3-1ce65bfdad80 Date: Sun, 02 Sep 2018 00:41:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:41:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"551456c273cd4416b2e2f6c1a362d663","id":"194f680a-f1bb-4e67-a285-07c722936790","subnetpool_id":null,"name":"vping_ssh-subnet_928846c1-029b-4741-8eea-b96b70de4e55"}]} 2018-09-02 00:41:49,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-369a0acf-b4e9-485b-a1a3-1ce65bfdad80 2018-09-02 00:41:49,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0423429012299s 2018-09-02 00:41:49,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-369a0acf-b4e9-485b-a1a3-1ce65bfdad80 2018-09-02 00:41:49,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:41:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/194f680a-f1bb-4e67-a285-07c722936790.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:51,007 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7db39cae-88fd-402b-a2aa-8eaa06188169 Date: Sun, 02 Sep 2018 00:41:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:41:51,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/194f680a-f1bb-4e67-a285-07c722936790.json used request id req-7db39cae-88fd-402b-a2aa-8eaa06188169 2018-09-02 00:41:51,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.07182717323s 2018-09-02 00:41:51,008 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/194f680a-f1bb-4e67-a285-07c722936790.json used request id req-7db39cae-88fd-402b-a2aa-8eaa06188169 2018-09-02 00:41:51,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:51,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:51,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-050bb7de-4259-421a-9645-3480ff5e1abf Date: Sun, 02 Sep 2018 00:41:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"bfb08ca2-055d-411e-bfd7-7b98027618cf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"551456c273cd4416b2e2f6c1a362d663","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:41:50Z","qos_policy_id":null,"name":"vping_ssh-net_928846c1-029b-4741-8eea-b96b70de4e55","admin_state_up":true,"tenant_id":"551456c273cd4416b2e2f6c1a362d663","created_at":"2018-09-02T00:41:04Z","mtu":1450}]} 2018-09-02 00:41:51,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-050bb7de-4259-421a-9645-3480ff5e1abf 2018-09-02 00:41:51,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0918939113617s 2018-09-02 00:41:51,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-050bb7de-4259-421a-9645-3480ff5e1abf 2018-09-02 00:41:51,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:41:51,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/bfb08ca2-055d-411e-bfd7-7b98027618cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:52,261 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-617d4f7b-82a0-4b8d-8cbb-55561d1068c6 Date: Sun, 02 Sep 2018 00:41:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:41:52,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/bfb08ca2-055d-411e-bfd7-7b98027618cf.json used request id req-617d4f7b-82a0-4b8d-8cbb-55561d1068c6 2018-09-02 00:41:52,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.15964484215s 2018-09-02 00:41:52,262 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/bfb08ca2-055d-411e-bfd7-7b98027618cf.json used request id req-617d4f7b-82a0-4b8d-8cbb-55561d1068c6 2018-09-02 00:41:52,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:41:52,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:52,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-036de9e7-ac53-445f-83fa-a3a42272f140 Date: Sun, 02 Sep 2018 00:41:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:41:10Z", "file": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/file", "owner": "551456c273cd4416b2e2f6c1a362d663", "id": "cef6e72d-230b-4e0d-9b4d-d79642a09476", "size": 12716032, "self": "/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/cef6e72d-230b-4e0d-9b4d-d79642a09476/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_928846c1-029b-4741-8eea-b96b70de4e55", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:41:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:41:52,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-036de9e7-ac53-445f-83fa-a3a42272f140 2018-09-02 00:41:52,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.266770124435s 2018-09-02 00:41:52,533 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-036de9e7-ac53-445f-83fa-a3a42272f140 2018-09-02 00:41:52,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:41:52,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cc8158e136bbd2083bda0b572715b4fd8abf7f15" 2018-09-02 00:41:53,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65a0be85-b704-4f41-b8e4-a20460f8f813 Date: Sun, 02 Sep 2018 00:41:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:41:53,352 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476 used request id req-65a0be85-b704-4f41-b8e4-a20460f8f813 2018-09-02 00:41:53,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.8169901371s 2018-09-02 00:41:53,352 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/cef6e72d-230b-4e0d-9b4d-d79642a09476 used request id req-65a0be85-b704-4f41-b8e4-a20460f8f813 2018-09-02 00:41:53,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:41:53,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:53,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-916c6f96-df4d-45d7-95d4-b10c8c2e871e x-compute-request-id: req-916c6f96-df4d-45d7-95d4-b10c8c2e871e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_928846c1-029b-4741-8eea-b96b70de4e55", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/195aa9ae-241c-476f-846e-5009585ea649", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "195aa9ae-241c-476f-846e-5009585ea649"}]} 2018-09-02 00:41:53,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-916c6f96-df4d-45d7-95d4-b10c8c2e871e 2018-09-02 00:41:53,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023353099823s 2018-09-02 00:41:53,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-916c6f96-df4d-45d7-95d4-b10c8c2e871e 2018-09-02 00:41:53,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:41:53,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:53,418 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:41:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d31a1f5-2da7-408d-8d5c-0f8612ec5548 x-compute-request-id: req-6d31a1f5-2da7-408d-8d5c-0f8612ec5548 Content-Length: 0 Content-Type: application/json 2018-09-02 00:41:53,418 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649 used request id req-6d31a1f5-2da7-408d-8d5c-0f8612ec5548 2018-09-02 00:41:53,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0407350063324s 2018-09-02 00:41:53,419 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/195aa9ae-241c-476f-846e-5009585ea649 used request id req-6d31a1f5-2da7-408d-8d5c-0f8612ec5548 2018-09-02 00:41:53,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:41:53,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:53,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834fa0e0-58d9-4ad3-8e00-783f933ee64a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55", "links": {"self": "http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "01761975ee04427faf553558f8c62a30", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:41:53,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-834fa0e0-58d9-4ad3-8e00-783f933ee64a 2018-09-02 00:41:53,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205191850662s 2018-09-02 00:41:53,625 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-834fa0e0-58d9-4ad3-8e00-783f933ee64a 2018-09-02 00:41:53,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:41:53,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:53,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d130f3-f8f8-47dc-8a85-04a6d4aa3ffe Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_928846c1-029b-4741-8eea-b96b70de4e55", "links": {"self": "http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "01761975ee04427faf553558f8c62a30", "description": null}} 2018-09-02 00:41:53,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30 used request id req-b6d130f3-f8f8-47dc-8a85-04a6d4aa3ffe 2018-09-02 00:41:53,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.185801029205s 2018-09-02 00:41:53,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30 used request id req-b6d130f3-f8f8-47dc-8a85-04a6d4aa3ffe 2018-09-02 00:41:53,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 00:41:53,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:54,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:41:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef22c860-79f9-454b-b298-446972177057 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:41:54,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30 used request id req-ef22c860-79f9-454b-b298-446972177057 2018-09-02 00:41:54,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.271132946014s 2018-09-02 00:41:54,089 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/01761975ee04427faf553558f8c62a30 used request id req-ef22c860-79f9-454b-b298-446972177057 2018-09-02 00:41:54,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:41:54,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:54,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6f04bf-0b68-4ef0-b54d-acb3289bea64 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663"}, "tags": [], "enabled": true, "id": "551456c273cd4416b2e2f6c1a362d663", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_928846c1-029b-4741-8eea-b96b70de4e55"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 00:41:54,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-fa6f04bf-0b68-4ef0-b54d-acb3289bea64 2018-09-02 00:41:54,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.177087783813s 2018-09-02 00:41:54,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-fa6f04bf-0b68-4ef0-b54d-acb3289bea64 2018-09-02 00:41:54,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 00:41:54,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e2784660c854d12769bf24ecab9990043a0383b9" 2018-09-02 00:41:54,574 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c8dfa4-8632-407e-8ecd-5efd1f0c11c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:41:54,575 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663 used request id req-e7c8dfa4-8632-407e-8ecd-5efd1f0c11c9 2018-09-02 00:41:54,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.298368930817s 2018-09-02 00:41:54,575 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/551456c273cd4416b2e2f6c1a362d663 used request id req-e7c8dfa4-8632-407e-8ecd-5efd1f0c11c9 2018-09-02 00:41:54,628 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-02 00:41:54,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:41:54,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:41:54,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:41:54,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:41:54,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:41:54,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:41:54,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:41:54,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:41:54,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:41:54,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:41:54,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:41:54,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-897d1651-dcc6-4154-a635-a7d60c419a3b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:41:54,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-897d1651-dcc6-4154-a635-a7d60c419a3b 2018-09-02 00:41:54,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:41:55,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["Bg7guAjARBKhoW-CQWIQAg"], "issued_at": "2018-09-02T00:41:55.000000Z"}} 2018-09-02 00:41:55,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:55,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:55,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3e6008e6-a5d9-48fd-92a9-6b6c91e533c9 Date: Sun, 02 Sep 2018 00:41:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:41:55,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3e6008e6-a5d9-48fd-92a9-6b6c91e533c9 2018-09-02 00:41:55,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371020078659s 2018-09-02 00:41:55,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3e6008e6-a5d9-48fd-92a9-6b6c91e533c9 2018-09-02 00:41:55,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:41:55,451 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:41:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed56b771-04f9-4460-b1ad-19a91dba3f99 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:41:55,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-ed56b771-04f9-4460-b1ad-19a91dba3f99 2018-09-02 00:41:55,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:41:55,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:55,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e4fe5b-2e54-474a-9dc9-8962e1f2d99b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:41:55,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-58e4fe5b-2e54-474a-9dc9-8962e1f2d99b 2018-09-02 00:41:55,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10601401329s 2018-09-02 00:41:55,558 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-58e4fe5b-2e54-474a-9dc9-8962e1f2d99b 2018-09-02 00:41:55,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:41:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789"}}' 2018-09-02 00:41:55,807 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:41:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f870cfdc-b64d-4631-a10e-ce68c53af33d Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa"}, "tags": [], "enabled": true, "id": "db3428cd093445258b8891f9255b68fa", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789"}} 2018-09-02 00:41:55,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-f870cfdc-b64d-4631-a10e-ce68c53af33d 2018-09-02 00:41:55,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.242422819138s 2018-09-02 00:41:55,808 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-f870cfdc-b64d-4631-a10e-ce68c53af33d 2018-09-02 00:41:55,808 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'db3428cd093445258b8891f9255b68fa', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789'}) 2018-09-02 00:41:55,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:41:55,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fddf4ccd-f0a0-4923-a2cf-c2907ace0f93", "email": null, "name": "vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789"}}' 2018-09-02 00:41:56,226 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:41:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5020e1c3-6fe0-40e3-bd1a-32a8b427a827 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789", "links": {"self": "http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d77d557806b349ea81ad6c21b2b50e9e", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:41:56,226 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-5020e1c3-6fe0-40e3-bd1a-32a8b427a827 2018-09-02 00:41:56,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.411717176437s 2018-09-02 00:41:56,227 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-5020e1c3-6fe0-40e3-bd1a-32a8b427a827 2018-09-02 00:41:56,227 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd77d557806b349ea81ad6c21b2b50e9e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789'}) 2018-09-02 00:41:56,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:41:56,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:56,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cb1d73f-5915-4840-92b6-bc14724de500 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:41:56,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8cb1d73f-5915-4840-92b6-bc14724de500 2018-09-02 00:41:56,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181329011917s 2018-09-02 00:41:56,412 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8cb1d73f-5915-4840-92b6-bc14724de500 2018-09-02 00:41:56,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:41:56,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:56,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ddd123-182c-48b4-9089-8b1f54c33123 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:41:56,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-80ddd123-182c-48b4-9089-8b1f54c33123 2018-09-02 00:41:56,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175874948502s 2018-09-02 00:41:56,593 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-80ddd123-182c-48b4-9089-8b1f54c33123 2018-09-02 00:41:56,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:41:56,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:56,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c2ad1b3-05bd-46df-b481-ac0941965141 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:41:56,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-2c2ad1b3-05bd-46df-b481-ac0941965141 2018-09-02 00:41:56,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181724071503s 2018-09-02 00:41:56,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-2c2ad1b3-05bd-46df-b481-ac0941965141 2018-09-02 00:41:56,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:41:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:56,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac2c5da-3b62-49f6-94e0-aedcf2548141 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:41:56,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5ac2c5da-3b62-49f6-94e0-aedcf2548141 2018-09-02 00:41:56,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.096941947937s 2018-09-02 00:41:56,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5ac2c5da-3b62-49f6-94e0-aedcf2548141 2018-09-02 00:41:56,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:41:56,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:57,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e8e989-ed16-4373-95a8-6d4e00e6cd76 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789", "links": {"self": "http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d77d557806b349ea81ad6c21b2b50e9e", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:41:57,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-42e8e989-ed16-4373-95a8-6d4e00e6cd76 2018-09-02 00:41:57,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.155377864838s 2018-09-02 00:41:57,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-42e8e989-ed16-4373-95a8-6d4e00e6cd76 2018-09-02 00:41:57,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:41:57,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:57,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1552b8a0-b68d-4e4e-aaad-043a71d67ed9 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa"}, "tags": [], "enabled": true, "id": "db3428cd093445258b8891f9255b68fa", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789"}]} 2018-09-02 00:41:57,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-1552b8a0-b68d-4e4e-aaad-043a71d67ed9 2018-09-02 00:41:57,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10133099556s 2018-09-02 00:41:57,152 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-1552b8a0-b68d-4e4e-aaad-043a71d67ed9 2018-09-02 00:41:57,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:41:57,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=d77d557806b349ea81ad6c21b2b50e9e&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=db3428cd093445258b8891f9255b68fa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:57,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87a972ba-130a-40ef-9649-2453641dd8f9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=d77d557806b349ea81ad6c21b2b50e9e&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=db3428cd093445258b8891f9255b68fa", "previous": null, "next": null}} 2018-09-02 00:41:57,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=d77d557806b349ea81ad6c21b2b50e9e&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=db3428cd093445258b8891f9255b68fa used request id req-87a972ba-130a-40ef-9649-2453641dd8f9 2018-09-02 00:41:57,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0973689556122s 2018-09-02 00:41:57,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=d77d557806b349ea81ad6c21b2b50e9e&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=db3428cd093445258b8891f9255b68fa used request id req-87a972ba-130a-40ef-9649-2453641dd8f9 2018-09-02 00:41:57,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:41:57,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa/users/d77d557806b349ea81ad6c21b2b50e9e/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:41:57,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:41:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec06ab86-88e2-4311-8246-e4e87f4a76a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:41:57,398 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa/users/d77d557806b349ea81ad6c21b2b50e9e/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-ec06ab86-88e2-4311-8246-e4e87f4a76a8 2018-09-02 00:41:57,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136891126633s 2018-09-02 00:41:57,398 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa/users/d77d557806b349ea81ad6c21b2b50e9e/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-ec06ab86-88e2-4311-8246-e4e87f4a76a8 2018-09-02 00:41:57,399 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'db3428cd093445258b8891f9255b68fa', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'fddf4ccd-f0a0-4923-a2cf-c2907ace0f93', 'username': u'vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:41:57,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:41:57,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:41:57,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:41:57,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:41:57,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:41:57,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:41:57,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:41:57,404 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789', 'password': 'fddf4ccd-f0a0-4923-a2cf-c2907ace0f93', 'project_name': 'vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'db3428cd093445258b8891f9255b68fa', 'project_domain_name': 'Default'} 2018-09-02 00:41:57,404 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-02 00:41:57,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:41:57,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed007485-ba0b-4286-b649-538118dbc058 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:41:57,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-ed007485-ba0b-4286-b649-538118dbc058 2018-09-02 00:41:57,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:41:57,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:41:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "db3428cd093445258b8891f9255b68fa", "name": "vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/db3428cd093445258b8891f9255b68fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/db3428cd093445258b8891f9255b68fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/db3428cd093445258b8891f9255b68fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/db3428cd093445258b8891f9255b68fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/db3428cd093445258b8891f9255b68fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/db3428cd093445258b8891f9255b68fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/db3428cd093445258b8891f9255b68fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/db3428cd093445258b8891f9255b68fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/db3428cd093445258b8891f9255b68fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_db3428cd093445258b8891f9255b68fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_db3428cd093445258b8891f9255b68fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/db3428cd093445258b8891f9255b68fa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/db3428cd093445258b8891f9255b68fa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/db3428cd093445258b8891f9255b68fa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789", "id": "d77d557806b349ea81ad6c21b2b50e9e"}, "audit_ids": ["pxlFCLssQQqnZjCkzKiSJw"], "issued_at": "2018-09-02T00:41:57.000000Z"}} 2018-09-02 00:41:57,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:41:57,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"network": {"name": "vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789", "admin_state_up": true}}' 2018-09-02 00:41:58,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-6272dc48-274a-482f-9df3-2956b6234426 Date: Sun, 02 Sep 2018 00:41:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db3428cd093445258b8891f9255b68fa","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:41:58Z","is_default":false,"name":"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789","qos_policy_id":null,"admin_state_up":true,"tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:58Z","mtu":1450}} 2018-09-02 00:41:58,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6272dc48-274a-482f-9df3-2956b6234426 2018-09-02 00:41:58,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.70619392395s 2018-09-02 00:41:58,509 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6272dc48-274a-482f-9df3-2956b6234426 2018-09-02 00:41:58,509 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:41:58Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'1b50d7d3-de87-47c1-b0ba-a216105d8927', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789', u'admin_state_up': True, u'tenant_id': u'db3428cd093445258b8891f9255b68fa', u'created_at': u'2018-09-02T00:41:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'db3428cd093445258b8891f9255b68fa', u'l2_adjacency': True}) 2018-09-02 00:41:58,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:41:58,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:41:58,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-718785fd-983e-48e0-8adf-5903ef270f03 Date: Sun, 02 Sep 2018 00:41:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"db3428cd093445258b8891f9255b68fa","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:41:58Z","qos_policy_id":null,"name":"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789","admin_state_up":true,"tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:58Z","mtu":1450}]} 2018-09-02 00:41:58,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-718785fd-983e-48e0-8adf-5903ef270f03 2018-09-02 00:41:58,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128052949905s 2018-09-02 00:41:58,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-718785fd-983e-48e0-8adf-5903ef270f03 2018-09-02 00:41:58,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:41:58,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"subnet": {"name": "vping_userdata-subnet_3a486382-e34e-413d-9232-788b1cf70789", "enable_dhcp": true, "network_id": "1b50d7d3-de87-47c1-b0ba-a216105d8927", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:41:59,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b2a90054-3d8c-422c-bfa3-725c27e1f4ba Date: Sun, 02 Sep 2018 00:41:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:41:59Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"db3428cd093445258b8891f9255b68fa","id":"8ed5c075-bc48-4bb6-b7da-268d4f395499","subnetpool_id":null,"name":"vping_userdata-subnet_3a486382-e34e-413d-9232-788b1cf70789"}} 2018-09-02 00:41:59,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b2a90054-3d8c-422c-bfa3-725c27e1f4ba 2018-09-02 00:41:59,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.764372110367s 2018-09-02 00:41:59,404 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-b2a90054-3d8c-422c-bfa3-725c27e1f4ba 2018-09-02 00:41:59,405 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:41:59Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8ed5c075-bc48-4bb6-b7da-268d4f395499', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_3a486382-e34e-413d-9232-788b1cf70789', u'enable_dhcp': True, u'network_id': u'1b50d7d3-de87-47c1-b0ba-a216105d8927', u'tenant_id': u'db3428cd093445258b8891f9255b68fa', u'created_at': u'2018-09-02T00:41:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'db3428cd093445258b8891f9255b68fa'}) 2018-09-02 00:41:59,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:41:59,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "vping_userdata-router_3a486382-e34e-413d-9232-788b1cf70789", "admin_state_up": true}}' 2018-09-02 00:42:00,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-0d780d8a-fa9b-4d37-8c7d-6e991ef6186e Date: Sun, 02 Sep 2018 00:42:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "db3428cd093445258b8891f9255b68fa", "created_at": "2018-09-02T00:41:59Z", "admin_state_up": true, "updated_at": "2018-09-02T00:42:00Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "db3428cd093445258b8891f9255b68fa", "id": "e3bfa22c-1b85-4de9-9993-72e260cd830b", "name": "vping_userdata-router_3a486382-e34e-413d-9232-788b1cf70789"}} 2018-09-02 00:42:00,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-0d780d8a-fa9b-4d37-8c7d-6e991ef6186e 2018-09-02 00:42:00,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.584638834s 2018-09-02 00:42:00,990 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-0d780d8a-fa9b-4d37-8c7d-6e991ef6186e 2018-09-02 00:42:00,991 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:42:00Z', u'revision_number': 2, u'id': u'e3bfa22c-1b85-4de9-9993-72e260cd830b', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_3a486382-e34e-413d-9232-788b1cf70789', u'admin_state_up': True, u'tenant_id': u'db3428cd093445258b8891f9255b68fa', u'created_at': u'2018-09-02T00:41:59Z', u'flavor_id': None, u'routes': [], u'project_id': u'db3428cd093445258b8891f9255b68fa'}) 2018-09-02 00:42:00,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:42:00,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"subnet_id": "8ed5c075-bc48-4bb6-b7da-268d4f395499"}' 2018-09-02 00:42:03,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-49e9f663-a02f-4391-bf32-fcdccd8fdb80 Date: Sun, 02 Sep 2018 00:42:03 GMT RESP BODY: {"network_id": "1b50d7d3-de87-47c1-b0ba-a216105d8927", "tenant_id": "db3428cd093445258b8891f9255b68fa", "subnet_id": "8ed5c075-bc48-4bb6-b7da-268d4f395499", "subnet_ids": ["8ed5c075-bc48-4bb6-b7da-268d4f395499"], "port_id": "014135b9-5af6-41cd-ad60-8cd7785f157d", "id": "e3bfa22c-1b85-4de9-9993-72e260cd830b"} 2018-09-02 00:42:03,472 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b/add_router_interface.json used request id req-49e9f663-a02f-4391-bf32-fcdccd8fdb80 2018-09-02 00:42:03,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.48068594933s 2018-09-02 00:42:03,473 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b/add_router_interface.json used request id req-49e9f663-a02f-4391-bf32-fcdccd8fdb80 returning object e3bfa22c-1b85-4de9-9993-72e260cd830b 2018-09-02 00:42:03,473 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:42:03,598 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:42:03,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:42:03,605 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:42:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:42:03,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:03,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:04,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-48dfde5d-0f0f-4bfe-95d6-7219ed47d63e Date: Sun, 02 Sep 2018 00:42:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:04,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-48dfde5d-0f0f-4bfe-95d6-7219ed47d63e 2018-09-02 00:42:04,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.770138978958s 2018-09-02 00:42:04,377 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-48dfde5d-0f0f-4bfe-95d6-7219ed47d63e 2018-09-02 00:42:04,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:42:04,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789"}' 2018-09-02 00:42:04,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1a54f77a-93b6-44a6-915f-9089430ce7a2 Date: Sun, 02 Sep 2018 00:42:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:04Z", "file": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file", "owner": "db3428cd093445258b8891f9255b68fa", "id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "size": null, "self": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "checksum": null, "created_at": "2018-09-02T00:42:04Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:42:04,463 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-1a54f77a-93b6-44a6-915f-9089430ce7a2 2018-09-02 00:42:04,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0769510269165s 2018-09-02 00:42:04,464 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-1a54f77a-93b6-44a6-915f-9089430ce7a2 returning object db57996d-a44b-468a-a3f3-e7951ea22db5 2018-09-02 00:42:04,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:42:04,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '' 2018-09-02 00:42:05,373 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c873606-5c05-413c-883a-7beff30cfbdb Date: Sun, 02 Sep 2018 00:42:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:42:05,373 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file used request id req-9c873606-5c05-413c-883a-7beff30cfbdb 2018-09-02 00:42:05,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.908812999725s 2018-09-02 00:42:05,373 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file used request id req-9c873606-5c05-413c-883a-7beff30cfbdb 2018-09-02 00:42:05,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:05,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:05,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-b86526bf-9091-48a5-9d48-791fad045295 Date: Sun, 02 Sep 2018 00:42:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:05Z", "file": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file", "owner": "db3428cd093445258b8891f9255b68fa", "id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "size": 12716032, "self": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:05,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b86526bf-9091-48a5-9d48-791fad045295 2018-09-02 00:42:05,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.062194108963s 2018-09-02 00:42:05,440 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b86526bf-9091-48a5-9d48-791fad045295 2018-09-02 00:42:05,442 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file', 'owner': u'db3428cd093445258b8891f9255b68fa', 'id': u'db57996d-a44b-468a-a3f3-e7951ea22db5', 'size': 12716032, u'self': u'/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'db3428cd093445258b8891f9255b68fa', 'name': 'vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:42:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T00:42:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789', 'created': u'2018-09-02T00:42:04Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:42:04Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:42:05,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:42:05,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_3a486382-e34e-413d-9232-788b1cf70789", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:42:05,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8d35a5f-0533-44b5-8739-895b159d1007 x-compute-request-id: req-f8d35a5f-0533-44b5-8739-895b159d1007 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_3a486382-e34e-413d-9232-788b1cf70789", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a1553095-7f48-45cd-bfb6-eae1dec23626"}} 2018-09-02 00:42:05,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-f8d35a5f-0533-44b5-8739-895b159d1007 2018-09-02 00:42:05,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.308183908463s 2018-09-02 00:42:05,752 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-f8d35a5f-0533-44b5-8739-895b159d1007 2018-09-02 00:42:05,752 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_3a486382-e34e-413d-9232-788b1cf70789', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'a1553095-7f48-45cd-bfb6-eae1dec23626', 'swap': 0}) 2018-09-02 00:42:05,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:42:05,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" -d '{"extra_specs": {}}' 2018-09-02 00:42:05,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-959454f3-e8c1-424e-ac95-02eadbc6abc7 x-compute-request-id: req-959454f3-e8c1-424e-ac95-02eadbc6abc7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:42:05,775 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626/os-extra_specs used request id req-959454f3-e8c1-424e-ac95-02eadbc6abc7 2018-09-02 00:42:05,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218110084534s 2018-09-02 00:42:05,775 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626/os-extra_specs used request id req-959454f3-e8c1-424e-ac95-02eadbc6abc7 2018-09-02 00:42:05,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:05,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:05,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-a796b1b8-8187-4464-93f3-faa23adc9617 Date: Sun, 02 Sep 2018 00:42:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3428cd093445258b8891f9255b68fa","l2_adjacency":true,"status":"ACTIVE","subnets":["8ed5c075-bc48-4bb6-b7da-268d4f395499"],"description":"","tags":[],"updated_at":"2018-09-02T00:41:59Z","qos_policy_id":null,"name":"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789","admin_state_up":true,"tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:58Z","mtu":1450}]} 2018-09-02 00:42:05,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a796b1b8-8187-4464-93f3-faa23adc9617 2018-09-02 00:42:05,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0879139900208s 2018-09-02 00:42:05,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a796b1b8-8187-4464-93f3-faa23adc9617 2018-09-02 00:42:05,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:05,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:05,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-6763314e-ca54-4def-bc49-4f9253e432ae Date: Sun, 02 Sep 2018 00:42:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:05Z", "file": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file", "owner": "db3428cd093445258b8891f9255b68fa", "id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "size": 12716032, "self": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:05,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6763314e-ca54-4def-bc49-4f9253e432ae 2018-09-02 00:42:05,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0354161262512s 2018-09-02 00:42:05,905 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6763314e-ca54-4def-bc49-4f9253e432ae 2018-09-02 00:42:05,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:42:05,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:06,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7803e55d-12dc-4bcb-931c-d2acecf6e25b x-compute-request-id: req-7803e55d-12dc-4bcb-931c-d2acecf6e25b Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_3a486382-e34e-413d-9232-788b1cf70789", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a1553095-7f48-45cd-bfb6-eae1dec23626"}]} 2018-09-02 00:42:06,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7803e55d-12dc-4bcb-931c-d2acecf6e25b 2018-09-02 00:42:06,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.260553121567s 2018-09-02 00:42:06,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7803e55d-12dc-4bcb-931c-d2acecf6e25b 2018-09-02 00:42:06,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:42:06,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"server": {"name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "imageRef": "db57996d-a44b-468a-a3f3-e7951ea22db5", "flavorRef": "a1553095-7f48-45cd-bfb6-eae1dec23626", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1b50d7d3-de87-47c1-b0ba-a216105d8927"}]}}' 2018-09-02 00:42:08,390 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6e6d7f5-6b5a-481c-b964-a358a5f66dc5 x-compute-request-id: req-c6e6d7f5-6b5a-481c-b964-a358a5f66dc5 Content-Length: 374 location: http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "adminPass": "VmjDMLV4u7TR"}} 2018-09-02 00:42:08,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-c6e6d7f5-6b5a-481c-b964-a358a5f66dc5 2018-09-02 00:42:08,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.22206115723s 2018-09-02 00:42:08,391 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-c6e6d7f5-6b5a-481c-b964-a358a5f66dc5 2018-09-02 00:42:08,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:08,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:08,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe3df428-d370-4a69-b682-3a9411e92ce9 x-compute-request-id: req-fe3df428-d370-4a69-b682-3a9411e92ce9 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:42:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:08,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fe3df428-d370-4a69-b682-3a9411e92ce9 2018-09-02 00:42:08,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427006006241s 2018-09-02 00:42:08,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fe3df428-d370-4a69-b682-3a9411e92ce9 2018-09-02 00:42:08,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:08,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:08,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-88c065cc-1709-4a1c-8997-f8c984f02ecb Date: Sun, 02 Sep 2018 00:42:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3428cd093445258b8891f9255b68fa","l2_adjacency":true,"status":"ACTIVE","subnets":["8ed5c075-bc48-4bb6-b7da-268d4f395499"],"description":"","tags":[],"updated_at":"2018-09-02T00:41:59Z","qos_policy_id":null,"name":"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789","admin_state_up":true,"tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:58Z","mtu":1450}]} 2018-09-02 00:42:08,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-88c065cc-1709-4a1c-8997-f8c984f02ecb 2018-09-02 00:42:08,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0911180973053s 2018-09-02 00:42:08,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-88c065cc-1709-4a1c-8997-f8c984f02ecb 2018-09-02 00:42:08,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:42:08,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:08,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-631976b2-9bb4-4eb1-a8ee-5a39313b3564 Date: Sun, 02 Sep 2018 00:42:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:41:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"db3428cd093445258b8891f9255b68fa","id":"8ed5c075-bc48-4bb6-b7da-268d4f395499","subnetpool_id":null,"name":"vping_userdata-subnet_3a486382-e34e-413d-9232-788b1cf70789"}]} 2018-09-02 00:42:08,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-631976b2-9bb4-4eb1-a8ee-5a39313b3564 2018-09-02 00:42:08,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0594961643219s 2018-09-02 00:42:08,979 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-631976b2-9bb4-4eb1-a8ee-5a39313b3564 2018-09-02 00:42:08,979 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:10,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:10,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:11,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c1f648b-45d4-4790-81f6-581a2062f7d9 x-compute-request-id: req-1c1f648b-45d4-4790-81f6-581a2062f7d9 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:42:10Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:11,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1c1f648b-45d4-4790-81f6-581a2062f7d9 2018-09-02 00:42:11,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.424585103989s 2018-09-02 00:42:11,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1c1f648b-45d4-4790-81f6-581a2062f7d9 2018-09-02 00:42:11,411 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:13,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:13,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:13,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0874fff3-fcf9-4a4f-a191-59f35bc99f6c x-compute-request-id: req-0874fff3-fcf9-4a4f-a191-59f35bc99f6c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:42:10Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:13,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0874fff3-fcf9-4a4f-a191-59f35bc99f6c 2018-09-02 00:42:13,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557862997055s 2018-09-02 00:42:13,972 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0874fff3-fcf9-4a4f-a191-59f35bc99f6c 2018-09-02 00:42:13,976 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:15,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:15,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:16,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6f5c60e-8f2c-4ee0-9fdd-663df9896a16 x-compute-request-id: req-a6f5c60e-8f2c-4ee0-9fdd-663df9896a16 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:16,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a6f5c60e-8f2c-4ee0-9fdd-663df9896a16 2018-09-02 00:42:16,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.155933856964s 2018-09-02 00:42:16,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a6f5c60e-8f2c-4ee0-9fdd-663df9896a16 2018-09-02 00:42:16,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:42:16,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=494ee834-f94f-4923-ba0d-6eeefebbfe2e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:16,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-a96e85ce-7000-41b3-b92d-6c10a5f131b0 Date: Sun, 02 Sep 2018 00:42:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:42:14Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ed5c075-bc48-4bb6-b7da-268d4f395499","ip_address":"192.168.120.14"}],"id":"b456c468-4eb3-43c4-abe3-a7766c25ea07","security_groups":["f7233a7d-8202-4015-8975-bd13bdb58107"],"mac_address":"fa:16:3e:23:99:1d","project_id":"db3428cd093445258b8891f9255b68fa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:42:10Z","binding:vnic_type":"normal","device_id":"494ee834-f94f-4923-ba0d-6eeefebbfe2e","ip_allocation":"immediate"}]} 2018-09-02 00:42:16,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=494ee834-f94f-4923-ba0d-6eeefebbfe2e used request id req-a96e85ce-7000-41b3-b92d-6c10a5f131b0 2018-09-02 00:42:16,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0459370613098s 2018-09-02 00:42:16,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=494ee834-f94f-4923-ba0d-6eeefebbfe2e used request id req-a96e85ce-7000-41b3-b92d-6c10a5f131b0 2018-09-02 00:42:16,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:42:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=b456c468-4eb3-43c4-abe3-a7766c25ea07" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:16,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-938df1bf-c164-47b1-94a9-62d097cf6375 Date: Sun, 02 Sep 2018 00:42:16 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:42:16,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=b456c468-4eb3-43c4-abe3-a7766c25ea07 used request id req-938df1bf-c164-47b1-94a9-62d097cf6375 2018-09-02 00:42:16,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0484330654144s 2018-09-02 00:42:16,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=b456c468-4eb3-43c4-abe3-a7766c25ea07 used request id req-938df1bf-c164-47b1-94a9-62d097cf6375 2018-09-02 00:42:16,240 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:23:99:1d', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'db57996d-a44b-468a-a3f3-e7951ea22db5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:42:15.000000', 'flavor': Munch({u'id': u'a1553095-7f48-45cd-bfb6-eae1dec23626'}), 'az': u'nova', 'id': u'494ee834-f94f-4923-ba0d-6eeefebbfe2e', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd77d557806b349ea81ad6c21b2b50e9e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'db3428cd093445258b8891f9255b68fa', 'name': 'vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:42:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:42:15Z', 'hostId': u'dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:42:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'db3428cd093445258b8891f9255b68fa', 'name': u'vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789', 'adminPass': u'VmjDMLV4u7TR', 'tenant_id': u'db3428cd093445258b8891f9255b68fa', 'created_at': u'2018-09-02T00:42:08Z', 'created': u'2018-09-02T00:42:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:42:16,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:16,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:16,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-408ae4bc-c8ab-4000-8204-6a41ce2aa436 Date: Sun, 02 Sep 2018 00:42:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3428cd093445258b8891f9255b68fa","l2_adjacency":true,"status":"ACTIVE","subnets":["8ed5c075-bc48-4bb6-b7da-268d4f395499"],"description":"","tags":[],"updated_at":"2018-09-02T00:41:59Z","qos_policy_id":null,"name":"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789","admin_state_up":true,"tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:58Z","mtu":1450}]} 2018-09-02 00:42:16,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-408ae4bc-c8ab-4000-8204-6a41ce2aa436 2018-09-02 00:42:16,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0865368843079s 2018-09-02 00:42:16,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-408ae4bc-c8ab-4000-8204-6a41ce2aa436 2018-09-02 00:42:16,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:16,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:16,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-3037cf31-1fce-4162-a120-5d56934d9dca Date: Sun, 02 Sep 2018 00:42:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:05Z", "file": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file", "owner": "db3428cd093445258b8891f9255b68fa", "id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "size": 12716032, "self": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:16,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-3037cf31-1fce-4162-a120-5d56934d9dca 2018-09-02 00:42:16,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281403064728s 2018-09-02 00:42:16,615 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-3037cf31-1fce-4162-a120-5d56934d9dca 2018-09-02 00:42:16,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:42:16,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:16,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab0bf4d6-0df2-4d87-b4a9-840c01328f92 x-compute-request-id: req-ab0bf4d6-0df2-4d87-b4a9-840c01328f92 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_3a486382-e34e-413d-9232-788b1cf70789", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a1553095-7f48-45cd-bfb6-eae1dec23626"}]} 2018-09-02 00:42:16,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ab0bf4d6-0df2-4d87-b4a9-840c01328f92 2018-09-02 00:42:16,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022922039032s 2018-09-02 00:42:16,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ab0bf4d6-0df2-4d87-b4a9-840c01328f92 2018-09-02 00:42:16,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:42:16,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"server": {"name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "imageRef": "db57996d-a44b-468a-a3f3-e7951ea22db5", "flavorRef": "a1553095-7f48-45cd-bfb6-eae1dec23626", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE0IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1b50d7d3-de87-47c1-b0ba-a216105d8927"}]}}' 2018-09-02 00:42:18,198 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6f7fccb-9fff-4182-b25e-5d1272ddf400 x-compute-request-id: req-c6f7fccb-9fff-4182-b25e-5d1272ddf400 Content-Length: 374 location: http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "adminPass": "r8tVB74PxNaS"}} 2018-09-02 00:42:18,199 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-c6f7fccb-9fff-4182-b25e-5d1272ddf400 2018-09-02 00:42:18,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.55734705925s 2018-09-02 00:42:18,199 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-c6f7fccb-9fff-4182-b25e-5d1272ddf400 2018-09-02 00:42:18,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:18,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:18,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-785d2bd4-5974-41bb-ab87-23d77836d594 x-compute-request-id: req-785d2bd4-5974-41bb-ab87-23d77836d594 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:42:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:18,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-785d2bd4-5974-41bb-ab87-23d77836d594 2018-09-02 00:42:18,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451054811478s 2018-09-02 00:42:18,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-785d2bd4-5974-41bb-ab87-23d77836d594 2018-09-02 00:42:18,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:20,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:20,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:21,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a903104-7508-43f5-903e-db0d70fc85ec x-compute-request-id: req-8a903104-7508-43f5-903e-db0d70fc85ec Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:42:20Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:21,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8a903104-7508-43f5-903e-db0d70fc85ec 2018-09-02 00:42:21,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.768764019012s 2018-09-02 00:42:21,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8a903104-7508-43f5-903e-db0d70fc85ec 2018-09-02 00:42:21,434 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:23,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:23,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:23,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96d5ffa0-0445-4a89-8bf1-dbf705bd3e1a x-compute-request-id: req-96d5ffa0-0445-4a89-8bf1-dbf705bd3e1a Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:42:21Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:23,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-96d5ffa0-0445-4a89-8bf1-dbf705bd3e1a 2018-09-02 00:42:23,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52260518074s 2018-09-02 00:42:23,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-96d5ffa0-0445-4a89-8bf1-dbf705bd3e1a 2018-09-02 00:42:23,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:25,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:25,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:26,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-191cfefc-46f0-4470-a790-ff598d457e0c x-compute-request-id: req-191cfefc-46f0-4470-a790-ff598d457e0c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ed:11", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:24.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:24Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:26,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-191cfefc-46f0-4470-a790-ff598d457e0c 2018-09-02 00:42:26,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602550029755s 2018-09-02 00:42:26,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-191cfefc-46f0-4470-a790-ff598d457e0c 2018-09-02 00:42:26,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:42:26,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=8c3882a1-3f1d-4749-b6ef-d3285094197a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:26,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-6f394b4f-dd40-44e2-8bce-cd09acbdf331 Date: Sun, 02 Sep 2018 00:42:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:42:24Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8ed5c075-bc48-4bb6-b7da-268d4f395499","ip_address":"192.168.120.5"}],"id":"6952ee8a-3c6f-4ae3-9c38-b0dd34fdfab1","security_groups":["f7233a7d-8202-4015-8975-bd13bdb58107"],"mac_address":"fa:16:3e:c9:ed:11","project_id":"db3428cd093445258b8891f9255b68fa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:42:21Z","binding:vnic_type":"normal","device_id":"8c3882a1-3f1d-4749-b6ef-d3285094197a","ip_allocation":"immediate"}]} 2018-09-02 00:42:26,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=8c3882a1-3f1d-4749-b6ef-d3285094197a used request id req-6f394b4f-dd40-44e2-8bce-cd09acbdf331 2018-09-02 00:42:26,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0524849891663s 2018-09-02 00:42:26,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=8c3882a1-3f1d-4749-b6ef-d3285094197a used request id req-6f394b4f-dd40-44e2-8bce-cd09acbdf331 2018-09-02 00:42:26,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:42:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=6952ee8a-3c6f-4ae3-9c38-b0dd34fdfab1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:26,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bcf7b1d5-f697-46be-8aa4-e18b27326513 Date: Sun, 02 Sep 2018 00:42:26 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:42:26,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=6952ee8a-3c6f-4ae3-9c38-b0dd34fdfab1 used request id req-bcf7b1d5-f697-46be-8aa4-e18b27326513 2018-09-02 00:42:26,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0547139644623s 2018-09-02 00:42:26,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=6952ee8a-3c6f-4ae3-9c38-b0dd34fdfab1 used request id req-bcf7b1d5-f697-46be-8aa4-e18b27326513 2018-09-02 00:42:26,689 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c9:ed:11', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'db57996d-a44b-468a-a3f3-e7951ea22db5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:42:24.000000', 'flavor': Munch({u'id': u'a1553095-7f48-45cd-bfb6-eae1dec23626'}), 'az': u'nova', 'id': u'8c3882a1-3f1d-4749-b6ef-d3285094197a', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd77d557806b349ea81ad6c21b2b50e9e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'db3428cd093445258b8891f9255b68fa', 'name': 'vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:42:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:42:24Z', 'hostId': u'9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:42:24.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'db3428cd093445258b8891f9255b68fa', 'name': u'vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789', 'adminPass': u'r8tVB74PxNaS', 'tenant_id': u'db3428cd093445258b8891f9255b68fa', 'created_at': u'2018-09-02T00:42:18Z', 'created': u'2018-09-02T00:42:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:42:26,689 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-02 00:42:27,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:27,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:27,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdf4ad1d-5b68-4c96-8c12-58b25152d479 x-compute-request-id: req-bdf4ad1d-5b68-4c96-8c12-58b25152d479 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ed:11", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:24.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:24Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:27,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bdf4ad1d-5b68-4c96-8c12-58b25152d479 2018-09-02 00:42:27,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.207921981812s 2018-09-02 00:42:27,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bdf4ad1d-5b68-4c96-8c12-58b25152d479 2018-09-02 00:42:27,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:42:27,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:42:27,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10c6a6d4-5404-4570-9f4c-f22621223ec2 x-compute-request-id: req-10c6a6d4-5404-4570-9f4c-f22621223ec2 Content-Encoding: gzip Content-Length: 7935 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493073854 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.188893] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191242] pid_max: default: 32768 minimum: 301\n[ 0.192514] ACPI: Core revision 20150930\n[ 0.194225] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196097] Security Framework initialized\n[ 0.197260] Yama: becoming mindful.\n[ 0.198301] AppArmor: AppArmor initialized\n[ 0.199512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203148] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206799] Initializing cgroup subsys io\n[ 0.207964] Initializing cgroup subsys memory\n[ 0.209177] Initializing cgroup subsys devices\n[ 0.210413] Initializing cgroup subsys freezer\n[ 0.211695] Initializing cgroup subsys net_cls\n[ 0.212922] Initializing cgroup subsys perf_event\n[ 0.214185] Initializing cgroup subsys net_prio\n[ 0.215444] Initializing cgroup subsys hugetlb\n[ 0.216678] Initializing cgroup subsys pids\n[ 0.217907] CPU: Physical Processor ID: 0\n[ 0.219764] mce: CPU supports 10 MCE banks\n[ 0.220955] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245935] ftrace: allocating 31920 entries in 125 pages\n[ 0.271393] smpboot: Max logical packages: 1\n[ 0.272603] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274537] x2apic enabled\n[ 0.275711] Switched APIC routing to physical x2apic.\n[ 0.278190] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282548] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.285079] KVM setup paravirtual spinlock\n[ 0.286698] x86: Booted up 1 node, 1 CPUs\n[ 0.287847] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289797] devtmpfs: initialized\n[ 0.291788] evm: security.selinux\n[ 0.292777] evm: security.SMACK64\n[ 0.293766] evm: security.SMACK64EXEC\n[ 0.294822] evm: security.SMACK64TRANSMUTE\n[ 0.295960] evm: security.SMACK64MMAP\n[ 0.297010] evm: security.ima\n[ 0.297926] evm: security.capability\n[ 0.299048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301653] pinctrl core: initialized pinctrl subsystem\n[ 0.303188] RTC time: 0:42:25, date: 09/02/18\n[ 0.304524] NET: Registered protocol family 16\n[ 0.305887] cpuidle: using governor ladder\n[ 0.307047] cpuidle: using governor menu\n[ 0.308172] PCCT header not found.\n[ 0.309232] ACPI: bus type PCI registered\n[ 0.310375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312111] PCI: Using configuration type 1 for base access\n[ 0.314338] ACPI: Added _OSI(Module Device)\n[ 0.315516] ACPI: Added _OSI(Processor Device)\n[ 0.316721] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320205] ACPI: Interpreter enabled\n[ 0.321273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331643] ACPI: (supports S0 S5)\n[ 0.332637] ACPI: Using IOAPIC for interrupt routing\n[ 0.333951] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337847] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342872] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345961] acpiphp: Slot [3] registered\n[ 0.347102] acpiphp: Slot [4] registered\n[ 0.348236] acpiphp: Slot [5] registered\n[ 0.349357] acpiphp: Slot [6] registered\n[ 0.350479] acpiphp: Slot [7] registered\n[ 0.351618] acpiphp: Slot [8] registered\n[ 0.352749] acpiphp: Slot [9] registered\n[ 0.353880] acpiphp: Slot [10] registered\n[ 0.355034] acpiphp: Slot [11] registered\n[ 0.356180] acpiphp: Slot [12] registered\n[ 0.357337] acpiphp: Slot [13] registered\n[ 0.358483] acpiphp: Slot [14] registered\n[ 0.359635] acpiphp: Slot [15] registered\n[ 0.374971] acpiphp: Slot [16] registered\n[ 0.376127] acpiphp: Slot [17] registered\n[ 0.377272] acpiphp: Slot [18] registered\n[ 0.378419] acpiphp: Slot [19] registered\n[ 0.379565] acpiphp: Slot [20] registered\n[ 0.380709] acpiphp: Slot [21] registered\n[ 0.381867] acpiphp: Slot [22] registered\n[ 0.383019] acpiphp: Slot [23] registered\n[ 0.384167] acpiphp: Slot [24] registered\n[ 0.385317] acpiphp: Slot [25] registered\n[ 0.386467] acpiphp: Slot [26] registered\n[ 0.387607] acpiphp: Slot [27] registered\n[ 0.388756] acpiphp: Slot [28] registered\n[ 0.389899] acpiphp: Slot [29] registered\n[ 0.391048] acpiphp: Slot [30] registered\n[ 0.392190] acpiphp: Slot [31] registered\n[ 0.393327] PCI host bridge to bus 0000:00\n[ 0.394468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397872] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404084] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413303] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419930] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.443544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.445547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.447542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.449876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.451638] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.453481] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454967] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457186] vgaarb: loaded\n[ 0.458050] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459763] SCSI subsystem initialized\n[ 0.461072] ACPI: bus type USB registered\n[ 0.462249] usbcore: registered new interface driver usbfs\n[ 0.463713] usbcore: registered new interface driver hub\n[ 0.465141] usbcore: registered new device driver usb\n[ 0.466707] PCI: Using ACPI for IRQ routing\n[ 0.468267] NetLabel: Initializing\n[ 0.469294] NetLabel: domain hash size = 128\n[ 0.470515] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471874] NetLabel: unlabeled traffic allowed by default\n[ 0.473497] clocksource: Switched to clocksource kvm-clock\n[ 0.483651] AppArmor: AppArmor Filesystem Enabled\n[ 0.485014] pnp: PnP ACPI init\n[ 0.486292] pnp: PnP ACPI: found 5 devices\n[ 0.493272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495694] NET: Registered protocol family 2\n[ 0.497159] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.498986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500672] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502364] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505543] NET: Registered protocol family 1\n[ 0.506793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508341] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509856] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539105] Trying to unpack rootfs image as initramfs...\n[ 0.602023] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607063] Scanning for low memory corruption every 60 seconds\n[ 0.609375] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611057] audit: initializing netlink subsys (disabled)\n[ 0.612573] audit: type=2000 audit(1535848945.703:1): initialized\n[ 0.614568] Initialise system trusted keyring\n[ 0.615989] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617647] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620444] zbud: loaded\n[ 0.621508] VFS: Disk quotas dquot_6.6.0\n[ 0.622680] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.624922] fuse init (API version 7.23)\n[ 0.626261] Key type big_key registered\n[ 0.627410] Allocating IMA MOK and blacklist keyrings.\n[ 0.629165] Key type asymmetric registered\n[ 0.630350] Asymmetric key parser 'x509' registered\n[ 0.631722] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.633901] io scheduler noop registered\n[ 0.635035] io scheduler deadline registered (default)\n[ 0.636457] io scheduler cfq registered\n[ 0.637703] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.641021] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.643110] ACPI: Power Button [PWRF]\n[ 0.644379] GHES: HEST is not enabled!\n[ 0.658593] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.687779] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.690731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.714496] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.717742] Linux agpgart interface v0.103\n[ 0.721368] brd: module loaded\n[ 0.723754] loop: module loaded\n[ 0.729114] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731195] GPT:90111 != 2097151\n[ 0.732182] GPT:Alternate GPT header not at the end of the disk.\n[ 0.733750] GPT:90111 != 2097151\n[ 0.734727] GPT: Use GNU Parted to correct GPT errors.\n[ 0.736103] vda: vda1 vda15\n[ 0.737831] scsi host0: ata_piix\n[ 0.738952] scsi host1: ata_piix\n[ 0.739988] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.741726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.744025] libphy: Fixed MDIO Bus: probed\n[ 0.745207] tun: Universal TUN/TAP device driver, 1.6\n[ 0.746570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.749427] PPP generic driver version 2.4.2\n[ 0.750732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.752436] ehci-pci: EHCI PCI platform driver\n[ 0.753696] ehci-platform: EHCI generic platform driver\n[ 0.755116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756734] ohci-pci: OHCI PCI platform driver\n[ 0.758000] ohci-platform: OHCI generic platform driver\n[ 0.759425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.774112] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.775547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.777653] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.780722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.782466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.784508] usb usb1: Product: UHCI Host Controller\n[ 0.785835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.787465] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.788966] hub 1-0:1.0: USB hub found\n[ 0.790102] hub 1-0:1.0: 2 ports detected\n[ 0.791422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.794393] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.795761] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.797220] mousedev: PS/2 mouse device common for all mice\n[ 0.798993] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.801569] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803153] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.804836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.806534] i2c /dev entries driver\n[ 0.807626] device-mapper: uevent: version 1.0.3\n[ 0.808997] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811348] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813314] NET: Registered protocol family 10\n[ 0.814963] NET: Registered protocol family 17\n[ 0.816227] Key type dns_resolver registered\n[ 0.817593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.819148] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821661] registered taskstats version 1\n[ 0.822861] Loading compiled-in X.509 certificates\n[ 0.824713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.827356] zswap: loaded using pool lzo/zbud\n[ 0.829548] Key type trusted registered\n[ 0.831853] Key type encrypted registered\n[ 0.833037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.834522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.836012] evm: HMAC attrs: 0x1\n[ 0.837361] Magic number: 2:847:707\n[ 0.838582] rtc_cmos 00:00: setting system clock to 2018-09-02 00:42:26 UTC (1535848946)\n[ 0.840890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.842468] EDD information not available.\n[ 0.899254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916435] Write protecting the kernel read-only data: 14336k\n[ 0.919473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922035] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.190386] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.07. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-09-02 00:42:27,992 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action used request id req-10c6a6d4-5404-4570-9f4c-f22621223ec2 2018-09-02 00:42:27,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0904641151428s 2018-09-02 00:42:27,993 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action used request id req-10c6a6d4-5404-4570-9f4c-f22621223ec2 2018-09-02 00:42:27,994 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 493073854 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.188893] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191242] pid_max: default: 32768 minimum: 301 [ 0.192514] ACPI: Core revision 20150930 [ 0.194225] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196097] Security Framework initialized [ 0.197260] Yama: becoming mindful. [ 0.198301] AppArmor: AppArmor initialized [ 0.199512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203148] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206799] Initializing cgroup subsys io [ 0.207964] Initializing cgroup subsys memory [ 0.209177] Initializing cgroup subsys devices [ 0.210413] Initializing cgroup subsys freezer [ 0.211695] Initializing cgroup subsys net_cls [ 0.212922] Initializing cgroup subsys perf_event [ 0.214185] Initializing cgroup subsys net_prio [ 0.215444] Initializing cgroup subsys hugetlb [ 0.216678] Initializing cgroup subsys pids [ 0.217907] CPU: Physical Processor ID: 0 [ 0.219764] mce: CPU supports 10 MCE banks [ 0.220955] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245935] ftrace: allocating 31920 entries in 125 pages [ 0.271393] smpboot: Max logical packages: 1 [ 0.272603] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274537] x2apic enabled [ 0.275711] Switched APIC routing to physical x2apic. [ 0.278190] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282548] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.285079] KVM setup paravirtual spinlock [ 0.286698] x86: Booted up 1 node, 1 CPUs [ 0.287847] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289797] devtmpfs: initialized [ 0.291788] evm: security.selinux [ 0.292777] evm: security.SMACK64 [ 0.293766] evm: security.SMACK64EXEC [ 0.294822] evm: security.SMACK64TRANSMUTE [ 0.295960] evm: security.SMACK64MMAP [ 0.297010] evm: security.ima [ 0.297926] evm: security.capability [ 0.299048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301653] pinctrl core: initialized pinctrl subsystem [ 0.303188] RTC time: 0:42:25, date: 09/02/18 [ 0.304524] NET: Registered protocol family 16 [ 0.305887] cpuidle: using governor ladder [ 0.307047] cpuidle: using governor menu [ 0.308172] PCCT header not found. [ 0.309232] ACPI: bus type PCI registered [ 0.310375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312111] PCI: Using configuration type 1 for base access [ 0.314338] ACPI: Added _OSI(Module Device) [ 0.315516] ACPI: Added _OSI(Processor Device) [ 0.316721] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.318001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320205] ACPI: Interpreter enabled [ 0.321273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331643] ACPI: (supports S0 S5) [ 0.332637] ACPI: Using IOAPIC for interrupt routing [ 0.333951] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337847] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342872] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345961] acpiphp: Slot [3] registered [ 0.347102] acpiphp: Slot [4] registered [ 0.348236] acpiphp: Slot [5] registered [ 0.349357] acpiphp: Slot [6] registered [ 0.350479] acpiphp: Slot [7] registered [ 0.351618] acpiphp: Slot [8] registered [ 0.352749] acpiphp: Slot [9] registered [ 0.353880] acpiphp: Slot [10] registered [ 0.355034] acpiphp: Slot [11] registered [ 0.356180] acpiphp: Slot [12] registered [ 0.357337] acpiphp: Slot [13] registered [ 0.358483] acpiphp: Slot [14] registered [ 0.359635] acpiphp: Slot [15] registered [ 0.374971] acpiphp: Slot [16] registered [ 0.376127] acpiphp: Slot [17] registered [ 0.377272] acpiphp: Slot [18] registered [ 0.378419] acpiphp: Slot [19] registered [ 0.379565] acpiphp: Slot [20] registered [ 0.380709] acpiphp: Slot [21] registered [ 0.381867] acpiphp: Slot [22] registered [ 0.383019] acpiphp: Slot [23] registered [ 0.384167] acpiphp: Slot [24] registered [ 0.385317] acpiphp: Slot [25] registered [ 0.386467] acpiphp: Slot [26] registered [ 0.387607] acpiphp: Slot [27] registered [ 0.388756] acpiphp: Slot [28] registered [ 0.389899] acpiphp: Slot [29] registered [ 0.391048] acpiphp: Slot [30] registered [ 0.392190] acpiphp: Slot [31] registered [ 0.393327] PCI host bridge to bus 0000:00 [ 0.394468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397872] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404084] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413303] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419930] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.443544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.445547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.447542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.449876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.451638] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.453481] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454967] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.457186] vgaarb: loaded [ 0.458050] vgaarb: bridge control possible 0000:00:02.0 [ 0.459763] SCSI subsystem initialized [ 0.461072] ACPI: bus type USB registered [ 0.462249] usbcore: registered new interface driver usbfs [ 0.463713] usbcore: registered new interface driver hub [ 0.465141] usbcore: registered new device driver usb [ 0.466707] PCI: Using ACPI for IRQ routing [ 0.468267] NetLabel: Initializing [ 0.469294] NetLabel: domain hash size = 128 [ 0.470515] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.471874] NetLabel: unlabeled traffic allowed by default [ 0.473497] clocksource: Switched to clocksource kvm-clock [ 0.483651] AppArmor: AppArmor Filesystem Enabled [ 0.485014] pnp: PnP ACPI init [ 0.486292] pnp: PnP ACPI: found 5 devices [ 0.493272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.495694] NET: Registered protocol family 2 [ 0.497159] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.498986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.500672] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502364] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.503896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505543] NET: Registered protocol family 1 [ 0.506793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508341] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509856] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539105] Trying to unpack rootfs image as initramfs... [ 0.602023] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607063] Scanning for low memory corruption every 60 seconds [ 0.609375] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611057] audit: initializing netlink subsys (disabled) [ 0.612573] audit: type=2000 audit(1535848945.703:1): initialized [ 0.614568] Initialise system trusted keyring [ 0.615989] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617647] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620444] zbud: loaded [ 0.621508] VFS: Disk quotas dquot_6.6.0 [ 0.622680] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.624922] fuse init (API version 7.23) [ 0.626261] Key type big_key registered [ 0.627410] Allocating IMA MOK and blacklist keyrings. [ 0.629165] Key type asymmetric registered [ 0.630350] Asymmetric key parser 'x509' registered [ 0.631722] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.633901] io scheduler noop registered [ 0.635035] io scheduler deadline registered (default) [ 0.636457] io scheduler cfq registered [ 0.637703] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.641021] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.643110] ACPI: Power Button [PWRF] [ 0.644379] GHES: HEST is not enabled! [ 0.658593] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.687779] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.690731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.714496] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.717742] Linux agpgart interface v0.103 [ 0.721368] brd: module loaded [ 0.723754] loop: module loaded [ 0.729114] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.731195] GPT:90111 != 2097151 [ 0.732182] GPT:Alternate GPT header not at the end of the disk. [ 0.733750] GPT:90111 != 2097151 [ 0.734727] GPT: Use GNU Parted to correct GPT errors. [ 0.736103] vda: vda1 vda15 [ 0.737831] scsi host0: ata_piix [ 0.738952] scsi host1: ata_piix [ 0.739988] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.741726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.744025] libphy: Fixed MDIO Bus: probed [ 0.745207] tun: Universal TUN/TAP device driver, 1.6 [ 0.746570] tun: (C) 1999-2004 Max Krasnyansky [ 0.749427] PPP generic driver version 2.4.2 [ 0.750732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.752436] ehci-pci: EHCI PCI platform driver [ 0.753696] ehci-platform: EHCI generic platform driver [ 0.755116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.756734] ohci-pci: OHCI PCI platform driver [ 0.758000] ohci-platform: OHCI generic platform driver [ 0.759425] uhci_hcd: USB Universal Host Controller Interface driver [ 0.774112] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.775547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.777653] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.779083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.780722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.782466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.784508] usb usb1: Product: UHCI Host Controller [ 0.785835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.787465] usb usb1: SerialNumber: 0000:00:01.2 [ 0.788966] hub 1-0:1.0: USB hub found [ 0.790102] hub 1-0:1.0: 2 ports detected [ 0.791422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.794393] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.795761] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.797220] mousedev: PS/2 mouse device common for all mice [ 0.798993] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.801569] rtc_cmos 00:00: RTC can wake from S4 [ 0.803153] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.804836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.806534] i2c /dev entries driver [ 0.807626] device-mapper: uevent: version 1.0.3 [ 0.808997] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.811348] ledtrig-cpu: registered to indicate activity on CPUs [ 0.813314] NET: Registered protocol family 10 [ 0.814963] NET: Registered protocol family 17 [ 0.816227] Key type dns_resolver registered [ 0.817593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.819148] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.821661] registered taskstats version 1 [ 0.822861] Loading compiled-in X.509 certificates [ 0.824713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.827356] zswap: loaded using pool lzo/zbud [ 0.829548] Key type trusted registered [ 0.831853] Key type encrypted registered [ 0.833037] AppArmor: AppArmor sha1 policy hashing enabled [ 0.834522] ima: No TPM chip found, activating TPM-bypass! [ 0.836012] evm: HMAC attrs: 0x1 [ 0.837361] Magic number: 2:847:707 [ 0.838582] rtc_cmos 00:00: setting system clock to 2018-09-02 00:42:26 UTC (1535848946) [ 0.840890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.842468] EDD information not available. [ 0.899254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916435] Write protecting the kernel read-only data: 14336k [ 0.919473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922035] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.190386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.07. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-09-02 00:42:27,995 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2018-09-02 00:42:28,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:29,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:29,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e45c631-f467-4b81-9f19-beae9eb9e479 x-compute-request-id: req-8e45c631-f467-4b81-9f19-beae9eb9e479 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ed:11", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:24.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:24Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:29,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8e45c631-f467-4b81-9f19-beae9eb9e479 2018-09-02 00:42:29,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.618644952774s 2018-09-02 00:42:29,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8e45c631-f467-4b81-9f19-beae9eb9e479 2018-09-02 00:42:29,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:42:29,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:42:29,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cd720b7-a760-4b01-a9d7-9dd505c18a2a x-compute-request-id: req-4cd720b7-a760-4b01-a9d7-9dd505c18a2a Content-Encoding: gzip Content-Length: 7962 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493073854 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.188893] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191242] pid_max: default: 32768 minimum: 301\n[ 0.192514] ACPI: Core revision 20150930\n[ 0.194225] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196097] Security Framework initialized\n[ 0.197260] Yama: becoming mindful.\n[ 0.198301] AppArmor: AppArmor initialized\n[ 0.199512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203148] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206799] Initializing cgroup subsys io\n[ 0.207964] Initializing cgroup subsys memory\n[ 0.209177] Initializing cgroup subsys devices\n[ 0.210413] Initializing cgroup subsys freezer\n[ 0.211695] Initializing cgroup subsys net_cls\n[ 0.212922] Initializing cgroup subsys perf_event\n[ 0.214185] Initializing cgroup subsys net_prio\n[ 0.215444] Initializing cgroup subsys hugetlb\n[ 0.216678] Initializing cgroup subsys pids\n[ 0.217907] CPU: Physical Processor ID: 0\n[ 0.219764] mce: CPU supports 10 MCE banks\n[ 0.220955] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245935] ftrace: allocating 31920 entries in 125 pages\n[ 0.271393] smpboot: Max logical packages: 1\n[ 0.272603] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274537] x2apic enabled\n[ 0.275711] Switched APIC routing to physical x2apic.\n[ 0.278190] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282548] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.285079] KVM setup paravirtual spinlock\n[ 0.286698] x86: Booted up 1 node, 1 CPUs\n[ 0.287847] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289797] devtmpfs: initialized\n[ 0.291788] evm: security.selinux\n[ 0.292777] evm: security.SMACK64\n[ 0.293766] evm: security.SMACK64EXEC\n[ 0.294822] evm: security.SMACK64TRANSMUTE\n[ 0.295960] evm: security.SMACK64MMAP\n[ 0.297010] evm: security.ima\n[ 0.297926] evm: security.capability\n[ 0.299048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301653] pinctrl core: initialized pinctrl subsystem\n[ 0.303188] RTC time: 0:42:25, date: 09/02/18\n[ 0.304524] NET: Registered protocol family 16\n[ 0.305887] cpuidle: using governor ladder\n[ 0.307047] cpuidle: using governor menu\n[ 0.308172] PCCT header not found.\n[ 0.309232] ACPI: bus type PCI registered\n[ 0.310375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312111] PCI: Using configuration type 1 for base access\n[ 0.314338] ACPI: Added _OSI(Module Device)\n[ 0.315516] ACPI: Added _OSI(Processor Device)\n[ 0.316721] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320205] ACPI: Interpreter enabled\n[ 0.321273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331643] ACPI: (supports S0 S5)\n[ 0.332637] ACPI: Using IOAPIC for interrupt routing\n[ 0.333951] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337847] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342872] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345961] acpiphp: Slot [3] registered\n[ 0.347102] acpiphp: Slot [4] registered\n[ 0.348236] acpiphp: Slot [5] registered\n[ 0.349357] acpiphp: Slot [6] registered\n[ 0.350479] acpiphp: Slot [7] registered\n[ 0.351618] acpiphp: Slot [8] registered\n[ 0.352749] acpiphp: Slot [9] registered\n[ 0.353880] acpiphp: Slot [10] registered\n[ 0.355034] acpiphp: Slot [11] registered\n[ 0.356180] acpiphp: Slot [12] registered\n[ 0.357337] acpiphp: Slot [13] registered\n[ 0.358483] acpiphp: Slot [14] registered\n[ 0.359635] acpiphp: Slot [15] registered\n[ 0.374971] acpiphp: Slot [16] registered\n[ 0.376127] acpiphp: Slot [17] registered\n[ 0.377272] acpiphp: Slot [18] registered\n[ 0.378419] acpiphp: Slot [19] registered\n[ 0.379565] acpiphp: Slot [20] registered\n[ 0.380709] acpiphp: Slot [21] registered\n[ 0.381867] acpiphp: Slot [22] registered\n[ 0.383019] acpiphp: Slot [23] registered\n[ 0.384167] acpiphp: Slot [24] registered\n[ 0.385317] acpiphp: Slot [25] registered\n[ 0.386467] acpiphp: Slot [26] registered\n[ 0.387607] acpiphp: Slot [27] registered\n[ 0.388756] acpiphp: Slot [28] registered\n[ 0.389899] acpiphp: Slot [29] registered\n[ 0.391048] acpiphp: Slot [30] registered\n[ 0.392190] acpiphp: Slot [31] registered\n[ 0.393327] PCI host bridge to bus 0000:00\n[ 0.394468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397872] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404084] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413303] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419930] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.443544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.445547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.447542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.449876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.451638] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.453481] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454967] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457186] vgaarb: loaded\n[ 0.458050] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459763] SCSI subsystem initialized\n[ 0.461072] ACPI: bus type USB registered\n[ 0.462249] usbcore: registered new interface driver usbfs\n[ 0.463713] usbcore: registered new interface driver hub\n[ 0.465141] usbcore: registered new device driver usb\n[ 0.466707] PCI: Using ACPI for IRQ routing\n[ 0.468267] NetLabel: Initializing\n[ 0.469294] NetLabel: domain hash size = 128\n[ 0.470515] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471874] NetLabel: unlabeled traffic allowed by default\n[ 0.473497] clocksource: Switched to clocksource kvm-clock\n[ 0.483651] AppArmor: AppArmor Filesystem Enabled\n[ 0.485014] pnp: PnP ACPI init\n[ 0.486292] pnp: PnP ACPI: found 5 devices\n[ 0.493272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495694] NET: Registered protocol family 2\n[ 0.497159] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.498986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500672] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502364] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505543] NET: Registered protocol family 1\n[ 0.506793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508341] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509856] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539105] Trying to unpack rootfs image as initramfs...\n[ 0.602023] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607063] Scanning for low memory corruption every 60 seconds\n[ 0.609375] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611057] audit: initializing netlink subsys (disabled)\n[ 0.612573] audit: type=2000 audit(1535848945.703:1): initialized\n[ 0.614568] Initialise system trusted keyring\n[ 0.615989] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617647] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620444] zbud: loaded\n[ 0.621508] VFS: Disk quotas dquot_6.6.0\n[ 0.622680] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.624922] fuse init (API version 7.23)\n[ 0.626261] Key type big_key registered\n[ 0.627410] Allocating IMA MOK and blacklist keyrings.\n[ 0.629165] Key type asymmetric registered\n[ 0.630350] Asymmetric key parser 'x509' registered\n[ 0.631722] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.633901] io scheduler noop registered\n[ 0.635035] io scheduler deadline registered (default)\n[ 0.636457] io scheduler cfq registered\n[ 0.637703] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.641021] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.643110] ACPI: Power Button [PWRF]\n[ 0.644379] GHES: HEST is not enabled!\n[ 0.658593] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.687779] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.690731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.714496] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.717742] Linux agpgart interface v0.103\n[ 0.721368] brd: module loaded\n[ 0.723754] loop: module loaded\n[ 0.729114] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731195] GPT:90111 != 2097151\n[ 0.732182] GPT:Alternate GPT header not at the end of the disk.\n[ 0.733750] GPT:90111 != 2097151\n[ 0.734727] GPT: Use GNU Parted to correct GPT errors.\n[ 0.736103] vda: vda1 vda15\n[ 0.737831] scsi host0: ata_piix\n[ 0.738952] scsi host1: ata_piix\n[ 0.739988] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.741726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.744025] libphy: Fixed MDIO Bus: probed\n[ 0.745207] tun: Universal TUN/TAP device driver, 1.6\n[ 0.746570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.749427] PPP generic driver version 2.4.2\n[ 0.750732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.752436] ehci-pci: EHCI PCI platform driver\n[ 0.753696] ehci-platform: EHCI generic platform driver\n[ 0.755116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756734] ohci-pci: OHCI PCI platform driver\n[ 0.758000] ohci-platform: OHCI generic platform driver\n[ 0.759425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.774112] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.775547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.777653] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.780722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.782466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.784508] usb usb1: Product: UHCI Host Controller\n[ 0.785835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.787465] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.788966] hub 1-0:1.0: USB hub found\n[ 0.790102] hub 1-0:1.0: 2 ports detected\n[ 0.791422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.794393] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.795761] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.797220] mousedev: PS/2 mouse device common for all mice\n[ 0.798993] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.801569] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803153] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.804836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.806534] i2c /dev entries driver\n[ 0.807626] device-mapper: uevent: version 1.0.3\n[ 0.808997] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811348] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813314] NET: Registered protocol family 10\n[ 0.814963] NET: Registered protocol family 17\n[ 0.816227] Key type dns_resolver registered\n[ 0.817593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.819148] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821661] registered taskstats version 1\n[ 0.822861] Loading compiled-in X.509 certificates\n[ 0.824713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.827356] zswap: loaded using pool lzo/zbud\n[ 0.829548] Key type trusted registered\n[ 0.831853] Key type encrypted registered\n[ 0.833037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.834522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.836012] evm: HMAC attrs: 0x1\n[ 0.837361] Magic number: 2:847:707\n[ 0.838582] rtc_cmos 00:00: setting system clock to 2018-09-02 00:42:26 UTC (1535848946)\n[ 0.840890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.842468] EDD information not available.\n[ 0.899254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916435] Write protecting the kernel read-only data: 14336k\n[ 0.919473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922035] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.190386] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.07. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\n"} 2018-09-02 00:42:29,705 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action used request id req-4cd720b7-a760-4b01-a9d7-9dd505c18a2a 2018-09-02 00:42:29,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0871040821075s 2018-09-02 00:42:29,706 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action used request id req-4cd720b7-a760-4b01-a9d7-9dd505c18a2a 2018-09-02 00:42:29,706 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 493073854 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.188893] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191242] pid_max: default: 32768 minimum: 301 [ 0.192514] ACPI: Core revision 20150930 [ 0.194225] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196097] Security Framework initialized [ 0.197260] Yama: becoming mindful. [ 0.198301] AppArmor: AppArmor initialized [ 0.199512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203148] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206799] Initializing cgroup subsys io [ 0.207964] Initializing cgroup subsys memory [ 0.209177] Initializing cgroup subsys devices [ 0.210413] Initializing cgroup subsys freezer [ 0.211695] Initializing cgroup subsys net_cls [ 0.212922] Initializing cgroup subsys perf_event [ 0.214185] Initializing cgroup subsys net_prio [ 0.215444] Initializing cgroup subsys hugetlb [ 0.216678] Initializing cgroup subsys pids [ 0.217907] CPU: Physical Processor ID: 0 [ 0.219764] mce: CPU supports 10 MCE banks [ 0.220955] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245935] ftrace: allocating 31920 entries in 125 pages [ 0.271393] smpboot: Max logical packages: 1 [ 0.272603] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274537] x2apic enabled [ 0.275711] Switched APIC routing to physical x2apic. [ 0.278190] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282548] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.285079] KVM setup paravirtual spinlock [ 0.286698] x86: Booted up 1 node, 1 CPUs [ 0.287847] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289797] devtmpfs: initialized [ 0.291788] evm: security.selinux [ 0.292777] evm: security.SMACK64 [ 0.293766] evm: security.SMACK64EXEC [ 0.294822] evm: security.SMACK64TRANSMUTE [ 0.295960] evm: security.SMACK64MMAP [ 0.297010] evm: security.ima [ 0.297926] evm: security.capability [ 0.299048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301653] pinctrl core: initialized pinctrl subsystem [ 0.303188] RTC time: 0:42:25, date: 09/02/18 [ 0.304524] NET: Registered protocol family 16 [ 0.305887] cpuidle: using governor ladder [ 0.307047] cpuidle: using governor menu [ 0.308172] PCCT header not found. [ 0.309232] ACPI: bus type PCI registered [ 0.310375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312111] PCI: Using configuration type 1 for base access [ 0.314338] ACPI: Added _OSI(Module Device) [ 0.315516] ACPI: Added _OSI(Processor Device) [ 0.316721] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.318001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320205] ACPI: Interpreter enabled [ 0.321273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331643] ACPI: (supports S0 S5) [ 0.332637] ACPI: Using IOAPIC for interrupt routing [ 0.333951] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337847] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342872] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345961] acpiphp: Slot [3] registered [ 0.347102] acpiphp: Slot [4] registered [ 0.348236] acpiphp: Slot [5] registered [ 0.349357] acpiphp: Slot [6] registered [ 0.350479] acpiphp: Slot [7] registered [ 0.351618] acpiphp: Slot [8] registered [ 0.352749] acpiphp: Slot [9] registered [ 0.353880] acpiphp: Slot [10] registered [ 0.355034] acpiphp: Slot [11] registered [ 0.356180] acpiphp: Slot [12] registered [ 0.357337] acpiphp: Slot [13] registered [ 0.358483] acpiphp: Slot [14] registered [ 0.359635] acpiphp: Slot [15] registered [ 0.374971] acpiphp: Slot [16] registered [ 0.376127] acpiphp: Slot [17] registered [ 0.377272] acpiphp: Slot [18] registered [ 0.378419] acpiphp: Slot [19] registered [ 0.379565] acpiphp: Slot [20] registered [ 0.380709] acpiphp: Slot [21] registered [ 0.381867] acpiphp: Slot [22] registered [ 0.383019] acpiphp: Slot [23] registered [ 0.384167] acpiphp: Slot [24] registered [ 0.385317] acpiphp: Slot [25] registered [ 0.386467] acpiphp: Slot [26] registered [ 0.387607] acpiphp: Slot [27] registered [ 0.388756] acpiphp: Slot [28] registered [ 0.389899] acpiphp: Slot [29] registered [ 0.391048] acpiphp: Slot [30] registered [ 0.392190] acpiphp: Slot [31] registered [ 0.393327] PCI host bridge to bus 0000:00 [ 0.394468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397872] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404084] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413303] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419930] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.443544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.445547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.447542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.449876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.451638] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.453481] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454967] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.457186] vgaarb: loaded [ 0.458050] vgaarb: bridge control possible 0000:00:02.0 [ 0.459763] SCSI subsystem initialized [ 0.461072] ACPI: bus type USB registered [ 0.462249] usbcore: registered new interface driver usbfs [ 0.463713] usbcore: registered new interface driver hub [ 0.465141] usbcore: registered new device driver usb [ 0.466707] PCI: Using ACPI for IRQ routing [ 0.468267] NetLabel: Initializing [ 0.469294] NetLabel: domain hash size = 128 [ 0.470515] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.471874] NetLabel: unlabeled traffic allowed by default [ 0.473497] clocksource: Switched to clocksource kvm-clock [ 0.483651] AppArmor: AppArmor Filesystem Enabled [ 0.485014] pnp: PnP ACPI init [ 0.486292] pnp: PnP ACPI: found 5 devices [ 0.493272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.495694] NET: Registered protocol family 2 [ 0.497159] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.498986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.500672] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502364] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.503896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505543] NET: Registered protocol family 1 [ 0.506793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508341] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509856] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539105] Trying to unpack rootfs image as initramfs... [ 0.602023] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607063] Scanning for low memory corruption every 60 seconds [ 0.609375] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611057] audit: initializing netlink subsys (disabled) [ 0.612573] audit: type=2000 audit(1535848945.703:1): initialized [ 0.614568] Initialise system trusted keyring [ 0.615989] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617647] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620444] zbud: loaded [ 0.621508] VFS: Disk quotas dquot_6.6.0 [ 0.622680] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.624922] fuse init (API version 7.23) [ 0.626261] Key type big_key registered [ 0.627410] Allocating IMA MOK and blacklist keyrings. [ 0.629165] Key type asymmetric registered [ 0.630350] Asymmetric key parser 'x509' registered [ 0.631722] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.633901] io scheduler noop registered [ 0.635035] io scheduler deadline registered (default) [ 0.636457] io scheduler cfq registered [ 0.637703] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.641021] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.643110] ACPI: Power Button [PWRF] [ 0.644379] GHES: HEST is not enabled! [ 0.658593] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.687779] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.690731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.714496] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.717742] Linux agpgart interface v0.103 [ 0.721368] brd: module loaded [ 0.723754] loop: module loaded [ 0.729114] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.731195] GPT:90111 != 2097151 [ 0.732182] GPT:Alternate GPT header not at the end of the disk. [ 0.733750] GPT:90111 != 2097151 [ 0.734727] GPT: Use GNU Parted to correct GPT errors. [ 0.736103] vda: vda1 vda15 [ 0.737831] scsi host0: ata_piix [ 0.738952] scsi host1: ata_piix [ 0.739988] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.741726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.744025] libphy: Fixed MDIO Bus: probed [ 0.745207] tun: Universal TUN/TAP device driver, 1.6 [ 0.746570] tun: (C) 1999-2004 Max Krasnyansky [ 0.749427] PPP generic driver version 2.4.2 [ 0.750732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.752436] ehci-pci: EHCI PCI platform driver [ 0.753696] ehci-platform: EHCI generic platform driver [ 0.755116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.756734] ohci-pci: OHCI PCI platform driver [ 0.758000] ohci-platform: OHCI generic platform driver [ 0.759425] uhci_hcd: USB Universal Host Controller Interface driver [ 0.774112] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.775547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.777653] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.779083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.780722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.782466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.784508] usb usb1: Product: UHCI Host Controller [ 0.785835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.787465] usb usb1: SerialNumber: 0000:00:01.2 [ 0.788966] hub 1-0:1.0: USB hub found [ 0.790102] hub 1-0:1.0: 2 ports detected [ 0.791422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.794393] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.795761] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.797220] mousedev: PS/2 mouse device common for all mice [ 0.798993] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.801569] rtc_cmos 00:00: RTC can wake from S4 [ 0.803153] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.804836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.806534] i2c /dev entries driver [ 0.807626] device-mapper: uevent: version 1.0.3 [ 0.808997] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.811348] ledtrig-cpu: registered to indicate activity on CPUs [ 0.813314] NET: Registered protocol family 10 [ 0.814963] NET: Registered protocol family 17 [ 0.816227] Key type dns_resolver registered [ 0.817593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.819148] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.821661] registered taskstats version 1 [ 0.822861] Loading compiled-in X.509 certificates [ 0.824713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.827356] zswap: loaded using pool lzo/zbud [ 0.829548] Key type trusted registered [ 0.831853] Key type encrypted registered [ 0.833037] AppArmor: AppArmor sha1 policy hashing enabled [ 0.834522] ima: No TPM chip found, activating TPM-bypass! [ 0.836012] evm: HMAC attrs: 0x1 [ 0.837361] Magic number: 2:847:707 [ 0.838582] rtc_cmos 00:00: setting system clock to 2018-09-02 00:42:26 UTC (1535848946) [ 0.840890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.842468] EDD information not available. [ 0.899254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916435] Write protecting the kernel read-only data: 14336k [ 0.919473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922035] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.190386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.07. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK 2018-09-02 00:42:30,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:30,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:31,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be93e55f-82b1-48e5-8d90-88829df47b05 x-compute-request-id: req-be93e55f-82b1-48e5-8d90-88829df47b05 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ed:11", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:24.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:24Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:15Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:31,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-be93e55f-82b1-48e5-8d90-88829df47b05 2018-09-02 00:42:31,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547775030136s 2018-09-02 00:42:31,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-be93e55f-82b1-48e5-8d90-88829df47b05 2018-09-02 00:42:31,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:42:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:42:31,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-228ba7e9-d743-4f6b-84b5-2b408b339b7f x-compute-request-id: req-228ba7e9-d743-4f6b-84b5-2b408b339b7f Content-Encoding: gzip Content-Length: 9570 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493073854 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.188893] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191242] pid_max: default: 32768 minimum: 301\n[ 0.192514] ACPI: Core revision 20150930\n[ 0.194225] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196097] Security Framework initialized\n[ 0.197260] Yama: becoming mindful.\n[ 0.198301] AppArmor: AppArmor initialized\n[ 0.199512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203148] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206799] Initializing cgroup subsys io\n[ 0.207964] Initializing cgroup subsys memory\n[ 0.209177] Initializing cgroup subsys devices\n[ 0.210413] Initializing cgroup subsys freezer\n[ 0.211695] Initializing cgroup subsys net_cls\n[ 0.212922] Initializing cgroup subsys perf_event\n[ 0.214185] Initializing cgroup subsys net_prio\n[ 0.215444] Initializing cgroup subsys hugetlb\n[ 0.216678] Initializing cgroup subsys pids\n[ 0.217907] CPU: Physical Processor ID: 0\n[ 0.219764] mce: CPU supports 10 MCE banks\n[ 0.220955] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.239217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245935] ftrace: allocating 31920 entries in 125 pages\n[ 0.271393] smpboot: Max logical packages: 1\n[ 0.272603] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274537] x2apic enabled\n[ 0.275711] Switched APIC routing to physical x2apic.\n[ 0.278190] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282548] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.285079] KVM setup paravirtual spinlock\n[ 0.286698] x86: Booted up 1 node, 1 CPUs\n[ 0.287847] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289797] devtmpfs: initialized\n[ 0.291788] evm: security.selinux\n[ 0.292777] evm: security.SMACK64\n[ 0.293766] evm: security.SMACK64EXEC\n[ 0.294822] evm: security.SMACK64TRANSMUTE\n[ 0.295960] evm: security.SMACK64MMAP\n[ 0.297010] evm: security.ima\n[ 0.297926] evm: security.capability\n[ 0.299048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301653] pinctrl core: initialized pinctrl subsystem\n[ 0.303188] RTC time: 0:42:25, date: 09/02/18\n[ 0.304524] NET: Registered protocol family 16\n[ 0.305887] cpuidle: using governor ladder\n[ 0.307047] cpuidle: using governor menu\n[ 0.308172] PCCT header not found.\n[ 0.309232] ACPI: bus type PCI registered\n[ 0.310375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312111] PCI: Using configuration type 1 for base access\n[ 0.314338] ACPI: Added _OSI(Module Device)\n[ 0.315516] ACPI: Added _OSI(Processor Device)\n[ 0.316721] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.318001] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320205] ACPI: Interpreter enabled\n[ 0.321273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331643] ACPI: (supports S0 S5)\n[ 0.332637] ACPI: Using IOAPIC for interrupt routing\n[ 0.333951] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337847] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342872] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345961] acpiphp: Slot [3] registered\n[ 0.347102] acpiphp: Slot [4] registered\n[ 0.348236] acpiphp: Slot [5] registered\n[ 0.349357] acpiphp: Slot [6] registered\n[ 0.350479] acpiphp: Slot [7] registered\n[ 0.351618] acpiphp: Slot [8] registered\n[ 0.352749] acpiphp: Slot [9] registered\n[ 0.353880] acpiphp: Slot [10] registered\n[ 0.355034] acpiphp: Slot [11] registered\n[ 0.356180] acpiphp: Slot [12] registered\n[ 0.357337] acpiphp: Slot [13] registered\n[ 0.358483] acpiphp: Slot [14] registered\n[ 0.359635] acpiphp: Slot [15] registered\n[ 0.374971] acpiphp: Slot [16] registered\n[ 0.376127] acpiphp: Slot [17] registered\n[ 0.377272] acpiphp: Slot [18] registered\n[ 0.378419] acpiphp: Slot [19] registered\n[ 0.379565] acpiphp: Slot [20] registered\n[ 0.380709] acpiphp: Slot [21] registered\n[ 0.381867] acpiphp: Slot [22] registered\n[ 0.383019] acpiphp: Slot [23] registered\n[ 0.384167] acpiphp: Slot [24] registered\n[ 0.385317] acpiphp: Slot [25] registered\n[ 0.386467] acpiphp: Slot [26] registered\n[ 0.387607] acpiphp: Slot [27] registered\n[ 0.388756] acpiphp: Slot [28] registered\n[ 0.389899] acpiphp: Slot [29] registered\n[ 0.391048] acpiphp: Slot [30] registered\n[ 0.392190] acpiphp: Slot [31] registered\n[ 0.393327] PCI host bridge to bus 0000:00\n[ 0.394468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.397872] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.399926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.401993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404084] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.409885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413303] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419930] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.443544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.445547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.447542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.449876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.451638] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.453481] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454967] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.457186] vgaarb: loaded\n[ 0.458050] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459763] SCSI subsystem initialized\n[ 0.461072] ACPI: bus type USB registered\n[ 0.462249] usbcore: registered new interface driver usbfs\n[ 0.463713] usbcore: registered new interface driver hub\n[ 0.465141] usbcore: registered new device driver usb\n[ 0.466707] PCI: Using ACPI for IRQ routing\n[ 0.468267] NetLabel: Initializing\n[ 0.469294] NetLabel: domain hash size = 128\n[ 0.470515] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471874] NetLabel: unlabeled traffic allowed by default\n[ 0.473497] clocksource: Switched to clocksource kvm-clock\n[ 0.483651] AppArmor: AppArmor Filesystem Enabled\n[ 0.485014] pnp: PnP ACPI init\n[ 0.486292] pnp: PnP ACPI: found 5 devices\n[ 0.493272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495694] NET: Registered protocol family 2\n[ 0.497159] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.498986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500672] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502364] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.503896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505543] NET: Registered protocol family 1\n[ 0.506793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508341] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.509856] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539105] Trying to unpack rootfs image as initramfs...\n[ 0.602023] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607063] Scanning for low memory corruption every 60 seconds\n[ 0.609375] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611057] audit: initializing netlink subsys (disabled)\n[ 0.612573] audit: type=2000 audit(1535848945.703:1): initialized\n[ 0.614568] Initialise system trusted keyring\n[ 0.615989] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617647] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620444] zbud: loaded\n[ 0.621508] VFS: Disk quotas dquot_6.6.0\n[ 0.622680] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.624922] fuse init (API version 7.23)\n[ 0.626261] Key type big_key registered\n[ 0.627410] Allocating IMA MOK and blacklist keyrings.\n[ 0.629165] Key type asymmetric registered\n[ 0.630350] Asymmetric key parser 'x509' registered\n[ 0.631722] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.633901] io scheduler noop registered\n[ 0.635035] io scheduler deadline registered (default)\n[ 0.636457] io scheduler cfq registered\n[ 0.637703] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.641021] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.643110] ACPI: Power Button [PWRF]\n[ 0.644379] GHES: HEST is not enabled!\n[ 0.658593] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.687779] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.690731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.714496] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.717742] Linux agpgart interface v0.103\n[ 0.721368] brd: module loaded\n[ 0.723754] loop: module loaded\n[ 0.729114] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731195] GPT:90111 != 2097151\n[ 0.732182] GPT:Alternate GPT header not at the end of the disk.\n[ 0.733750] GPT:90111 != 2097151\n[ 0.734727] GPT: Use GNU Parted to correct GPT errors.\n[ 0.736103] vda: vda1 vda15\n[ 0.737831] scsi host0: ata_piix\n[ 0.738952] scsi host1: ata_piix\n[ 0.739988] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.741726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.744025] libphy: Fixed MDIO Bus: probed\n[ 0.745207] tun: Universal TUN/TAP device driver, 1.6\n[ 0.746570] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.749427] PPP generic driver version 2.4.2\n[ 0.750732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.752436] ehci-pci: EHCI PCI platform driver\n[ 0.753696] ehci-platform: EHCI generic platform driver\n[ 0.755116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756734] ohci-pci: OHCI PCI platform driver\n[ 0.758000] ohci-platform: OHCI generic platform driver\n[ 0.759425] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.774112] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.775547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.777653] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.780722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.782466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.784508] usb usb1: Product: UHCI Host Controller\n[ 0.785835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.787465] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.788966] hub 1-0:1.0: USB hub found\n[ 0.790102] hub 1-0:1.0: 2 ports detected\n[ 0.791422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.794393] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.795761] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.797220] mousedev: PS/2 mouse device common for all mice\n[ 0.798993] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.801569] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803153] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.804836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.806534] i2c /dev entries driver\n[ 0.807626] device-mapper: uevent: version 1.0.3\n[ 0.808997] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811348] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813314] NET: Registered protocol family 10\n[ 0.814963] NET: Registered protocol family 17\n[ 0.816227] Key type dns_resolver registered\n[ 0.817593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.819148] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.821661] registered taskstats version 1\n[ 0.822861] Loading compiled-in X.509 certificates\n[ 0.824713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.827356] zswap: loaded using pool lzo/zbud\n[ 0.829548] Key type trusted registered\n[ 0.831853] Key type encrypted registered\n[ 0.833037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.834522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.836012] evm: HMAC attrs: 0x1\n[ 0.837361] Magic number: 2:847:707\n[ 0.838582] rtc_cmos 00:00: setting system clock to 2018-09-02 00:42:26 UTC (1535848946)\n[ 0.840890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.842468] EDD information not available.\n[ 0.899254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916435] Write protecting the kernel read-only data: 14336k\n[ 0.919473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922035] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.190386] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.07. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxjJBYk9FVV0VgyeluE54nPRtt0Kgy7wTc0/iqp2VXq5QLbCkDD5U8dJDbKygjGkWfc/wQJ2rHR9J4L9y4+x0x9/1wJ1wGbd+3m0649a8TMssogLhqSHAmg4dK88Z9Hht/v+AAj+gPY6QcpwLzeky5oHgF5otdU/DPVzIYuDGQwseYtegILw5nYIXCzP9XRLGrNhwD/uE3SUrEUl0xq7e9R2zIqTWjTvSC+7hxhIDpP/jUjke37onpJIP1ku5bYKoGO2X73VyAwWRs90KszlPO7xECwgYiaT3p3sOWm82GKIlEIOSNu5ym1vGhluwjlTUeEr4FdQr/ycIfZF7bePL/ root@vping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789\nssh-dss AAAAB3NzaC1kc3MAAACBAKsd8De2Dug0J4sGHgfSMHb7C6LHikLFQvvhkXcDFd5GEEGcCCOWIyNY96x1MdGfCHehls7gupopRzAtY74wbsJczzbisOjrS7I3fCubfo5QWJZxIo77WWWceQOnyvJtrO9Kq7+OkgMbhKcU5HOArwvhyfrLNTE6maxOAnTRc0V7AAAAFQCs4tVNi1xz94QK0nVc+v6mEvi66QAAAIEAmWxN7fYz/ly5+fa6oo7GcUy2YfiaTeduo4FHZdNEUr2hI4Uxzj2WvDpnSjrOUj94CdpRN7gu3mKbgT3wBERM88hRSlXuxrjy/GoQuaHSjjdHIk5lvVkFLoo3QR/byrIoR0Z9molNYZ/70dPemd9OdTkTWkIu743w4tNybp3g/EkAAACBAIXRQ0jrj9h1EB0ASwecml3/XN/RYC/eodjc2mt3OiCq3wJYRc/Z0tSo5d3qb4TcSUGGq+zgloOX8Ji3TEXq/IiLCJHLLEbjfpr4hqB8k6gkcEn3xi+u6n+ou2UibdaoW6IQpeLz3EFFXJG13hPjZEVjlR6Ky1FpbwwXqDgFKIV/ root@vping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fec9:ed11/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.45 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789 login: /dev/root resized successfully [took 0.32s]\n"} 2018-09-02 00:42:31,351 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action used request id req-228ba7e9-d743-4f6b-84b5-2b408b339b7f 2018-09-02 00:42:31,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0917210578918s 2018-09-02 00:42:31,353 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a/action used request id req-228ba7e9-d743-4f6b-84b5-2b408b339b7f 2018-09-02 00:42:31,353 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 493073854 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.188893] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191242] pid_max: default: 32768 minimum: 301 [ 0.192514] ACPI: Core revision 20150930 [ 0.194225] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196097] Security Framework initialized [ 0.197260] Yama: becoming mindful. [ 0.198301] AppArmor: AppArmor initialized [ 0.199512] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203148] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204851] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206799] Initializing cgroup subsys io [ 0.207964] Initializing cgroup subsys memory [ 0.209177] Initializing cgroup subsys devices [ 0.210413] Initializing cgroup subsys freezer [ 0.211695] Initializing cgroup subsys net_cls [ 0.212922] Initializing cgroup subsys perf_event [ 0.214185] Initializing cgroup subsys net_prio [ 0.215444] Initializing cgroup subsys hugetlb [ 0.216678] Initializing cgroup subsys pids [ 0.217907] CPU: Physical Processor ID: 0 [ 0.219764] mce: CPU supports 10 MCE banks [ 0.220955] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222349] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.239217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245935] ftrace: allocating 31920 entries in 125 pages [ 0.271393] smpboot: Max logical packages: 1 [ 0.272603] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274537] x2apic enabled [ 0.275711] Switched APIC routing to physical x2apic. [ 0.278190] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282548] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.285079] KVM setup paravirtual spinlock [ 0.286698] x86: Booted up 1 node, 1 CPUs [ 0.287847] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289797] devtmpfs: initialized [ 0.291788] evm: security.selinux [ 0.292777] evm: security.SMACK64 [ 0.293766] evm: security.SMACK64EXEC [ 0.294822] evm: security.SMACK64TRANSMUTE [ 0.295960] evm: security.SMACK64MMAP [ 0.297010] evm: security.ima [ 0.297926] evm: security.capability [ 0.299048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301653] pinctrl core: initialized pinctrl subsystem [ 0.303188] RTC time: 0:42:25, date: 09/02/18 [ 0.304524] NET: Registered protocol family 16 [ 0.305887] cpuidle: using governor ladder [ 0.307047] cpuidle: using governor menu [ 0.308172] PCCT header not found. [ 0.309232] ACPI: bus type PCI registered [ 0.310375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312111] PCI: Using configuration type 1 for base access [ 0.314338] ACPI: Added _OSI(Module Device) [ 0.315516] ACPI: Added _OSI(Processor Device) [ 0.316721] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.318001] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320205] ACPI: Interpreter enabled [ 0.321273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323870] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329050] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331643] ACPI: (supports S0 S5) [ 0.332637] ACPI: Using IOAPIC for interrupt routing [ 0.333951] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337847] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342872] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345961] acpiphp: Slot [3] registered [ 0.347102] acpiphp: Slot [4] registered [ 0.348236] acpiphp: Slot [5] registered [ 0.349357] acpiphp: Slot [6] registered [ 0.350479] acpiphp: Slot [7] registered [ 0.351618] acpiphp: Slot [8] registered [ 0.352749] acpiphp: Slot [9] registered [ 0.353880] acpiphp: Slot [10] registered [ 0.355034] acpiphp: Slot [11] registered [ 0.356180] acpiphp: Slot [12] registered [ 0.357337] acpiphp: Slot [13] registered [ 0.358483] acpiphp: Slot [14] registered [ 0.359635] acpiphp: Slot [15] registered [ 0.374971] acpiphp: Slot [16] registered [ 0.376127] acpiphp: Slot [17] registered [ 0.377272] acpiphp: Slot [18] registered [ 0.378419] acpiphp: Slot [19] registered [ 0.379565] acpiphp: Slot [20] registered [ 0.380709] acpiphp: Slot [21] registered [ 0.381867] acpiphp: Slot [22] registered [ 0.383019] acpiphp: Slot [23] registered [ 0.384167] acpiphp: Slot [24] registered [ 0.385317] acpiphp: Slot [25] registered [ 0.386467] acpiphp: Slot [26] registered [ 0.387607] acpiphp: Slot [27] registered [ 0.388756] acpiphp: Slot [28] registered [ 0.389899] acpiphp: Slot [29] registered [ 0.391048] acpiphp: Slot [30] registered [ 0.392190] acpiphp: Slot [31] registered [ 0.393327] PCI host bridge to bus 0000:00 [ 0.394468] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.397872] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.399926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.401993] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404084] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.409885] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411535] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413303] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419930] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441492] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.443544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.445547] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.447542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.449876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.451638] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.453481] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454967] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.457186] vgaarb: loaded [ 0.458050] vgaarb: bridge control possible 0000:00:02.0 [ 0.459763] SCSI subsystem initialized [ 0.461072] ACPI: bus type USB registered [ 0.462249] usbcore: registered new interface driver usbfs [ 0.463713] usbcore: registered new interface driver hub [ 0.465141] usbcore: registered new device driver usb [ 0.466707] PCI: Using ACPI for IRQ routing [ 0.468267] NetLabel: Initializing [ 0.469294] NetLabel: domain hash size = 128 [ 0.470515] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.471874] NetLabel: unlabeled traffic allowed by default [ 0.473497] clocksource: Switched to clocksource kvm-clock [ 0.483651] AppArmor: AppArmor Filesystem Enabled [ 0.485014] pnp: PnP ACPI init [ 0.486292] pnp: PnP ACPI: found 5 devices [ 0.493272] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.495694] NET: Registered protocol family 2 [ 0.497159] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.498986] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.500672] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502364] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.503896] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505543] NET: Registered protocol family 1 [ 0.506793] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508341] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.509856] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524443] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539105] Trying to unpack rootfs image as initramfs... [ 0.602023] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607063] Scanning for low memory corruption every 60 seconds [ 0.609375] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611057] audit: initializing netlink subsys (disabled) [ 0.612573] audit: type=2000 audit(1535848945.703:1): initialized [ 0.614568] Initialise system trusted keyring [ 0.615989] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617647] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620444] zbud: loaded [ 0.621508] VFS: Disk quotas dquot_6.6.0 [ 0.622680] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.624922] fuse init (API version 7.23) [ 0.626261] Key type big_key registered [ 0.627410] Allocating IMA MOK and blacklist keyrings. [ 0.629165] Key type asymmetric registered [ 0.630350] Asymmetric key parser 'x509' registered [ 0.631722] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.633901] io scheduler noop registered [ 0.635035] io scheduler deadline registered (default) [ 0.636457] io scheduler cfq registered [ 0.637703] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.641021] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.643110] ACPI: Power Button [PWRF] [ 0.644379] GHES: HEST is not enabled! [ 0.658593] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.687779] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.690731] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.714496] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.717742] Linux agpgart interface v0.103 [ 0.721368] brd: module loaded [ 0.723754] loop: module loaded [ 0.729114] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.731195] GPT:90111 != 2097151 [ 0.732182] GPT:Alternate GPT header not at the end of the disk. [ 0.733750] GPT:90111 != 2097151 [ 0.734727] GPT: Use GNU Parted to correct GPT errors. [ 0.736103] vda: vda1 vda15 [ 0.737831] scsi host0: ata_piix [ 0.738952] scsi host1: ata_piix [ 0.739988] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.741726] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.744025] libphy: Fixed MDIO Bus: probed [ 0.745207] tun: Universal TUN/TAP device driver, 1.6 [ 0.746570] tun: (C) 1999-2004 Max Krasnyansky [ 0.749427] PPP generic driver version 2.4.2 [ 0.750732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.752436] ehci-pci: EHCI PCI platform driver [ 0.753696] ehci-platform: EHCI generic platform driver [ 0.755116] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.756734] ohci-pci: OHCI PCI platform driver [ 0.758000] ohci-platform: OHCI generic platform driver [ 0.759425] uhci_hcd: USB Universal Host Controller Interface driver [ 0.774112] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.775547] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.777653] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.779083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.780722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.782466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.784508] usb usb1: Product: UHCI Host Controller [ 0.785835] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.787465] usb usb1: SerialNumber: 0000:00:01.2 [ 0.788966] hub 1-0:1.0: USB hub found [ 0.790102] hub 1-0:1.0: 2 ports detected [ 0.791422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.794393] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.795761] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.797220] mousedev: PS/2 mouse device common for all mice [ 0.798993] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.801569] rtc_cmos 00:00: RTC can wake from S4 [ 0.803153] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.804836] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.806534] i2c /dev entries driver [ 0.807626] device-mapper: uevent: version 1.0.3 [ 0.808997] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.811348] ledtrig-cpu: registered to indicate activity on CPUs [ 0.813314] NET: Registered protocol family 10 [ 0.814963] NET: Registered protocol family 17 [ 0.816227] Key type dns_resolver registered [ 0.817593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.819148] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.821661] registered taskstats version 1 [ 0.822861] Loading compiled-in X.509 certificates [ 0.824713] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.827356] zswap: loaded using pool lzo/zbud [ 0.829548] Key type trusted registered [ 0.831853] Key type encrypted registered [ 0.833037] AppArmor: AppArmor sha1 policy hashing enabled [ 0.834522] ima: No TPM chip found, activating TPM-bypass! [ 0.836012] evm: HMAC attrs: 0x1 [ 0.837361] Magic number: 2:847:707 [ 0.838582] rtc_cmos 00:00: setting system clock to 2018-09-02 00:42:26 UTC (1535848946) [ 0.840890] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.842468] EDD information not available. [ 0.899254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916435] Write protecting the kernel read-only data: 14336k [ 0.919473] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922035] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.190386] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.07. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxjJBYk9FVV0VgyeluE54nPRtt0Kgy7wTc0/iqp2VXq5QLbCkDD5U8dJDbKygjGkWfc/wQJ2rHR9J4L9y4+x0x9/1wJ1wGbd+3m0649a8TMssogLhqSHAmg4dK88Z9Hht/v+AAj+gPY6QcpwLzeky5oHgF5otdU/DPVzIYuDGQwseYtegILw5nYIXCzP9XRLGrNhwD/uE3SUrEUl0xq7e9R2zIqTWjTvSC+7hxhIDpP/jUjke37onpJIP1ku5bYKoGO2X73VyAwWRs90KszlPO7xECwgYiaT3p3sOWm82GKIlEIOSNu5ym1vGhluwjlTUeEr4FdQr/ycIfZF7bePL/ root@vping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789 ssh-dss AAAAB3NzaC1kc3MAAACBAKsd8De2Dug0J4sGHgfSMHb7C6LHikLFQvvhkXcDFd5GEEGcCCOWIyNY96x1MdGfCHehls7gupopRzAtY74wbsJczzbisOjrS7I3fCubfo5QWJZxIo77WWWceQOnyvJtrO9Kq7+OkgMbhKcU5HOArwvhyfrLNTE6maxOAnTRc0V7AAAAFQCs4tVNi1xz94QK0nVc+v6mEvi66QAAAIEAmWxN7fYz/ly5+fa6oo7GcUy2YfiaTeduo4FHZdNEUr2hI4Uxzj2WvDpnSjrOUj94CdpRN7gu3mKbgT3wBERM88hRSlXuxrjy/GoQuaHSjjdHIk5lvVkFLoo3QR/byrIoR0Z9molNYZ/70dPemd9OdTkTWkIu743w4tNybp3g/EkAAACBAIXRQ0jrj9h1EB0ASwecml3/XN/RYC/eodjc2mt3OiCq3wJYRc/Z0tSo5d3qb4TcSUGGq+zgloOX8Ji3TEXq/IiLCJHLLEbjfpr4hqB8k6gkcEn3xi+u6n+ou2UibdaoW6IQpeLz3EFFXJG13hPjZEVjlR6Ky1FpbwwXqDgFKIV/ root@vping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fec9:ed11/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.45 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-3a486382-e34e-413d-9232-788b1cf70789 login: /dev/root resized successfully [took 0.32s] 2018-09-02 00:42:31,354 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-02 00:42:31,465 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:42:31,466 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 00:42:31,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:42:31,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:31,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8aa88586-51d9-41d9-8111-8ed0f40d6168 x-compute-request-id: req-8aa88586-51d9-41d9-8111-8ed0f40d6168 Content-Type: application/json 2018-09-02 00:42:31,633 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e used request id req-8aa88586-51d9-41d9-8111-8ed0f40d6168 2018-09-02 00:42:31,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.16259098053s 2018-09-02 00:42:31,634 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e used request id req-8aa88586-51d9-41d9-8111-8ed0f40d6168 2018-09-02 00:42:31,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:31,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:32,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-803213ee-efe3-439b-9139-e63530705782 x-compute-request-id: req-803213ee-efe3-439b-9139-e63530705782 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ed:11", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:24.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:24Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:99:1d", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/494ee834-f94f-4923-ba0d-6eeefebbfe2e", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:15.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "494ee834-f94f-4923-ba0d-6eeefebbfe2e", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:31Z", "hostId": "dc7f01050c20e2b6885ed9baffa8408b1cb1d5b2993f23ac9f1a8372", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:08Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:32,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-803213ee-efe3-439b-9139-e63530705782 2018-09-02 00:42:32,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489701032639s 2018-09-02 00:42:32,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-803213ee-efe3-439b-9139-e63530705782 2018-09-02 00:42:32,127 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:34,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:34,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:34,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9f9721e-aa54-424a-bc0b-093c6768ceee x-compute-request-id: req-e9f9721e-aa54-424a-bc0b-093c6768ceee Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ed:11", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:24.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:24Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:34,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e9f9721e-aa54-424a-bc0b-093c6768ceee 2018-09-02 00:42:34,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.575765132904s 2018-09-02 00:42:34,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e9f9721e-aa54-424a-bc0b-093c6768ceee 2018-09-02 00:42:34,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:42:34,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:34,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:42:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0a0c4d3-9ec4-4f52-9aeb-a08c0d089707 x-compute-request-id: req-a0a0c4d3-9ec4-4f52-9aeb-a08c0d089707 Content-Type: application/json 2018-09-02 00:42:34,861 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a used request id req-a0a0c4d3-9ec4-4f52-9aeb-a08c0d089707 2018-09-02 00:42:34,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.154066085815s 2018-09-02 00:42:34,862 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a used request id req-a0a0c4d3-9ec4-4f52-9aeb-a08c0d089707 2018-09-02 00:42:34,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:34,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:35,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e256568-a1e8-4778-9f99-b3cc46c6de33 x-compute-request-id: req-8e256568-a1e8-4778-9f99-b3cc46c6de33 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ed:11", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/8c3882a1-3f1d-4749-b6ef-d3285094197a", "rel": "bookmark"}], "image": {"id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "links": [{"href": "http://172.30.9.38:8774/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:42:24.000000", "flavor": {"id": "a1553095-7f48-45cd-bfb6-eae1dec23626", "links": [{"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}]}, "id": "8c3882a1-3f1d-4749-b6ef-d3285094197a", "security_groups": [{"name": "default"}], "user_id": "d77d557806b349ea81ad6c21b2b50e9e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:42:34Z", "hostId": "9bf435f85a0cf990ce5dcf9b039f4085b1ec82f03f9e1826d6e4256e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_3a486382-e34e-413d-9232-788b1cf70789", "created": "2018-09-02T00:42:18Z", "tenant_id": "db3428cd093445258b8891f9255b68fa", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:35,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8e256568-a1e8-4778-9f99-b3cc46c6de33 2018-09-02 00:42:35,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201636075974s 2018-09-02 00:42:35,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8e256568-a1e8-4778-9f99-b3cc46c6de33 2018-09-02 00:42:35,066 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:42:37,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:37,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:37,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47ca22f6-0ce3-4c2b-bd08-830a7e169cc1 x-compute-request-id: req-47ca22f6-0ce3-4c2b-bd08-830a7e169cc1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 00:42:37,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-47ca22f6-0ce3-4c2b-bd08-830a7e169cc1 2018-09-02 00:42:37,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0639181137085s 2018-09-02 00:42:37,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-47ca22f6-0ce3-4c2b-bd08-830a7e169cc1 2018-09-02 00:42:37,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:42:37,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" -d '{"subnet_id": "8ed5c075-bc48-4bb6-b7da-268d4f395499"}' 2018-09-02 00:42:38,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d11313db-ab11-4504-9371-3a4c0126bbd9 Date: Sun, 02 Sep 2018 00:42:38 GMT RESP BODY: {"network_id": "1b50d7d3-de87-47c1-b0ba-a216105d8927", "tenant_id": "db3428cd093445258b8891f9255b68fa", "subnet_id": "8ed5c075-bc48-4bb6-b7da-268d4f395499", "subnet_ids": ["8ed5c075-bc48-4bb6-b7da-268d4f395499"], "port_id": "014135b9-5af6-41cd-ad60-8cd7785f157d", "id": "e3bfa22c-1b85-4de9-9993-72e260cd830b"} 2018-09-02 00:42:38,927 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b/remove_router_interface.json used request id req-d11313db-ab11-4504-9371-3a4c0126bbd9 2018-09-02 00:42:38,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79443001747s 2018-09-02 00:42:38,928 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b/remove_router_interface.json used request id req-d11313db-ab11-4504-9371-3a4c0126bbd9 returning object e3bfa22c-1b85-4de9-9993-72e260cd830b 2018-09-02 00:42:38,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:42:38,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:39,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-4252425e-7983-4fab-b24b-b76de3ce66a3 Date: Sun, 02 Sep 2018 00:42:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "db3428cd093445258b8891f9255b68fa", "created_at": "2018-09-02T00:41:59Z", "admin_state_up": true, "updated_at": "2018-09-02T00:42:37Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "db3428cd093445258b8891f9255b68fa", "id": "e3bfa22c-1b85-4de9-9993-72e260cd830b", "name": "vping_userdata-router_3a486382-e34e-413d-9232-788b1cf70789"}]} 2018-09-02 00:42:39,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-4252425e-7983-4fab-b24b-b76de3ce66a3 2018-09-02 00:42:39,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122904062271s 2018-09-02 00:42:39,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-4252425e-7983-4fab-b24b-b76de3ce66a3 2018-09-02 00:42:39,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:42:39,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:40,410 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28d0e6cd-f37e-49d4-96aa-75d918b33b5a Content-Length: 0 Date: Sun, 02 Sep 2018 00:42:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:42:40,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b.json used request id req-28d0e6cd-f37e-49d4-96aa-75d918b33b5a 2018-09-02 00:42:40,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3571190834s 2018-09-02 00:42:40,411 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/e3bfa22c-1b85-4de9-9993-72e260cd830b.json used request id req-28d0e6cd-f37e-49d4-96aa-75d918b33b5a 2018-09-02 00:42:40,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:42:40,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:40,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0554dddd-f9ed-415b-968c-c88d26aacdfc Date: Sun, 02 Sep 2018 00:42:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:41:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"db3428cd093445258b8891f9255b68fa","id":"8ed5c075-bc48-4bb6-b7da-268d4f395499","subnetpool_id":null,"name":"vping_userdata-subnet_3a486382-e34e-413d-9232-788b1cf70789"}]} 2018-09-02 00:42:40,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-0554dddd-f9ed-415b-968c-c88d26aacdfc 2018-09-02 00:42:40,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0412831306458s 2018-09-02 00:42:40,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-0554dddd-f9ed-415b-968c-c88d26aacdfc 2018-09-02 00:42:40,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:42:40,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/8ed5c075-bc48-4bb6-b7da-268d4f395499.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:41,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-83728875-c118-4fdf-a7da-feb2e494cc99 Date: Sun, 02 Sep 2018 00:42:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:42:41,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/8ed5c075-bc48-4bb6-b7da-268d4f395499.json used request id req-83728875-c118-4fdf-a7da-feb2e494cc99 2018-09-02 00:42:41,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.889545917511s 2018-09-02 00:42:41,344 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/8ed5c075-bc48-4bb6-b7da-268d4f395499.json used request id req-83728875-c118-4fdf-a7da-feb2e494cc99 2018-09-02 00:42:41,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:41,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:41,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-65364b13-41f2-4fb7-a118-8c25e308ffc0 Date: Sun, 02 Sep 2018 00:42:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"1b50d7d3-de87-47c1-b0ba-a216105d8927","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"db3428cd093445258b8891f9255b68fa","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:42:41Z","qos_policy_id":null,"name":"vping_userdata-net_3a486382-e34e-413d-9232-788b1cf70789","admin_state_up":true,"tenant_id":"db3428cd093445258b8891f9255b68fa","created_at":"2018-09-02T00:41:58Z","mtu":1450}]} 2018-09-02 00:42:41,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-65364b13-41f2-4fb7-a118-8c25e308ffc0 2018-09-02 00:42:41,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0865368843079s 2018-09-02 00:42:41,432 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-65364b13-41f2-4fb7-a118-8c25e308ffc0 2018-09-02 00:42:41,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:42:41,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/1b50d7d3-de87-47c1-b0ba-a216105d8927.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:42,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f62a6ab4-640b-4fe4-9f12-0bcbcdf5f553 Date: Sun, 02 Sep 2018 00:42:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:42:42,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/1b50d7d3-de87-47c1-b0ba-a216105d8927.json used request id req-f62a6ab4-640b-4fe4-9f12-0bcbcdf5f553 2018-09-02 00:42:42,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.771295785904s 2018-09-02 00:42:42,204 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/1b50d7d3-de87-47c1-b0ba-a216105d8927.json used request id req-f62a6ab4-640b-4fe4-9f12-0bcbcdf5f553 2018-09-02 00:42:42,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:42,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:42,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-12d9a0bf-6ee3-49da-acdf-aa0e0a5586c6 Date: Sun, 02 Sep 2018 00:42:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:05Z", "file": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5/file", "owner": "db3428cd093445258b8891f9255b68fa", "id": "db57996d-a44b-468a-a3f3-e7951ea22db5", "size": 12716032, "self": "/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db57996d-a44b-468a-a3f3-e7951ea22db5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_3a486382-e34e-413d-9232-788b1cf70789", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:42,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-12d9a0bf-6ee3-49da-acdf-aa0e0a5586c6 2018-09-02 00:42:42,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.767399787903s 2018-09-02 00:42:42,976 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-12d9a0bf-6ee3-49da-acdf-aa0e0a5586c6 2018-09-02 00:42:42,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:42:42,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3f0dda28b8db080cb9cc24e1980413d6ccaa10c5" 2018-09-02 00:42:43,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7a2871ad-6cfa-45b8-8962-42f006faf574 Date: Sun, 02 Sep 2018 00:42:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:42:43,389 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5 used request id req-7a2871ad-6cfa-45b8-8962-42f006faf574 2018-09-02 00:42:43,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.410492897034s 2018-09-02 00:42:43,390 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/db57996d-a44b-468a-a3f3-e7951ea22db5 used request id req-7a2871ad-6cfa-45b8-8962-42f006faf574 2018-09-02 00:42:43,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:42:43,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:42:43,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2e7dc3a-0283-4063-a5c6-633297b2bf2b x-compute-request-id: req-f2e7dc3a-0283-4063-a5c6-633297b2bf2b Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_3a486382-e34e-413d-9232-788b1cf70789", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a1553095-7f48-45cd-bfb6-eae1dec23626"}]} 2018-09-02 00:42:43,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-f2e7dc3a-0283-4063-a5c6-633297b2bf2b 2018-09-02 00:42:43,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0892639160156s 2018-09-02 00:42:43,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-f2e7dc3a-0283-4063-a5c6-633297b2bf2b 2018-09-02 00:42:43,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:42:43,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:42:43,666 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0a4c681c-05f8-4e61-8d87-215d452fcf99 x-compute-request-id: req-0a4c681c-05f8-4e61-8d87-215d452fcf99 Content-Length: 0 Content-Type: application/json 2018-09-02 00:42:43,667 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626 used request id req-0a4c681c-05f8-4e61-8d87-215d452fcf99 2018-09-02 00:42:43,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.184792995453s 2018-09-02 00:42:43,667 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/a1553095-7f48-45cd-bfb6-eae1dec23626 used request id req-0a4c681c-05f8-4e61-8d87-215d452fcf99 2018-09-02 00:42:43,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:42:43,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:42:43,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5fb739-9651-43dd-b7dd-12525fbb85de Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789", "links": {"self": "http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d77d557806b349ea81ad6c21b2b50e9e", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:42:43,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-0d5fb739-9651-43dd-b7dd-12525fbb85de 2018-09-02 00:42:43,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19123005867s 2018-09-02 00:42:43,860 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-0d5fb739-9651-43dd-b7dd-12525fbb85de 2018-09-02 00:42:43,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:42:43,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:42:44,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e008ad6f-07b8-4b22-ba5f-6ca30ecc27bb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_3a486382-e34e-413d-9232-788b1cf70789", "links": {"self": "http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d77d557806b349ea81ad6c21b2b50e9e", "description": null}} 2018-09-02 00:42:44,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e used request id req-e008ad6f-07b8-4b22-ba5f-6ca30ecc27bb 2018-09-02 00:42:44,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194324970245s 2018-09-02 00:42:44,060 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e used request id req-e008ad6f-07b8-4b22-ba5f-6ca30ecc27bb 2018-09-02 00:42:44,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 00:42:44,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:42:44,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:42:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7721ca9d-4f44-4a98-85cb-283b0f952a6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:42:44,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e used request id req-7721ca9d-4f44-4a98-85cb-283b0f952a6c 2018-09-02 00:42:44,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.332314014435s 2018-09-02 00:42:44,393 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/d77d557806b349ea81ad6c21b2b50e9e used request id req-7721ca9d-4f44-4a98-85cb-283b0f952a6c 2018-09-02 00:42:44,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:42:44,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:42:44,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be767ba5-fc67-44ce-a7b6-41f8a547fcda Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa"}, "tags": [], "enabled": true, "id": "db3428cd093445258b8891f9255b68fa", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_3a486382-e34e-413d-9232-788b1cf70789"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 00:42:44,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-be767ba5-fc67-44ce-a7b6-41f8a547fcda 2018-09-02 00:42:44,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.17370891571s 2018-09-02 00:42:44,574 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-be767ba5-fc67-44ce-a7b6-41f8a547fcda 2018-09-02 00:42:44,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 00:42:44,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ce83146604f4d53a7effe4190940348cdcc98d1" 2018-09-02 00:42:44,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:42:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48505cfb-f4c5-4702-b5ea-c2c1635f69ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:42:44,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa used request id req-48505cfb-f4c5-4702-b5ea-c2c1635f69ec 2018-09-02 00:42:44,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.223528862s 2018-09-02 00:42:44,802 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/db3428cd093445258b8891f9255b68fa used request id req-48505cfb-f4c5-4702-b5ea-c2c1635f69ec 2018-09-02 00:42:44,854 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:42:44,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:42:44,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:42:44,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:42:44,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6b91e21-e1f6-4b41-ae7b-0eaef43f110a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:42:44,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-e6b91e21-e1f6-4b41-ae7b-0eaef43f110a 2018-09-02 00:42:44,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:42:45,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["Jk11gtJoSTW7jLAqbzh0uA"], "issued_at": "2018-09-02T00:42:45.000000Z"}} 2018-09-02 00:42:45,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:45,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:45,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-1a66038b-7217-4038-a997-0f083d080ded Date: Sun, 02 Sep 2018 00:42:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:42:45,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1a66038b-7217-4038-a997-0f083d080ded 2018-09-02 00:42:45,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.435830831528s 2018-09-02 00:42:45,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1a66038b-7217-4038-a997-0f083d080ded 2018-09-02 00:42:45,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:42:45,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:42:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02c84708-4400-4f02-a341-c063c815d193 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:42:45,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-02c84708-4400-4f02-a341-c063c815d193 2018-09-02 00:42:45,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:42:45,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:45,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecdfcdbe-07ee-41d9-9abe-a55932496c0a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:42:45,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-ecdfcdbe-07ee-41d9-9abe-a55932496c0a 2018-09-02 00:42:45,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186518907547s 2018-09-02 00:42:45,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-ecdfcdbe-07ee-41d9-9abe-a55932496c0a 2018-09-02 00:42:46,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:42:46,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446"}}' 2018-09-02 00:42:46,189 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:42:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6da1590e-3e30-4ce5-b1a4-131285ae385d Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0"}, "tags": [], "enabled": true, "id": "27ab22273ec942e287782b0770fdfbf0", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446"}} 2018-09-02 00:42:46,189 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-6da1590e-3e30-4ce5-b1a4-131285ae385d 2018-09-02 00:42:46,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.185077905655s 2018-09-02 00:42:46,189 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-6da1590e-3e30-4ce5-b1a4-131285ae385d 2018-09-02 00:42:46,190 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'27ab22273ec942e287782b0770fdfbf0', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446'}) 2018-09-02 00:42:46,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:42:46,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b76a7f95-8280-44ea-825c-1b795ebaa873", "email": null, "name": "cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446"}}' 2018-09-02 00:42:46,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:42:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d28dd8ad-5117-424f-8d06-8592167b22dc Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446", "links": {"self": "http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:42:46,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-d28dd8ad-5117-424f-8d06-8592167b22dc 2018-09-02 00:42:46,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.466504096985s 2018-09-02 00:42:46,663 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-d28dd8ad-5117-424f-8d06-8592167b22dc 2018-09-02 00:42:46,663 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b8fe2fc2ca2f4decaf59c17032fc5efc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446'}) 2018-09-02 00:42:46,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:42:46,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:46,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a1d8c6-7b73-4b4f-9955-7e8f66bb02bc Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:42:46,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-68a1d8c6-7b73-4b4f-9955-7e8f66bb02bc 2018-09-02 00:42:46,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.270528078079s 2018-09-02 00:42:46,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-68a1d8c6-7b73-4b4f-9955-7e8f66bb02bc 2018-09-02 00:42:46,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:42:46,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:47,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612c46c4-8c94-4706-8f52-002c362bdfb2 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:42:47,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-612c46c4-8c94-4706-8f52-002c362bdfb2 2018-09-02 00:42:47,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188956022263s 2018-09-02 00:42:47,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-612c46c4-8c94-4706-8f52-002c362bdfb2 2018-09-02 00:42:47,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:42:47,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:47,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e3514b-75fc-4632-b9ac-83e6d6f8883c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:42:47,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-99e3514b-75fc-4632-b9ac-83e6d6f8883c 2018-09-02 00:42:47,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174978971481s 2018-09-02 00:42:47,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-99e3514b-75fc-4632-b9ac-83e6d6f8883c 2018-09-02 00:42:47,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:42:47,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:47,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71253df0-e233-4348-96f0-c6178fbf6d24 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:42:47,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-71253df0-e233-4348-96f0-c6178fbf6d24 2018-09-02 00:42:47,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103087902069s 2018-09-02 00:42:47,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-71253df0-e233-4348-96f0-c6178fbf6d24 2018-09-02 00:42:47,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:42:47,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:47,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d6884c-3268-4cf8-baac-6878cf9b9240 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446", "links": {"self": "http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:42:47,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-c4d6884c-3268-4cf8-baac-6878cf9b9240 2018-09-02 00:42:47,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117918968201s 2018-09-02 00:42:47,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-c4d6884c-3268-4cf8-baac-6878cf9b9240 2018-09-02 00:42:47,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:42:47,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:47,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67cd83a6-5b34-42ee-8937-f71d7c3b9ee5 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0"}, "tags": [], "enabled": true, "id": "27ab22273ec942e287782b0770fdfbf0", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 00:42:47,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-67cd83a6-5b34-42ee-8937-f71d7c3b9ee5 2018-09-02 00:42:47,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11096405983s 2018-09-02 00:42:47,661 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-67cd83a6-5b34-42ee-8937-f71d7c3b9ee5 2018-09-02 00:42:47,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:42:47,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=b8fe2fc2ca2f4decaf59c17032fc5efc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=27ab22273ec942e287782b0770fdfbf0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:47,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db42316-6bdb-47c8-8d54-25b168f4aa7a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=b8fe2fc2ca2f4decaf59c17032fc5efc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=27ab22273ec942e287782b0770fdfbf0", "previous": null, "next": null}} 2018-09-02 00:42:47,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=b8fe2fc2ca2f4decaf59c17032fc5efc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=27ab22273ec942e287782b0770fdfbf0 used request id req-9db42316-6bdb-47c8-8d54-25b168f4aa7a 2018-09-02 00:42:47,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0980339050293s 2018-09-02 00:42:47,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=b8fe2fc2ca2f4decaf59c17032fc5efc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=27ab22273ec942e287782b0770fdfbf0 used request id req-9db42316-6bdb-47c8-8d54-25b168f4aa7a 2018-09-02 00:42:47,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:42:47,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0/users/b8fe2fc2ca2f4decaf59c17032fc5efc/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:42:47,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:42:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-110c71c9-15e1-4a46-97cf-f7b9b6a90a8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:42:47,989 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0/users/b8fe2fc2ca2f4decaf59c17032fc5efc/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-110c71c9-15e1-4a46-97cf-f7b9b6a90a8d 2018-09-02 00:42:47,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.218441963196s 2018-09-02 00:42:47,989 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0/users/b8fe2fc2ca2f4decaf59c17032fc5efc/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-110c71c9-15e1-4a46-97cf-f7b9b6a90a8d 2018-09-02 00:42:47,990 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'27ab22273ec942e287782b0770fdfbf0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b76a7f95-8280-44ea-825c-1b795ebaa873', 'username': u'cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:42:47,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:42:47,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:42:47,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:42:47,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:42:47,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:42:47,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:42:47,995 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446', 'password': 'b76a7f95-8280-44ea-825c-1b795ebaa873', 'project_name': 'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '27ab22273ec942e287782b0770fdfbf0', 'project_domain_name': 'Default'} 2018-09-02 00:42:47,995 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-09-02 00:42:47,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:42:48,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e0ec4a-fbde-4f50-8b3c-a6f79ae64087 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:42:48,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-93e0ec4a-fbde-4f50-8b3c-a6f79ae64087 2018-09-02 00:42:48,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:42:48,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:42:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27ab22273ec942e287782b0770fdfbf0", "name": "cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/27ab22273ec942e287782b0770fdfbf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/27ab22273ec942e287782b0770fdfbf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/27ab22273ec942e287782b0770fdfbf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/27ab22273ec942e287782b0770fdfbf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/27ab22273ec942e287782b0770fdfbf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/27ab22273ec942e287782b0770fdfbf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/27ab22273ec942e287782b0770fdfbf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/27ab22273ec942e287782b0770fdfbf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_27ab22273ec942e287782b0770fdfbf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_27ab22273ec942e287782b0770fdfbf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/27ab22273ec942e287782b0770fdfbf0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/27ab22273ec942e287782b0770fdfbf0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/27ab22273ec942e287782b0770fdfbf0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446", "id": "b8fe2fc2ca2f4decaf59c17032fc5efc"}, "audit_ids": ["C3niiCNkS7Si23UdUSyLvw"], "issued_at": "2018-09-02T00:42:48.000000Z"}} 2018-09-02 00:42:48,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:42:48,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"network": {"name": "cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446", "admin_state_up": true}}' 2018-09-02 00:42:48,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 630 X-Openstack-Request-Id: req-ec0f29c5-3f9d-4079-96c7-076dbd92c41e Date: Sun, 02 Sep 2018 00:42:48 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:42:48Z","is_default":false,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","qos_policy_id":null,"admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}} 2018-09-02 00:42:48,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-ec0f29c5-3f9d-4079-96c7-076dbd92c41e 2018-09-02 00:42:48,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.59916806221s 2018-09-02 00:42:48,990 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-ec0f29c5-3f9d-4079-96c7-076dbd92c41e 2018-09-02 00:42:48,990 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:42:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'1dba1512-525e-4fe9-ad59-71cb5f873619', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446', u'admin_state_up': True, u'tenant_id': u'27ab22273ec942e287782b0770fdfbf0', u'created_at': u'2018-09-02T00:42:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'27ab22273ec942e287782b0770fdfbf0', u'l2_adjacency': True}) 2018-09-02 00:42:48,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:48,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:49,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-c6942d67-4cc7-436e-9ee4-3d9bb80d3870 Date: Sun, 02 Sep 2018 00:42:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:42:48Z","qos_policy_id":null,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}]} 2018-09-02 00:42:49,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c6942d67-4cc7-436e-9ee4-3d9bb80d3870 2018-09-02 00:42:49,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112565040588s 2018-09-02 00:42:49,104 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c6942d67-4cc7-436e-9ee4-3d9bb80d3870 2018-09-02 00:42:49,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:42:49,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"subnet": {"name": "cinder_test-subnet_3a16a015-735b-4832-b24a-89df6dc8c446", "enable_dhcp": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:42:49,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d4e78b85-4945-4ba6-9133-b39818b2a0b8 Date: Sun, 02 Sep 2018 00:42:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1dba1512-525e-4fe9-ad59-71cb5f873619","tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:42:49Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"27ab22273ec942e287782b0770fdfbf0","id":"9b8846da-fcdc-4ab0-9684-b72d516df008","subnetpool_id":null,"name":"cinder_test-subnet_3a16a015-735b-4832-b24a-89df6dc8c446"}} 2018-09-02 00:42:49,864 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-d4e78b85-4945-4ba6-9133-b39818b2a0b8 2018-09-02 00:42:49,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.758337974548s 2018-09-02 00:42:49,864 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-d4e78b85-4945-4ba6-9133-b39818b2a0b8 2018-09-02 00:42:49,864 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:42:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'9b8846da-fcdc-4ab0-9684-b72d516df008', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_3a16a015-735b-4832-b24a-89df6dc8c446', u'enable_dhcp': True, u'network_id': u'1dba1512-525e-4fe9-ad59-71cb5f873619', u'tenant_id': u'27ab22273ec942e287782b0770fdfbf0', u'created_at': u'2018-09-02T00:42:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'27ab22273ec942e287782b0770fdfbf0'}) 2018-09-02 00:42:49,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:42:49,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "cinder_test-router_3a16a015-735b-4832-b24a-89df6dc8c446", "admin_state_up": true}}' 2018-09-02 00:42:51,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-5a0c4f07-e011-4d4f-8330-05b3296b9549 Date: Sun, 02 Sep 2018 00:42:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:49Z", "admin_state_up": true, "updated_at": "2018-09-02T00:42:51Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "647809ec-654b-4bc8-828b-c113dd7a4543", "name": "cinder_test-router_3a16a015-735b-4832-b24a-89df6dc8c446"}} 2018-09-02 00:42:51,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-5a0c4f07-e011-4d4f-8330-05b3296b9549 2018-09-02 00:42:51,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.50971484184s 2018-09-02 00:42:51,375 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-5a0c4f07-e011-4d4f-8330-05b3296b9549 2018-09-02 00:42:51,376 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:42:51Z', u'revision_number': 2, u'id': u'647809ec-654b-4bc8-828b-c113dd7a4543', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-router_3a16a015-735b-4832-b24a-89df6dc8c446', u'admin_state_up': True, u'tenant_id': u'27ab22273ec942e287782b0770fdfbf0', u'created_at': u'2018-09-02T00:42:49Z', u'flavor_id': None, u'routes': [], u'project_id': u'27ab22273ec942e287782b0770fdfbf0'}) 2018-09-02 00:42:51,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:42:51,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"subnet_id": "9b8846da-fcdc-4ab0-9684-b72d516df008"}' 2018-09-02 00:42:53,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-16bb19d7-9902-4fae-8214-9ef49d449440 Date: Sun, 02 Sep 2018 00:42:53 GMT RESP BODY: {"network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "subnet_id": "9b8846da-fcdc-4ab0-9684-b72d516df008", "subnet_ids": ["9b8846da-fcdc-4ab0-9684-b72d516df008"], "port_id": "269788b9-4f60-460a-986f-1aefacb6adff", "id": "647809ec-654b-4bc8-828b-c113dd7a4543"} 2018-09-02 00:42:53,641 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543/add_router_interface.json used request id req-16bb19d7-9902-4fae-8214-9ef49d449440 2018-09-02 00:42:53,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.26496601105s 2018-09-02 00:42:53,642 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543/add_router_interface.json used request id req-16bb19d7-9902-4fae-8214-9ef49d449440 returning object 647809ec-654b-4bc8-828b-c113dd7a4543 2018-09-02 00:42:53,642 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:42:53,770 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:42:53,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:42:53,776 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:42:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:42:53,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:53,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:54,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8b99cde3-c5c6-495b-b8a2-2bf4a2b41247 Date: Sun, 02 Sep 2018 00:42:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:54,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8b99cde3-c5c6-495b-b8a2-2bf4a2b41247 2018-09-02 00:42:54,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283843994141s 2018-09-02 00:42:54,063 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8b99cde3-c5c6-495b-b8a2-2bf4a2b41247 2018-09-02 00:42:54,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:42:54,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446"}' 2018-09-02 00:42:54,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0007c4fc-b006-4697-a808-44ba46e76c5a Date: Sun, 02 Sep 2018 00:42:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:54Z", "file": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file", "owner": "27ab22273ec942e287782b0770fdfbf0", "id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "size": null, "self": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "checksum": null, "created_at": "2018-09-02T00:42:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:42:54,123 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-0007c4fc-b006-4697-a808-44ba46e76c5a 2018-09-02 00:42:54,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.051609992981s 2018-09-02 00:42:54,123 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-0007c4fc-b006-4697-a808-44ba46e76c5a returning object 6a6527ec-8c6c-45e1-a3b0-7c4a361112ea 2018-09-02 00:42:54,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:42:54,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '' 2018-09-02 00:42:55,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-20b10a42-8b2c-4f38-b458-1244f25f065d Date: Sun, 02 Sep 2018 00:42:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:42:55,275 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file used request id req-20b10a42-8b2c-4f38-b458-1244f25f065d 2018-09-02 00:42:55,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.15173697472s 2018-09-02 00:42:55,276 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file used request id req-20b10a42-8b2c-4f38-b458-1244f25f065d 2018-09-02 00:42:55,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:55,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:55,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-9f8445bd-9a74-4aee-85ae-90c131d669af Date: Sun, 02 Sep 2018 00:42:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:55Z", "file": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file", "owner": "27ab22273ec942e287782b0770fdfbf0", "id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "size": 12716032, "self": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:55,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9f8445bd-9a74-4aee-85ae-90c131d669af 2018-09-02 00:42:55,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.134270906448s 2018-09-02 00:42:55,415 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9f8445bd-9a74-4aee-85ae-90c131d669af 2018-09-02 00:42:55,417 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file', 'owner': u'27ab22273ec942e287782b0770fdfbf0', 'id': u'6a6527ec-8c6c-45e1-a3b0-7c4a361112ea', 'size': 12716032, u'self': u'/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27ab22273ec942e287782b0770fdfbf0', 'name': 'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:42:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T00:42:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446', 'created': u'2018-09-02T00:42:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:42:54Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:42:55,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:42:55,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_3a16a015-735b-4832-b24a-89df6dc8c446", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:42:55,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e106ee1-1542-4cf3-963c-ca3e8839f71a x-compute-request-id: req-9e106ee1-1542-4cf3-963c-ca3e8839f71a Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_3a16a015-735b-4832-b24a-89df6dc8c446", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc"}} 2018-09-02 00:42:55,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-9e106ee1-1542-4cf3-963c-ca3e8839f71a 2018-09-02 00:42:55,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.280828952789s 2018-09-02 00:42:55,699 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-9e106ee1-1542-4cf3-963c-ca3e8839f71a 2018-09-02 00:42:55,700 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_3a16a015-735b-4832-b24a-89df6dc8c446', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd50dd3ad-07e4-4042-a240-31ec98a2dbcc', 'swap': 0}) 2018-09-02 00:42:55,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:42:55,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" -d '{"extra_specs": {}}' 2018-09-02 00:42:55,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7038548a-8912-4b45-a962-46bfeb90a9ce x-compute-request-id: req-7038548a-8912-4b45-a962-46bfeb90a9ce Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:42:55,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc/os-extra_specs used request id req-7038548a-8912-4b45-a962-46bfeb90a9ce 2018-09-02 00:42:55,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199551582336s 2018-09-02 00:42:55,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc/os-extra_specs used request id req-7038548a-8912-4b45-a962-46bfeb90a9ce 2018-09-02 00:42:55,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 00:42:55,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"keypair": {"name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446"}}' 2018-09-02 00:42:56,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e36e1f03-9fa8-43a0-83ef-28bb6fb325dd x-compute-request-id: req-e36e1f03-9fa8-43a0-83ef-28bb6fb325dd Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD0rsVcAQQRsa5ST3K0SSUfwHqYkyRESDdQRv+O5UqJCE89eJ8+qtoHBb2JZHvm8wfza3Sw+XyYcdaWS46QBzSbUFjEq7+7LEJScrkWka80Cumt2YcsHBdF7BP+Cq9jNryCX0lm7BCMsatJqhy02ofkSXZQB+ZAKqrMTzg2WU+yWNrcV0zmp6r9HuJQKbWtGgTY+1cshIgQfiJP05BzmqxfpV43+e4gXIpGHETM4rPA3yE2/ZnLm6fttkB7pPcGH6IWrbDWjf+ca9e3Xgg/9HltLPQJPO3fTtCJFCBwi2McXbChISuq0akyKnV/ZfO0IeSD8kyKC+E0ul8C2/vAjJ/l Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA9K7FXAEEEbGuUk9ytEklH8B6mJMkREg3UEb/juVKiQhPPXif\nPqraBwW9iWR75vMH82t0sPl8mHHWlkuOkAc0m1BYxKu/uyxCUnK5FpGvNArprdmH\nLBwXRewT/gqvYza8gl9JZuwQjLGrSaoctNqH5El2UAfmQCqqzE84NllPslja3FdM\n5qeq/R7iUCm1rRoE2PtXLISIEH4iT9OQc5qsX6VeN/nuIFyKRhxEzOKzwN8hNv2Z\ny5un7bZAe6T3Bh+iFq2w1o3/nGvXt14IP/R5bSz0CTzt307QiRQgcItjHF2woSEr\nqtGpMip1f2XztCHkg/JMigvhNLpfAtv7wIyf5QIDAQABAoIBAQDj98GhisDDy4vi\n3Gq+VjfkcWzHoq/zfmUqwjtwY2kiaz+Iwk18Eaq5SDvjOl/GOUB7Ju69xHS1g7qu\npQ7aWhxFaIKMGoi0VvQj5QdVY76c+l3lv/oUusdkOiQWWNY31dOklCrLXb29l/tC\n0t+UENbzdw5oWjPILPidCmIRIP0D57r+vBaYhxae658z7Iz8ySjhvXsO5am2dEZ5\nbsYKq9K1Ybsovq2VGQvO8lO7oK6bK67H7B6E0hAcHabV7a4Xb7HG5u/kBypNZaFQ\nQR98ae52FWr6EOO7CZXgFm28GOK4dLoG4t52ezpE1GhbteNi0KY1qX4JHkmZOjV7\neZNl2wABAoGBAPyZ2JFwK2TvKjhaoN5impxwU7n2OdHA7q36Ru/Rs86hra1UNGQ0\nRKUOpktrmLab38AwASHwSK0Lxi/Y6m2WwbKZ+r31kH+eldqEwmVVsyKrZnqYLH7R\njwX9mbK3H5FEok9r/yqrGKg1Xg16QSJgTyHsfaI+AnggyZsjw9Eyo8ABAoGBAPf5\npfgrR6sjVByv8D5OT/UZqANkeXcnKz9Zb1Cl/GkMc3zbi+OgxDle2HSVegsdaGMT\nLtHGj1l5pu8HkR0pJE6uhVad4QwwjMIXR13DqR5oimGya0E0KiUqPgOXNyHQqDv6\nmbSNxw3mhCNC0N5wXchIq3BG/M30LZ0Oxs0P0d/lAoGADN2hJDc8XpW35srm6qzH\nBzTJbu1VoJNdFMtslYZuzBV8DRn+2SO4Y1fNrIW8b4Cc8uL/C8V7TiUNYR6BQjet\ngfVJyicZxwZCx7B/Xj3xM9DbFV9u1L7DtCBolauyFeoTAkyT4I56YQbm1XTmoGOb\nZDTxaTQTWB8DZb16mcskgAECgYAGw+zfRG8EIEafMb2gNYrA6R5IWWlm8s6fP9Vl\noeGtDAXqliLO5wfzeL73D0zxGLBMY62XU499pXAEfXRcE09GRkSlBFGrf3eXpALy\nb/AhQEDmQXPjp4Su1uQyPOHoLkUovcGLx4JywqNAQwZnyzED0de7jHRBOjQ0YL7T\nwWa8cQKBgQDBmS4JoTua4IQM7j4yrSuFuuMP4xB3wfJ6yIjcLp04T7CZinESmHWB\nZbAe/1YV2nHTq8wdZiUalMbvnjAM54l9SoxymPhenCvBgqdQK1Wavu20dC3eCIEm\n9DuOdOLpsqY1EZnUuzgXmAv+w2SFovqyw5gP5UU7BbsuPwoHAlZJcQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "fingerprint": "4d:35:dc:a3:80:3f:eb:66:d9:5f:4a:0e:3c:d6:3a:b5"}} 2018-09-02 00:42:56,116 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-e36e1f03-9fa8-43a0-83ef-28bb6fb325dd 2018-09-02 00:42:56,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.394841194153s 2018-09-02 00:42:56,117 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-e36e1f03-9fa8-43a0-83ef-28bb6fb325dd 2018-09-02 00:42:56,117 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD0rsVcAQQRsa5ST3K0SSUfwHqYkyRESDdQRv+O5UqJCE89eJ8+qtoHBb2JZHvm8wfza3Sw+XyYcdaWS46QBzSbUFjEq7+7LEJScrkWka80Cumt2YcsHBdF7BP+Cq9jNryCX0lm7BCMsatJqhy02ofkSXZQB+ZAKqrMTzg2WU+yWNrcV0zmp6r9HuJQKbWtGgTY+1cshIgQfiJP05BzmqxfpV43+e4gXIpGHETM4rPA3yE2/ZnLm6fttkB7pPcGH6IWrbDWjf+ca9e3Xgg/9HltLPQJPO3fTtCJFCBwi2McXbChISuq0akyKnV/ZfO0IeSD8kyKC+E0ul8C2/vAjJ/l Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA9K7FXAEEEbGuUk9ytEklH8B6mJMkREg3UEb/juVKiQhPPXif\nPqraBwW9iWR75vMH82t0sPl8mHHWlkuOkAc0m1BYxKu/uyxCUnK5FpGvNArprdmH\nLBwXRewT/gqvYza8gl9JZuwQjLGrSaoctNqH5El2UAfmQCqqzE84NllPslja3FdM\n5qeq/R7iUCm1rRoE2PtXLISIEH4iT9OQc5qsX6VeN/nuIFyKRhxEzOKzwN8hNv2Z\ny5un7bZAe6T3Bh+iFq2w1o3/nGvXt14IP/R5bSz0CTzt307QiRQgcItjHF2woSEr\nqtGpMip1f2XztCHkg/JMigvhNLpfAtv7wIyf5QIDAQABAoIBAQDj98GhisDDy4vi\n3Gq+VjfkcWzHoq/zfmUqwjtwY2kiaz+Iwk18Eaq5SDvjOl/GOUB7Ju69xHS1g7qu\npQ7aWhxFaIKMGoi0VvQj5QdVY76c+l3lv/oUusdkOiQWWNY31dOklCrLXb29l/tC\n0t+UENbzdw5oWjPILPidCmIRIP0D57r+vBaYhxae658z7Iz8ySjhvXsO5am2dEZ5\nbsYKq9K1Ybsovq2VGQvO8lO7oK6bK67H7B6E0hAcHabV7a4Xb7HG5u/kBypNZaFQ\nQR98ae52FWr6EOO7CZXgFm28GOK4dLoG4t52ezpE1GhbteNi0KY1qX4JHkmZOjV7\neZNl2wABAoGBAPyZ2JFwK2TvKjhaoN5impxwU7n2OdHA7q36Ru/Rs86hra1UNGQ0\nRKUOpktrmLab38AwASHwSK0Lxi/Y6m2WwbKZ+r31kH+eldqEwmVVsyKrZnqYLH7R\njwX9mbK3H5FEok9r/yqrGKg1Xg16QSJgTyHsfaI+AnggyZsjw9Eyo8ABAoGBAPf5\npfgrR6sjVByv8D5OT/UZqANkeXcnKz9Zb1Cl/GkMc3zbi+OgxDle2HSVegsdaGMT\nLtHGj1l5pu8HkR0pJE6uhVad4QwwjMIXR13DqR5oimGya0E0KiUqPgOXNyHQqDv6\nmbSNxw3mhCNC0N5wXchIq3BG/M30LZ0Oxs0P0d/lAoGADN2hJDc8XpW35srm6qzH\nBzTJbu1VoJNdFMtslYZuzBV8DRn+2SO4Y1fNrIW8b4Cc8uL/C8V7TiUNYR6BQjet\ngfVJyicZxwZCx7B/Xj3xM9DbFV9u1L7DtCBolauyFeoTAkyT4I56YQbm1XTmoGOb\nZDTxaTQTWB8DZb16mcskgAECgYAGw+zfRG8EIEafMb2gNYrA6R5IWWlm8s6fP9Vl\noeGtDAXqliLO5wfzeL73D0zxGLBMY62XU499pXAEfXRcE09GRkSlBFGrf3eXpALy\nb/AhQEDmQXPjp4Su1uQyPOHoLkUovcGLx4JywqNAQwZnyzED0de7jHRBOjQ0YL7T\nwWa8cQKBgQDBmS4JoTua4IQM7j4yrSuFuuMP4xB3wfJ6yIjcLp04T7CZinESmHWB\nZbAe/1YV2nHTq8wdZiUalMbvnjAM54l9SoxymPhenCvBgqdQK1Wavu20dC3eCIEm\n9DuOdOLpsqY1EZnUuzgXmAv+w2SFovqyw5gP5UU7BbsuPwoHAlZJcQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b8fe2fc2ca2f4decaf59c17032fc5efc', 'name': u'cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446', 'created_at': '2018-09-02T00:42:56.117717', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27ab22273ec942e287782b0770fdfbf0', 'name': 'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4d:35:dc:a3:80:3f:eb:66:d9:5f:4a:0e:3c:d6:3a:b5', 'type': 'ssh', 'id': u'cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446'}) 2018-09-02 00:42:56,118 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA9K7FXAEEEbGuUk9ytEklH8B6mJMkREg3UEb/juVKiQhPPXif PqraBwW9iWR75vMH82t0sPl8mHHWlkuOkAc0m1BYxKu/uyxCUnK5FpGvNArprdmH LBwXRewT/gqvYza8gl9JZuwQjLGrSaoctNqH5El2UAfmQCqqzE84NllPslja3FdM 5qeq/R7iUCm1rRoE2PtXLISIEH4iT9OQc5qsX6VeN/nuIFyKRhxEzOKzwN8hNv2Z y5un7bZAe6T3Bh+iFq2w1o3/nGvXt14IP/R5bSz0CTzt307QiRQgcItjHF2woSEr qtGpMip1f2XztCHkg/JMigvhNLpfAtv7wIyf5QIDAQABAoIBAQDj98GhisDDy4vi 3Gq+VjfkcWzHoq/zfmUqwjtwY2kiaz+Iwk18Eaq5SDvjOl/GOUB7Ju69xHS1g7qu pQ7aWhxFaIKMGoi0VvQj5QdVY76c+l3lv/oUusdkOiQWWNY31dOklCrLXb29l/tC 0t+UENbzdw5oWjPILPidCmIRIP0D57r+vBaYhxae658z7Iz8ySjhvXsO5am2dEZ5 bsYKq9K1Ybsovq2VGQvO8lO7oK6bK67H7B6E0hAcHabV7a4Xb7HG5u/kBypNZaFQ QR98ae52FWr6EOO7CZXgFm28GOK4dLoG4t52ezpE1GhbteNi0KY1qX4JHkmZOjV7 eZNl2wABAoGBAPyZ2JFwK2TvKjhaoN5impxwU7n2OdHA7q36Ru/Rs86hra1UNGQ0 RKUOpktrmLab38AwASHwSK0Lxi/Y6m2WwbKZ+r31kH+eldqEwmVVsyKrZnqYLH7R jwX9mbK3H5FEok9r/yqrGKg1Xg16QSJgTyHsfaI+AnggyZsjw9Eyo8ABAoGBAPf5 pfgrR6sjVByv8D5OT/UZqANkeXcnKz9Zb1Cl/GkMc3zbi+OgxDle2HSVegsdaGMT LtHGj1l5pu8HkR0pJE6uhVad4QwwjMIXR13DqR5oimGya0E0KiUqPgOXNyHQqDv6 mbSNxw3mhCNC0N5wXchIq3BG/M30LZ0Oxs0P0d/lAoGADN2hJDc8XpW35srm6qzH BzTJbu1VoJNdFMtslYZuzBV8DRn+2SO4Y1fNrIW8b4Cc8uL/C8V7TiUNYR6BQjet gfVJyicZxwZCx7B/Xj3xM9DbFV9u1L7DtCBolauyFeoTAkyT4I56YQbm1XTmoGOb ZDTxaTQTWB8DZb16mcskgAECgYAGw+zfRG8EIEafMb2gNYrA6R5IWWlm8s6fP9Vl oeGtDAXqliLO5wfzeL73D0zxGLBMY62XU499pXAEfXRcE09GRkSlBFGrf3eXpALy b/AhQEDmQXPjp4Su1uQyPOHoLkUovcGLx4JywqNAQwZnyzED0de7jHRBOjQ0YL7T wWa8cQKBgQDBmS4JoTua4IQM7j4yrSuFuuMP4xB3wfJ6yIjcLp04T7CZinESmHWB ZbAe/1YV2nHTq8wdZiUalMbvnjAM54l9SoxymPhenCvBgqdQK1Wavu20dC3eCIEm 9DuOdOLpsqY1EZnUuzgXmAv+w2SFovqyw5gP5UU7BbsuPwoHAlZJcQ== -----END RSA PRIVATE KEY----- 2018-09-02 00:42:56,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 00:42:56,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"security_group": {"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-09-02 00:42:56,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-2fa1ef43-f193-48a6-8e57-2ec71c38b0e8 Date: Sun, 02 Sep 2018 00:42:56 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:56Z", "updated_at": "2018-09-02T00:42:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "9d65e628-a5ec-4685-bb29-7374f8568476", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "ee24071f-4f81-42ba-8243-d1f900690fa1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}} 2018-09-02 00:42:56,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-2fa1ef43-f193-48a6-8e57-2ec71c38b0e8 2018-09-02 00:42:56,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.159700155258s 2018-09-02 00:42:56,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-2fa1ef43-f193-48a6-8e57-2ec71c38b0e8 2018-09-02 00:42:56,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:42:56,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:56,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-bd3dec21-0292-4492-a892-32ec12032234 Date: Sun, 02 Sep 2018 00:42:56 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:56Z", "updated_at": "2018-09-02T00:42:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "9d65e628-a5ec-4685-bb29-7374f8568476", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "ee24071f-4f81-42ba-8243-d1f900690fa1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}, {"description": "Default security group", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:48Z", "updated_at": "2018-09-02T00:42:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "08ed0810-685e-45ed-b90d-4540c60a1e8c", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "789a9490-e069-447c-a35e-adcad9e8bc37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "c5a6ad4c-2a7f-4287-a5ed-d059c5c20521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "d7f2a1f3-7c28-408f-b8bb-54402fc183aa", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "name": "default"}]} 2018-09-02 00:42:56,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-bd3dec21-0292-4492-a892-32ec12032234 2018-09-02 00:42:56,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0600860118866s 2018-09-02 00:42:56,345 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-bd3dec21-0292-4492-a892-32ec12032234 2018-09-02 00:42:56,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:42:56,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153"}}' 2018-09-02 00:42:56,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-30d85a27-1ecc-47f0-a9da-09d94ace0b55 Date: Sun, 02 Sep 2018 00:42:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "port_range_min": 22, "revision_number": 0, "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:56Z", "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "47e1086c-0c82-4b91-b156-1b29b073745d"}} 2018-09-02 00:42:56,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-30d85a27-1ecc-47f0-a9da-09d94ace0b55 2018-09-02 00:42:56,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.098051071167s 2018-09-02 00:42:56,448 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-30d85a27-1ecc-47f0-a9da-09d94ace0b55 2018-09-02 00:42:56,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:42:56,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:56,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-3bb53aa1-785f-4a65-ba17-4bfe681938b3 Date: Sun, 02 Sep 2018 00:42:56 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:56Z", "updated_at": "2018-09-02T00:42:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "47e1086c-0c82-4b91-b156-1b29b073745d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "9d65e628-a5ec-4685-bb29-7374f8568476", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "ee24071f-4f81-42ba-8243-d1f900690fa1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 2, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}, {"description": "Default security group", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:48Z", "updated_at": "2018-09-02T00:42:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "08ed0810-685e-45ed-b90d-4540c60a1e8c", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "789a9490-e069-447c-a35e-adcad9e8bc37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "c5a6ad4c-2a7f-4287-a5ed-d059c5c20521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "d7f2a1f3-7c28-408f-b8bb-54402fc183aa", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "name": "default"}]} 2018-09-02 00:42:56,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-3bb53aa1-785f-4a65-ba17-4bfe681938b3 2018-09-02 00:42:56,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0410099029541s 2018-09-02 00:42:56,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-3bb53aa1-785f-4a65-ba17-4bfe681938b3 2018-09-02 00:42:56,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 00:42:56,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153"}}' 2018-09-02 00:42:56,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-bfec5f19-4423-4da8-99ac-65807482fff3 Date: Sun, 02 Sep 2018 00:42:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "port_range_min": null, "revision_number": 0, "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:56Z", "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "312af36c-6fbb-438e-aa9b-863d977c2d13"}} 2018-09-02 00:42:56,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-bfec5f19-4423-4da8-99ac-65807482fff3 2018-09-02 00:42:56,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.115681171417s 2018-09-02 00:42:56,612 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-bfec5f19-4423-4da8-99ac-65807482fff3 2018-09-02 00:42:56,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:56,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:56,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-2d57bc31-f21b-4689-b0b5-8984d52056bc Date: Sun, 02 Sep 2018 00:42:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":["9b8846da-fcdc-4ab0-9684-b72d516df008"],"description":"","tags":[],"updated_at":"2018-09-02T00:42:49Z","qos_policy_id":null,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}]} 2018-09-02 00:42:56,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-2d57bc31-f21b-4689-b0b5-8984d52056bc 2018-09-02 00:42:56,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0890951156616s 2018-09-02 00:42:56,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-2d57bc31-f21b-4689-b0b5-8984d52056bc 2018-09-02 00:42:56,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:42:56,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:56,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-107401f1-be14-41f6-9517-6c0aefbbbbdb Date: Sun, 02 Sep 2018 00:42:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:55Z", "file": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file", "owner": "27ab22273ec942e287782b0770fdfbf0", "id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "size": 12716032, "self": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:42:56,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-107401f1-be14-41f6-9517-6c0aefbbbbdb 2018-09-02 00:42:56,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0345730781555s 2018-09-02 00:42:56,742 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-107401f1-be14-41f6-9517-6c0aefbbbbdb 2018-09-02 00:42:56,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:42:56,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:56,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bdbfeb0-e84e-4930-82d8-da2d44c41df2 x-compute-request-id: req-2bdbfeb0-e84e-4930-82d8-da2d44c41df2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_3a16a015-735b-4832-b24a-89df6dc8c446", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc"}]} 2018-09-02 00:42:56,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-2bdbfeb0-e84e-4930-82d8-da2d44c41df2 2018-09-02 00:42:56,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249199867249s 2018-09-02 00:42:56,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-2bdbfeb0-e84e-4930-82d8-da2d44c41df2 2018-09-02 00:42:56,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:42:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"server": {"name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "imageRef": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "flavorRef": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1dba1512-525e-4fe9-ad59-71cb5f873619"}], "security_groups": [{"name": "736d0ad4-b2a1-4b17-98d9-3daca0c89153"}]}}' 2018-09-02 00:42:58,180 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7c62fdd-2b0c-43e3-a6c8-a29bb627b222 x-compute-request-id: req-c7c62fdd-2b0c-43e3-a6c8-a29bb627b222 Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "736d0ad4-b2a1-4b17-98d9-3daca0c89153"}], "OS-DCF:diskConfig": "MANUAL", "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "adminPass": "Cvm3aUo8HM56"}} 2018-09-02 00:42:58,180 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-c7c62fdd-2b0c-43e3-a6c8-a29bb627b222 2018-09-02 00:42:58,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.4092130661s 2018-09-02 00:42:58,181 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-c7c62fdd-2b0c-43e3-a6c8-a29bb627b222 2018-09-02 00:42:58,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:42:58,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:58,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:42:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73d105f1-4e24-42b8-8f2d-47cf3048af33 x-compute-request-id: req-73d105f1-4e24-42b8-8f2d-47cf3048af33 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:42:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:42:58,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-73d105f1-4e24-42b8-8f2d-47cf3048af33 2018-09-02 00:42:58,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.335527896881s 2018-09-02 00:42:58,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-73d105f1-4e24-42b8-8f2d-47cf3048af33 2018-09-02 00:42:58,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:42:58,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:58,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-c49583aa-5de3-4fb9-b338-43064536e579 Date: Sun, 02 Sep 2018 00:42:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":["9b8846da-fcdc-4ab0-9684-b72d516df008"],"description":"","tags":[],"updated_at":"2018-09-02T00:42:49Z","qos_policy_id":null,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}]} 2018-09-02 00:42:58,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c49583aa-5de3-4fb9-b338-43064536e579 2018-09-02 00:42:58,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0885920524597s 2018-09-02 00:42:58,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c49583aa-5de3-4fb9-b338-43064536e579 2018-09-02 00:42:58,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:42:58,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:42:58,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-50d9ac06-4fef-4d49-bc4a-66a2ec7d400b Date: Sun, 02 Sep 2018 00:42:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1dba1512-525e-4fe9-ad59-71cb5f873619","tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:42:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"27ab22273ec942e287782b0770fdfbf0","id":"9b8846da-fcdc-4ab0-9684-b72d516df008","subnetpool_id":null,"name":"cinder_test-subnet_3a16a015-735b-4832-b24a-89df6dc8c446"}]} 2018-09-02 00:42:58,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-50d9ac06-4fef-4d49-bc4a-66a2ec7d400b 2018-09-02 00:42:58,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0787160396576s 2018-09-02 00:42:58,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-50d9ac06-4fef-4d49-bc4a-66a2ec7d400b 2018-09-02 00:42:58,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:00,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:00,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:00,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab65318e-d928-41c7-9927-b007e02dc3f8 x-compute-request-id: req-ab65318e-d928-41c7-9927-b007e02dc3f8 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:43:00Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:00,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ab65318e-d928-41c7-9927-b007e02dc3f8 2018-09-02 00:43:00,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.301667928696s 2018-09-02 00:43:00,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ab65318e-d928-41c7-9927-b007e02dc3f8 2018-09-02 00:43:01,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:03,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:03,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:03,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-452fb5a2-16ad-4b69-ae6b-1eb860e00579 x-compute-request-id: req-452fb5a2-16ad-4b69-ae6b-1eb860e00579 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:43:00Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:03,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-452fb5a2-16ad-4b69-ae6b-1eb860e00579 2018-09-02 00:43:03,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432143211365s 2018-09-02 00:43:03,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-452fb5a2-16ad-4b69-ae6b-1eb860e00579 2018-09-02 00:43:03,442 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:05,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:05,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:05,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09f229e6-8c59-46ea-9bd7-a5061ca5f3fd x-compute-request-id: req-09f229e6-8c59-46ea-9bd7-a5061ca5f3fd Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:04.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:04Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:05,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09f229e6-8c59-46ea-9bd7-a5061ca5f3fd 2018-09-02 00:43:05,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170919179916s 2018-09-02 00:43:05,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09f229e6-8c59-46ea-9bd7-a5061ca5f3fd 2018-09-02 00:43:05,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:43:05,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=d1cd3455-68a5-4b05-8554-66e35e1ff411" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:05,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-46f4cc01-bf95-46b8-bf2e-d2e1a9fd6c83 Date: Sun, 02 Sep 2018 00:43:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:43:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b8846da-fcdc-4ab0-9684-b72d516df008","ip_address":"192.168.120.10"}],"id":"14c52471-236c-4b52-be1d-6844a7cf6df7","security_groups":["736d0ad4-b2a1-4b17-98d9-3daca0c89153"],"mac_address":"fa:16:3e:6f:b4:16","project_id":"27ab22273ec942e287782b0770fdfbf0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1dba1512-525e-4fe9-ad59-71cb5f873619","tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:43:00Z","binding:vnic_type":"normal","device_id":"d1cd3455-68a5-4b05-8554-66e35e1ff411","ip_allocation":"immediate"}]} 2018-09-02 00:43:05,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=d1cd3455-68a5-4b05-8554-66e35e1ff411 used request id req-46f4cc01-bf95-46b8-bf2e-d2e1a9fd6c83 2018-09-02 00:43:05,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0441620349884s 2018-09-02 00:43:05,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=d1cd3455-68a5-4b05-8554-66e35e1ff411 used request id req-46f4cc01-bf95-46b8-bf2e-d2e1a9fd6c83 2018-09-02 00:43:05,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:05,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=14c52471-236c-4b52-be1d-6844a7cf6df7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:05,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-32a9d720-ed41-4c65-9932-954d6e9eec0d Date: Sun, 02 Sep 2018 00:43:05 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:43:05,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=14c52471-236c-4b52-be1d-6844a7cf6df7 used request id req-32a9d720-ed41-4c65-9932-954d6e9eec0d 2018-09-02 00:43:05,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0415937900543s 2018-09-02 00:43:05,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=14c52471-236c-4b52-be1d-6844a7cf6df7 used request id req-32a9d720-ed41-4c65-9932-954d6e9eec0d 2018-09-02 00:43:05,711 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6f:b4:16', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6a6527ec-8c6c-45e1-a3b0-7c4a361112ea'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:43:04.000000', 'flavor': Munch({u'id': u'd50dd3ad-07e4-4042-a240-31ec98a2dbcc'}), 'az': u'nova', 'id': u'd1cd3455-68a5-4b05-8554-66e35e1ff411', 'security_groups': [Munch({u'name': u'cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b8fe2fc2ca2f4decaf59c17032fc5efc', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27ab22273ec942e287782b0770fdfbf0', 'name': 'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:43:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:43:04Z', 'hostId': u'1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:43:04.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'27ab22273ec942e287782b0770fdfbf0', 'name': u'cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446', 'adminPass': u'Cvm3aUo8HM56', 'tenant_id': u'27ab22273ec942e287782b0770fdfbf0', 'created_at': u'2018-09-02T00:42:58Z', 'created': u'2018-09-02T00:42:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:43:05,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:43:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:05,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-a8b4dbca-d31b-4527-b003-b83cb15e07f0 Date: Sun, 02 Sep 2018 00:43:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":["9b8846da-fcdc-4ab0-9684-b72d516df008"],"description":"","tags":[],"updated_at":"2018-09-02T00:42:49Z","qos_policy_id":null,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}]} 2018-09-02 00:43:05,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a8b4dbca-d31b-4527-b003-b83cb15e07f0 2018-09-02 00:43:05,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0822670459747s 2018-09-02 00:43:05,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a8b4dbca-d31b-4527-b003-b83cb15e07f0 2018-09-02 00:43:05,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:43:05,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=d1cd3455-68a5-4b05-8554-66e35e1ff411" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:05,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-fe240fb8-959a-4d79-b9ce-b0801d2edf76 Date: Sun, 02 Sep 2018 00:43:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:43:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b8846da-fcdc-4ab0-9684-b72d516df008","ip_address":"192.168.120.10"}],"id":"14c52471-236c-4b52-be1d-6844a7cf6df7","security_groups":["736d0ad4-b2a1-4b17-98d9-3daca0c89153"],"mac_address":"fa:16:3e:6f:b4:16","project_id":"27ab22273ec942e287782b0770fdfbf0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1dba1512-525e-4fe9-ad59-71cb5f873619","tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:43:00Z","binding:vnic_type":"normal","device_id":"d1cd3455-68a5-4b05-8554-66e35e1ff411","ip_allocation":"immediate"}]} 2018-09-02 00:43:05,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=d1cd3455-68a5-4b05-8554-66e35e1ff411 used request id req-fe240fb8-959a-4d79-b9ce-b0801d2edf76 2018-09-02 00:43:05,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0456781387329s 2018-09-02 00:43:05,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=d1cd3455-68a5-4b05-8554-66e35e1ff411 used request id req-fe240fb8-959a-4d79-b9ce-b0801d2edf76 2018-09-02 00:43:05,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 00:43:05,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.10", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7"}}' 2018-09-02 00:43:08,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-7b3d3575-f869-40fc-99e7-826958a0e1b6 Date: Sun, 02 Sep 2018 00:43:08 GMT RESP BODY: {"floatingip": {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:06Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}} 2018-09-02 00:43:08,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7b3d3575-f869-40fc-99e7-826958a0e1b6 2018-09-02 00:43:08,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.19532895088s 2018-09-02 00:43:08,041 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7b3d3575-f869-40fc-99e7-826958a0e1b6 2018-09-02 00:43:08,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:08,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:08,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-cb6b688a-63be-4772-89a4-edd5500ae15e Date: Sun, 02 Sep 2018 00:43:08 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:06Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}]} 2018-09-02 00:43:08,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-cb6b688a-63be-4772-89a4-edd5500ae15e 2018-09-02 00:43:08,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.117712020874s 2018-09-02 00:43:08,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-cb6b688a-63be-4772-89a4-edd5500ae15e 2018-09-02 00:43:08,171 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:08,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:08,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:08,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-a290542f-29a2-4298-9894-3e4eb4ae5d0a Date: Sun, 02 Sep 2018 00:43:08 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:06Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}]} 2018-09-02 00:43:08,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a290542f-29a2-4298-9894-3e4eb4ae5d0a 2018-09-02 00:43:08,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0991780757904s 2018-09-02 00:43:08,375 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a290542f-29a2-4298-9894-3e4eb4ae5d0a 2018-09-02 00:43:08,379 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:08,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:08,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:08,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-b0454bf4-9884-4fd7-8cad-c3acedf91af2 Date: Sun, 02 Sep 2018 00:43:08 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:06Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}]} 2018-09-02 00:43:08,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b0454bf4-9884-4fd7-8cad-c3acedf91af2 2018-09-02 00:43:08,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.248616933823s 2018-09-02 00:43:08,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b0454bf4-9884-4fd7-8cad-c3acedf91af2 2018-09-02 00:43:08,737 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:08,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:08,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:08,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-8ff29d6c-a5bd-4a00-96d8-cf6b105bacad Date: Sun, 02 Sep 2018 00:43:08 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:06Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}]} 2018-09-02 00:43:08,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-8ff29d6c-a5bd-4a00-96d8-cf6b105bacad 2018-09-02 00:43:08,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.058954000473s 2018-09-02 00:43:08,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-8ff29d6c-a5bd-4a00-96d8-cf6b105bacad 2018-09-02 00:43:08,905 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:09,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:09,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:09,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-c24f908d-31c8-4f44-840e-796ad8026756 Date: Sun, 02 Sep 2018 00:43:09 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:06Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}]} 2018-09-02 00:43:09,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c24f908d-31c8-4f44-840e-796ad8026756 2018-09-02 00:43:09,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0597040653229s 2018-09-02 00:43:09,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c24f908d-31c8-4f44-840e-796ad8026756 2018-09-02 00:43:09,074 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:09,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:09,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:09,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-bc7f6aeb-1780-496b-b567-b3f826bc1028 Date: Sun, 02 Sep 2018 00:43:09 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:09Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}]} 2018-09-02 00:43:09,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-bc7f6aeb-1780-496b-b567-b3f826bc1028 2018-09-02 00:43:09,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0534269809723s 2018-09-02 00:43:09,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-bc7f6aeb-1780-496b-b567-b3f826bc1028 2018-09-02 00:43:09,236 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'647809ec-654b-4bc8-828b-c113dd7a4543', 'updated_at': u'2018-09-02T00:43:09Z', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.205', 'revision_number': 1, 'port_id': u'14c52471-236c-4b52-be1d-6844a7cf6df7', 'id': u'10ffba7d-3b72-4e60-a70f-b6253abd9406', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'14c52471-236c-4b52-be1d-6844a7cf6df7', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27ab22273ec942e287782b0770fdfbf0', 'name': 'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'27ab22273ec942e287782b0770fdfbf0', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1dba1512-525e-4fe9-ad59-71cb5f873619', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6f:b4:16', u'device_id': u'd1cd3455-68a5-4b05-8554-66e35e1ff411'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'27ab22273ec942e287782b0770fdfbf0', 'created_at': u'2018-09-02T00:43:06Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1dba1512-525e-4fe9-ad59-71cb5f873619', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6f:b4:16', u'device_id': u'd1cd3455-68a5-4b05-8554-66e35e1ff411'}), 'router': u'647809ec-654b-4bc8-828b-c113dd7a4543'}) 2018-09-02 00:43:09,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:43:09,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:43:09,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a8a07fe-b62c-43bc-84e5-c57ad5d542be x-compute-request-id: req-5a8a07fe-b62c-43bc-84e5-c57ad5d542be Content-Encoding: gzip Content-Length: 9581 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 506327295 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.190755] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193048] pid_max: default: 32768 minimum: 301\n[ 0.194295] ACPI: Core revision 20150930\n[ 0.195966] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197787] Security Framework initialized\n[ 0.198917] Yama: becoming mindful.\n[ 0.199925] AppArmor: AppArmor initialized\n[ 0.201094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202879] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204600] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208101] Initializing cgroup subsys io\n[ 0.209226] Initializing cgroup subsys memory\n[ 0.210417] Initializing cgroup subsys devices\n[ 0.211617] Initializing cgroup subsys freezer\n[ 0.212806] Initializing cgroup subsys net_cls\n[ 0.214017] Initializing cgroup subsys perf_event\n[ 0.215270] Initializing cgroup subsys net_prio\n[ 0.216483] Initializing cgroup subsys hugetlb\n[ 0.217686] Initializing cgroup subsys pids\n[ 0.218891] CPU: Physical Processor ID: 0\n[ 0.220687] mce: CPU supports 10 MCE banks\n[ 0.221849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223217] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244799] ftrace: allocating 31920 entries in 125 pages\n[ 0.270148] smpboot: Max logical packages: 1\n[ 0.271317] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273186] x2apic enabled\n[ 0.274338] Switched APIC routing to physical x2apic.\n[ 0.276793] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283510] KVM setup paravirtual spinlock\n[ 0.285095] x86: Booted up 1 node, 1 CPUs\n[ 0.286201] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288071] devtmpfs: initialized\n[ 0.290054] evm: security.selinux\n[ 0.291013] evm: security.SMACK64\n[ 0.291972] evm: security.SMACK64EXEC\n[ 0.293000] evm: security.SMACK64TRANSMUTE\n[ 0.294110] evm: security.SMACK64MMAP\n[ 0.295129] evm: security.ima\n[ 0.296019] evm: security.capability\n[ 0.297100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299615] pinctrl core: initialized pinctrl subsystem\n[ 0.301101] RTC time: 0:43:04, date: 09/02/18\n[ 0.302394] NET: Registered protocol family 16\n[ 0.303706] cpuidle: using governor ladder\n[ 0.304835] cpuidle: using governor menu\n[ 0.305932] PCCT header not found.\n[ 0.306965] ACPI: bus type PCI registered\n[ 0.308062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309734] PCI: Using configuration type 1 for base access\n[ 0.311880] ACPI: Added _OSI(Module Device)\n[ 0.313037] ACPI: Added _OSI(Processor Device)\n[ 0.314220] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.315449] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317616] ACPI: Interpreter enabled\n[ 0.318665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328789] ACPI: (supports S0 S5)\n[ 0.329761] ACPI: Using IOAPIC for interrupt routing\n[ 0.331045] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.336415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.338078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.339692] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.342661] acpiphp: Slot [3] registered\n[ 0.343759] acpiphp: Slot [4] registered\n[ 0.344865] acpiphp: Slot [5] registered\n[ 0.345960] acpiphp: Slot [6] registered\n[ 0.347063] acpiphp: Slot [7] registered\n[ 0.348166] acpiphp: Slot [8] registered\n[ 0.349269] acpiphp: Slot [9] registered\n[ 0.350364] acpiphp: Slot [10] registered\n[ 0.351482] acpiphp: Slot [11] registered\n[ 0.352606] acpiphp: Slot [12] registered\n[ 0.353723] acpiphp: Slot [13] registered\n[ 0.354834] acpiphp: Slot [14] registered\n[ 0.355951] acpiphp: Slot [15] registered\n[ 0.371411] acpiphp: Slot [16] registered\n[ 0.372526] acpiphp: Slot [17] registered\n[ 0.373640] acpiphp: Slot [18] registered\n[ 0.374756] acpiphp: Slot [19] registered\n[ 0.375878] acpiphp: Slot [20] registered\n[ 0.376995] acpiphp: Slot [21] registered\n[ 0.378110] acpiphp: Slot [22] registered\n[ 0.379226] acpiphp: Slot [23] registered\n[ 0.380341] acpiphp: Slot [24] registered\n[ 0.381455] acpiphp: Slot [25] registered\n[ 0.382563] acpiphp: Slot [26] registered\n[ 0.383682] acpiphp: Slot [27] registered\n[ 0.384802] acpiphp: Slot [28] registered\n[ 0.385917] acpiphp: Slot [29] registered\n[ 0.387031] acpiphp: Slot [30] registered\n[ 0.388139] acpiphp: Slot [31] registered\n[ 0.389252] PCI host bridge to bus 0000:00\n[ 0.390363] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392011] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395656] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397659] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399690] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403690] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.405413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.407002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408709] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.413139] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.415096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.436129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.438158] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.440084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.442015] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.444045] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445750] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447533] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451078] vgaarb: loaded\n[ 0.451915] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453560] SCSI subsystem initialized\n[ 0.454821] ACPI: bus type USB registered\n[ 0.455957] usbcore: registered new interface driver usbfs\n[ 0.457355] usbcore: registered new interface driver hub\n[ 0.458711] usbcore: registered new device driver usb\n[ 0.460207] PCI: Using ACPI for IRQ routing\n[ 0.461716] NetLabel: Initializing\n[ 0.462705] NetLabel: domain hash size = 128\n[ 0.463859] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.465169] NetLabel: unlabeled traffic allowed by default\n[ 0.466730] clocksource: Switched to clocksource kvm-clock\n[ 0.476855] AppArmor: AppArmor Filesystem Enabled\n[ 0.478208] pnp: PnP ACPI init\n[ 0.479452] pnp: PnP ACPI: found 5 devices\n[ 0.486290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488637] NET: Registered protocol family 2\n[ 0.490053] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491828] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493479] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495139] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496642] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498256] NET: Registered protocol family 1\n[ 0.499472] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502484] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.517020] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531618] Trying to unpack rootfs image as initramfs...\n[ 0.593298] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598415] Scanning for low memory corruption every 60 seconds\n[ 0.600623] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602261] audit: initializing netlink subsys (disabled)\n[ 0.603787] audit: type=2000 audit(1535848985.271:1): initialized\n[ 0.605714] Initialise system trusted keyring\n[ 0.607116] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608742] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611483] zbud: loaded\n[ 0.612502] VFS: Disk quotas dquot_6.6.0\n[ 0.613661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615847] fuse init (API version 7.23)\n[ 0.617102] Key type big_key registered\n[ 0.618235] Allocating IMA MOK and blacklist keyrings.\n[ 0.619939] Key type asymmetric registered\n[ 0.621108] Asymmetric key parser 'x509' registered\n[ 0.622454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624564] io scheduler noop registered\n[ 0.625679] io scheduler deadline registered (default)\n[ 0.627082] io scheduler cfq registered\n[ 0.628300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.629737] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633608] ACPI: Power Button [PWRF]\n[ 0.634861] GHES: HEST is not enabled!\n[ 0.649032] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.705570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708604] Linux agpgart interface v0.103\n[ 0.712016] brd: module loaded\n[ 0.714242] loop: module loaded\n[ 0.719007] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721051] GPT:90111 != 2097151\n[ 0.722013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723559] GPT:90111 != 2097151\n[ 0.724521] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725889] vda: vda1 vda15\n[ 0.727590] scsi host0: ata_piix\n[ 0.728663] scsi host1: ata_piix\n[ 0.729666] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731348] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733363] libphy: Fixed MDIO Bus: probed\n[ 0.734503] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735829] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738903] PPP generic driver version 2.4.2\n[ 0.740162] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741803] ehci-pci: EHCI PCI platform driver\n[ 0.743031] ehci-platform: EHCI generic platform driver\n[ 0.744404] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745961] ohci-pci: OHCI PCI platform driver\n[ 0.747181] ohci-platform: OHCI generic platform driver\n[ 0.748544] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.763192] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766584] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767995] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.769584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.771286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.773292] usb usb1: Product: UHCI Host Controller\n[ 0.774580] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.776156] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.777507] hub 1-0:1.0: USB hub found\n[ 0.778687] hub 1-0:1.0: 2 ports detected\n[ 0.779972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782884] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784209] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.785612] mousedev: PS/2 mouse device common for all mice\n[ 0.787337] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789855] rtc_cmos 00:00: RTC can wake from S4\n[ 0.791411] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.793030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.794681] i2c /dev entries driver\n[ 0.795766] device-mapper: uevent: version 1.0.3\n[ 0.797088] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.799361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.801229] NET: Registered protocol family 10\n[ 0.802792] NET: Registered protocol family 17\n[ 0.804032] Key type dns_resolver registered\n[ 0.805350] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.806869] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809314] registered taskstats version 1\n[ 0.810472] Loading compiled-in X.509 certificates\n[ 0.812360] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.814918] zswap: loaded using pool lzo/zbud\n[ 0.817006] Key type trusted registered\n[ 0.819170] Key type encrypted registered\n[ 0.820314] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.821739] ima: No TPM chip found, activating TPM-bypass!\n[ 0.823174] evm: HMAC attrs: 0x1\n[ 0.824485] Magic number: 2:847:707\n[ 0.825646] rtc_cmos 00:00: setting system clock to 2018-09-02 00:43:04 UTC (1535848984)\n[ 0.827872] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.829396] EDD information not available.\n[ 0.892273] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908971] Write protecting the kernel read-only data: 14336k\n[ 0.911973] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.914454] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.961247] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQLIQvKJ6kLmN3Jc9Y7KqnWlblCiPIupdzzVi/OcPevVhpJ+RhcFX4hAajAEK+qGby3CQsi8RfRhiOZfYnBeXkLgMjdIDrABVXPVaTm8UgMQJnOQnDrNxa37PdKZJEbsFDhvCp6QDT/icCuxIwki3mKTTA+OVnJX6OXHgJ1P12WgNMoBhLMF6ifobEBx9wzqUKkg/90eCVs37LKChzjdRWdzvGACZzKz4gh8UgnSQFl314RJKsasxCrXrZzUm3TpSvab0LxgU0Rxzj4jx7Q/LUIIQ6fno679ZH7BE90JsQAhgIotsGdqJlfy1cwXwUB0CBSS02B//1RygyFkPnd2Cv root@cinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446\nssh-dss AAAAB3NzaC1kc3MAAACBAJ8l7hPiQTHIpsy3j9dXM1/VCXtZix4bmCS73QAZugNSzy+958KPHl+9mQxcEmFdWYIirrhDyuszHwvvpSrd5Er/Ph3ik3WQNmCxIxuZlW4nDDpR7JM4AwS28xQyWz+kA2/BnVEujvauvQZ/bdUPoFUhg9vcqBDvwyMc/dLJecj5AAAAFQDaITPD4PBLBOK8hT/EUVPOo9nCTQAAAIBwMBAPFdL/FKHEhBs1AHD1yX5cgMxrVNBLozQgaK7K5tqIV0Dmxr582Qqzwc9zJYCcI4LQu3V7GAu0tQDgA/XyUiXg41Jn/xacB2I56urOmqeW3tmKaFGUN8L4HJ/FaPtz/PaAazHt4WXj3GLBpj0eFXCrMVHEaNZb1zMX2BO+dQAAAIEAgl7w3d5gGGq2nMSDfoRqNEFwVLqSxR+5bzSiBYKqLVq4DYTV5VvLZP5Sr+4IoKlAmm5ocwpYN3KNGOL2e5hxb4/S4/Y8hmBPQnbAJrDf8vEu/mMQWWuz2WnLvYgyqX8SAwn7DMJVFm3oRgwk/ztsMKKy7wtsnrm2LN4tDRxzSr8= root@cinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe6f:b416/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.87 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446 login: "} 2018-09-02 00:43:09,324 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/action used request id req-5a8a07fe-b62c-43bc-84e5-c57ad5d542be 2018-09-02 00:43:09,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0875968933105s 2018-09-02 00:43:09,325 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/action used request id req-5a8a07fe-b62c-43bc-84e5-c57ad5d542be 2018-09-02 00:43:09,325 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 506327295 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.190755] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193048] pid_max: default: 32768 minimum: 301 [ 0.194295] ACPI: Core revision 20150930 [ 0.195966] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197787] Security Framework initialized [ 0.198917] Yama: becoming mindful. [ 0.199925] AppArmor: AppArmor initialized [ 0.201094] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202879] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204600] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208101] Initializing cgroup subsys io [ 0.209226] Initializing cgroup subsys memory [ 0.210417] Initializing cgroup subsys devices [ 0.211617] Initializing cgroup subsys freezer [ 0.212806] Initializing cgroup subsys net_cls [ 0.214017] Initializing cgroup subsys perf_event [ 0.215270] Initializing cgroup subsys net_prio [ 0.216483] Initializing cgroup subsys hugetlb [ 0.217686] Initializing cgroup subsys pids [ 0.218891] CPU: Physical Processor ID: 0 [ 0.220687] mce: CPU supports 10 MCE banks [ 0.221849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.223217] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238142] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.244799] ftrace: allocating 31920 entries in 125 pages [ 0.270148] smpboot: Max logical packages: 1 [ 0.271317] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273186] x2apic enabled [ 0.274338] Switched APIC routing to physical x2apic. [ 0.276793] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278313] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283510] KVM setup paravirtual spinlock [ 0.285095] x86: Booted up 1 node, 1 CPUs [ 0.286201] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288071] devtmpfs: initialized [ 0.290054] evm: security.selinux [ 0.291013] evm: security.SMACK64 [ 0.291972] evm: security.SMACK64EXEC [ 0.293000] evm: security.SMACK64TRANSMUTE [ 0.294110] evm: security.SMACK64MMAP [ 0.295129] evm: security.ima [ 0.296019] evm: security.capability [ 0.297100] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299615] pinctrl core: initialized pinctrl subsystem [ 0.301101] RTC time: 0:43:04, date: 09/02/18 [ 0.302394] NET: Registered protocol family 16 [ 0.303706] cpuidle: using governor ladder [ 0.304835] cpuidle: using governor menu [ 0.305932] PCCT header not found. [ 0.306965] ACPI: bus type PCI registered [ 0.308062] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309734] PCI: Using configuration type 1 for base access [ 0.311880] ACPI: Added _OSI(Module Device) [ 0.313037] ACPI: Added _OSI(Processor Device) [ 0.314220] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.315449] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317616] ACPI: Interpreter enabled [ 0.318665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.321203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.323735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.326257] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.328789] ACPI: (supports S0 S5) [ 0.329761] ACPI: Using IOAPIC for interrupt routing [ 0.331045] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.334866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.336415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.338078] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.339692] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.342661] acpiphp: Slot [3] registered [ 0.343759] acpiphp: Slot [4] registered [ 0.344865] acpiphp: Slot [5] registered [ 0.345960] acpiphp: Slot [6] registered [ 0.347063] acpiphp: Slot [7] registered [ 0.348166] acpiphp: Slot [8] registered [ 0.349269] acpiphp: Slot [9] registered [ 0.350364] acpiphp: Slot [10] registered [ 0.351482] acpiphp: Slot [11] registered [ 0.352606] acpiphp: Slot [12] registered [ 0.353723] acpiphp: Slot [13] registered [ 0.354834] acpiphp: Slot [14] registered [ 0.355951] acpiphp: Slot [15] registered [ 0.371411] acpiphp: Slot [16] registered [ 0.372526] acpiphp: Slot [17] registered [ 0.373640] acpiphp: Slot [18] registered [ 0.374756] acpiphp: Slot [19] registered [ 0.375878] acpiphp: Slot [20] registered [ 0.376995] acpiphp: Slot [21] registered [ 0.378110] acpiphp: Slot [22] registered [ 0.379226] acpiphp: Slot [23] registered [ 0.380341] acpiphp: Slot [24] registered [ 0.381455] acpiphp: Slot [25] registered [ 0.382563] acpiphp: Slot [26] registered [ 0.383682] acpiphp: Slot [27] registered [ 0.384802] acpiphp: Slot [28] registered [ 0.385917] acpiphp: Slot [29] registered [ 0.387031] acpiphp: Slot [30] registered [ 0.388139] acpiphp: Slot [31] registered [ 0.389252] PCI host bridge to bus 0000:00 [ 0.390363] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.392011] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395656] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397659] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399690] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403690] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.405413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.407002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408709] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.413139] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.415096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.436129] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.438158] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.440084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.442015] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.444045] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.445750] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447533] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.448965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451078] vgaarb: loaded [ 0.451915] vgaarb: bridge control possible 0000:00:02.0 [ 0.453560] SCSI subsystem initialized [ 0.454821] ACPI: bus type USB registered [ 0.455957] usbcore: registered new interface driver usbfs [ 0.457355] usbcore: registered new interface driver hub [ 0.458711] usbcore: registered new device driver usb [ 0.460207] PCI: Using ACPI for IRQ routing [ 0.461716] NetLabel: Initializing [ 0.462705] NetLabel: domain hash size = 128 [ 0.463859] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.465169] NetLabel: unlabeled traffic allowed by default [ 0.466730] clocksource: Switched to clocksource kvm-clock [ 0.476855] AppArmor: AppArmor Filesystem Enabled [ 0.478208] pnp: PnP ACPI init [ 0.479452] pnp: PnP ACPI: found 5 devices [ 0.486290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488637] NET: Registered protocol family 2 [ 0.490053] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491828] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493479] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495139] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496642] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498256] NET: Registered protocol family 1 [ 0.499472] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500984] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502484] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.517020] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531618] Trying to unpack rootfs image as initramfs... [ 0.593298] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598415] Scanning for low memory corruption every 60 seconds [ 0.600623] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602261] audit: initializing netlink subsys (disabled) [ 0.603787] audit: type=2000 audit(1535848985.271:1): initialized [ 0.605714] Initialise system trusted keyring [ 0.607116] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.608742] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611483] zbud: loaded [ 0.612502] VFS: Disk quotas dquot_6.6.0 [ 0.613661] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.615847] fuse init (API version 7.23) [ 0.617102] Key type big_key registered [ 0.618235] Allocating IMA MOK and blacklist keyrings. [ 0.619939] Key type asymmetric registered [ 0.621108] Asymmetric key parser 'x509' registered [ 0.622454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624564] io scheduler noop registered [ 0.625679] io scheduler deadline registered (default) [ 0.627082] io scheduler cfq registered [ 0.628300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.629737] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633608] ACPI: Power Button [PWRF] [ 0.634861] GHES: HEST is not enabled! [ 0.649032] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.678660] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681701] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.705570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708604] Linux agpgart interface v0.103 [ 0.712016] brd: module loaded [ 0.714242] loop: module loaded [ 0.719007] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721051] GPT:90111 != 2097151 [ 0.722013] GPT:Alternate GPT header not at the end of the disk. [ 0.723559] GPT:90111 != 2097151 [ 0.724521] GPT: Use GNU Parted to correct GPT errors. [ 0.725889] vda: vda1 vda15 [ 0.727590] scsi host0: ata_piix [ 0.728663] scsi host1: ata_piix [ 0.729666] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.731348] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.733363] libphy: Fixed MDIO Bus: probed [ 0.734503] tun: Universal TUN/TAP device driver, 1.6 [ 0.735829] tun: (C) 1999-2004 Max Krasnyansky [ 0.738903] PPP generic driver version 2.4.2 [ 0.740162] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741803] ehci-pci: EHCI PCI platform driver [ 0.743031] ehci-platform: EHCI generic platform driver [ 0.744404] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745961] ohci-pci: OHCI PCI platform driver [ 0.747181] ohci-platform: OHCI generic platform driver [ 0.748544] uhci_hcd: USB Universal Host Controller Interface driver [ 0.763192] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.764560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766584] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767995] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.769584] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.771286] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.773292] usb usb1: Product: UHCI Host Controller [ 0.774580] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.776156] usb usb1: SerialNumber: 0000:00:01.2 [ 0.777507] hub 1-0:1.0: USB hub found [ 0.778687] hub 1-0:1.0: 2 ports detected [ 0.779972] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782884] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.784209] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.785612] mousedev: PS/2 mouse device common for all mice [ 0.787337] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.789855] rtc_cmos 00:00: RTC can wake from S4 [ 0.791411] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.793030] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.794681] i2c /dev entries driver [ 0.795766] device-mapper: uevent: version 1.0.3 [ 0.797088] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.799361] ledtrig-cpu: registered to indicate activity on CPUs [ 0.801229] NET: Registered protocol family 10 [ 0.802792] NET: Registered protocol family 17 [ 0.804032] Key type dns_resolver registered [ 0.805350] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.806869] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.809314] registered taskstats version 1 [ 0.810472] Loading compiled-in X.509 certificates [ 0.812360] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.814918] zswap: loaded using pool lzo/zbud [ 0.817006] Key type trusted registered [ 0.819170] Key type encrypted registered [ 0.820314] AppArmor: AppArmor sha1 policy hashing enabled [ 0.821739] ima: No TPM chip found, activating TPM-bypass! [ 0.823174] evm: HMAC attrs: 0x1 [ 0.824485] Magic number: 2:847:707 [ 0.825646] rtc_cmos 00:00: setting system clock to 2018-09-02 00:43:04 UTC (1535848984) [ 0.827872] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.829396] EDD information not available. [ 0.892273] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.908971] Write protecting the kernel read-only data: 14336k [ 0.911973] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.914454] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.961247] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQLIQvKJ6kLmN3Jc9Y7KqnWlblCiPIupdzzVi/OcPevVhpJ+RhcFX4hAajAEK+qGby3CQsi8RfRhiOZfYnBeXkLgMjdIDrABVXPVaTm8UgMQJnOQnDrNxa37PdKZJEbsFDhvCp6QDT/icCuxIwki3mKTTA+OVnJX6OXHgJ1P12WgNMoBhLMF6ifobEBx9wzqUKkg/90eCVs37LKChzjdRWdzvGACZzKz4gh8UgnSQFl314RJKsasxCrXrZzUm3TpSvab0LxgU0Rxzj4jx7Q/LUIIQ6fno679ZH7BE90JsQAhgIotsGdqJlfy1cwXwUB0CBSS02B//1RygyFkPnd2Cv root@cinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446 ssh-dss AAAAB3NzaC1kc3MAAACBAJ8l7hPiQTHIpsy3j9dXM1/VCXtZix4bmCS73QAZugNSzy+958KPHl+9mQxcEmFdWYIirrhDyuszHwvvpSrd5Er/Ph3ik3WQNmCxIxuZlW4nDDpR7JM4AwS28xQyWz+kA2/BnVEujvauvQZ/bdUPoFUhg9vcqBDvwyMc/dLJecj5AAAAFQDaITPD4PBLBOK8hT/EUVPOo9nCTQAAAIBwMBAPFdL/FKHEhBs1AHD1yX5cgMxrVNBLozQgaK7K5tqIV0Dmxr582Qqzwc9zJYCcI4LQu3V7GAu0tQDgA/XyUiXg41Jn/xacB2I56urOmqeW3tmKaFGUN8L4HJ/FaPtz/PaAazHt4WXj3GLBpj0eFXCrMVHEaNZb1zMX2BO+dQAAAIEAgl7w3d5gGGq2nMSDfoRqNEFwVLqSxR+5bzSiBYKqLVq4DYTV5VvLZP5Sr+4IoKlAmm5ocwpYN3KNGOL2e5hxb4/S4/Y8hmBPQnbAJrDf8vEu/mMQWWuz2WnLvYgyqX8SAwn7DMJVFm3oRgwk/ztsMKKy7wtsnrm2LN4tDRxzSr8= root@cinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe6f:b416/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.87 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-3a16a015-735b-4832-b24a-89df6dc8c446 login: 2018-09-02 00:43:09,329 - paramiko.transport - DEBUG - starting thread (client mode): 0xfb97d810L 2018-09-02 00:43:09,329 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 00:43:09,330 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 00:43:09,330 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 00:43:09,331 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 00:43:09,331 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 00:43:09,331 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 00:43:09,332 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 00:43:09,332 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 00:43:09,332 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 00:43:09,349 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 00:43:09,350 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 00:43:09,361 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: b664d139ccb6c25c7b3bcb5ac170d405 2018-09-02 00:43:09,362 - paramiko.transport - DEBUG - Trying discovered key 4d35dca3803feb66d95f4a0e3cd63ab5 in /tmp/tmp15tmk9 2018-09-02 00:43:09,390 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 00:43:09,396 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 00:43:09,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-09-02 00:43:09,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"volume": {"display_name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "size": "2"}}' 2018-09-02 00:43:10,722 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:43:09 GMT Server: Apache x-compute-request-id: req-c805d191-8627-4c73-ab15-1c52284111b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c805d191-8627-4c73-ab15-1c52284111b7 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}} 2018-09-02 00:43:10,722 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes used request id req-c805d191-8627-4c73-ab15-1c52284111b7 2018-09-02 00:43:10,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.29316902161s 2018-09-02 00:43:10,723 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes used request id req-c805d191-8627-4c73-ab15-1c52284111b7 2018-09-02 00:43:10,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:10,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:11,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:10 GMT Server: Apache x-compute-request-id: req-1a144c22-b671-4533-910e-6effb501a2a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a144c22-b671-4533-910e-6effb501a2a1 Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:10.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:11,750 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-1a144c22-b671-4533-910e-6effb501a2a1 2018-09-02 00:43:11,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02595806122s 2018-09-02 00:43:11,750 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-1a144c22-b671-4533-910e-6effb501a2a1 2018-09-02 00:43:11,752 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:13,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:13,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:13,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:13 GMT Server: Apache x-compute-request-id: req-5484bc33-504a-46ce-977e-200f2be50b19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5484bc33-504a-46ce-977e-200f2be50b19 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:12.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:13,807 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-5484bc33-504a-46ce-977e-200f2be50b19 2018-09-02 00:43:13,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0521099567413s 2018-09-02 00:43:13,807 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-5484bc33-504a-46ce-977e-200f2be50b19 2018-09-02 00:43:13,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:43:13,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:13,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-773637ec-c594-4641-8d36-8d1777cc6606 Date: Sun, 02 Sep 2018 00:43:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":["9b8846da-fcdc-4ab0-9684-b72d516df008"],"description":"","tags":[],"updated_at":"2018-09-02T00:42:49Z","qos_policy_id":null,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}]} 2018-09-02 00:43:13,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-773637ec-c594-4641-8d36-8d1777cc6606 2018-09-02 00:43:13,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0869679450989s 2018-09-02 00:43:13,897 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-773637ec-c594-4641-8d36-8d1777cc6606 2018-09-02 00:43:13,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:43:13,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:14,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-faa7ae1a-27d3-4dec-8bb2-2dfad94c65dc Date: Sun, 02 Sep 2018 00:43:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:55Z", "file": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file", "owner": "27ab22273ec942e287782b0770fdfbf0", "id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "size": 12716032, "self": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:43:14,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-faa7ae1a-27d3-4dec-8bb2-2dfad94c65dc 2018-09-02 00:43:14,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.27784204483s 2018-09-02 00:43:14,180 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-faa7ae1a-27d3-4dec-8bb2-2dfad94c65dc 2018-09-02 00:43:14,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:43:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:14,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee615efd-2a01-43e6-8e4e-63e13cddcbb4 x-compute-request-id: req-ee615efd-2a01-43e6-8e4e-63e13cddcbb4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_3a16a015-735b-4832-b24a-89df6dc8c446", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc"}]} 2018-09-02 00:43:14,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ee615efd-2a01-43e6-8e4e-63e13cddcbb4 2018-09-02 00:43:14,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254199504852s 2018-09-02 00:43:14,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ee615efd-2a01-43e6-8e4e-63e13cddcbb4 2018-09-02 00:43:14,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 00:43:14,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"server": {"name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "imageRef": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "flavorRef": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1dba1512-525e-4fe9-ad59-71cb5f873619"}], "security_groups": [{"name": "736d0ad4-b2a1-4b17-98d9-3daca0c89153"}]}}' 2018-09-02 00:43:15,656 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-988c2a07-9509-40cb-ae7e-79932efcd312 x-compute-request-id: req-988c2a07-9509-40cb-ae7e-79932efcd312 Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "736d0ad4-b2a1-4b17-98d9-3daca0c89153"}], "OS-DCF:diskConfig": "MANUAL", "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "adminPass": "XwQxe7ys8PQg"}} 2018-09-02 00:43:15,656 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-988c2a07-9509-40cb-ae7e-79932efcd312 2018-09-02 00:43:15,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.44661593437s 2018-09-02 00:43:15,656 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-988c2a07-9509-40cb-ae7e-79932efcd312 2018-09-02 00:43:15,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:15,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:16,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6aab53a8-0f87-48b2-8fe4-9854558f32c0 x-compute-request-id: req-6aab53a8-0f87-48b2-8fe4-9854558f32c0 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:43:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:43:15Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:04.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:04Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:16,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6aab53a8-0f87-48b2-8fe4-9854558f32c0 2018-09-02 00:43:16,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.595902919769s 2018-09-02 00:43:16,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6aab53a8-0f87-48b2-8fe4-9854558f32c0 2018-09-02 00:43:16,259 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:18,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:18,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:19,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-104a83c7-1e49-4fc1-865d-f07bee8c6c74 x-compute-request-id: req-104a83c7-1e49-4fc1-865d-f07bee8c6c74 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:43:18Z", "hostId": "e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:43:15Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:04.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:04Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:19,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-104a83c7-1e49-4fc1-865d-f07bee8c6c74 2018-09-02 00:43:19,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4498090744s 2018-09-02 00:43:19,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-104a83c7-1e49-4fc1-865d-f07bee8c6c74 2018-09-02 00:43:19,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:21,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:21,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:22,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6db5def8-f00b-44f6-9f80-ed768e963c38 x-compute-request-id: req-6db5def8-f00b-44f6-9f80-ed768e963c38 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T00:43:18Z", "hostId": "e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:43:15Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:04.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:04Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:22,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6db5def8-f00b-44f6-9f80-ed768e963c38 2018-09-02 00:43:22,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410114049911s 2018-09-02 00:43:22,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6db5def8-f00b-44f6-9f80-ed768e963c38 2018-09-02 00:43:22,136 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:24,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:24,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:24,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d4eab58-1e62-43b3-8fc7-3b60546b8cad x-compute-request-id: req-1d4eab58-1e62-43b3-8fc7-3b60546b8cad Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ef:d1", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:22.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:22Z", "hostId": "e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:43:15Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:04.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:04Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:24,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1d4eab58-1e62-43b3-8fc7-3b60546b8cad 2018-09-02 00:43:24,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647408008575s 2018-09-02 00:43:24,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1d4eab58-1e62-43b3-8fc7-3b60546b8cad 2018-09-02 00:43:24,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:43:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=e9a5f652-eca0-47bb-bdcb-d597beb829de" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:24,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-86dedde6-b9c7-4fd6-b030-a3c3a9ed4407 Date: Sun, 02 Sep 2018 00:43:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:43:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b8846da-fcdc-4ab0-9684-b72d516df008","ip_address":"192.168.120.3"}],"id":"70797dc3-8558-4f04-b5fb-d2beaec1e173","security_groups":["736d0ad4-b2a1-4b17-98d9-3daca0c89153"],"mac_address":"fa:16:3e:3a:ef:d1","project_id":"27ab22273ec942e287782b0770fdfbf0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1dba1512-525e-4fe9-ad59-71cb5f873619","tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:43:18Z","binding:vnic_type":"normal","device_id":"e9a5f652-eca0-47bb-bdcb-d597beb829de","ip_allocation":"immediate"}]} 2018-09-02 00:43:24,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=e9a5f652-eca0-47bb-bdcb-d597beb829de used request id req-86dedde6-b9c7-4fd6-b030-a3c3a9ed4407 2018-09-02 00:43:24,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0463860034943s 2018-09-02 00:43:24,838 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=e9a5f652-eca0-47bb-bdcb-d597beb829de used request id req-86dedde6-b9c7-4fd6-b030-a3c3a9ed4407 2018-09-02 00:43:24,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:24,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=70797dc3-8558-4f04-b5fb-d2beaec1e173" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:24,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6522d328-a553-41c3-9c83-a55717583be4 Date: Sun, 02 Sep 2018 00:43:24 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:43:24,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=70797dc3-8558-4f04-b5fb-d2beaec1e173 used request id req-6522d328-a553-41c3-9c83-a55717583be4 2018-09-02 00:43:24,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0456321239471s 2018-09-02 00:43:24,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=70797dc3-8558-4f04-b5fb-d2beaec1e173 used request id req-6522d328-a553-41c3-9c83-a55717583be4 2018-09-02 00:43:24,890 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3a:ef:d1', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6a6527ec-8c6c-45e1-a3b0-7c4a361112ea'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:43:22.000000', 'flavor': Munch({u'id': u'd50dd3ad-07e4-4042-a240-31ec98a2dbcc'}), 'az': u'nova', 'id': u'e9a5f652-eca0-47bb-bdcb-d597beb829de', 'security_groups': [Munch({u'name': u'cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b8fe2fc2ca2f4decaf59c17032fc5efc', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27ab22273ec942e287782b0770fdfbf0', 'name': 'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T00:43:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T00:43:22Z', 'hostId': u'e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T00:43:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'27ab22273ec942e287782b0770fdfbf0', 'name': u'cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446', 'adminPass': u'XwQxe7ys8PQg', 'tenant_id': u'27ab22273ec942e287782b0770fdfbf0', 'created_at': u'2018-09-02T00:43:15Z', 'created': u'2018-09-02T00:43:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 00:43:24,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:43:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:25,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-e01c7b82-4121-4488-8dbb-31d0f4e41fa1 Date: Sun, 02 Sep 2018 00:43:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":["9b8846da-fcdc-4ab0-9684-b72d516df008"],"description":"","tags":[],"updated_at":"2018-09-02T00:42:49Z","qos_policy_id":null,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}]} 2018-09-02 00:43:25,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-e01c7b82-4121-4488-8dbb-31d0f4e41fa1 2018-09-02 00:43:25,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272740125656s 2018-09-02 00:43:25,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-e01c7b82-4121-4488-8dbb-31d0f4e41fa1 2018-09-02 00:43:25,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 00:43:25,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=e9a5f652-eca0-47bb-bdcb-d597beb829de" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:25,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-6e01dcb9-e7cc-4d99-a95d-c3f84c0aca82 Date: Sun, 02 Sep 2018 00:43:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T00:43:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b8846da-fcdc-4ab0-9684-b72d516df008","ip_address":"192.168.120.3"}],"id":"70797dc3-8558-4f04-b5fb-d2beaec1e173","security_groups":["736d0ad4-b2a1-4b17-98d9-3daca0c89153"],"mac_address":"fa:16:3e:3a:ef:d1","project_id":"27ab22273ec942e287782b0770fdfbf0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1dba1512-525e-4fe9-ad59-71cb5f873619","tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:43:18Z","binding:vnic_type":"normal","device_id":"e9a5f652-eca0-47bb-bdcb-d597beb829de","ip_allocation":"immediate"}]} 2018-09-02 00:43:25,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=e9a5f652-eca0-47bb-bdcb-d597beb829de used request id req-6e01dcb9-e7cc-4d99-a95d-c3f84c0aca82 2018-09-02 00:43:25,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0502471923828s 2018-09-02 00:43:25,218 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=e9a5f652-eca0-47bb-bdcb-d597beb829de used request id req-6e01dcb9-e7cc-4d99-a95d-c3f84c0aca82 2018-09-02 00:43:25,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 00:43:25,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.3", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173"}}' 2018-09-02 00:43:27,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-2f506279-c5d3-42cb-a1cd-e56fdafe79f4 Date: Sun, 02 Sep 2018 00:43:27 GMT RESP BODY: {"floatingip": {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}} 2018-09-02 00:43:27,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-2f506279-c5d3-42cb-a1cd-e56fdafe79f4 2018-09-02 00:43:27,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.98185586929s 2018-09-02 00:43:27,202 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-2f506279-c5d3-42cb-a1cd-e56fdafe79f4 2018-09-02 00:43:27,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:27,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:27,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-5ae62672-642d-46c4-a597-cc7c0d942f25 Date: Sun, 02 Sep 2018 00:43:27 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:09Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}, {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}]} 2018-09-02 00:43:27,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5ae62672-642d-46c4-a597-cc7c0d942f25 2018-09-02 00:43:27,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0773019790649s 2018-09-02 00:43:27,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5ae62672-642d-46c4-a597-cc7c0d942f25 2018-09-02 00:43:27,294 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:27,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:27,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:27,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-a7bd625f-5289-473d-ad39-085c1dadb61f Date: Sun, 02 Sep 2018 00:43:27 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:09Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}, {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}]} 2018-09-02 00:43:27,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a7bd625f-5289-473d-ad39-085c1dadb61f 2018-09-02 00:43:27,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.056510925293s 2018-09-02 00:43:27,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a7bd625f-5289-473d-ad39-085c1dadb61f 2018-09-02 00:43:27,462 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:27,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:27,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:27,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-b8a18999-b7c8-4f49-b573-9d71cc33d8dd Date: Sun, 02 Sep 2018 00:43:27 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:09Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}, {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}]} 2018-09-02 00:43:27,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b8a18999-b7c8-4f49-b573-9d71cc33d8dd 2018-09-02 00:43:27,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0545768737793s 2018-09-02 00:43:27,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b8a18999-b7c8-4f49-b573-9d71cc33d8dd 2018-09-02 00:43:27,628 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:27,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:27,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-133aaaf3-d77d-4d79-a5af-9a629fcf721e Date: Sun, 02 Sep 2018 00:43:27 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:09Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}, {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}]} 2018-09-02 00:43:27,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-133aaaf3-d77d-4d79-a5af-9a629fcf721e 2018-09-02 00:43:27,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.224003076553s 2018-09-02 00:43:27,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-133aaaf3-d77d-4d79-a5af-9a629fcf721e 2018-09-02 00:43:27,964 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:28,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:28,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:28,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-313a275b-cb92-4646-98c9-d06a9fb90d7a Date: Sun, 02 Sep 2018 00:43:28 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:09Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}, {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "DOWN", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}]} 2018-09-02 00:43:28,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-313a275b-cb92-4646-98c9-d06a9fb90d7a 2018-09-02 00:43:28,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0543098449707s 2018-09-02 00:43:28,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-313a275b-cb92-4646-98c9-d06a9fb90d7a 2018-09-02 00:43:28,129 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 00:43:28,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:28,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:28,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1640 X-Openstack-Request-Id: req-948d86c5-dc33-429d-87f9-96102665e7b2 Date: Sun, 02 Sep 2018 00:43:28 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:06Z", "updated_at": "2018-09-02T00:43:09Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:b4:16", "device_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "14c52471-236c-4b52-be1d-6844a7cf6df7", "id": "10ffba7d-3b72-4e60-a70f-b6253abd9406", "qos_policy_id": null}, {"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:28Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}]} 2018-09-02 00:43:28,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-948d86c5-dc33-429d-87f9-96102665e7b2 2018-09-02 00:43:28,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0544371604919s 2018-09-02 00:43:28,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-948d86c5-dc33-429d-87f9-96102665e7b2 2018-09-02 00:43:28,295 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'647809ec-654b-4bc8-828b-c113dd7a4543', 'updated_at': u'2018-09-02T00:43:28Z', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.209', 'revision_number': 1, 'port_id': u'70797dc3-8558-4f04-b5fb-d2beaec1e173', 'id': u'5bac13ff-1a27-4fd1-86ee-ab5f85632347', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'70797dc3-8558-4f04-b5fb-d2beaec1e173', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27ab22273ec942e287782b0770fdfbf0', 'name': 'cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'27ab22273ec942e287782b0770fdfbf0', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1dba1512-525e-4fe9-ad59-71cb5f873619', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:3a:ef:d1', u'device_id': u'e9a5f652-eca0-47bb-bdcb-d597beb829de'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'27ab22273ec942e287782b0770fdfbf0', 'created_at': u'2018-09-02T00:43:26Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1dba1512-525e-4fe9-ad59-71cb5f873619', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:3a:ef:d1', u'device_id': u'e9a5f652-eca0-47bb-bdcb-d597beb829de'}), 'router': u'647809ec-654b-4bc8-828b-c113dd7a4543'}) 2018-09-02 00:43:28,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 00:43:28,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 00:43:28,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1892f74-eadb-4d95-b5e5-335f8de51ed2 x-compute-request-id: req-d1892f74-eadb-4d95-b5e5-335f8de51ed2 Content-Encoding: gzip Content-Length: 9585 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 526372964 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.179910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.182096] pid_max: default: 32768 minimum: 301\n[ 0.183288] ACPI: Core revision 20150930\n[ 0.184928] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186663] Security Framework initialized\n[ 0.187746] Yama: becoming mindful.\n[ 0.188723] AppArmor: AppArmor initialized\n[ 0.189846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194825] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196644] Initializing cgroup subsys io\n[ 0.197733] Initializing cgroup subsys memory\n[ 0.198890] Initializing cgroup subsys devices\n[ 0.200049] Initializing cgroup subsys freezer\n[ 0.201198] Initializing cgroup subsys net_cls\n[ 0.202346] Initializing cgroup subsys perf_event\n[ 0.203557] Initializing cgroup subsys net_prio\n[ 0.204739] Initializing cgroup subsys hugetlb\n[ 0.205891] Initializing cgroup subsys pids\n[ 0.207047] CPU: Physical Processor ID: 0\n[ 0.208808] mce: CPU supports 10 MCE banks\n[ 0.209924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.211262] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226043] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232641] ftrace: allocating 31920 entries in 125 pages\n[ 0.257851] smpboot: Max logical packages: 1\n[ 0.259001] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.260816] x2apic enabled\n[ 0.261932] Switched APIC routing to physical x2apic.\n[ 0.264362] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.265838] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.270870] KVM setup paravirtual spinlock\n[ 0.272427] x86: Booted up 1 node, 1 CPUs\n[ 0.273507] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.275338] devtmpfs: initialized\n[ 0.277281] evm: security.selinux\n[ 0.278221] evm: security.SMACK64\n[ 0.279152] evm: security.SMACK64EXEC\n[ 0.280148] evm: security.SMACK64TRANSMUTE\n[ 0.281222] evm: security.SMACK64MMAP\n[ 0.282216] evm: security.ima\n[ 0.283074] evm: security.capability\n[ 0.284123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.286544] pinctrl core: initialized pinctrl subsystem\n[ 0.287972] RTC time: 0:43:23, date: 09/02/18\n[ 0.289231] NET: Registered protocol family 16\n[ 0.290518] cpuidle: using governor ladder\n[ 0.291605] cpuidle: using governor menu\n[ 0.292648] PCCT header not found.\n[ 0.293642] ACPI: bus type PCI registered\n[ 0.294709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.296329] PCI: Using configuration type 1 for base access\n[ 0.298430] ACPI: Added _OSI(Module Device)\n[ 0.299547] ACPI: Added _OSI(Processor Device)\n[ 0.300688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301879] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.304008] ACPI: Interpreter enabled\n[ 0.305020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.307458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.309898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314771] ACPI: (supports S0 S5)\n[ 0.315715] ACPI: Using IOAPIC for interrupt routing\n[ 0.316961] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.320679] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.322187] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.323804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.325360] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.328237] acpiphp: Slot [3] registered\n[ 0.329296] acpiphp: Slot [4] registered\n[ 0.330352] acpiphp: Slot [5] registered\n[ 0.331406] acpiphp: Slot [6] registered\n[ 0.332459] acpiphp: Slot [7] registered\n[ 0.333518] acpiphp: Slot [8] registered\n[ 0.334574] acpiphp: Slot [9] registered\n[ 0.335624] acpiphp: Slot [10] registered\n[ 0.336707] acpiphp: Slot [11] registered\n[ 0.337783] acpiphp: Slot [12] registered\n[ 0.338852] acpiphp: Slot [13] registered\n[ 0.339920] acpiphp: Slot [14] registered\n[ 0.340993] acpiphp: Slot [15] registered\n[ 0.356094] acpiphp: Slot [16] registered\n[ 0.357172] acpiphp: Slot [17] registered\n[ 0.358254] acpiphp: Slot [18] registered\n[ 0.359325] acpiphp: Slot [19] registered\n[ 0.360400] acpiphp: Slot [20] registered\n[ 0.361476] acpiphp: Slot [21] registered\n[ 0.362540] acpiphp: Slot [22] registered\n[ 0.363607] acpiphp: Slot [23] registered\n[ 0.364679] acpiphp: Slot [24] registered\n[ 0.365758] acpiphp: Slot [25] registered\n[ 0.366830] acpiphp: Slot [26] registered\n[ 0.367899] acpiphp: Slot [27] registered\n[ 0.368975] acpiphp: Slot [28] registered\n[ 0.370052] acpiphp: Slot [29] registered\n[ 0.371122] acpiphp: Slot [30] registered\n[ 0.372193] acpiphp: Slot [31] registered\n[ 0.373264] PCI host bridge to bus 0000:00\n[ 0.374333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.375921] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377494] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.381335] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.383291] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.387301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.388958] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.390484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.392137] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.396559] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.398480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.419873] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.421830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.423711] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.427582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.429259] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.430990] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.432414] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.434776] vgaarb: loaded\n[ 0.435732] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437623] SCSI subsystem initialized\n[ 0.439062] ACPI: bus type USB registered\n[ 0.440384] usbcore: registered new interface driver usbfs\n[ 0.442044] usbcore: registered new interface driver hub\n[ 0.443671] usbcore: registered new device driver usb\n[ 0.445408] PCI: Using ACPI for IRQ routing\n[ 0.447124] NetLabel: Initializing\n[ 0.448280] NetLabel: domain hash size = 128\n[ 0.449654] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.451202] NetLabel: unlabeled traffic allowed by default\n[ 0.453035] clocksource: Switched to clocksource kvm-clock\n[ 0.463297] AppArmor: AppArmor Filesystem Enabled\n[ 0.464829] pnp: PnP ACPI init\n[ 0.466201] pnp: PnP ACPI: found 5 devices\n[ 0.473216] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.475985] NET: Registered protocol family 2\n[ 0.477597] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479692] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481632] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.483569] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487200] NET: Registered protocol family 1\n[ 0.488602] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.490373] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492112] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.506933] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.521792] Trying to unpack rootfs image as initramfs...\n[ 0.583968] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.589066] Scanning for low memory corruption every 60 seconds\n[ 0.591517] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.593429] audit: initializing netlink subsys (disabled)\n[ 0.595142] audit: type=2000 audit(1535849003.681:1): initialized\n[ 0.597347] Initialise system trusted keyring\n[ 0.598920] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.600812] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.603849] zbud: loaded\n[ 0.604978] VFS: Disk quotas dquot_6.6.0\n[ 0.606312] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.608819] fuse init (API version 7.23)\n[ 0.610264] Key type big_key registered\n[ 0.611560] Allocating IMA MOK and blacklist keyrings.\n[ 0.613485] Key type asymmetric registered\n[ 0.614834] Asymmetric key parser 'x509' registered\n[ 0.616385] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618821] io scheduler noop registered\n[ 0.620097] io scheduler deadline registered (default)\n[ 0.621717] io scheduler cfq registered\n[ 0.623091] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624778] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.626856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.629235] ACPI: Power Button [PWRF]\n[ 0.630638] GHES: HEST is not enabled!\n[ 0.644923] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.674212] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.677325] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.701296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.704673] Linux agpgart interface v0.103\n[ 0.708298] brd: module loaded\n[ 0.710662] loop: module loaded\n[ 0.715670] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.718062] GPT:90111 != 2097151\n[ 0.719161] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720937] GPT:90111 != 2097151\n[ 0.722024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.723592] vda: vda1 vda15\n[ 0.725396] scsi host0: ata_piix\n[ 0.726643] scsi host1: ata_piix\n[ 0.727811] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.729797] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.732315] libphy: Fixed MDIO Bus: probed\n[ 0.733658] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735218] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738315] PPP generic driver version 2.4.2\n[ 0.739776] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741740] ehci-pci: EHCI PCI platform driver\n[ 0.743169] ehci-platform: EHCI generic platform driver\n[ 0.744794] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.746641] ohci-pci: OHCI PCI platform driver\n[ 0.748063] ohci-platform: OHCI generic platform driver\n[ 0.749685] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764589] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.766249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.768611] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.770211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.772057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774052] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.776478] usb usb1: Product: UHCI Host Controller\n[ 0.777982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.779826] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.781380] hub 1-0:1.0: USB hub found\n[ 0.782634] hub 1-0:1.0: 2 ports detected\n[ 0.784095] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.788907] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790537] mousedev: PS/2 mouse device common for all mice\n[ 0.792496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795389] rtc_cmos 00:00: RTC can wake from S4\n[ 0.797164] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.799079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801009] i2c /dev entries driver\n[ 0.802242] device-mapper: uevent: version 1.0.3\n[ 0.803768] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806402] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808535] NET: Registered protocol family 10\n[ 0.810307] NET: Registered protocol family 17\n[ 0.811747] Key type dns_resolver registered\n[ 0.813251] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.815041] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.817869] registered taskstats version 1\n[ 0.819212] Loading compiled-in X.509 certificates\n[ 0.821288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.824112] zswap: loaded using pool lzo/zbud\n[ 0.826241] Key type trusted registered\n[ 0.828380] Key type encrypted registered\n[ 0.829511] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.830917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.832322] evm: HMAC attrs: 0x1\n[ 0.833617] Magic number: 2:847:707\n[ 0.834765] rtc_cmos 00:00: setting system clock to 2018-09-02 00:43:23 UTC (1535849003)\n[ 0.836961] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.838455] EDD information not available.\n[ 0.886759] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.903190] Write protecting the kernel read-only data: 14336k\n[ 0.906174] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.908633] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.957282] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.96. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUr55XuqTYJQuFmzw4orvdgzQ8K9F+81PSAeuecwy9Yfcsb2uUxAiAsn3B4h4pYoC7bxGQpHk6Aajq+gtWLIX5EdcPdTViMkVezWp+yDcMCh//rUYptrmJ381Bb4nCFEow/3kVnHdXR6mHduAR80QlCeefv5A+CC19fNu88EwHN3GHF11AwR782jIENWU7l+82fivXbd/2vQXjzKCVAlFXIEkArCOrgIqiJUscSqcouu9ifw+egIFmdN7t/0+LsdfS8urOIbdftDQ9z/DkQyYhd8jE7t6FhoPCeTUElxEN2IsVStqw3HadgDPdpF12IGEvynmYa96Bjpsc6zpfGOOl root@cinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446\nssh-dss AAAAB3NzaC1kc3MAAACBANiseFE4yvuoskFbOkqBC7YQywtkn1WS+Wv4nSVBK2yEV2NvQvhpWRumD7fMeEvP/h8S+jk/UlLAPjjc+A9l/mRiIbp0H9OasxkRCHy/QMWmvul01XYNtq7zwZLZa8CjRTIUNqFP0TtnRVhxRLysEGGJPq98H+kd2XCoqNAV0pElAAAAFQDHjGXp9KksOHVQRS0QFxAhdoMLKwAAAIA43nLxXAALC0OYrgTMl4vEjJ3z4VDBWTO2+5zEGD/VFBTGyzUCR5LGnZ7Lzbo6lvO2ynx1HunmlfN/WT4zNgjcD4DgQUXboh4fZkjqakLe1KFEq5mfXVzlJrRDLPAJUL2B/cf8HyJXOzsggVZc3npwajxHXwwZzXsxwO9AMWij8QAAAIEAuXffkJ6ZrnmQ7Vm/BJa7G428Rfq2wEQJUuDCkUd/2sRuJrexhaudYdjW2PPWHCYd9hNlnRpUxpqa+lvPBals/MjhyBihtnjxqpPfY8fliF+iSI4k1V0MUyVp148pTvOgc8Ly9vqfUTc2zmb7qEU96DWWGJg6nke5amN4l8EjPbk= root@cinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe3a:efd1/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.19 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446 login: "} 2018-09-02 00:43:28,383 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/action used request id req-d1892f74-eadb-4d95-b5e5-335f8de51ed2 2018-09-02 00:43:28,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0873720645905s 2018-09-02 00:43:28,384 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/action used request id req-d1892f74-eadb-4d95-b5e5-335f8de51ed2 2018-09-02 00:43:28,385 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 526372964 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.179910] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.182096] pid_max: default: 32768 minimum: 301 [ 0.183288] ACPI: Core revision 20150930 [ 0.184928] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186663] Security Framework initialized [ 0.187746] Yama: becoming mindful. [ 0.188723] AppArmor: AppArmor initialized [ 0.189846] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191573] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193243] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194825] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196644] Initializing cgroup subsys io [ 0.197733] Initializing cgroup subsys memory [ 0.198890] Initializing cgroup subsys devices [ 0.200049] Initializing cgroup subsys freezer [ 0.201198] Initializing cgroup subsys net_cls [ 0.202346] Initializing cgroup subsys perf_event [ 0.203557] Initializing cgroup subsys net_prio [ 0.204739] Initializing cgroup subsys hugetlb [ 0.205891] Initializing cgroup subsys pids [ 0.207047] CPU: Physical Processor ID: 0 [ 0.208808] mce: CPU supports 10 MCE banks [ 0.209924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.211262] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226043] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232641] ftrace: allocating 31920 entries in 125 pages [ 0.257851] smpboot: Max logical packages: 1 [ 0.259001] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.260816] x2apic enabled [ 0.261932] Switched APIC routing to physical x2apic. [ 0.264362] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265838] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268489] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.270870] KVM setup paravirtual spinlock [ 0.272427] x86: Booted up 1 node, 1 CPUs [ 0.273507] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275338] devtmpfs: initialized [ 0.277281] evm: security.selinux [ 0.278221] evm: security.SMACK64 [ 0.279152] evm: security.SMACK64EXEC [ 0.280148] evm: security.SMACK64TRANSMUTE [ 0.281222] evm: security.SMACK64MMAP [ 0.282216] evm: security.ima [ 0.283074] evm: security.capability [ 0.284123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.286544] pinctrl core: initialized pinctrl subsystem [ 0.287972] RTC time: 0:43:23, date: 09/02/18 [ 0.289231] NET: Registered protocol family 16 [ 0.290518] cpuidle: using governor ladder [ 0.291605] cpuidle: using governor menu [ 0.292648] PCCT header not found. [ 0.293642] ACPI: bus type PCI registered [ 0.294709] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.296329] PCI: Using configuration type 1 for base access [ 0.298430] ACPI: Added _OSI(Module Device) [ 0.299547] ACPI: Added _OSI(Processor Device) [ 0.300688] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301879] ACPI: Added _OSI(Processor Aggregator Device) [ 0.304008] ACPI: Interpreter enabled [ 0.305020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.307458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.309898] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.314771] ACPI: (supports S0 S5) [ 0.315715] ACPI: Using IOAPIC for interrupt routing [ 0.316961] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.320679] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.322187] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.323804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.325360] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.328237] acpiphp: Slot [3] registered [ 0.329296] acpiphp: Slot [4] registered [ 0.330352] acpiphp: Slot [5] registered [ 0.331406] acpiphp: Slot [6] registered [ 0.332459] acpiphp: Slot [7] registered [ 0.333518] acpiphp: Slot [8] registered [ 0.334574] acpiphp: Slot [9] registered [ 0.335624] acpiphp: Slot [10] registered [ 0.336707] acpiphp: Slot [11] registered [ 0.337783] acpiphp: Slot [12] registered [ 0.338852] acpiphp: Slot [13] registered [ 0.339920] acpiphp: Slot [14] registered [ 0.340993] acpiphp: Slot [15] registered [ 0.356094] acpiphp: Slot [16] registered [ 0.357172] acpiphp: Slot [17] registered [ 0.358254] acpiphp: Slot [18] registered [ 0.359325] acpiphp: Slot [19] registered [ 0.360400] acpiphp: Slot [20] registered [ 0.361476] acpiphp: Slot [21] registered [ 0.362540] acpiphp: Slot [22] registered [ 0.363607] acpiphp: Slot [23] registered [ 0.364679] acpiphp: Slot [24] registered [ 0.365758] acpiphp: Slot [25] registered [ 0.366830] acpiphp: Slot [26] registered [ 0.367899] acpiphp: Slot [27] registered [ 0.368975] acpiphp: Slot [28] registered [ 0.370052] acpiphp: Slot [29] registered [ 0.371122] acpiphp: Slot [30] registered [ 0.372193] acpiphp: Slot [31] registered [ 0.373264] PCI host bridge to bus 0000:00 [ 0.374333] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.375921] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.377494] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.379418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.381335] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.383291] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.387301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.388958] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.390484] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.392137] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.396559] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.398480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.419873] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.421830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.423711] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.425589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.427582] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.429259] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.430990] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.432414] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.434776] vgaarb: loaded [ 0.435732] vgaarb: bridge control possible 0000:00:02.0 [ 0.437623] SCSI subsystem initialized [ 0.439062] ACPI: bus type USB registered [ 0.440384] usbcore: registered new interface driver usbfs [ 0.442044] usbcore: registered new interface driver hub [ 0.443671] usbcore: registered new device driver usb [ 0.445408] PCI: Using ACPI for IRQ routing [ 0.447124] NetLabel: Initializing [ 0.448280] NetLabel: domain hash size = 128 [ 0.449654] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.451202] NetLabel: unlabeled traffic allowed by default [ 0.453035] clocksource: Switched to clocksource kvm-clock [ 0.463297] AppArmor: AppArmor Filesystem Enabled [ 0.464829] pnp: PnP ACPI init [ 0.466201] pnp: PnP ACPI: found 5 devices [ 0.473216] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.475985] NET: Registered protocol family 2 [ 0.477597] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479692] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481632] TCP: Hash tables configured (established 4096 bind 4096) [ 0.483569] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.485325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.487200] NET: Registered protocol family 1 [ 0.488602] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.490373] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.492112] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.506933] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.521792] Trying to unpack rootfs image as initramfs... [ 0.583968] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.589066] Scanning for low memory corruption every 60 seconds [ 0.591517] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.593429] audit: initializing netlink subsys (disabled) [ 0.595142] audit: type=2000 audit(1535849003.681:1): initialized [ 0.597347] Initialise system trusted keyring [ 0.598920] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.600812] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.603849] zbud: loaded [ 0.604978] VFS: Disk quotas dquot_6.6.0 [ 0.606312] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608819] fuse init (API version 7.23) [ 0.610264] Key type big_key registered [ 0.611560] Allocating IMA MOK and blacklist keyrings. [ 0.613485] Key type asymmetric registered [ 0.614834] Asymmetric key parser 'x509' registered [ 0.616385] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.618821] io scheduler noop registered [ 0.620097] io scheduler deadline registered (default) [ 0.621717] io scheduler cfq registered [ 0.623091] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624778] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.626856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.629235] ACPI: Power Button [PWRF] [ 0.630638] GHES: HEST is not enabled! [ 0.644923] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.674212] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.677325] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.701296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.704673] Linux agpgart interface v0.103 [ 0.708298] brd: module loaded [ 0.710662] loop: module loaded [ 0.715670] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.718062] GPT:90111 != 2097151 [ 0.719161] GPT:Alternate GPT header not at the end of the disk. [ 0.720937] GPT:90111 != 2097151 [ 0.722024] GPT: Use GNU Parted to correct GPT errors. [ 0.723592] vda: vda1 vda15 [ 0.725396] scsi host0: ata_piix [ 0.726643] scsi host1: ata_piix [ 0.727811] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.729797] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.732315] libphy: Fixed MDIO Bus: probed [ 0.733658] tun: Universal TUN/TAP device driver, 1.6 [ 0.735218] tun: (C) 1999-2004 Max Krasnyansky [ 0.738315] PPP generic driver version 2.4.2 [ 0.739776] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741740] ehci-pci: EHCI PCI platform driver [ 0.743169] ehci-platform: EHCI generic platform driver [ 0.744794] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.746641] ohci-pci: OHCI PCI platform driver [ 0.748063] ohci-platform: OHCI generic platform driver [ 0.749685] uhci_hcd: USB Universal Host Controller Interface driver [ 0.764589] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.766249] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.768611] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.770211] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.772057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774052] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.776478] usb usb1: Product: UHCI Host Controller [ 0.777982] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.779826] usb usb1: SerialNumber: 0000:00:01.2 [ 0.781380] hub 1-0:1.0: USB hub found [ 0.782634] hub 1-0:1.0: 2 ports detected [ 0.784095] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.788907] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790537] mousedev: PS/2 mouse device common for all mice [ 0.792496] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795389] rtc_cmos 00:00: RTC can wake from S4 [ 0.797164] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.799079] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.801009] i2c /dev entries driver [ 0.802242] device-mapper: uevent: version 1.0.3 [ 0.803768] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.806402] ledtrig-cpu: registered to indicate activity on CPUs [ 0.808535] NET: Registered protocol family 10 [ 0.810307] NET: Registered protocol family 17 [ 0.811747] Key type dns_resolver registered [ 0.813251] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.815041] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.817869] registered taskstats version 1 [ 0.819212] Loading compiled-in X.509 certificates [ 0.821288] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.824112] zswap: loaded using pool lzo/zbud [ 0.826241] Key type trusted registered [ 0.828380] Key type encrypted registered [ 0.829511] AppArmor: AppArmor sha1 policy hashing enabled [ 0.830917] ima: No TPM chip found, activating TPM-bypass! [ 0.832322] evm: HMAC attrs: 0x1 [ 0.833617] Magic number: 2:847:707 [ 0.834765] rtc_cmos 00:00: setting system clock to 2018-09-02 00:43:23 UTC (1535849003) [ 0.836961] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.838455] EDD information not available. [ 0.886759] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.903190] Write protecting the kernel read-only data: 14336k [ 0.906174] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.908633] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.957282] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.96. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUr55XuqTYJQuFmzw4orvdgzQ8K9F+81PSAeuecwy9Yfcsb2uUxAiAsn3B4h4pYoC7bxGQpHk6Aajq+gtWLIX5EdcPdTViMkVezWp+yDcMCh//rUYptrmJ381Bb4nCFEow/3kVnHdXR6mHduAR80QlCeefv5A+CC19fNu88EwHN3GHF11AwR782jIENWU7l+82fivXbd/2vQXjzKCVAlFXIEkArCOrgIqiJUscSqcouu9ifw+egIFmdN7t/0+LsdfS8urOIbdftDQ9z/DkQyYhd8jE7t6FhoPCeTUElxEN2IsVStqw3HadgDPdpF12IGEvynmYa96Bjpsc6zpfGOOl root@cinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446 ssh-dss AAAAB3NzaC1kc3MAAACBANiseFE4yvuoskFbOkqBC7YQywtkn1WS+Wv4nSVBK2yEV2NvQvhpWRumD7fMeEvP/h8S+jk/UlLAPjjc+A9l/mRiIbp0H9OasxkRCHy/QMWmvul01XYNtq7zwZLZa8CjRTIUNqFP0TtnRVhxRLysEGGJPq98H+kd2XCoqNAV0pElAAAAFQDHjGXp9KksOHVQRS0QFxAhdoMLKwAAAIA43nLxXAALC0OYrgTMl4vEjJ3z4VDBWTO2+5zEGD/VFBTGyzUCR5LGnZ7Lzbo6lvO2ynx1HunmlfN/WT4zNgjcD4DgQUXboh4fZkjqakLe1KFEq5mfXVzlJrRDLPAJUL2B/cf8HyJXOzsggVZc3npwajxHXwwZzXsxwO9AMWij8QAAAIEAuXffkJ6ZrnmQ7Vm/BJa7G428Rfq2wEQJUuDCkUd/2sRuJrexhaudYdjW2PPWHCYd9hNlnRpUxpqa+lvPBals/MjhyBihtnjxqpPfY8fliF+iSI4k1V0MUyVp148pTvOgc8Ly9vqfUTc2zmb7qEU96DWWGJg6nke5amN4l8EjPbk= root@cinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe3a:efd1/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-3a16a015-735b-4832-b24a-89df6dc8c446 login: 2018-09-02 00:43:28,388 - paramiko.transport - DEBUG - starting thread (client mode): 0xfb8007d0L 2018-09-02 00:43:28,389 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 00:43:28,389 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 00:43:28,389 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 00:43:28,390 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 00:43:28,391 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 00:43:28,391 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 00:43:28,391 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 00:43:28,391 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 00:43:28,391 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 00:43:28,408 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 00:43:28,408 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 00:43:28,420 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: a72086f8f7d8da624dfe64e8abf69c21 2018-09-02 00:43:28,421 - paramiko.transport - DEBUG - Trying discovered key 4d35dca3803feb66d95f4a0e3cd63ab5 in /tmp/tmp15tmk9 2018-09-02 00:43:28,448 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 00:43:28,454 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 00:43:28,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-02 00:43:28,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"volumeAttachment": {"volumeId": "8df887c6-5212-4e3c-a005-30183bf10d30"}}' 2018-09-02 00:43:30,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b92f68e-f095-4a9a-9c6f-8ae83329ef40 x-compute-request-id: req-4b92f68e-f095-4a9a-9c6f-8ae83329ef40 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "volumeId": "8df887c6-5212-4e3c-a005-30183bf10d30"}} 2018-09-02 00:43:30,261 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/os-volume_attachments used request id req-4b92f68e-f095-4a9a-9c6f-8ae83329ef40 2018-09-02 00:43:30,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.77522802353s 2018-09-02 00:43:30,262 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/os-volume_attachments used request id req-4b92f68e-f095-4a9a-9c6f-8ae83329ef40 2018-09-02 00:43:30,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:30,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:31,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:30 GMT Server: Apache x-compute-request-id: req-804d46dd-fe69-4c97-b03d-ffa74a83e4f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-804d46dd-fe69-4c97-b03d-ffa74a83e4f2 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:30.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:31,298 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-804d46dd-fe69-4c97-b03d-ffa74a83e4f2 2018-09-02 00:43:31,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03621792793s 2018-09-02 00:43:31,299 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-804d46dd-fe69-4c97-b03d-ffa74a83e4f2 2018-09-02 00:43:31,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:33,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:33,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:33,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:33 GMT Server: Apache x-compute-request-id: req-4f44c395-4e44-4081-b013-d9b3659dd0fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f44c395-4e44-4081-b013-d9b3659dd0fb Content-Encoding: gzip Content-Length: 564 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [{"server_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "attachment_id": "7c710af1-b488-4c23-affc-3c3656396371", "attached_at": "2018-09-02T00:43:32.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "8df887c6-5212-4e3c-a005-30183bf10d30", "device": "/dev/vdb", "id": "8df887c6-5212-4e3c-a005-30183bf10d30"}], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:32.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:33,355 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-4f44c395-4e44-4081-b013-d9b3659dd0fb 2018-09-02 00:43:33,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0523748397827s 2018-09-02 00:43:33,355 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-4f44c395-4e44-4081-b013-d9b3659dd0fb 2018-09-02 00:43:33,358 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 00:43:33,359 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 00:43:33,359 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 00:43:33,362 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 00:43:33,430 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 00:43:33,430 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-02 00:43:33,431 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 00:43:33,432 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 00:43:33,468 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-02 00:43:33,468 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 00:43:33,497 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 00:43:34,007 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 00:43:34,008 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 5bd20615-74e3-4d06-a018-fc8a82cfecb3 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-09-02 00:43:34,008 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-09-02 00:43:34,009 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 00:43:34,009 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-09-02 00:43:34,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-02 00:43:34,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/os-volume_attachments/8df887c6-5212-4e3c-a005-30183bf10d30 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:35,533 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-074417e6-4c9f-47ca-b889-44807358548f x-compute-request-id: req-074417e6-4c9f-47ca-b889-44807358548f Content-Length: 0 Content-Type: application/json 2018-09-02 00:43:35,533 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/os-volume_attachments/8df887c6-5212-4e3c-a005-30183bf10d30 used request id req-074417e6-4c9f-47ca-b889-44807358548f 2018-09-02 00:43:35,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.52295303345s 2018-09-02 00:43:35,534 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de/os-volume_attachments/8df887c6-5212-4e3c-a005-30183bf10d30 used request id req-074417e6-4c9f-47ca-b889-44807358548f 2018-09-02 00:43:35,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:35,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:35,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:35 GMT Server: Apache x-compute-request-id: req-800e4ee3-16b0-43af-91ea-f22808e7308a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-800e4ee3-16b0-43af-91ea-f22808e7308a Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [{"server_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "attachment_id": "7c710af1-b488-4c23-affc-3c3656396371", "attached_at": "2018-09-02T00:43:32.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "8df887c6-5212-4e3c-a005-30183bf10d30", "device": "/dev/vdb", "id": "8df887c6-5212-4e3c-a005-30183bf10d30"}], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:35.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:35,589 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-800e4ee3-16b0-43af-91ea-f22808e7308a 2018-09-02 00:43:35,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0548281669617s 2018-09-02 00:43:35,589 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-800e4ee3-16b0-43af-91ea-f22808e7308a 2018-09-02 00:43:35,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:37,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:37,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:38,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:37 GMT Server: Apache x-compute-request-id: req-1d37fdce-577a-4425-a3d4-afa9ae263b1a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d37fdce-577a-4425-a3d4-afa9ae263b1a Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:36.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:38,680 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-1d37fdce-577a-4425-a3d4-afa9ae263b1a 2018-09-02 00:43:38,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.08649611473s 2018-09-02 00:43:38,680 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-1d37fdce-577a-4425-a3d4-afa9ae263b1a 2018-09-02 00:43:38,681 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-09-02 00:43:38,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-02 00:43:38,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"volumeAttachment": {"volumeId": "8df887c6-5212-4e3c-a005-30183bf10d30"}}' 2018-09-02 00:43:39,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecd1f7a4-3006-448d-8956-aec754135712 x-compute-request-id: req-ecd1f7a4-3006-448d-8956-aec754135712 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "volumeId": "8df887c6-5212-4e3c-a005-30183bf10d30"}} 2018-09-02 00:43:39,700 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/os-volume_attachments used request id req-ecd1f7a4-3006-448d-8956-aec754135712 2018-09-02 00:43:39,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.01778697968s 2018-09-02 00:43:39,700 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/os-volume_attachments used request id req-ecd1f7a4-3006-448d-8956-aec754135712 2018-09-02 00:43:39,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:39,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:40,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:39 GMT Server: Apache x-compute-request-id: req-f96d8e3f-68bd-4818-b51a-ef3acb00c295 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f96d8e3f-68bd-4818-b51a-ef3acb00c295 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:39.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:40,710 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-f96d8e3f-68bd-4818-b51a-ef3acb00c295 2018-09-02 00:43:40,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00924396515s 2018-09-02 00:43:40,710 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-f96d8e3f-68bd-4818-b51a-ef3acb00c295 2018-09-02 00:43:40,712 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:42,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:42,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:42,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:42 GMT Server: Apache x-compute-request-id: req-838477cf-66ca-4cb7-b5fa-007ba8bf5d75 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-838477cf-66ca-4cb7-b5fa-007ba8bf5d75 Content-Encoding: gzip Content-Length: 564 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [{"server_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "attachment_id": "c8627803-5922-40a3-ad0d-78eedad0b280", "attached_at": "2018-09-02T00:43:40.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "8df887c6-5212-4e3c-a005-30183bf10d30", "device": "/dev/vdb", "id": "8df887c6-5212-4e3c-a005-30183bf10d30"}], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:41.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:42,767 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-838477cf-66ca-4cb7-b5fa-007ba8bf5d75 2018-09-02 00:43:42,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0523581504822s 2018-09-02 00:43:42,767 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-838477cf-66ca-4cb7-b5fa-007ba8bf5d75 2018-09-02 00:43:42,770 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 00:43:42,772 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 00:43:42,772 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 00:43:42,775 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 00:43:42,844 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 00:43:42,845 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-02 00:43:42,846 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 00:43:42,846 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 00:43:42,883 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-02 00:43:42,883 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 00:43:42,911 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 00:43:42,939 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 00:43:42,939 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-09-02 00:43:42,939 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-09-02 00:43:42,940 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-09-02 00:43:42,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-02 00:43:42,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/os-volume_attachments/8df887c6-5212-4e3c-a005-30183bf10d30 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:42,944 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 00:43:44,439 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20cbf7c3-42c1-4ec7-adfc-95263edc0138 x-compute-request-id: req-20cbf7c3-42c1-4ec7-adfc-95263edc0138 Content-Length: 0 Content-Type: application/json 2018-09-02 00:43:44,439 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/os-volume_attachments/8df887c6-5212-4e3c-a005-30183bf10d30 used request id req-20cbf7c3-42c1-4ec7-adfc-95263edc0138 2018-09-02 00:43:44,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.49822998047s 2018-09-02 00:43:44,439 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411/os-volume_attachments/8df887c6-5212-4e3c-a005-30183bf10d30 used request id req-20cbf7c3-42c1-4ec7-adfc-95263edc0138 2018-09-02 00:43:44,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:44,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:44,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:44 GMT Server: Apache x-compute-request-id: req-1c471ba7-d1ef-4bb3-ad62-6302051c5501 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c471ba7-d1ef-4bb3-ad62-6302051c5501 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [{"server_id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "attachment_id": "c8627803-5922-40a3-ad0d-78eedad0b280", "attached_at": "2018-09-02T00:43:40.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "8df887c6-5212-4e3c-a005-30183bf10d30", "device": "/dev/vdb", "id": "8df887c6-5212-4e3c-a005-30183bf10d30"}], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:44.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:44,496 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-1c471ba7-d1ef-4bb3-ad62-6302051c5501 2018-09-02 00:43:44,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0559449195862s 2018-09-02 00:43:44,496 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-1c471ba7-d1ef-4bb3-ad62-6302051c5501 2018-09-02 00:43:44,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:46,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:46,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:46,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:46 GMT Server: Apache x-compute-request-id: req-a2c229c3-213d-4482-9ca3-5283c9c39415 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a2c229c3-213d-4482-9ca3-5283c9c39415 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:45.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:46,551 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-a2c229c3-213d-4482-9ca3-5283c9c39415 2018-09-02 00:43:46,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0509691238403s 2018-09-02 00:43:46,551 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-a2c229c3-213d-4482-9ca3-5283c9c39415 2018-09-02 00:43:46,669 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:43:46,669 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:59 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-02 00:43:46,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:43:46,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:46,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fecf0dc9-267c-40f9-9673-04325659aba3 x-compute-request-id: req-fecf0dc9-267c-40f9-9673-04325659aba3 Content-Type: application/json 2018-09-02 00:43:46,808 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411 used request id req-fecf0dc9-267c-40f9-9673-04325659aba3 2018-09-02 00:43:46,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.132920980453s 2018-09-02 00:43:46,808 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411 used request id req-fecf0dc9-267c-40f9-9673-04325659aba3 2018-09-02 00:43:46,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:46,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:47,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f1fc8b6-a60e-467a-b689-3c800d489c72 x-compute-request-id: req-5f1fc8b6-a60e-467a-b689-3c800d489c72 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ef:d1", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ef:d1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:22.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:22Z", "hostId": "e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:43:15Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b4:16", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/d1cd3455-68a5-4b05-8554-66e35e1ff411", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:04.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "d1cd3455-68a5-4b05-8554-66e35e1ff411", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:46Z", "hostId": "1bda0639a6be0efa039f33db637176cd77b04112fa9ec4a4f351ad9a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm2_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:42:58Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:47,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5f1fc8b6-a60e-467a-b689-3c800d489c72 2018-09-02 00:43:47,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436686992645s 2018-09-02 00:43:47,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5f1fc8b6-a60e-467a-b689-3c800d489c72 2018-09-02 00:43:47,248 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:49,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:49,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:49,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a43703b-af3a-413d-891c-9f094b8cf3cf x-compute-request-id: req-4a43703b-af3a-413d-891c-9f094b8cf3cf Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ef:d1", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ef:d1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:22.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:22Z", "hostId": "e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:43:15Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:49,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4a43703b-af3a-413d-891c-9f094b8cf3cf 2018-09-02 00:43:49,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170725107193s 2018-09-02 00:43:49,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4a43703b-af3a-413d-891c-9f094b8cf3cf 2018-09-02 00:43:49,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 00:43:49,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/10ffba7d-3b72-4e60-a70f-b6253abd9406.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:50,501 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ab0ac6f-a354-43ac-987d-291e9e6797fd Content-Length: 0 Date: Sun, 02 Sep 2018 00:43:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:43:50,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/10ffba7d-3b72-4e60-a70f-b6253abd9406.json used request id req-7ab0ac6f-a354-43ac-987d-291e9e6797fd 2018-09-02 00:43:50,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.07415509224s 2018-09-02 00:43:50,501 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/10ffba7d-3b72-4e60-a70f-b6253abd9406.json used request id req-7ab0ac6f-a354-43ac-987d-291e9e6797fd 2018-09-02 00:43:50,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:50,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:50,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-bef7bfe3-0518-4bdb-b52a-16357b407c18 Date: Sun, 02 Sep 2018 00:43:50 GMT RESP BODY: {"floatingips": [{"router_id": "647809ec-654b-4bc8-828b-c113dd7a4543", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:43:26Z", "updated_at": "2018-09-02T00:43:28Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "device_owner": "compute:nova", "mac_address": "fa:16:3e:3a:ef:d1", "device_id": "e9a5f652-eca0-47bb-bdcb-d597beb829de"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.209", "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "port_id": "70797dc3-8558-4f04-b5fb-d2beaec1e173", "id": "5bac13ff-1a27-4fd1-86ee-ab5f85632347", "qos_policy_id": null}]} 2018-09-02 00:43:50,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-bef7bfe3-0518-4bdb-b52a-16357b407c18 2018-09-02 00:43:50,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0798931121826s 2018-09-02 00:43:50,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-bef7bfe3-0518-4bdb-b52a-16357b407c18 2018-09-02 00:43:50,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:50,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:50,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:50 GMT Server: Apache x-compute-request-id: req-97f84e05-6105-44fd-a85f-1dfaf879d63a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97f84e05-6105-44fd-a85f-1dfaf879d63a Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:45.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:50,638 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-97f84e05-6105-44fd-a85f-1dfaf879d63a 2018-09-02 00:43:50,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0478179454803s 2018-09-02 00:43:50,639 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-97f84e05-6105-44fd-a85f-1dfaf879d63a 2018-09-02 00:43:50,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-09-02 00:43:50,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:50,724 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:43:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ac061c8-8132-4fd6-ab88-51d6f3ce11d4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:43:50,725 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30 used request id req-3ac061c8-8132-4fd6-ab88-51d6f3ce11d4 2018-09-02 00:43:50,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0846638679504s 2018-09-02 00:43:50,725 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30 used request id req-3ac061c8-8132-4fd6-ab88-51d6f3ce11d4 2018-09-02 00:43:50,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:50,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:50,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:50 GMT Server: Apache x-compute-request-id: req-0541a455-594c-4bf8-a39a-2cf06846239d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0541a455-594c-4bf8-a39a-2cf06846239d Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "attachments": [], "links": [{"href": "http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "self"}, {"href": "http://172.30.9.38:8776/27ab22273ec942e287782b0770fdfbf0/volumes/8df887c6-5212-4e3c-a005-30183bf10d30", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T00:43:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "27ab22273ec942e287782b0770fdfbf0", "updated_at": "2018-09-02T00:43:50.000000", "volume_type": null, "name": "cinder_test-volume_3a16a015-735b-4832-b24a-89df6dc8c446", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8df887c6-5212-4e3c-a005-30183bf10d30", "size": 2}]} 2018-09-02 00:43:50,791 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-0541a455-594c-4bf8-a39a-2cf06846239d 2018-09-02 00:43:50,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.065582036972s 2018-09-02 00:43:50,791 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-0541a455-594c-4bf8-a39a-2cf06846239d 2018-09-02 00:43:50,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:52,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 00:43:52,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:52,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:52 GMT Server: Apache x-compute-request-id: req-bf07c6b9-3de3-4791-a6e0-78f0717c4483 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf07c6b9-3de3-4791-a6e0-78f0717c4483 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 00:43:52,831 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-bf07c6b9-3de3-4791-a6e0-78f0717c4483 2018-09-02 00:43:52,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0357279777527s 2018-09-02 00:43:52,831 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/27ab22273ec942e287782b0770fdfbf0/volumes/detail used request id req-bf07c6b9-3de3-4791-a6e0-78f0717c4483 2018-09-02 00:43:52,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 00:43:52,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/5bac13ff-1a27-4fd1-86ee-ab5f85632347.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:53,967 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a612a56c-1f25-4090-b33a-2f3ae42f2975 Content-Length: 0 Date: Sun, 02 Sep 2018 00:43:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:43:53,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/5bac13ff-1a27-4fd1-86ee-ab5f85632347.json used request id req-a612a56c-1f25-4090-b33a-2f3ae42f2975 2018-09-02 00:43:53,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.13337993622s 2018-09-02 00:43:53,968 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/5bac13ff-1a27-4fd1-86ee-ab5f85632347.json used request id req-a612a56c-1f25-4090-b33a-2f3ae42f2975 2018-09-02 00:43:53,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 00:43:53,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:54,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3ed77da2-e5e7-42d6-87e4-dced22039f30 Date: Sun, 02 Sep 2018 00:43:54 GMT RESP BODY: {"floatingips": []} 2018-09-02 00:43:54,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3ed77da2-e5e7-42d6-87e4-dced22039f30 2018-09-02 00:43:54,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0672280788422s 2018-09-02 00:43:54,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3ed77da2-e5e7-42d6-87e4-dced22039f30 2018-09-02 00:43:54,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 00:43:54,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:54,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5bbdc03d-76f2-4204-9664-968a4bf8689b x-compute-request-id: req-5bbdc03d-76f2-4204-9664-968a4bf8689b Content-Type: application/json 2018-09-02 00:43:54,204 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de used request id req-5bbdc03d-76f2-4204-9664-968a4bf8689b 2018-09-02 00:43:54,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.163797855377s 2018-09-02 00:43:54,205 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de used request id req-5bbdc03d-76f2-4204-9664-968a4bf8689b 2018-09-02 00:43:54,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:54,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:54,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80d60ff4-a12f-42af-b48d-2c1084c45592 x-compute-request-id: req-80d60ff4-a12f-42af-b48d-2c1084c45592 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ef:d1", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:ef:d1", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/e9a5f652-eca0-47bb-bdcb-d597beb829de", "rel": "bookmark"}], "image": {"id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "links": [{"href": "http://172.30.9.38:8774/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T00:43:22.000000", "flavor": {"id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "links": [{"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}]}, "id": "e9a5f652-eca0-47bb-bdcb-d597beb829de", "security_groups": [{"name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}], "user_id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T00:43:54Z", "hostId": "e68777223bf994df45ba715b68468e1f7f0afa03c8e7f11ec700f6d5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446", "name": "cinder_test-vm_3a16a015-735b-4832-b24a-89df6dc8c446", "created": "2018-09-02T00:43:15Z", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 00:43:54,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-80d60ff4-a12f-42af-b48d-2c1084c45592 2018-09-02 00:43:54,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783045053482s 2018-09-02 00:43:54,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-80d60ff4-a12f-42af-b48d-2c1084c45592 2018-09-02 00:43:54,990 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 00:43:56,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 00:43:56,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:57,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:43:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b4bc8ed-fb1b-4ebb-8df3-2c20e664f228 x-compute-request-id: req-2b4bc8ed-fb1b-4ebb-8df3-2c20e664f228 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 00:43:57,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2b4bc8ed-fb1b-4ebb-8df3-2c20e664f228 2018-09-02 00:43:57,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0667750835419s 2018-09-02 00:43:57,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2b4bc8ed-fb1b-4ebb-8df3-2c20e664f228 2018-09-02 00:43:57,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 00:43:57,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:57,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-f88e94fe-6771-48e6-8359-be29fe702e37 Date: Sun, 02 Sep 2018 00:43:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:56Z", "updated_at": "2018-09-02T00:42:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "312af36c-6fbb-438e-aa9b-863d977c2d13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "47e1086c-0c82-4b91-b156-1b29b073745d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "9d65e628-a5ec-4685-bb29-7374f8568476", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:56Z", "revision_number": 0, "id": "ee24071f-4f81-42ba-8243-d1f900690fa1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:56Z", "security_group_id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 3, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "736d0ad4-b2a1-4b17-98d9-3daca0c89153", "name": "cinder_test-sg_3a16a015-735b-4832-b24a-89df6dc8c446"}, {"description": "Default security group", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:48Z", "updated_at": "2018-09-02T00:42:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "08ed0810-685e-45ed-b90d-4540c60a1e8c", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "789a9490-e069-447c-a35e-adcad9e8bc37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "c5a6ad4c-2a7f-4287-a5ed-d059c5c20521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "d7f2a1f3-7c28-408f-b8bb-54402fc183aa", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "name": "default"}]} 2018-09-02 00:43:57,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-f88e94fe-6771-48e6-8359-be29fe702e37 2018-09-02 00:43:57,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0433759689331s 2018-09-02 00:43:57,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-f88e94fe-6771-48e6-8359-be29fe702e37 2018-09-02 00:43:57,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 00:43:57,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/736d0ad4-b2a1-4b17-98d9-3daca0c89153.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:57,251 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-add60bfd-ca12-407e-b95e-78a6d070c4ad Content-Length: 0 Date: Sun, 02 Sep 2018 00:43:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:43:57,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/736d0ad4-b2a1-4b17-98d9-3daca0c89153.json used request id req-add60bfd-ca12-407e-b95e-78a6d070c4ad 2018-09-02 00:43:57,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.138669967651s 2018-09-02 00:43:57,251 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/736d0ad4-b2a1-4b17-98d9-3daca0c89153.json used request id req-add60bfd-ca12-407e-b95e-78a6d070c4ad 2018-09-02 00:43:57,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 00:43:57,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:57,287 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:43:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc57e32b-5d8b-4b5d-b916-89c92aef45e9 x-compute-request-id: req-dc57e32b-5d8b-4b5d-b916-89c92aef45e9 Content-Length: 0 Content-Type: application/json 2018-09-02 00:43:57,287 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446 used request id req-dc57e32b-5d8b-4b5d-b916-89c92aef45e9 2018-09-02 00:43:57,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0354399681091s 2018-09-02 00:43:57,287 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/cinder_test-kp_3a16a015-735b-4832-b24a-89df6dc8c446 used request id req-dc57e32b-5d8b-4b5d-b916-89c92aef45e9 2018-09-02 00:43:57,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:43:57,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" -d '{"subnet_id": "9b8846da-fcdc-4ab0-9684-b72d516df008"}' 2018-09-02 00:43:59,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-56509a34-8be3-463a-8631-4b9ada67839d Date: Sun, 02 Sep 2018 00:43:59 GMT RESP BODY: {"network_id": "1dba1512-525e-4fe9-ad59-71cb5f873619", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "subnet_id": "9b8846da-fcdc-4ab0-9684-b72d516df008", "subnet_ids": ["9b8846da-fcdc-4ab0-9684-b72d516df008"], "port_id": "269788b9-4f60-460a-986f-1aefacb6adff", "id": "647809ec-654b-4bc8-828b-c113dd7a4543"} 2018-09-02 00:43:59,249 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543/remove_router_interface.json used request id req-56509a34-8be3-463a-8631-4b9ada67839d 2018-09-02 00:43:59,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.96121621132s 2018-09-02 00:43:59,250 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543/remove_router_interface.json used request id req-56509a34-8be3-463a-8631-4b9ada67839d returning object 647809ec-654b-4bc8-828b-c113dd7a4543 2018-09-02 00:43:59,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:43:59,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:43:59,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-cffff297-d909-4791-baa3-79a12ab6c6da Date: Sun, 02 Sep 2018 00:43:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:49Z", "admin_state_up": true, "updated_at": "2018-09-02T00:43:58Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "647809ec-654b-4bc8-828b-c113dd7a4543", "name": "cinder_test-router_3a16a015-735b-4832-b24a-89df6dc8c446"}]} 2018-09-02 00:43:59,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-cffff297-d909-4791-baa3-79a12ab6c6da 2018-09-02 00:43:59,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.12713098526s 2018-09-02 00:43:59,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-cffff297-d909-4791-baa3-79a12ab6c6da 2018-09-02 00:43:59,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:43:59,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:44:00,778 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e728c65f-2325-4ef1-bda8-7a03a6d5ef2a Content-Length: 0 Date: Sun, 02 Sep 2018 00:44:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:44:00,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543.json used request id req-e728c65f-2325-4ef1-bda8-7a03a6d5ef2a 2018-09-02 00:44:00,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39872288704s 2018-09-02 00:44:00,778 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/647809ec-654b-4bc8-828b-c113dd7a4543.json used request id req-e728c65f-2325-4ef1-bda8-7a03a6d5ef2a 2018-09-02 00:44:00,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:44:00,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:44:00,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e9a584c9-a3d8-47ee-bce6-a30aac0331e7 Date: Sun, 02 Sep 2018 00:44:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1dba1512-525e-4fe9-ad59-71cb5f873619","tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T00:42:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"27ab22273ec942e287782b0770fdfbf0","id":"9b8846da-fcdc-4ab0-9684-b72d516df008","subnetpool_id":null,"name":"cinder_test-subnet_3a16a015-735b-4832-b24a-89df6dc8c446"}]} 2018-09-02 00:44:00,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-e9a584c9-a3d8-47ee-bce6-a30aac0331e7 2018-09-02 00:44:00,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0446801185608s 2018-09-02 00:44:00,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-e9a584c9-a3d8-47ee-bce6-a30aac0331e7 2018-09-02 00:44:00,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:44:00,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/9b8846da-fcdc-4ab0-9684-b72d516df008.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:44:01,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d7e3587a-69ea-4d15-9591-d87016797ed2 Date: Sun, 02 Sep 2018 00:44:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:44:01,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/9b8846da-fcdc-4ab0-9684-b72d516df008.json used request id req-d7e3587a-69ea-4d15-9591-d87016797ed2 2018-09-02 00:44:01,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.901101112366s 2018-09-02 00:44:01,727 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/9b8846da-fcdc-4ab0-9684-b72d516df008.json used request id req-d7e3587a-69ea-4d15-9591-d87016797ed2 2018-09-02 00:44:01,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:44:01,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:44:01,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-7627d25f-e53d-4cd4-b09c-8e282ac1d7eb Date: Sun, 02 Sep 2018 00:44:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"1dba1512-525e-4fe9-ad59-71cb5f873619","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"27ab22273ec942e287782b0770fdfbf0","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:44:01Z","qos_policy_id":null,"name":"cinder_test-net_3a16a015-735b-4832-b24a-89df6dc8c446","admin_state_up":true,"tenant_id":"27ab22273ec942e287782b0770fdfbf0","created_at":"2018-09-02T00:42:48Z","mtu":1450}]} 2018-09-02 00:44:01,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7627d25f-e53d-4cd4-b09c-8e282ac1d7eb 2018-09-02 00:44:01,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0909628868103s 2018-09-02 00:44:01,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7627d25f-e53d-4cd4-b09c-8e282ac1d7eb 2018-09-02 00:44:01,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:44:01,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/1dba1512-525e-4fe9-ad59-71cb5f873619.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:44:02,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f001213-5981-460e-be79-ee3ebf008ec3 Date: Sun, 02 Sep 2018 00:44:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:44:02,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/1dba1512-525e-4fe9-ad59-71cb5f873619.json used request id req-7f001213-5981-460e-be79-ee3ebf008ec3 2018-09-02 00:44:02,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.87625002861s 2018-09-02 00:44:02,697 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/1dba1512-525e-4fe9-ad59-71cb5f873619.json used request id req-7f001213-5981-460e-be79-ee3ebf008ec3 2018-09-02 00:44:02,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:44:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:44:02,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-9dd758f2-fe44-46fb-a0bb-fc8dcb74ccd2 Date: Sun, 02 Sep 2018 00:44:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:42:55Z", "file": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/file", "owner": "27ab22273ec942e287782b0770fdfbf0", "id": "6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "size": 12716032, "self": "/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_3a16a015-735b-4832-b24a-89df6dc8c446", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:42:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:44:02,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9dd758f2-fe44-46fb-a0bb-fc8dcb74ccd2 2018-09-02 00:44:02,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0412330627441s 2018-09-02 00:44:02,742 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9dd758f2-fe44-46fb-a0bb-fc8dcb74ccd2 2018-09-02 00:44:02,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:44:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9e0f872c080221d0bbb3aa264166edd30b8732e8" 2018-09-02 00:44:03,492 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d36d99c8-5c14-44ad-9c91-6db83832987c Date: Sun, 02 Sep 2018 00:44:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:44:03,492 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea used request id req-d36d99c8-5c14-44ad-9c91-6db83832987c 2018-09-02 00:44:03,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.747856140137s 2018-09-02 00:44:03,492 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/6a6527ec-8c6c-45e1-a3b0-7c4a361112ea used request id req-d36d99c8-5c14-44ad-9c91-6db83832987c 2018-09-02 00:44:03,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:44:03,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:44:03,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-416a427c-eaf3-45a0-ad4e-f5c502d14f61 x-compute-request-id: req-416a427c-eaf3-45a0-ad4e-f5c502d14f61 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_3a16a015-735b-4832-b24a-89df6dc8c446", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d50dd3ad-07e4-4042-a240-31ec98a2dbcc"}]} 2018-09-02 00:44:03,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-416a427c-eaf3-45a0-ad4e-f5c502d14f61 2018-09-02 00:44:03,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0212051868439s 2018-09-02 00:44:03,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-416a427c-eaf3-45a0-ad4e-f5c502d14f61 2018-09-02 00:44:03,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:44:03,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:44:03,557 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f1d10e8d-73eb-42ef-bf9e-5d4dc05cd5f2 x-compute-request-id: req-f1d10e8d-73eb-42ef-bf9e-5d4dc05cd5f2 Content-Length: 0 Content-Type: application/json 2018-09-02 00:44:03,558 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc used request id req-f1d10e8d-73eb-42ef-bf9e-5d4dc05cd5f2 2018-09-02 00:44:03,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416829586029s 2018-09-02 00:44:03,558 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/d50dd3ad-07e4-4042-a240-31ec98a2dbcc used request id req-f1d10e8d-73eb-42ef-bf9e-5d4dc05cd5f2 2018-09-02 00:44:03,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:03,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:44:03,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d02235-23f1-4fdd-bff1-67a623dde3fb Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446", "links": {"self": "http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:03,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-67d02235-23f1-4fdd-bff1-67a623dde3fb 2018-09-02 00:44:03,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194535017014s 2018-09-02 00:44:03,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-67d02235-23f1-4fdd-bff1-67a623dde3fb 2018-09-02 00:44:03,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:03,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:44:03,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd56558-9e8e-4513-95ca-c4d012d75458 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_3a16a015-735b-4832-b24a-89df6dc8c446", "links": {"self": "http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b8fe2fc2ca2f4decaf59c17032fc5efc", "description": null}} 2018-09-02 00:44:03,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc used request id req-8bd56558-9e8e-4513-95ca-c4d012d75458 2018-09-02 00:44:03,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.178478956223s 2018-09-02 00:44:03,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc used request id req-8bd56558-9e8e-4513-95ca-c4d012d75458 2018-09-02 00:44:03,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 00:44:03,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:44:04,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b5f142d-1da2-4aca-b0f6-d8e1988b84cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:04,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc used request id req-4b5f142d-1da2-4aca-b0f6-d8e1988b84cd 2018-09-02 00:44:04,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.293220043182s 2018-09-02 00:44:04,233 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/b8fe2fc2ca2f4decaf59c17032fc5efc used request id req-4b5f142d-1da2-4aca-b0f6-d8e1988b84cd 2018-09-02 00:44:04,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:04,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:44:04,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be20c298-197a-4512-a686-f3d071724e7c Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0"}, "tags": [], "enabled": true, "id": "27ab22273ec942e287782b0770fdfbf0", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_3a16a015-735b-4832-b24a-89df6dc8c446"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 00:44:04,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-be20c298-197a-4512-a686-f3d071724e7c 2018-09-02 00:44:04,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180191993713s 2018-09-02 00:44:04,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-be20c298-197a-4512-a686-f3d071724e7c 2018-09-02 00:44:04,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 00:44:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3efd7cd85d01df4e3421a8bf9ad390639ff177f" 2018-09-02 00:44:04,644 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf8375da-33bd-4ef0-8edd-32e8770c991a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:04,644 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0 used request id req-bf8375da-33bd-4ef0-8edd-32e8770c991a 2018-09-02 00:44:04,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.217764854431s 2018-09-02 00:44:04,644 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/27ab22273ec942e287782b0770fdfbf0 used request id req-bf8375da-33bd-4ef0-8edd-32e8770c991a 2018-09-02 00:44:04,676 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:04,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:04,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:04,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:04,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:04,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:04,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:04,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:04,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4fef69e-c418-4fab-abe2-e2418157717a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:44:04,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-a4fef69e-c418-4fab-abe2-e2418157717a 2018-09-02 00:44:04,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:44:05,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:44:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["IM93RYRyQDasYRfpdNt2gQ"], "issued_at": "2018-09-02T00:44:05.000000Z"}} 2018-09-02 00:44:05,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:05,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-028d3cb3-f22f-407d-8de7-3b10d480e998 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:44:05,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-028d3cb3-f22f-407d-8de7-3b10d480e998 2018-09-02 00:44:05,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:05,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:05,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549982c1-3369-4e54-8f6d-193e2ff9479a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:44:05,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-549982c1-3369-4e54-8f6d-193e2ff9479a 2018-09-02 00:44:05,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174203872681s 2018-09-02 00:44:05,548 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-549982c1-3369-4e54-8f6d-193e2ff9479a 2018-09-02 00:44:05,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:44:05,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}}' 2018-09-02 00:44:05,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8c45a33-4ec5-4bd3-bc53-d7c06a4ab05f Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}} 2018-09-02 00:44:05,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-e8c45a33-4ec5-4bd3-bc53-d7c06a4ab05f 2018-09-02 00:44:05,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.174187898636s 2018-09-02 00:44:05,730 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-e8c45a33-4ec5-4bd3-bc53-d7c06a4ab05f 2018-09-02 00:44:05,730 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: api_check', u'tags': [], 'enabled': True, 'id': u'bee47308d9464fb5b9e0e984ee529384', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce'}) 2018-09-02 00:44:05,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:44:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "81839ff0-6fe1-4b99-a6aa-a2d0ba58546c", "email": null, "name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}}' 2018-09-02 00:44:06,265 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ea88e74-85c1-4d40-92b5-dec9097ee30c Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:44:06,266 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-9ea88e74-85c1-4d40-92b5-dec9097ee30c 2018-09-02 00:44:06,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.529253005981s 2018-09-02 00:44:06,266 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-9ea88e74-85c1-4d40-92b5-dec9097ee30c 2018-09-02 00:44:06,267 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4adcfb0f4a5d450884f82cb56616cef6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce'}) 2018-09-02 00:44:06,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:06,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:06,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d6d263-5797-442c-be2d-e4b47bb488e2 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:06,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e6d6d263-5797-442c-be2d-e4b47bb488e2 2018-09-02 00:44:06,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173344135284s 2018-09-02 00:44:06,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e6d6d263-5797-442c-be2d-e4b47bb488e2 2018-09-02 00:44:06,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:06,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:06,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474842ee-1065-4a3e-8b1c-7933804dee20 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:06,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-474842ee-1065-4a3e-8b1c-7933804dee20 2018-09-02 00:44:06,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.170438051224s 2018-09-02 00:44:06,620 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-474842ee-1065-4a3e-8b1c-7933804dee20 2018-09-02 00:44:06,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:06,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:06,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b00c24-bd2f-4e8f-97bf-0d4f7d67b314 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:06,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a8b00c24-bd2f-4e8f-97bf-0d4f7d67b314 2018-09-02 00:44:06,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.13595199585s 2018-09-02 00:44:06,761 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a8b00c24-bd2f-4e8f-97bf-0d4f7d67b314 2018-09-02 00:44:06,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:06,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:06,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-953becf5-8979-4851-b81b-8ac3b3d3c259 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:06,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-953becf5-8979-4851-b81b-8ac3b3d3c259 2018-09-02 00:44:06,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0996990203857s 2018-09-02 00:44:06,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-953becf5-8979-4851-b81b-8ac3b3d3c259 2018-09-02 00:44:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:06,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:06,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c695a4-7039-483f-a6fe-20b9e4cd702f Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:06,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-44c695a4-7039-483f-a6fe-20b9e4cd702f 2018-09-02 00:44:06,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115386009216s 2018-09-02 00:44:06,983 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-44c695a4-7039-483f-a6fe-20b9e4cd702f 2018-09-02 00:44:06,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:06,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:07,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a952b5df-9888-48c5-ad54-2d29b81637f6 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 00:44:07,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-a952b5df-9888-48c5-ad54-2d29b81637f6 2018-09-02 00:44:07,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0993330478668s 2018-09-02 00:44:07,094 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-a952b5df-9888-48c5-ad54-2d29b81637f6 2018-09-02 00:44:07,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:07,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bee47308d9464fb5b9e0e984ee529384" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:07,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8696df59-1ea6-4cb7-bbf0-a822580f2822 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bee47308d9464fb5b9e0e984ee529384", "previous": null, "next": null}} 2018-09-02 00:44:07,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bee47308d9464fb5b9e0e984ee529384 used request id req-8696df59-1ea6-4cb7-bbf0-a822580f2822 2018-09-02 00:44:07,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.181095838547s 2018-09-02 00:44:07,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bee47308d9464fb5b9e0e984ee529384 used request id req-8696df59-1ea6-4cb7-bbf0-a822580f2822 2018-09-02 00:44:07,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:07,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:07,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68f2995f-6706-4bae-95da-c0f49eb2f425 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:07,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-68f2995f-6706-4bae-95da-c0f49eb2f425 2018-09-02 00:44:07,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.137652873993s 2018-09-02 00:44:07,423 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-68f2995f-6706-4bae-95da-c0f49eb2f425 2018-09-02 00:44:07,424 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'bee47308d9464fb5b9e0e984ee529384', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '81839ff0-6fe1-4b99-a6aa-a2d0ba58546c', 'username': u'api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:44:07,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:07,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:07,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:07,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:07,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:07,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:07,431 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce', 'password': '81839ff0-6fe1-4b99-a6aa-a2d0ba58546c', 'project_name': 'api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'bee47308d9464fb5b9e0e984ee529384', 'project_domain_name': 'Default'} 2018-09-02 00:44:07,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:07,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:07,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c146fa77-b249-48f5-ad9a-01fc4cfc7f6f Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:07,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c146fa77-b249-48f5-ad9a-01fc4cfc7f6f 2018-09-02 00:44:07,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102777004242s 2018-09-02 00:44:07,538 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c146fa77-b249-48f5-ad9a-01fc4cfc7f6f 2018-09-02 00:44:07,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:07,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:07,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502be155-d1e7-487c-87a8-c6bc98038fab Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:07,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-502be155-d1e7-487c-87a8-c6bc98038fab 2018-09-02 00:44:07,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.131626844406s 2018-09-02 00:44:07,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-502be155-d1e7-487c-87a8-c6bc98038fab 2018-09-02 00:44:07,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:07,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:07,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-274549c0-297d-4107-a8f1-aa492c4e3588 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:07,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-274549c0-297d-4107-a8f1-aa492c4e3588 2018-09-02 00:44:07,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0966019630432s 2018-09-02 00:44:07,776 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-274549c0-297d-4107-a8f1-aa492c4e3588 2018-09-02 00:44:07,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:07,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:07,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2244d91-a8ca-46c2-b034-477b29622ddc Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:07,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-d2244d91-a8ca-46c2-b034-477b29622ddc 2018-09-02 00:44:07,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208874225616s 2018-09-02 00:44:07,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-d2244d91-a8ca-46c2-b034-477b29622ddc 2018-09-02 00:44:07,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:08,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:08,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a85a79a6-974a-49a2-bb0f-502b4767f570 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 00:44:08,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-a85a79a6-974a-49a2-bb0f-502b4767f570 2018-09-02 00:44:08,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10219502449s 2018-09-02 00:44:08,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-a85a79a6-974a-49a2-bb0f-502b4767f570 2018-09-02 00:44:08,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:08,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bee47308d9464fb5b9e0e984ee529384" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:08,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efba513b-871f-4db8-b8ae-48619ea40dd2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bee47308d9464fb5b9e0e984ee529384", "previous": null, "next": null}} 2018-09-02 00:44:08,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bee47308d9464fb5b9e0e984ee529384 used request id req-efba513b-871f-4db8-b8ae-48619ea40dd2 2018-09-02 00:44:08,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.173559904099s 2018-09-02 00:44:08,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bee47308d9464fb5b9e0e984ee529384 used request id req-efba513b-871f-4db8-b8ae-48619ea40dd2 2018-09-02 00:44:08,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:08,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:08,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a5d6b45-b7ce-44fd-bf79-157ef9dfddf4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:08,450 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/527a26856ff64a55b36113867c009231 used request id req-1a5d6b45-b7ce-44fd-bf79-157ef9dfddf4 2018-09-02 00:44:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.163990020752s 2018-09-02 00:44:08,450 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/527a26856ff64a55b36113867c009231 used request id req-1a5d6b45-b7ce-44fd-bf79-157ef9dfddf4 2018-09-02 00:44:08,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:08,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:08,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6825dae0-f6bd-4be5-9903-50d7debc8cb8 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:08,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6825dae0-f6bd-4be5-9903-50d7debc8cb8 2018-09-02 00:44:08,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0998630523682s 2018-09-02 00:44:08,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6825dae0-f6bd-4be5-9903-50d7debc8cb8 2018-09-02 00:44:08,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-09-02 00:44:08,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-02 00:44:08,668 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed0bec70-8c50-469e-9dcb-455190224b3a Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}} 2018-09-02 00:44:08,668 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/roles used request id req-ed0bec70-8c50-469e-9dcb-455190224b3a 2018-09-02 00:44:08,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.109658956528s 2018-09-02 00:44:08,669 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/roles used request id req-ed0bec70-8c50-469e-9dcb-455190224b3a 2018-09-02 00:44:08,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:08,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:08,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d258eed-dd6e-4f04-911c-614e903e8029 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:08,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0d258eed-dd6e-4f04-911c-614e903e8029 2018-09-02 00:44:08,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0964660644531s 2018-09-02 00:44:08,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0d258eed-dd6e-4f04-911c-614e903e8029 2018-09-02 00:44:08,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:08,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:08,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ed647a-51b8-43fc-b4e3-0320c7381d02 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:08,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-c7ed647a-51b8-43fc-b4e3-0320c7381d02 2018-09-02 00:44:08,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0966808795929s 2018-09-02 00:44:08,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-c7ed647a-51b8-43fc-b4e3-0320c7381d02 2018-09-02 00:44:08,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:08,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:08,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd40e731-01bf-43c6-8c04-fd97b5a0ac36 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:08,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-dd40e731-01bf-43c6-8c04-fd97b5a0ac36 2018-09-02 00:44:08,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116971969604s 2018-09-02 00:44:08,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-dd40e731-01bf-43c6-8c04-fd97b5a0ac36 2018-09-02 00:44:09,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:09,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:09,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-235e94e7-edb5-4791-8fc7-38aa6c5412a4 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 00:44:09,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-235e94e7-edb5-4791-8fc7-38aa6c5412a4 2018-09-02 00:44:09,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102656126022s 2018-09-02 00:44:09,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-235e94e7-edb5-4791-8fc7-38aa6c5412a4 2018-09-02 00:44:09,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:09,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=bee47308d9464fb5b9e0e984ee529384" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:09,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34fa5545-320c-444d-947b-6174595fb8df Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=bee47308d9464fb5b9e0e984ee529384", "previous": null, "next": null}} 2018-09-02 00:44:09,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=bee47308d9464fb5b9e0e984ee529384 used request id req-34fa5545-320c-444d-947b-6174595fb8df 2018-09-02 00:44:09,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0963399410248s 2018-09-02 00:44:09,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4adcfb0f4a5d450884f82cb56616cef6&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=bee47308d9464fb5b9e0e984ee529384 used request id req-34fa5545-320c-444d-947b-6174595fb8df 2018-09-02 00:44:09,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:09,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/98fe14e3daf64427bd45b683823b0719 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07e1905dcd3760fed0bea92b68a44398c1698606" 2018-09-02 00:44:09,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23b48bb2-0c61-41e6-9f5a-866b9ef088a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:09,348 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/98fe14e3daf64427bd45b683823b0719 used request id req-23b48bb2-0c61-41e6-9f5a-866b9ef088a1 2018-09-02 00:44:09,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134962081909s 2018-09-02 00:44:09,348 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384/users/4adcfb0f4a5d450884f82cb56616cef6/roles/98fe14e3daf64427bd45b683823b0719 used request id req-23b48bb2-0c61-41e6-9f5a-866b9ef088a1 2018-09-02 00:44:09,348 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-02 00:44:09,349 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-02 00:44:09,349 - openstack_tests - INFO - OS Credentials = > 2018-09-02 00:44:09,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-02 00:44:09,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:44:09,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}, {"id": "98fe14e3daf64427bd45b683823b0719", "name": "heat_stack_owner"}], "expires_at": "2018-09-02T01:44:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bee47308d9464fb5b9e0e984ee529384", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/bee47308d9464fb5b9e0e984ee529384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/bee47308d9464fb5b9e0e984ee529384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/bee47308d9464fb5b9e0e984ee529384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bee47308d9464fb5b9e0e984ee529384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/bee47308d9464fb5b9e0e984ee529384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/bee47308d9464fb5b9e0e984ee529384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/bee47308d9464fb5b9e0e984ee529384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/bee47308d9464fb5b9e0e984ee529384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/bee47308d9464fb5b9e0e984ee529384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_bee47308d9464fb5b9e0e984ee529384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_bee47308d9464fb5b9e0e984ee529384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bee47308d9464fb5b9e0e984ee529384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/bee47308d9464fb5b9e0e984ee529384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/bee47308d9464fb5b9e0e984ee529384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "id": "4adcfb0f4a5d450884f82cb56616cef6"}, "audit_ids": ["-I3ll_DiSbK6sKW2MDmLPA"], "issued_at": "2018-09-02T00:44:09.000000Z"}} 2018-09-02 00:44:09,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.38:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46590745889a77680acca44a1637535a091b640d" 2018-09-02 00:44:10,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-198e8ad2-5894-4f7c-8541-6ca244fea568 Date: Sun, 02 Sep 2018 00:44:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:44:10,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks?router%3Aexternal=True used request id req-198e8ad2-5894-4f7c-8541-6ca244fea568 2018-09-02 00:44:10,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.38:9696/v2.0/subnets?network_id=0663b1a1-5d73-466a-9220-dafde1635b36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46590745889a77680acca44a1637535a091b640d" 2018-09-02 00:44:10,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4e98c4b3-2c3a-4b35-bebe-ad178aa128ed Date: Sun, 02 Sep 2018 00:44:10 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 00:44:10,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets?network_id=0663b1a1-5d73-466a-9220-dafde1635b36 used request id req-4e98c4b3-2c3a-4b35-bebe-ad178aa128ed 2018-09-02 00:44:10,243 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-02 00:44:10,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:10,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:10,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:10,244 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:10,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:10,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:10,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:10,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-09-02 00:44:10,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:10,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc719bb1-ebbf-4838-89f3-a377bb3e4175 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:44:10,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-bc719bb1-ebbf-4838-89f3-a377bb3e4175 2018-09-02 00:44:10,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:44:10,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["W1hm3bVzTF-l6RRmD5U-Zg"], "issued_at": "2018-09-02T00:44:10.000000Z"}} 2018-09-02 00:44:10,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ec4e81bb506cae52fb707a623dfcb200e2448127" 2018-09-02 00:44:10,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a767f32-e235-46c7-9890-3c698e8bf2ce x-compute-request-id: req-1a767f32-e235-46c7-9890-3c698e8bf2ce Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.38:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.65", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-09-02 00:44:10,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/ used request id req-1a767f32-e235-46c7-9890-3c698e8bf2ce 2018-09-02 00:44:10,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.742875099182s 2018-09-02 00:44:10,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/ used request id req-1a767f32-e235-46c7-9890-3c698e8bf2ce 2018-09-02 00:44:10,992 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.38:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.65', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-09-02 00:44:10,993 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-09-02 00:44:10,993 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-09-02 00:44:10,994 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-09-02 00:44:11,054 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-09-02 00:44:11,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:11,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:11,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:11,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:11,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:11,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:11,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:11,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:11,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:11,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:11,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff6467c0-5c68-449e-96fd-335ffef332c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:44:11,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-ff6467c0-5c68-449e-96fd-335ffef332c2 2018-09-02 00:44:11,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:44:11,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:44:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["S0KpTt2RQCudxoSVd7Jh1A"], "issued_at": "2018-09-02T00:44:11.000000Z"}} 2018-09-02 00:44:11,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:11,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:44:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bde92c8-b367-4fac-8cdd-addd6e434e02 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:44:11,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-4bde92c8-b367-4fac-8cdd-addd6e434e02 2018-09-02 00:44:11,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:11,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:11,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7333542b-f2dc-4aca-80c0-f5e7c343a782 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:44:11,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-7333542b-f2dc-4aca-80c0-f5e7c343a782 2018-09-02 00:44:11,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187547922134s 2018-09-02 00:44:11,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-7333542b-f2dc-4aca-80c0-f5e7c343a782 2018-09-02 00:44:11,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:44:11,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}}' 2018-09-02 00:44:11,950 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:44:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ad9b511-23c8-4c6f-9cee-ce6298fdb5b6 Content-Length: 382 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}} 2018-09-02 00:44:11,950 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-5ad9b511-23c8-4c6f-9cee-ce6298fdb5b6 2018-09-02 00:44:11,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.25692486763s 2018-09-02 00:44:11,951 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-5ad9b511-23c8-4c6f-9cee-ce6298fdb5b6 2018-09-02 00:44:11,951 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: snaps_health_check', u'tags': [], 'enabled': True, 'id': u'e3a2edc63bd749c3942f7ea67778befe', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc'}) 2018-09-02 00:44:11,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:44:11,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3813ab03-4f22-4868-9e0b-a031c785d6d8", "email": null, "name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc"}}' 2018-09-02 00:44:12,448 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:44:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85c6d30f-933b-4561-bbd4-933721846c50 Content-Length: 333 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:44:12,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-85c6d30f-933b-4561-bbd4-933721846c50 2018-09-02 00:44:12,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.490571022034s 2018-09-02 00:44:12,449 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-85c6d30f-933b-4561-bbd4-933721846c50 2018-09-02 00:44:12,449 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e6a071aa4900400188339131e2ad4378', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc'}) 2018-09-02 00:44:12,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:12,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:12,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02c568da-1d4c-40eb-91fa-7ab8c313787f Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:12,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-02c568da-1d4c-40eb-91fa-7ab8c313787f 2018-09-02 00:44:12,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.16259098053s 2018-09-02 00:44:12,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-02c568da-1d4c-40eb-91fa-7ab8c313787f 2018-09-02 00:44:12,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:12,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:12,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c717d9-798f-4771-9c48-90a92df69922 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:12,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-18c717d9-798f-4771-9c48-90a92df69922 2018-09-02 00:44:12,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0958278179169s 2018-09-02 00:44:12,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-18c717d9-798f-4771-9c48-90a92df69922 2018-09-02 00:44:12,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:12,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:12,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38025a77-f018-4778-9b38-b2682bda88f3 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:12,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-38025a77-f018-4778-9b38-b2682bda88f3 2018-09-02 00:44:12,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.172079086304s 2018-09-02 00:44:12,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-38025a77-f018-4778-9b38-b2682bda88f3 2018-09-02 00:44:12,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:12,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd841ed-b6e1-45d9-b7cb-ee3c14cf5a14 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:13,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3cd841ed-b6e1-45d9-b7cb-ee3c14cf5a14 2018-09-02 00:44:13,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.135503053665s 2018-09-02 00:44:13,036 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3cd841ed-b6e1-45d9-b7cb-ee3c14cf5a14 2018-09-02 00:44:13,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfd07b93-c1ac-498b-a538-d8b492fb7c84 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:13,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-cfd07b93-c1ac-498b-a538-d8b492fb7c84 2018-09-02 00:44:13,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116490125656s 2018-09-02 00:44:13,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-cfd07b93-c1ac-498b-a538-d8b492fb7c84 2018-09-02 00:44:13,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b3e77e-e4ba-426c-a677-7bc607d15852 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 00:44:13,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-83b3e77e-e4ba-426c-a677-7bc607d15852 2018-09-02 00:44:13,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0996809005737s 2018-09-02 00:44:13,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-83b3e77e-e4ba-426c-a677-7bc607d15852 2018-09-02 00:44:13,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e3a2edc63bd749c3942f7ea67778befe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8b75dc7-7ab7-4285-880a-5a301a837174 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e3a2edc63bd749c3942f7ea67778befe", "previous": null, "next": null}} 2018-09-02 00:44:13,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e3a2edc63bd749c3942f7ea67778befe used request id req-b8b75dc7-7ab7-4285-880a-5a301a837174 2018-09-02 00:44:13,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.135105133057s 2018-09-02 00:44:13,408 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e3a2edc63bd749c3942f7ea67778befe used request id req-b8b75dc7-7ab7-4285-880a-5a301a837174 2018-09-02 00:44:13,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:13,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3824af1-444a-4170-bb88-442783d79f8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:13,550 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-d3824af1-444a-4170-bb88-442783d79f8d 2018-09-02 00:44:13,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.139024019241s 2018-09-02 00:44:13,551 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-d3824af1-444a-4170-bb88-442783d79f8d 2018-09-02 00:44:13,551 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'e3a2edc63bd749c3942f7ea67778befe', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3813ab03-4f22-4868-9e0b-a031c785d6d8', 'username': u'snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:44:13,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:13,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:13,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:13,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:13,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:13,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:13,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:13,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:13,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:13,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:13,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:13,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:13,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:13,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:13,557 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc', 'password': '3813ab03-4f22-4868-9e0b-a031c785d6d8', 'project_name': 'snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'e3a2edc63bd749c3942f7ea67778befe', 'project_domain_name': 'Default'} 2018-09-02 00:44:13,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:13,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15d42226-18e9-4140-8c28-7aa34ec4e7bc Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:13,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-15d42226-18e9-4140-8c28-7aa34ec4e7bc 2018-09-02 00:44:13,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.113702058792s 2018-09-02 00:44:13,674 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-15d42226-18e9-4140-8c28-7aa34ec4e7bc 2018-09-02 00:44:13,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:13,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57300df-1daf-4e2d-a934-5b95b7ebb15e Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:13,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e57300df-1daf-4e2d-a934-5b95b7ebb15e 2018-09-02 00:44:13,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181411981583s 2018-09-02 00:44:13,861 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e57300df-1daf-4e2d-a934-5b95b7ebb15e 2018-09-02 00:44:13,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:13,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:13,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f5f4dfd-089d-46cc-88ac-808644d6f514 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:13,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5f5f4dfd-089d-46cc-88ac-808644d6f514 2018-09-02 00:44:13,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0949628353119s 2018-09-02 00:44:13,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5f5f4dfd-089d-46cc-88ac-808644d6f514 2018-09-02 00:44:13,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:13,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47e58234-162d-4ca5-997a-f4479fa47a59 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:14,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-47e58234-162d-4ca5-997a-f4479fa47a59 2018-09-02 00:44:14,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11363697052s 2018-09-02 00:44:14,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-47e58234-162d-4ca5-997a-f4479fa47a59 2018-09-02 00:44:14,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9a2b947-8df9-4721-87af-15467c42e66e Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 00:44:14,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-e9a2b947-8df9-4721-87af-15467c42e66e 2018-09-02 00:44:14,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101451873779s 2018-09-02 00:44:14,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-e9a2b947-8df9-4721-87af-15467c42e66e 2018-09-02 00:44:14,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:14,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e3a2edc63bd749c3942f7ea67778befe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e73f85-f63d-47c3-88a6-0afabda0e177 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e3a2edc63bd749c3942f7ea67778befe", "previous": null, "next": null}} 2018-09-02 00:44:14,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e3a2edc63bd749c3942f7ea67778befe used request id req-b8e73f85-f63d-47c3-88a6-0afabda0e177 2018-09-02 00:44:14,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100126981735s 2018-09-02 00:44:14,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e3a2edc63bd749c3942f7ea67778befe used request id req-b8e73f85-f63d-47c3-88a6-0afabda0e177 2018-09-02 00:44:14,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:14,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f9bceab-1f44-40ca-8493-6f0f512fd928 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:14,525 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/527a26856ff64a55b36113867c009231 used request id req-6f9bceab-1f44-40ca-8493-6f0f512fd928 2018-09-02 00:44:14,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.224344015121s 2018-09-02 00:44:14,526 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/527a26856ff64a55b36113867c009231 used request id req-6f9bceab-1f44-40ca-8493-6f0f512fd928 2018-09-02 00:44:14,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:14,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fda952-d975-466a-a666-5a2a110e6500 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:14,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b4fda952-d975-466a-a666-5a2a110e6500 2018-09-02 00:44:14,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0998930931091s 2018-09-02 00:44:14,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b4fda952-d975-466a-a666-5a2a110e6500 2018-09-02 00:44:14,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:14,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a741ec0c-53c0-4619-b390-78ea4be0e0c5 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:14,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a741ec0c-53c0-4619-b390-78ea4be0e0c5 2018-09-02 00:44:14,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0954449176788s 2018-09-02 00:44:14,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a741ec0c-53c0-4619-b390-78ea4be0e0c5 2018-09-02 00:44:14,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:14,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dfc45bd-74bf-4b0c-958b-a38850da14f4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:14,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-9dfc45bd-74bf-4b0c-958b-a38850da14f4 2018-09-02 00:44:14,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0967609882355s 2018-09-02 00:44:14,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-9dfc45bd-74bf-4b0c-958b-a38850da14f4 2018-09-02 00:44:14,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:14,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:14,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa0a9b46-3e0f-4ec4-a631-e84dab0977d9 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:14,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-aa0a9b46-3e0f-4ec4-a631-e84dab0977d9 2018-09-02 00:44:14,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121068954468s 2018-09-02 00:44:14,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-aa0a9b46-3e0f-4ec4-a631-e84dab0977d9 2018-09-02 00:44:14,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:14,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:15,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8464cb93-a65d-435e-b480-420bcdaa65e9 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 00:44:15,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-8464cb93-a65d-435e-b480-420bcdaa65e9 2018-09-02 00:44:15,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0984880924225s 2018-09-02 00:44:15,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-8464cb93-a65d-435e-b480-420bcdaa65e9 2018-09-02 00:44:15,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:15,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=e3a2edc63bd749c3942f7ea67778befe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:15,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa617fc-ca89-4339-ae10-9f122c033dc3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=e3a2edc63bd749c3942f7ea67778befe", "previous": null, "next": null}} 2018-09-02 00:44:15,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=e3a2edc63bd749c3942f7ea67778befe used request id req-3aa617fc-ca89-4339-ae10-9f122c033dc3 2018-09-02 00:44:15,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101146221161s 2018-09-02 00:44:15,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e6a071aa4900400188339131e2ad4378&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=e3a2edc63bd749c3942f7ea67778befe used request id req-3aa617fc-ca89-4339-ae10-9f122c033dc3 2018-09-02 00:44:15,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:15,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/98fe14e3daf64427bd45b683823b0719 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bed6f12c57c4fd7e09497863bfd2aa4f13f0cfc6" 2018-09-02 00:44:15,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6df1f97-5550-401d-8505-cda138a8de76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:15,304 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/98fe14e3daf64427bd45b683823b0719 used request id req-a6df1f97-5550-401d-8505-cda138a8de76 2018-09-02 00:44:15,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.125633001328s 2018-09-02 00:44:15,304 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe/users/e6a071aa4900400188339131e2ad4378/roles/98fe14e3daf64427bd45b683823b0719 used request id req-a6df1f97-5550-401d-8505-cda138a8de76 2018-09-02 00:44:15,304 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-02 00:44:15,304 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-02 00:44:15,305 - openstack_tests - INFO - OS Credentials = > 2018-09-02 00:44:15,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-02 00:44:15,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:44:15,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}, {"id": "98fe14e3daf64427bd45b683823b0719", "name": "heat_stack_owner"}], "expires_at": "2018-09-02T01:44:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3a2edc63bd749c3942f7ea67778befe", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e3a2edc63bd749c3942f7ea67778befe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/e3a2edc63bd749c3942f7ea67778befe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/e3a2edc63bd749c3942f7ea67778befe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e3a2edc63bd749c3942f7ea67778befe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/e3a2edc63bd749c3942f7ea67778befe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/e3a2edc63bd749c3942f7ea67778befe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/e3a2edc63bd749c3942f7ea67778befe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/e3a2edc63bd749c3942f7ea67778befe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/e3a2edc63bd749c3942f7ea67778befe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_e3a2edc63bd749c3942f7ea67778befe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_e3a2edc63bd749c3942f7ea67778befe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e3a2edc63bd749c3942f7ea67778befe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/e3a2edc63bd749c3942f7ea67778befe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/e3a2edc63bd749c3942f7ea67778befe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "id": "e6a071aa4900400188339131e2ad4378"}, "audit_ids": ["GnzQm3mFQrKEa50jq28yJg"], "issued_at": "2018-09-02T00:44:15.000000Z"}} 2018-09-02 00:44:15,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.38:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ed4d268d90de426ae53eb4424ee9a536fc2dd" 2018-09-02 00:44:16,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5ded41f5-e130-43ca-849c-37c70616ffa7 Date: Sun, 02 Sep 2018 00:44:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:44:16,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks?router%3Aexternal=True used request id req-5ded41f5-e130-43ca-849c-37c70616ffa7 2018-09-02 00:44:16,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.38:9696/v2.0/subnets?network_id=0663b1a1-5d73-466a-9220-dafde1635b36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69ed4d268d90de426ae53eb4424ee9a536fc2dd" 2018-09-02 00:44:16,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-59693987-2c2f-40d8-a558-07f7b81ec51e Date: Sun, 02 Sep 2018 00:44:16 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 00:44:16,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets?network_id=0663b1a1-5d73-466a-9220-dafde1635b36 used request id req-59693987-2c2f-40d8-a558-07f7b81ec51e 2018-09-02 00:44:16,063 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-02 00:44:16,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:16,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:16,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:16,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:16,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-09-02 00:44:16,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:16,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba0e262-0804-4de1-86ae-01621471015a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:44:16,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-5ba0e262-0804-4de1-86ae-01621471015a 2018-09-02 00:44:16,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:44:16,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:44:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["w5ecmu4HTfybo9AbdeBNKQ"], "issued_at": "2018-09-02T00:44:16.000000Z"}} 2018-09-02 00:44:16,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7d31d5b4ee529e95d09662ddd65593d9d18b5a5b" 2018-09-02 00:44:16,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7a8719b-56e0-4a24-aca7-2114bc839b9c x-compute-request-id: req-d7a8719b-56e0-4a24-aca7-2114bc839b9c Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.38:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.65", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-09-02 00:44:16,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/ used request id req-d7a8719b-56e0-4a24-aca7-2114bc839b9c 2018-09-02 00:44:16,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.645689964294s 2018-09-02 00:44:16,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/ used request id req-d7a8719b-56e0-4a24-aca7-2114bc839b9c 2018-09-02 00:44:16,715 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.38:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.65', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-09-02 00:44:16,716 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-09-02 00:44:16,716 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-09-02 00:44:16,716 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-09-02 00:44:16,722 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:31 | PASS | | singlevm2 | functest | healthcheck | 00:26 | PASS | | vping_ssh | functest | healthcheck | 00:36 | PASS | | vping_userdata | functest | healthcheck | 00:34 | PASS | | cinder_test | functest | healthcheck | 00:59 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-02 00:44:16,735 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-02 00:44:16,741 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 00:44:16,832 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 00:44:16,896 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 00:44:37,444 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 00:44:37,447 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.38,192.30.9.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.38:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=mOA0F1wlNEPJxkh8nbVLstLVA export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=f43d114e2c334430bf08047d43583a7d export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 00:44:37,447 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 00:44:37,447 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-09-02 00:44:37,474 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:38,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:38,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:38,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:38,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 00:44:38,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 00:44:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:38,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d5bc1bb-9cf7-48a5-870b-b6575117d4a2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:44:38,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-2d5bc1bb-9cf7-48a5-870b-b6575117d4a2 2018-09-02 00:44:38,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:44:38,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:44:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["uzY-rElFRI-aSt8n2rqwdg"], "issued_at": "2018-09-02T00:44:38.000000Z"}} 2018-09-02 00:44:38,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:44:38,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:39,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-8b4ad2ce-ffd2-4f0d-a02f-7e7b7713bfd9 Date: Sun, 02 Sep 2018 00:44:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:44:39,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b4ad2ce-ffd2-4f0d-a02f-7e7b7713bfd9 2018-09-02 00:44:39,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316692113876s 2018-09-02 00:44:39,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b4ad2ce-ffd2-4f0d-a02f-7e7b7713bfd9 2018-09-02 00:44:39,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:44:39,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:44:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1abe2b65-10b2-444c-b394-dc8c760a476a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:44:39,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-1abe2b65-10b2-444c-b394-dc8c760a476a 2018-09-02 00:44:39,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:39,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:39,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7abaf12-291d-43d1-8b8f-ff10d4c571bf Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:44:39,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-e7abaf12-291d-43d1-8b8f-ff10d4c571bf 2018-09-02 00:44:39,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187441110611s 2018-09-02 00:44:39,377 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-e7abaf12-291d-43d1-8b8f-ff10d4c571bf 2018-09-02 00:44:39,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:44:39,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke", "enabled": true, "domain_id": "default", "name": "tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060"}}' 2018-09-02 00:44:39,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:44:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e12a4b6f-02f9-434b-a6af-599cffe03b5d Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41"}, "tags": [], "enabled": true, "id": "ccaba8aa2fb3443085518b039995fe41", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060"}} 2018-09-02 00:44:39,585 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-e12a4b6f-02f9-434b-a6af-599cffe03b5d 2018-09-02 00:44:39,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.200788021088s 2018-09-02 00:44:39,585 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-e12a4b6f-02f9-434b-a6af-599cffe03b5d 2018-09-02 00:44:39,586 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tempest_smoke', u'tags': [], 'enabled': True, 'id': u'ccaba8aa2fb3443085518b039995fe41', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060'}) 2018-09-02 00:44:39,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:44:39,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c25cc3fe-19bd-4d5b-aebc-7f5d8252a9ee", "email": null, "name": "tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060"}}' 2018-09-02 00:44:39,969 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:44:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-241fcf07-8242-4bf0-bc65-a180f9a4eaa2 Content-Length: 328 Content-Type: application/json RESP BODY: {"user": {"name": "tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": {"self": "http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8972c18a1c4a409896d0a2ffa31edcad", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:44:39,969 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-241fcf07-8242-4bf0-bc65-a180f9a4eaa2 2018-09-02 00:44:39,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.377046823502s 2018-09-02 00:44:39,969 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-241fcf07-8242-4bf0-bc65-a180f9a4eaa2 2018-09-02 00:44:39,970 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8972c18a1c4a409896d0a2ffa31edcad', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060'}) 2018-09-02 00:44:39,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:39,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:40,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f93a200-5d1a-426e-995d-3acd563a8761 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:40,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-4f93a200-5d1a-426e-995d-3acd563a8761 2018-09-02 00:44:40,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180167913437s 2018-09-02 00:44:40,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-4f93a200-5d1a-426e-995d-3acd563a8761 2018-09-02 00:44:40,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:40,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:40,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d934d4c7-1aed-4284-a527-ea166012333d Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:40,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-d934d4c7-1aed-4284-a527-ea166012333d 2018-09-02 00:44:40,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174528837204s 2018-09-02 00:44:40,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-d934d4c7-1aed-4284-a527-ea166012333d 2018-09-02 00:44:40,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:40,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:40,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d81f3b-9de2-4235-98c6-1c922b2f6a3e Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:40,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-23d81f3b-9de2-4235-98c6-1c922b2f6a3e 2018-09-02 00:44:40,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17612695694s 2018-09-02 00:44:40,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-23d81f3b-9de2-4235-98c6-1c922b2f6a3e 2018-09-02 00:44:40,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:40,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:40,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07904a0e-9642-43c9-b738-6f7c6f26bd2a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:40,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-07904a0e-9642-43c9-b738-6f7c6f26bd2a 2018-09-02 00:44:40,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174406051636s 2018-09-02 00:44:40,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-07904a0e-9642-43c9-b738-6f7c6f26bd2a 2018-09-02 00:44:40,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:40,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:40,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6312ff76-4195-4359-bb5f-a3a7886a7fea Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": {"self": "http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8972c18a1c4a409896d0a2ffa31edcad", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:40,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-6312ff76-4195-4359-bb5f-a3a7886a7fea 2018-09-02 00:44:40,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118260860443s 2018-09-02 00:44:40,815 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-6312ff76-4195-4359-bb5f-a3a7886a7fea 2018-09-02 00:44:40,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:40,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:41,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f4f9e39-75ff-4f89-af05-7d6bdca71969 Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41"}, "tags": [], "enabled": true, "id": "ccaba8aa2fb3443085518b039995fe41", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060"}]} 2018-09-02 00:44:41,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-8f4f9e39-75ff-4f89-af05-7d6bdca71969 2018-09-02 00:44:41,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186249017715s 2018-09-02 00:44:41,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-8f4f9e39-75ff-4f89-af05-7d6bdca71969 2018-09-02 00:44:41,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:41,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=ccaba8aa2fb3443085518b039995fe41" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:41,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea749d9d-fc82-4010-93ac-9a0c3e6d96ca Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=ccaba8aa2fb3443085518b039995fe41", "previous": null, "next": null}} 2018-09-02 00:44:41,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=ccaba8aa2fb3443085518b039995fe41 used request id req-ea749d9d-fc82-4010-93ac-9a0c3e6d96ca 2018-09-02 00:44:41,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.150532007217s 2018-09-02 00:44:41,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=ccaba8aa2fb3443085518b039995fe41 used request id req-ea749d9d-fc82-4010-93ac-9a0c3e6d96ca 2018-09-02 00:44:41,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:41,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41/users/8972c18a1c4a409896d0a2ffa31edcad/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:41,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-258b1b3f-7f0b-45be-9730-8c2454f2b37c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:41,320 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41/users/8972c18a1c4a409896d0a2ffa31edcad/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-258b1b3f-7f0b-45be-9730-8c2454f2b37c 2018-09-02 00:44:41,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143732070923s 2018-09-02 00:44:41,321 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41/users/8972c18a1c4a409896d0a2ffa31edcad/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-258b1b3f-7f0b-45be-9730-8c2454f2b37c 2018-09-02 00:44:41,321 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'ccaba8aa2fb3443085518b039995fe41', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c25cc3fe-19bd-4d5b-aebc-7f5d8252a9ee', 'username': u'tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:44:41,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:44:41,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 00:44:41,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:44:41,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:44:41,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:44:41,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:44:41,323 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:44:41,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:44:41,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:44:41,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 00:44:41,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 00:44:41,327 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'password': 'c25cc3fe-19bd-4d5b-aebc-7f5d8252a9ee', 'project_name': 'tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'ccaba8aa2fb3443085518b039995fe41', 'project_domain_name': 'Default'} 2018-09-02 00:44:41,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:41,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:41,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a88959-2842-4369-a996-edfb28b47795 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:41,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b5a88959-2842-4369-a996-edfb28b47795 2018-09-02 00:44:41,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.098112821579s 2018-09-02 00:44:41,429 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b5a88959-2842-4369-a996-edfb28b47795 2018-09-02 00:44:41,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:44:41,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:41,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff5f930-394f-495b-bfe9-0187bbc95869 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:44:41,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0ff5f930-394f-495b-bfe9-0187bbc95869 2018-09-02 00:44:41,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175273180008s 2018-09-02 00:44:41,610 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0ff5f930-394f-495b-bfe9-0187bbc95869 2018-09-02 00:44:41,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:44:41,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:41,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afba82a0-3bff-493f-b64f-422f2cbf4da9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:44:41,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-afba82a0-3bff-493f-b64f-422f2cbf4da9 2018-09-02 00:44:41,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0994482040405s 2018-09-02 00:44:41,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-afba82a0-3bff-493f-b64f-422f2cbf4da9 2018-09-02 00:44:41,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:44:41,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:41,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d6f04b5-06dc-4135-b75e-832eebeef863 Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": {"self": "http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8972c18a1c4a409896d0a2ffa31edcad", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:44:41,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-2d6f04b5-06dc-4135-b75e-832eebeef863 2018-09-02 00:44:41,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117444038391s 2018-09-02 00:44:41,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-2d6f04b5-06dc-4135-b75e-832eebeef863 2018-09-02 00:44:41,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:44:41,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:42,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc1d4cfb-1f40-473e-9aca-1467def0f2c4 Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41"}, "tags": [], "enabled": true, "id": "ccaba8aa2fb3443085518b039995fe41", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060"}]} 2018-09-02 00:44:42,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-cc1d4cfb-1f40-473e-9aca-1467def0f2c4 2018-09-02 00:44:42,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192265987396s 2018-09-02 00:44:42,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-cc1d4cfb-1f40-473e-9aca-1467def0f2c4 2018-09-02 00:44:42,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:44:42,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=527a26856ff64a55b36113867c009231&scope.project.id=ccaba8aa2fb3443085518b039995fe41" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:42,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f43f121-25ed-4876-9ca8-fa7c61181081 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=527a26856ff64a55b36113867c009231&scope.project.id=ccaba8aa2fb3443085518b039995fe41", "previous": null, "next": null}} 2018-09-02 00:44:42,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=527a26856ff64a55b36113867c009231&scope.project.id=ccaba8aa2fb3443085518b039995fe41 used request id req-5f43f121-25ed-4876-9ca8-fa7c61181081 2018-09-02 00:44:42,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.170875072479s 2018-09-02 00:44:42,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=8972c18a1c4a409896d0a2ffa31edcad&role.id=527a26856ff64a55b36113867c009231&scope.project.id=ccaba8aa2fb3443085518b039995fe41 used request id req-5f43f121-25ed-4876-9ca8-fa7c61181081 2018-09-02 00:44:42,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:44:42,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41/users/8972c18a1c4a409896d0a2ffa31edcad/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:44:42,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:44:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3626747-1e05-44e0-81bf-f1f33ddc82ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:44:42,356 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41/users/8972c18a1c4a409896d0a2ffa31edcad/roles/527a26856ff64a55b36113867c009231 used request id req-c3626747-1e05-44e0-81bf-f1f33ddc82ed 2018-09-02 00:44:42,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136288166046s 2018-09-02 00:44:42,356 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41/users/8972c18a1c4a409896d0a2ffa31edcad/roles/527a26856ff64a55b36113867c009231 used request id req-c3626747-1e05-44e0-81bf-f1f33ddc82ed 2018-09-02 00:44:42,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 00:44:51,983 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9af6bdf5-f699-4fd1-96dc-d4cc19c2adb5 | 2018-09-02T00:44:47.573032 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9af6bdf5-f699-4fd1-96dc-d4cc19c2adb5 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 00:44:56,146 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 00:44:56,146 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 00:45:02,186 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=f93bd0d8-0fca-4af8-a99e-d12e4b40fea5) as the default verifier for the future CLI operations. 2018-09-02 00:45:05,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:45:05,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb486b5-dea8-44fd-a460-46b6de70b92e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:45:05,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-ccb486b5-dea8-44fd-a460-46b6de70b92e 2018-09-02 00:45:05,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:45:05,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:45:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ccaba8aa2fb3443085518b039995fe41", "name": "tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/ccaba8aa2fb3443085518b039995fe41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/ccaba8aa2fb3443085518b039995fe41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/ccaba8aa2fb3443085518b039995fe41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ccaba8aa2fb3443085518b039995fe41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/ccaba8aa2fb3443085518b039995fe41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/ccaba8aa2fb3443085518b039995fe41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/ccaba8aa2fb3443085518b039995fe41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/ccaba8aa2fb3443085518b039995fe41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/ccaba8aa2fb3443085518b039995fe41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_ccaba8aa2fb3443085518b039995fe41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_ccaba8aa2fb3443085518b039995fe41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/ccaba8aa2fb3443085518b039995fe41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/ccaba8aa2fb3443085518b039995fe41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/ccaba8aa2fb3443085518b039995fe41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060", "id": "8972c18a1c4a409896d0a2ffa31edcad"}, "audit_ids": ["sKueV-zhRKWhhkp-fGbkvA"], "issued_at": "2018-09-02T00:45:05.000000Z"}} 2018-09-02 00:45:05,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 00:45:05,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:06,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-666686ff-5df9-4685-a4c1-50e96a751fbc Date: Sun, 02 Sep 2018 00:45:06 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 00:45:06,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-666686ff-5df9-4685-a4c1-50e96a751fbc 2018-09-02 00:45:06,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.261839151382s 2018-09-02 00:45:06,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-666686ff-5df9-4685-a4c1-50e96a751fbc 2018-09-02 00:45:06,140 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-09-02 00:45:06,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:45:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '{"network": {"shared": true, "name": "tempest_smoke-net_48af9554-5f2a-4f96-9cbb-d23f67d42060", "admin_state_up": true}}' 2018-09-02 00:45:06,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-9302f623-1049-4dfe-8708-0a358bb9ef18 Date: Sun, 02 Sep 2018 00:45:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5ddf46fe-3554-48f3-9b11-1dcc0e1839db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":true,"project_id":"ccaba8aa2fb3443085518b039995fe41","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:45:06Z","is_default":false,"qos_policy_id":null,"name":"tempest_smoke-net_48af9554-5f2a-4f96-9cbb-d23f67d42060","admin_state_up":true,"tenant_id":"ccaba8aa2fb3443085518b039995fe41","created_at":"2018-09-02T00:45:06Z","mtu":1450}} 2018-09-02 00:45:06,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9302f623-1049-4dfe-8708-0a358bb9ef18 2018-09-02 00:45:06,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.414687871933s 2018-09-02 00:45:06,556 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9302f623-1049-4dfe-8708-0a358bb9ef18 2018-09-02 00:45:06,556 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:45:06Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5ddf46fe-3554-48f3-9b11-1dcc0e1839db', u'provider:segmentation_id': 32, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tempest_smoke-net_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'created_at': u'2018-09-02T00:45:06Z', u'mtu': 1450, u'tenant_id': u'ccaba8aa2fb3443085518b039995fe41', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'ccaba8aa2fb3443085518b039995fe41', u'l2_adjacency': True}) 2018-09-02 00:45:06,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:45:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:06,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1432 X-Openstack-Request-Id: req-1b3c255e-c15b-44a8-b7a5-5a9447edb977 Date: Sun, 02 Sep 2018 00:45:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5ddf46fe-3554-48f3-9b11-1dcc0e1839db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":true,"project_id":"ccaba8aa2fb3443085518b039995fe41","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:45:06Z","qos_policy_id":null,"name":"tempest_smoke-net_48af9554-5f2a-4f96-9cbb-d23f67d42060","admin_state_up":true,"tenant_id":"ccaba8aa2fb3443085518b039995fe41","created_at":"2018-09-02T00:45:06Z","provider:network_type":"vxlan"}]} 2018-09-02 00:45:06,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-1b3c255e-c15b-44a8-b7a5-5a9447edb977 2018-09-02 00:45:06,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118236064911s 2018-09-02 00:45:06,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-1b3c255e-c15b-44a8-b7a5-5a9447edb977 2018-09-02 00:45:06,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:45:06,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '{"subnet": {"name": "tempest_smoke-subnet_48af9554-5f2a-4f96-9cbb-d23f67d42060", "enable_dhcp": true, "network_id": "5ddf46fe-3554-48f3-9b11-1dcc0e1839db", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:45:07,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-15552550-d39b-4270-aecd-84dec006524b Date: Sun, 02 Sep 2018 00:45:07 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T00:45:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"df2e50f6-bb95-4f31-8945-3cb81ad929ef","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"ccaba8aa2fb3443085518b039995fe41","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_48af9554-5f2a-4f96-9cbb-d23f67d42060","enable_dhcp":true,"segment_id":null,"network_id":"5ddf46fe-3554-48f3-9b11-1dcc0e1839db","tenant_id":"ccaba8aa2fb3443085518b039995fe41","created_at":"2018-09-02T00:45:06Z","ip_version":4}} 2018-09-02 00:45:07,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-15552550-d39b-4270-aecd-84dec006524b 2018-09-02 00:45:07,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.490571022034s 2018-09-02 00:45:07,168 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-15552550-d39b-4270-aecd-84dec006524b 2018-09-02 00:45:07,168 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:45:06Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'df2e50f6-bb95-4f31-8945-3cb81ad929ef', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'5ddf46fe-3554-48f3-9b11-1dcc0e1839db', u'tenant_id': u'ccaba8aa2fb3443085518b039995fe41', u'created_at': u'2018-09-02T00:45:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ccaba8aa2fb3443085518b039995fe41'}) 2018-09-02 00:45:07,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:45:07,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "tempest_smoke-router_48af9554-5f2a-4f96-9cbb-d23f67d42060", "admin_state_up": true}}' 2018-09-02 00:45:08,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-8e49224b-47c2-4c8a-8548-752a03b3ab70 Date: Sun, 02 Sep 2018 00:45:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "created_at": "2018-09-02T00:45:07Z", "admin_state_up": true, "updated_at": "2018-09-02T00:45:08Z", "project_id": "ccaba8aa2fb3443085518b039995fe41", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "7a2b1d12-29cb-45ea-ba3e-d1f2618e8757", "name": "tempest_smoke-router_48af9554-5f2a-4f96-9cbb-d23f67d42060"}} 2018-09-02 00:45:08,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-8e49224b-47c2-4c8a-8548-752a03b3ab70 2018-09-02 00:45:08,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45577192307s 2018-09-02 00:45:08,625 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-8e49224b-47c2-4c8a-8548-752a03b3ab70 2018-09-02 00:45:08,626 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:45:08Z', u'revision_number': 2, u'ha': False, u'id': u'7a2b1d12-29cb-45ea-ba3e-d1f2618e8757', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-router_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'admin_state_up': True, u'tenant_id': u'ccaba8aa2fb3443085518b039995fe41', u'created_at': u'2018-09-02T00:45:07Z', u'flavor_id': None, u'routes': [], u'project_id': u'ccaba8aa2fb3443085518b039995fe41'}) 2018-09-02 00:45:08,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:45:08,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '{"subnet_id": "df2e50f6-bb95-4f31-8945-3cb81ad929ef"}' 2018-09-02 00:45:10,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e3f30b93-6cac-4087-937f-2d0cc52bf0c1 Date: Sun, 02 Sep 2018 00:45:10 GMT RESP BODY: {"network_id": "5ddf46fe-3554-48f3-9b11-1dcc0e1839db", "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "subnet_id": "df2e50f6-bb95-4f31-8945-3cb81ad929ef", "subnet_ids": ["df2e50f6-bb95-4f31-8945-3cb81ad929ef"], "port_id": "e43dfa47-a68c-409c-a7cc-3565dd284457", "id": "7a2b1d12-29cb-45ea-ba3e-d1f2618e8757"} 2018-09-02 00:45:10,819 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757/add_router_interface.json used request id req-e3f30b93-6cac-4087-937f-2d0cc52bf0c1 2018-09-02 00:45:10,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.19237017632s 2018-09-02 00:45:10,819 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757/add_router_interface.json used request id req-e3f30b93-6cac-4087-937f-2d0cc52bf0c1 returning object 7a2b1d12-29cb-45ea-ba3e-d1f2618e8757 2018-09-02 00:45:10,820 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:45:10,953 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:45:10,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:45:10,967 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:45:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:45:10,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:45:10,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:11,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a2edc0cd-31fb-4dc1-8e38-936e95551280 Date: Sun, 02 Sep 2018 00:45:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:45:11,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-a2edc0cd-31fb-4dc1-8e38-936e95551280 2018-09-02 00:45:11,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.267240047455s 2018-09-02 00:45:11,238 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-a2edc0cd-31fb-4dc1-8e38-936e95551280 2018-09-02 00:45:11,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:45:11,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060"}' 2018-09-02 00:45:11,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/a6215716-e608-4677-9d70-13ce9e884295 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9ad519f5-0983-498e-94dc-4de2b46b6188 Date: Sun, 02 Sep 2018 00:45:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:45:11Z", "file": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file", "owner": "ccaba8aa2fb3443085518b039995fe41", "id": "a6215716-e608-4677-9d70-13ce9e884295", "size": null, "self": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "checksum": null, "created_at": "2018-09-02T00:45:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:45:11,312 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-9ad519f5-0983-498e-94dc-4de2b46b6188 2018-09-02 00:45:11,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0652990341187s 2018-09-02 00:45:11,313 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-9ad519f5-0983-498e-94dc-4de2b46b6188 returning object a6215716-e608-4677-9d70-13ce9e884295 2018-09-02 00:45:11,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:45:11,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '' 2018-09-02 00:45:11,790 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3396d420-5a84-49b5-bb87-835532e188ef Date: Sun, 02 Sep 2018 00:45:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:45:11,790 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file used request id req-3396d420-5a84-49b5-bb87-835532e188ef 2018-09-02 00:45:11,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.476623058319s 2018-09-02 00:45:11,791 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file used request id req-3396d420-5a84-49b5-bb87-835532e188ef 2018-09-02 00:45:11,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:45:11,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:11,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-94659dea-acdb-4d47-8c5b-a23de6fe3374 Date: Sun, 02 Sep 2018 00:45:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:45:11Z", "file": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file", "owner": "ccaba8aa2fb3443085518b039995fe41", "id": "a6215716-e608-4677-9d70-13ce9e884295", "size": 12716032, "self": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:45:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:45:11,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-94659dea-acdb-4d47-8c5b-a23de6fe3374 2018-09-02 00:45:11,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0292229652405s 2018-09-02 00:45:11,825 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-94659dea-acdb-4d47-8c5b-a23de6fe3374 2018-09-02 00:45:11,827 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file', 'owner': u'ccaba8aa2fb3443085518b039995fe41', 'id': u'a6215716-e608-4677-9d70-13ce9e884295', 'size': 12716032, u'self': u'/v2/images/a6215716-e608-4677-9d70-13ce9e884295', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccaba8aa2fb3443085518b039995fe41', 'name': 'tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:45:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T00:45:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a6215716-e608-4677-9d70-13ce9e884295', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'created': u'2018-09-02T00:45:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:45:11Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a6215716-e608-4677-9d70-13ce9e884295', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:45:11,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:45:11,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_48af9554-5f2a-4f96-9cbb-d23f67d42060", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:45:12,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-894981ab-5183-4d14-9500-87bec67e4ce5 x-compute-request-id: req-894981ab-5183-4d14-9500-87bec67e4ce5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "931018f5-84fc-40b0-a4ef-d4f2a883c58f"}} 2018-09-02 00:45:12,165 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-894981ab-5183-4d14-9500-87bec67e4ce5 2018-09-02 00:45:12,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.336815834045s 2018-09-02 00:45:12,166 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-894981ab-5183-4d14-9500-87bec67e4ce5 2018-09-02 00:45:12,167 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'931018f5-84fc-40b0-a4ef-d4f2a883c58f', 'swap': 0}) 2018-09-02 00:45:12,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:45:12,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" -d '{"extra_specs": {}}' 2018-09-02 00:45:12,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99008ca1-82a1-4783-bf87-c02985691f39 x-compute-request-id: req-99008ca1-82a1-4783-bf87-c02985691f39 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:45:12,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f/os-extra_specs used request id req-99008ca1-82a1-4783-bf87-c02985691f39 2018-09-02 00:45:12,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204319953918s 2018-09-02 00:45:12,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f/os-extra_specs used request id req-99008ca1-82a1-4783-bf87-c02985691f39 2018-09-02 00:45:12,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:45:12,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:45:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc064870-85a5-4d84-bd50-2333f575ab8a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:45:12,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-cc064870-85a5-4d84-bd50-2333f575ab8a 2018-09-02 00:45:12,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:45:12,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:12,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba90104-9ed3-4189-8804-26a4cbe370aa Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:45:12,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7ba90104-9ed3-4189-8804-26a4cbe370aa 2018-09-02 00:45:12,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195312023163s 2018-09-02 00:45:12,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7ba90104-9ed3-4189-8804-26a4cbe370aa 2018-09-02 00:45:12,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:45:12,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:12,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb99e7dd-fffb-48a4-a585-0671b78f321d Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:45:12,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-cb99e7dd-fffb-48a4-a585-0671b78f321d 2018-09-02 00:45:12,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.159394025803s 2018-09-02 00:45:12,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-cb99e7dd-fffb-48a4-a585-0671b78f321d 2018-09-02 00:45:12,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 00:45:12,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:12,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6f9a147-c514-466d-9dd1-1cb77123c59e x-compute-request-id: req-e6f9a147-c514-466d-9dd1-1cb77123c59e Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 18}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-02 00:45:12,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-e6f9a147-c514-466d-9dd1-1cb77123c59e 2018-09-02 00:45:12,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.288385868073s 2018-09-02 00:45:12,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-e6f9a147-c514-466d-9dd1-1cb77123c59e 2018-09-02 00:45:12,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:45:12,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:12,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-3d458739-f295-4f20-bdb9-a53694a79bdb Date: Sun, 02 Sep 2018 00:45:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:45:11Z", "file": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file", "owner": "ccaba8aa2fb3443085518b039995fe41", "id": "a6215716-e608-4677-9d70-13ce9e884295", "size": 12716032, "self": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:45:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:45:12,912 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-3d458739-f295-4f20-bdb9-a53694a79bdb 2018-09-02 00:45:12,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0256519317627s 2018-09-02 00:45:12,912 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-3d458739-f295-4f20-bdb9-a53694a79bdb 2018-09-02 00:45:12,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:45:12,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060"}' 2018-09-02 00:45:12,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dea56899-820e-4ee9-aead-56700472febc Date: Sun, 02 Sep 2018 00:45:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:45:12Z", "file": "/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/file", "owner": "ccaba8aa2fb3443085518b039995fe41", "id": "63d96e22-bd4e-4d90-a32e-41ce73a90fcd", "size": null, "self": "/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "checksum": null, "created_at": "2018-09-02T00:45:12Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:45:13,000 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-dea56899-820e-4ee9-aead-56700472febc 2018-09-02 00:45:13,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0787909030914s 2018-09-02 00:45:13,000 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-dea56899-820e-4ee9-aead-56700472febc returning object 63d96e22-bd4e-4d90-a32e-41ce73a90fcd 2018-09-02 00:45:13,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:45:13,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '' 2018-09-02 00:45:14,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50e9bedd-1aae-47c1-a555-7e0b62c45fbe Date: Sun, 02 Sep 2018 00:45:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:45:14,479 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/file used request id req-50e9bedd-1aae-47c1-a555-7e0b62c45fbe 2018-09-02 00:45:14,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.47835707664s 2018-09-02 00:45:14,480 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/file used request id req-50e9bedd-1aae-47c1-a555-7e0b62c45fbe 2018-09-02 00:45:14,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:45:14,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:45:14,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-d26b94a7-5c75-4ad2-83bb-64737d8fe75b Date: Sun, 02 Sep 2018 00:45:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:45:14Z", "file": "/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/file", "owner": "ccaba8aa2fb3443085518b039995fe41", "id": "63d96e22-bd4e-4d90-a32e-41ce73a90fcd", "size": 12716032, "self": "/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:45:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:45:11Z", "file": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file", "owner": "ccaba8aa2fb3443085518b039995fe41", "id": "a6215716-e608-4677-9d70-13ce9e884295", "size": 12716032, "self": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:45:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:45:14,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d26b94a7-5c75-4ad2-83bb-64737d8fe75b 2018-09-02 00:45:14,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0265591144562s 2018-09-02 00:45:14,511 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d26b94a7-5c75-4ad2-83bb-64737d8fe75b 2018-09-02 00:45:14,513 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/file', 'owner': u'ccaba8aa2fb3443085518b039995fe41', 'id': u'63d96e22-bd4e-4d90-a32e-41ce73a90fcd', 'size': 12716032, u'self': u'/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ccaba8aa2fb3443085518b039995fe41', 'name': 'tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:45:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T00:45:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'created': u'2018-09-02T00:45:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:45:12Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:45:14,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:45:14,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:45:14,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-778de057-17ff-43bf-a383-bd61066f491c x-compute-request-id: req-778de057-17ff-43bf-a383-bd61066f491c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a"}} 2018-09-02 00:45:14,552 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-778de057-17ff-43bf-a383-bd61066f491c 2018-09-02 00:45:14,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0380489826202s 2018-09-02 00:45:14,553 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-778de057-17ff-43bf-a383-bd61066f491c 2018-09-02 00:45:14,553 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a', 'swap': 0}) 2018-09-02 00:45:14,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:45:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" -d '{"extra_specs": {}}' 2018-09-02 00:45:14,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2964f267-26c1-442e-a435-2d5e9f5572b3 x-compute-request-id: req-2964f267-26c1-442e-a435-2d5e9f5572b3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:45:14,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a/os-extra_specs used request id req-2964f267-26c1-442e-a435-2d5e9f5572b3 2018-09-02 00:45:14,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205779075623s 2018-09-02 00:45:14,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a/os-extra_specs used request id req-2964f267-26c1-442e-a435-2d5e9f5572b3 2018-09-02 00:45:14,575 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a', 'swap': 0}) 2018-09-02 00:45:18,247 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 00:45:18,247 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 00:45:18,248 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 00:45:18,250 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 00:45:18,254 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 00:45:22,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f93bd0d8-0fca-4af8-a99e-d12e4b40fea5/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-09-02 00:45:22,318 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 00:45:22,330 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 00:45:22,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt', '--concurrency=4']'. 2018-09-02 00:45:29,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:29.908 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-02 00:45:32,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:32.572 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.246s] 2018-09-02 00:45:32,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:32.617 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.045s] 2018-09-02 00:45:35,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:35.551 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.766s] 2018-09-02 00:45:39,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:39.433 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.924s] 2018-09-02 00:45:40,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:40.720 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.650s] 2018-09-02 00:45:42,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:42.135 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.413s] 2018-09-02 00:45:45,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:45.253 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.075s] 2018-09-02 00:45:45,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:45.700 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.719s] 2018-09-02 00:45:54,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:54.826 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.864s] 2018-09-02 00:45:54,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:54.836 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-09-02 00:45:59,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:45:59.463 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.445s] 2018-09-02 00:46:02,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:02.284 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.893s] 2018-09-02 00:46:05,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:05.358 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.091s] 2018-09-02 00:46:05,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:05.360 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-02 00:46:08,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:08.494 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.616s] 2018-09-02 00:46:12,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:12.660 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.857s] 2018-09-02 00:46:16,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:16.181 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2018-09-02 00:46:16,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:16.182 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-09-02 00:46:17,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:17.645 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.054s] 2018-09-02 00:46:23,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:23.331 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.589s] 2018-09-02 00:46:24,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:24.241 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.909s] 2018-09-02 00:46:26,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:26.071 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.829s] 2018-09-02 00:46:26,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:26.564 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.808s] 2018-09-02 00:46:32,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:32.278 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-09-02 00:46:36,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:36.878 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.473s] 2018-09-02 00:46:40,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:40.676 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.797s] 2018-09-02 00:46:45,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:45.751 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.131s] 2018-09-02 00:46:45,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:45.753 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-02 00:46:46,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:46.256 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.580s] 2018-09-02 00:46:47,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:47.658 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.218s] 2018-09-02 00:46:48,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:48.579 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.921s] 2018-09-02 00:46:48,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:48.679 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.099s] 2018-09-02 00:46:48,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:48.744 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.065s] 2018-09-02 00:46:49,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:49.113 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.369s] 2018-09-02 00:46:49,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:49.159 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.046s] 2018-09-02 00:46:56,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:56.562 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.610s] 2018-09-02 00:46:57,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:57.346 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-02 00:46:58,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:58.983 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.417s] 2018-09-02 00:46:59,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:46:59.028 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-09-02 00:47:00,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:00.040 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.207s] 2018-09-02 00:47:00,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:00.220 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.179s] 2018-09-02 00:47:00,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:00.384 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.163s] 2018-09-02 00:47:00,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:00.391 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-09-02 00:47:02,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:02.653 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.868s] 2018-09-02 00:47:02,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:02.832 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.179s] 2018-09-02 00:47:02,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:02.924 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.092s] 2018-09-02 00:47:02,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:02.966 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.042s] 2018-09-02 00:47:03,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:03.072 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.105s] 2018-09-02 00:47:03,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:03.136 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2018-09-02 00:47:04,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:04.168 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.906s] 2018-09-02 00:47:06,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:06.414 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.154s] 2018-09-02 00:47:06,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:06.435 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.021s] 2018-09-02 00:47:08,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:08.018 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.585s] 2018-09-02 00:47:22,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:22.475 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.089s] 2018-09-02 00:47:25,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:25.883 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.133s] 2018-09-02 00:47:25,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:25.958 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.943s] 2018-09-02 00:47:25,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:25.983 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.100s] 2018-09-02 00:47:26,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:26.069 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.086s] 2018-09-02 00:47:26,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:26.179 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.109s] 2018-09-02 00:47:29,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:29.956 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.480s] 2018-09-02 00:47:30,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:30.450 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-09-02 00:47:30,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:30.556 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.106s] 2018-09-02 00:47:34,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:34.227 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.267s] 2018-09-02 00:47:34,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:34.504 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-02 00:47:35,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:35.985 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.028s] 2018-09-02 00:47:38,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:38.651 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.173s] 2018-09-02 00:47:39,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:39.237 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.861s] 2018-09-02 00:47:41,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:41.273 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.288s] 2018-09-02 00:47:47,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:47.458 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.194s] 2018-09-02 00:47:47,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:47.581 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.380s] 2018-09-02 00:47:51,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:51.552 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.970s] 2018-09-02 00:47:54,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:54.479 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.785s] 2018-09-02 00:47:57,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:57.757 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.205s] 2018-09-02 00:47:59,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:47:59.675 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.212s] 2018-09-02 00:48:01,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:01.732 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.409s] 2018-09-02 00:48:04,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:04.388 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.654s] 2018-09-02 00:48:04,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:04.644 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.968s] 2018-09-02 00:48:06,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:06.339 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.694s] 2018-09-02 00:48:06,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:06.399 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-09-02 00:48:06,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:06.441 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.041s] 2018-09-02 00:48:06,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:06.941 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.553s] 2018-09-02 00:48:11,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:11.343 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.630s] 2018-09-02 00:48:11,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:11.374 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-09-02 00:48:15,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:15.024 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.469s] 2018-09-02 00:48:16,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:16.041 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.015s] 2018-09-02 00:48:16,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:16.341 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.304s] 2018-09-02 00:48:16,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:16.565 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.222s] 2018-09-02 00:48:18,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:18.525 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.960s] 2018-09-02 00:48:18,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:18.570 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.044s] 2018-09-02 00:48:18,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:18.633 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.064s] 2018-09-02 00:48:36,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:36.709 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.781s] 2018-09-02 00:48:36,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:36.850 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.497s] 2018-09-02 00:48:44,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:44.390 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.539s] 2018-09-02 00:48:49,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:49.396 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.994s] 2018-09-02 00:48:50,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:50.140 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.748s] 2018-09-02 00:48:54,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:54.430 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.291s] 2018-09-02 00:48:57,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:48:57.393 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.993s] 2018-09-02 00:49:06,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:49:06.389 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-09-02 00:49:12,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:49:12.925 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.640s] 2018-09-02 00:49:13,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:49:13.094 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.170s] 2018-09-02 00:49:23,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:49:23.104 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.227s] 2018-09-02 00:49:25,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:49:25.509 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.403s] 2018-09-02 00:49:27,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 00:49:27.971 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.462s] 2018-09-02 00:49:30,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4b5dc650-1308-4acc-a9a9-268a91ca7ba7 2018-09-02 00:49:30,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4b5dc650-1308-4acc-a9a9-268a91ca7ba7']'. 2018-09-02 00:49:31,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 00:49:31,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 00:49:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 00:49:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4b5dc650-1308-4acc-a9a9-268a91ca7ba7 | 2018-09-02 00:49:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 00:49:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 00:45:25 | 2018-09-02 00:49:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 00:49:30 | 2018-09-02 00:49:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:05 | 2018-09-02 00:49:31,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-02 00:49:31,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 00:49:31,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 00:49:31,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f93bd0d8-0fca-4af8-a99e-d12e4b40fea5) | 2018-09-02 00:49:31,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 00:49:31,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9af6bdf5-f699-4fd1-96dc-d4cc19c2adb5) | 2018-09-02 00:49:31,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-09-02 00:49:31,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 238.067 | 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 00:49:31,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 00:49:31,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-09-02 00:49:31,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 00:49:31,855 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 04:26 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-09-02 00:49:31,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:49:31,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:32,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d09fb2b4-8d86-4817-a6ad-608245e6d95f Date: Sun, 02 Sep 2018 00:49:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:49:32,472 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd used request id req-d09fb2b4-8d86-4817-a6ad-608245e6d95f 2018-09-02 00:49:32,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.610685825348s 2018-09-02 00:49:32,473 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/63d96e22-bd4e-4d90-a32e-41ce73a90fcd used request id req-d09fb2b4-8d86-4817-a6ad-608245e6d95f 2018-09-02 00:49:32,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:49:32,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:32,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bc9aa53-2a6f-475c-9aea-695d3ce61c44 x-compute-request-id: req-2bc9aa53-2a6f-475c-9aea-695d3ce61c44 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "931018f5-84fc-40b0-a4ef-d4f2a883c58f"}, {"name": "tempest_smoke-flavor_alt_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a"}]} 2018-09-02 00:49:32,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-2bc9aa53-2a6f-475c-9aea-695d3ce61c44 2018-09-02 00:49:32,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253970623016s 2018-09-02 00:49:32,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-2bc9aa53-2a6f-475c-9aea-695d3ce61c44 2018-09-02 00:49:32,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:49:32,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:32,555 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:49:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-daf263e9-6a1f-4a59-af5e-128f75f47464 x-compute-request-id: req-daf263e9-6a1f-4a59-af5e-128f75f47464 Content-Length: 0 Content-Type: application/json 2018-09-02 00:49:32,555 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a used request id req-daf263e9-6a1f-4a59-af5e-128f75f47464 2018-09-02 00:49:32,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0540378093719s 2018-09-02 00:49:32,556 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/eb1000fd-0b85-42f9-ba8c-2ed8e7705d8a used request id req-daf263e9-6a1f-4a59-af5e-128f75f47464 2018-09-02 00:49:32,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 00:49:32,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" -d '{"subnet_id": "df2e50f6-bb95-4f31-8945-3cb81ad929ef"}' 2018-09-02 00:49:34,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6253aaa0-1c9f-4878-b5a4-92ed0eb50bb5 Date: Sun, 02 Sep 2018 00:49:34 GMT RESP BODY: {"network_id": "5ddf46fe-3554-48f3-9b11-1dcc0e1839db", "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "subnet_id": "df2e50f6-bb95-4f31-8945-3cb81ad929ef", "subnet_ids": ["df2e50f6-bb95-4f31-8945-3cb81ad929ef"], "port_id": "e43dfa47-a68c-409c-a7cc-3565dd284457", "id": "7a2b1d12-29cb-45ea-ba3e-d1f2618e8757"} 2018-09-02 00:49:34,633 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757/remove_router_interface.json used request id req-6253aaa0-1c9f-4878-b5a4-92ed0eb50bb5 2018-09-02 00:49:34,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.07694292068s 2018-09-02 00:49:34,634 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757/remove_router_interface.json used request id req-6253aaa0-1c9f-4878-b5a4-92ed0eb50bb5 returning object 7a2b1d12-29cb-45ea-ba3e-d1f2618e8757 2018-09-02 00:49:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 00:49:34,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:34,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-e3211b54-9afa-487d-9aa4-079980518dec Date: Sun, 02 Sep 2018 00:49:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "created_at": "2018-09-02T00:45:07Z", "admin_state_up": true, "updated_at": "2018-09-02T00:49:33Z", "project_id": "ccaba8aa2fb3443085518b039995fe41", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "7a2b1d12-29cb-45ea-ba3e-d1f2618e8757", "name": "tempest_smoke-router_48af9554-5f2a-4f96-9cbb-d23f67d42060"}]} 2018-09-02 00:49:34,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-e3211b54-9afa-487d-9aa4-079980518dec 2018-09-02 00:49:34,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115577936172s 2018-09-02 00:49:34,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-e3211b54-9afa-487d-9aa4-079980518dec 2018-09-02 00:49:34,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 00:49:34,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:35,985 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1dbb55b9-1614-441c-be69-a14fe146f35f Content-Length: 0 Date: Sun, 02 Sep 2018 00:49:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:49:35,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757.json used request id req-1dbb55b9-1614-441c-be69-a14fe146f35f 2018-09-02 00:49:35,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.23360085487s 2018-09-02 00:49:35,985 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/7a2b1d12-29cb-45ea-ba3e-d1f2618e8757.json used request id req-1dbb55b9-1614-441c-be69-a14fe146f35f 2018-09-02 00:49:35,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 00:49:35,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:36,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-c06d66a3-f667-411c-b9d0-d3d81f164495 Date: Sun, 02 Sep 2018 00:49:36 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:45:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"df2e50f6-bb95-4f31-8945-3cb81ad929ef","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"ccaba8aa2fb3443085518b039995fe41","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_48af9554-5f2a-4f96-9cbb-d23f67d42060","enable_dhcp":true,"segment_id":null,"network_id":"5ddf46fe-3554-48f3-9b11-1dcc0e1839db","tenant_id":"ccaba8aa2fb3443085518b039995fe41","created_at":"2018-09-02T00:45:06Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 00:49:36,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c06d66a3-f667-411c-b9d0-d3d81f164495 2018-09-02 00:49:36,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0409870147705s 2018-09-02 00:49:36,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c06d66a3-f667-411c-b9d0-d3d81f164495 2018-09-02 00:49:36,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 00:49:36,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/df2e50f6-bb95-4f31-8945-3cb81ad929ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:37,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bcdaec9c-ed96-4fb2-badb-66e5eedac946 Date: Sun, 02 Sep 2018 00:49:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:49:37,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/df2e50f6-bb95-4f31-8945-3cb81ad929ef.json used request id req-bcdaec9c-ed96-4fb2-badb-66e5eedac946 2018-09-02 00:49:37,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.976987838745s 2018-09-02 00:49:37,006 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/df2e50f6-bb95-4f31-8945-3cb81ad929ef.json used request id req-bcdaec9c-ed96-4fb2-badb-66e5eedac946 2018-09-02 00:49:37,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:49:37,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:37,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1438 X-Openstack-Request-Id: req-9aec56c8-fe81-41f2-acce-928f5ec16f08 Date: Sun, 02 Sep 2018 00:49:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5ddf46fe-3554-48f3-9b11-1dcc0e1839db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":true,"project_id":"ccaba8aa2fb3443085518b039995fe41","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:49:36Z","qos_policy_id":null,"name":"tempest_smoke-net_48af9554-5f2a-4f96-9cbb-d23f67d42060","admin_state_up":true,"tenant_id":"ccaba8aa2fb3443085518b039995fe41","created_at":"2018-09-02T00:45:06Z","provider:network_type":"vxlan"}]} 2018-09-02 00:49:37,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9aec56c8-fe81-41f2-acce-928f5ec16f08 2018-09-02 00:49:37,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0784361362457s 2018-09-02 00:49:37,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9aec56c8-fe81-41f2-acce-928f5ec16f08 2018-09-02 00:49:37,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 00:49:37,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/5ddf46fe-3554-48f3-9b11-1dcc0e1839db.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:38,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1754f854-9860-4bee-b913-3945e0839213 Date: Sun, 02 Sep 2018 00:49:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 00:49:38,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/5ddf46fe-3554-48f3-9b11-1dcc0e1839db.json used request id req-1754f854-9860-4bee-b913-3945e0839213 2018-09-02 00:49:38,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16894102097s 2018-09-02 00:49:38,256 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/5ddf46fe-3554-48f3-9b11-1dcc0e1839db.json used request id req-1754f854-9860-4bee-b913-3945e0839213 2018-09-02 00:49:38,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:49:38,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:38,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-f5c35e48-4c5a-4a12-bc96-ce930f060e0d Date: Sun, 02 Sep 2018 00:49:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:45:11Z", "file": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295/file", "owner": "ccaba8aa2fb3443085518b039995fe41", "id": "a6215716-e608-4677-9d70-13ce9e884295", "size": 12716032, "self": "/v2/images/a6215716-e608-4677-9d70-13ce9e884295", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/a6215716-e608-4677-9d70-13ce9e884295/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_48af9554-5f2a-4f96-9cbb-d23f67d42060", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:45:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:49:38,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f5c35e48-4c5a-4a12-bc96-ce930f060e0d 2018-09-02 00:49:38,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0253031253815s 2018-09-02 00:49:38,286 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f5c35e48-4c5a-4a12-bc96-ce930f060e0d 2018-09-02 00:49:38,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 00:49:38,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/a6215716-e608-4677-9d70-13ce9e884295 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38662cdd994045b7213fbe9f2570eabf56b5dcdd" 2018-09-02 00:49:39,667 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-995d00ac-2d40-4d53-9fdd-bbd7b7b8c824 Date: Sun, 02 Sep 2018 00:49:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:49:39,667 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/a6215716-e608-4677-9d70-13ce9e884295 used request id req-995d00ac-2d40-4d53-9fdd-bbd7b7b8c824 2018-09-02 00:49:39,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.37958693504s 2018-09-02 00:49:39,668 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/a6215716-e608-4677-9d70-13ce9e884295 used request id req-995d00ac-2d40-4d53-9fdd-bbd7b7b8c824 2018-09-02 00:49:39,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 00:49:39,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:39,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-456b294f-88d5-437c-8cce-01351c842481 x-compute-request-id: req-456b294f-88d5-437c-8cce-01351c842481 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "931018f5-84fc-40b0-a4ef-d4f2a883c58f"}]} 2018-09-02 00:49:39,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-456b294f-88d5-437c-8cce-01351c842481 2018-09-02 00:49:39,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0213358402252s 2018-09-02 00:49:39,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-456b294f-88d5-437c-8cce-01351c842481 2018-09-02 00:49:39,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 00:49:39,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:39,720 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 00:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4bc0e4b-ab11-4bbe-a836-71a07c5f86bc x-compute-request-id: req-a4bc0e4b-ab11-4bbe-a836-71a07c5f86bc Content-Length: 0 Content-Type: application/json 2018-09-02 00:49:39,720 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f used request id req-a4bc0e4b-ab11-4bbe-a836-71a07c5f86bc 2018-09-02 00:49:39,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0281500816345s 2018-09-02 00:49:39,720 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/931018f5-84fc-40b0-a4ef-d4f2a883c58f used request id req-a4bc0e4b-ab11-4bbe-a836-71a07c5f86bc 2018-09-02 00:49:39,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:49:39,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:39,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-687319ea-0f76-4b42-bcf5-c24c21656efe Content-Encoding: gzip Content-Length: 966 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": {"self": "http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8972c18a1c4a409896d0a2ffa31edcad", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:49:39,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-687319ea-0f76-4b42-bcf5-c24c21656efe 2018-09-02 00:49:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199584960938s 2018-09-02 00:49:39,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-687319ea-0f76-4b42-bcf5-c24c21656efe 2018-09-02 00:49:39,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:49:39,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:40,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c13668c4-eb6f-42ea-9d4a-80ef87d8c827 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tempest_smoke-user_48af9554-5f2a-4f96-9cbb-d23f67d42060", "links": {"self": "http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8972c18a1c4a409896d0a2ffa31edcad", "description": null}} 2018-09-02 00:49:40,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad used request id req-c13668c4-eb6f-42ea-9d4a-80ef87d8c827 2018-09-02 00:49:40,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173669099808s 2018-09-02 00:49:40,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad used request id req-c13668c4-eb6f-42ea-9d4a-80ef87d8c827 2018-09-02 00:49:40,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 00:49:40,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:40,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:49:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad3d34a0-1c04-4177-85ce-dc3cdc4e409a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:49:40,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad used request id req-ad3d34a0-1c04-4177-85ce-dc3cdc4e409a 2018-09-02 00:49:40,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.237968206406s 2018-09-02 00:49:40,340 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/8972c18a1c4a409896d0a2ffa31edcad used request id req-ad3d34a0-1c04-4177-85ce-dc3cdc4e409a 2018-09-02 00:49:40,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:49:40,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:40,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3341f5ca-7d9f-4bad-b93a-efe669b6607f Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41"}, "tags": [], "enabled": true, "id": "ccaba8aa2fb3443085518b039995fe41", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_48af9554-5f2a-4f96-9cbb-d23f67d42060"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 00:49:40,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-3341f5ca-7d9f-4bad-b93a-efe669b6607f 2018-09-02 00:49:40,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.273307085037s 2018-09-02 00:49:40,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-3341f5ca-7d9f-4bad-b93a-efe669b6607f 2018-09-02 00:49:40,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 00:49:40,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58d27fde0114494e9baacde1a34cf6e9b6e1acb3" 2018-09-02 00:49:40,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:49:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44161406-a8a9-4999-a767-4694cae4305d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:49:40,850 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41 used request id req-44161406-a8a9-4999-a767-4694cae4305d 2018-09-02 00:49:40,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.226442098618s 2018-09-02 00:49:40,851 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/ccaba8aa2fb3443085518b039995fe41 used request id req-44161406-a8a9-4999-a767-4694cae4305d 2018-09-02 00:49:40,909 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:49:40,954 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:49:40,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:49:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:49:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:49:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:49:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 00:49:40,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 00:49:40,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:49:40,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed249f5-d607-4670-aa85-57cf7e25f3a2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:49:40,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-0ed249f5-d607-4670-aa85-57cf7e25f3a2 2018-09-02 00:49:40,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:49:41,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:49:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["DrudMXp_TQOrqH6tJ9bflw"], "issued_at": "2018-09-02T00:49:41.000000Z"}} 2018-09-02 00:49:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:49:41,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:41,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-babaf485-289d-4ed6-a848-9fbcb3a1a038 Date: Sun, 02 Sep 2018 00:49:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 00:49:41,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-babaf485-289d-4ed6-a848-9fbcb3a1a038 2018-09-02 00:49:41,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.259322881699s 2018-09-02 00:49:41,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-babaf485-289d-4ed6-a848-9fbcb3a1a038 2018-09-02 00:49:41,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:49:41,632 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa02aabf-3b00-4750-b8e1-b4358e4945b4 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:49:41,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-fa02aabf-3b00-4750-b8e1-b4358e4945b4 2018-09-02 00:49:41,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:49:41,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:41,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6820d581-e6a2-4e15-9f5d-d8b703b79a0c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 00:49:41,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-6820d581-e6a2-4e15-9f5d-d8b703b79a0c 2018-09-02 00:49:41,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.143959999084s 2018-09-02 00:49:41,778 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-6820d581-e6a2-4e15-9f5d-d8b703b79a0c 2018-09-02 00:49:41,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 00:49:41,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" -d '{"project": {"description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "enabled": true, "domain_id": "default", "name": "neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}}' 2018-09-02 00:49:41,972 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd1715a9-e1fb-41dc-b7a5-e0c84f5a9685 Content-Length: 390 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "links": {"self": "http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6"}, "tags": [], "enabled": true, "id": "e2675f5697894a2cb4a935877b9443d6", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}} 2018-09-02 00:49:41,973 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-fd1715a9-e1fb-41dc-b7a5-e0c84f5a9685 2018-09-02 00:49:41,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.188905954361s 2018-09-02 00:49:41,973 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-fd1715a9-e1fb-41dc-b7a5-e0c84f5a9685 2018-09-02 00:49:41,974 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: neutron-tempest-plugin-api', u'tags': [], 'enabled': True, 'id': u'e2675f5697894a2cb4a935877b9443d6', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861'}) 2018-09-02 00:49:41,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 00:49:41,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e28cfbec-5b6e-4f08-9f46-337a07107e4c", "email": null, "name": "neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}}' 2018-09-02 00:49:42,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 00:49:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f7f87ef-ac93-45b7-b59f-5bf73b3bf391 Content-Length: 341 Content-Type: application/json RESP BODY: {"user": {"name": "neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": {"self": "http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a2dcebc070a34555a4b29f1a031cfb7c", "domain_id": "default", "password_expires_at": null}} 2018-09-02 00:49:42,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-9f7f87ef-ac93-45b7-b59f-5bf73b3bf391 2018-09-02 00:49:42,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.433289051056s 2018-09-02 00:49:42,414 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-9f7f87ef-ac93-45b7-b59f-5bf73b3bf391 2018-09-02 00:49:42,414 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a2dcebc070a34555a4b29f1a031cfb7c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861'}) 2018-09-02 00:49:42,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:49:42,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:42,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f22040b-28fc-4b88-bb33-7e64f8b1b7ad Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:49:42,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0f22040b-28fc-4b88-bb33-7e64f8b1b7ad 2018-09-02 00:49:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0999109745026s 2018-09-02 00:49:42,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0f22040b-28fc-4b88-bb33-7e64f8b1b7ad 2018-09-02 00:49:42,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:49:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:42,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1b1d4b-6369-4629-8deb-af9fee5fa113 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:49:42,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-cd1b1d4b-6369-4629-8deb-af9fee5fa113 2018-09-02 00:49:42,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180006027222s 2018-09-02 00:49:42,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-cd1b1d4b-6369-4629-8deb-af9fee5fa113 2018-09-02 00:49:42,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:49:42,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:42,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55743447-cb7e-4e3f-925c-84927d9c6485 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:49:42,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-55743447-cb7e-4e3f-925c-84927d9c6485 2018-09-02 00:49:42,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0994970798492s 2018-09-02 00:49:42,808 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-55743447-cb7e-4e3f-925c-84927d9c6485 2018-09-02 00:49:42,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:49:42,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:42,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9d54ae-243d-49bf-9875-74b9705d58e4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:49:42,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3e9d54ae-243d-49bf-9875-74b9705d58e4 2018-09-02 00:49:42,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181806087494s 2018-09-02 00:49:42,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3e9d54ae-243d-49bf-9875-74b9705d58e4 2018-09-02 00:49:42,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:49:42,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:43,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea79cf74-b6f4-40ce-a815-3d6148648e90 Content-Encoding: gzip Content-Length: 975 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": {"self": "http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a2dcebc070a34555a4b29f1a031cfb7c", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:49:43,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-ea79cf74-b6f4-40ce-a815-3d6148648e90 2018-09-02 00:49:43,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199527978897s 2018-09-02 00:49:43,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-ea79cf74-b6f4-40ce-a815-3d6148648e90 2018-09-02 00:49:43,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:49:43,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:43,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f0d93f-9019-40d8-baf1-4bb74633ad28 Content-Encoding: gzip Content-Length: 545 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "links": {"self": "http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6"}, "tags": [], "enabled": true, "id": "e2675f5697894a2cb4a935877b9443d6", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 00:49:43,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-30f0d93f-9019-40d8-baf1-4bb74633ad28 2018-09-02 00:49:43,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183265924454s 2018-09-02 00:49:43,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-30f0d93f-9019-40d8-baf1-4bb74633ad28 2018-09-02 00:49:43,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:49:43,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e2675f5697894a2cb4a935877b9443d6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:43,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff67e71-f246-423e-9e92-4347a1211b13 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e2675f5697894a2cb4a935877b9443d6", "previous": null, "next": null}} 2018-09-02 00:49:43,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e2675f5697894a2cb4a935877b9443d6 used request id req-2ff67e71-f246-423e-9e92-4347a1211b13 2018-09-02 00:49:43,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103631019592s 2018-09-02 00:49:43,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e2675f5697894a2cb4a935877b9443d6 used request id req-2ff67e71-f246-423e-9e92-4347a1211b13 2018-09-02 00:49:43,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:49:43,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6/users/a2dcebc070a34555a4b29f1a031cfb7c/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:43,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:49:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfdb8e0c-0493-41da-bf07-777df7ddf6be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:49:43,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6/users/a2dcebc070a34555a4b29f1a031cfb7c/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-cfdb8e0c-0493-41da-bf07-777df7ddf6be 2018-09-02 00:49:43,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.130520820618s 2018-09-02 00:49:43,638 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6/users/a2dcebc070a34555a4b29f1a031cfb7c/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-cfdb8e0c-0493-41da-bf07-777df7ddf6be 2018-09-02 00:49:43,638 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'e2675f5697894a2cb4a935877b9443d6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e28cfbec-5b6e-4f08-9f46-337a07107e4c', 'username': u'neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 00:49:43,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 00:49:43,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 00:49:43,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 00:49:43,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 00:49:43,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 00:49:43,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 00:49:43,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 00:49:43,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 00:49:43,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 00:49:43,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 00:49:43,644 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'password': 'e28cfbec-5b6e-4f08-9f46-337a07107e4c', 'project_name': 'neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'e2675f5697894a2cb4a935877b9443d6', 'project_domain_name': 'Default'} 2018-09-02 00:49:43,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:49:43,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:43,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b4cf73d-85fc-4cec-b442-d13db5918dcd Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:49:43,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-1b4cf73d-85fc-4cec-b442-d13db5918dcd 2018-09-02 00:49:43,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114382982254s 2018-09-02 00:49:43,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-1b4cf73d-85fc-4cec-b442-d13db5918dcd 2018-09-02 00:49:43,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:49:43,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:43,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cadad1e-03ed-4b56-a8c0-5efb1bb6d044 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:49:43,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7cadad1e-03ed-4b56-a8c0-5efb1bb6d044 2018-09-02 00:49:43,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179011821747s 2018-09-02 00:49:43,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7cadad1e-03ed-4b56-a8c0-5efb1bb6d044 2018-09-02 00:49:43,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 00:49:43,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:44,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd7501f-c303-4780-bf77-5245cbc9fc30 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 00:49:44,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3dd7501f-c303-4780-bf77-5245cbc9fc30 2018-09-02 00:49:44,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0948839187622s 2018-09-02 00:49:44,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3dd7501f-c303-4780-bf77-5245cbc9fc30 2018-09-02 00:49:44,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 00:49:44,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:44,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313f3050-c151-4840-a501-394224a38d49 Content-Encoding: gzip Content-Length: 975 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": {"self": "http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a2dcebc070a34555a4b29f1a031cfb7c", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 00:49:44,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-313f3050-c151-4840-a501-394224a38d49 2018-09-02 00:49:44,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214505910873s 2018-09-02 00:49:44,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-313f3050-c151-4840-a501-394224a38d49 2018-09-02 00:49:44,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 00:49:44,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:44,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41312553-417d-4a1b-8db1-be21dfff18cc Content-Encoding: gzip Content-Length: 545 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "links": {"self": "http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6"}, "tags": [], "enabled": true, "id": "e2675f5697894a2cb4a935877b9443d6", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 00:49:44,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-41312553-417d-4a1b-8db1-be21dfff18cc 2018-09-02 00:49:44,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.28032708168s 2018-09-02 00:49:44,557 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-41312553-417d-4a1b-8db1-be21dfff18cc 2018-09-02 00:49:44,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 00:49:44,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e2675f5697894a2cb4a935877b9443d6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:44,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7d0c139-b7d6-4845-84c2-f378b8850e7b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e2675f5697894a2cb4a935877b9443d6", "previous": null, "next": null}} 2018-09-02 00:49:44,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e2675f5697894a2cb4a935877b9443d6 used request id req-d7d0c139-b7d6-4845-84c2-f378b8850e7b 2018-09-02 00:49:44,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0993530750275s 2018-09-02 00:49:44,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=a2dcebc070a34555a4b29f1a031cfb7c&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e2675f5697894a2cb4a935877b9443d6 used request id req-d7d0c139-b7d6-4845-84c2-f378b8850e7b 2018-09-02 00:49:44,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 00:49:44,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6/users/a2dcebc070a34555a4b29f1a031cfb7c/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 00:49:44,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 00:49:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7b95658-3fa6-4a8d-b974-ba7ca1d3a4ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 00:49:44,820 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6/users/a2dcebc070a34555a4b29f1a031cfb7c/roles/527a26856ff64a55b36113867c009231 used request id req-f7b95658-3fa6-4a8d-b974-ba7ca1d3a4ad 2018-09-02 00:49:44,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.152732133865s 2018-09-02 00:49:44,820 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6/users/a2dcebc070a34555a4b29f1a031cfb7c/roles/527a26856ff64a55b36113867c009231 used request id req-f7b95658-3fa6-4a8d-b974-ba7ca1d3a4ad 2018-09-02 00:49:44,821 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 00:49:47,687 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 00:49:50,462 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9ef04dcf-8c54-4137-913e-d9a441fbda4e | 2018-09-02T00:49:50.082135 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9ef04dcf-8c54-4137-913e-d9a441fbda4e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 00:49:54,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 00:49:54,338 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 00:49:56,979 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 00:50:00,339 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=4610ada7-a9c7-4261-bd29-cc4a7fd57bf1) as the default verifier for the future CLI operations. 2018-09-02 00:50:03,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:50:03,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f95d7e7-f60d-483e-805d-dbcd236cc6d5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 00:50:03,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-3f95d7e7-f60d-483e-805d-dbcd236cc6d5 2018-09-02 00:50:03,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 00:50:04,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T01:50:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2675f5697894a2cb4a935877b9443d6", "name": "neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e2675f5697894a2cb4a935877b9443d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/e2675f5697894a2cb4a935877b9443d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/e2675f5697894a2cb4a935877b9443d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e2675f5697894a2cb4a935877b9443d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/e2675f5697894a2cb4a935877b9443d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/e2675f5697894a2cb4a935877b9443d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/e2675f5697894a2cb4a935877b9443d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/e2675f5697894a2cb4a935877b9443d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/e2675f5697894a2cb4a935877b9443d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_e2675f5697894a2cb4a935877b9443d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_e2675f5697894a2cb4a935877b9443d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e2675f5697894a2cb4a935877b9443d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/e2675f5697894a2cb4a935877b9443d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/e2675f5697894a2cb4a935877b9443d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "id": "a2dcebc070a34555a4b29f1a031cfb7c"}, "audit_ids": ["hxZnWvr2SzmMDr_pnj2sVQ"], "issued_at": "2018-09-02T00:50:04.000000Z"}} 2018-09-02 00:50:04,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 00:50:04,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:04,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-0793cfef-78f3-418f-a5c1-572a16647547 Date: Sun, 02 Sep 2018 00:50:04 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 00:50:04,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-0793cfef-78f3-418f-a5c1-572a16647547 2018-09-02 00:50:04,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.257693052292s 2018-09-02 00:50:04,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-0793cfef-78f3-418f-a5c1-572a16647547 2018-09-02 00:50:04,380 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-09-02 00:50:04,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 00:50:04,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '{"network": {"shared": true, "name": "neutron-tempest-plugin-api-net_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "admin_state_up": true}}' 2018-09-02 00:50:04,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 739 X-Openstack-Request-Id: req-7e174e2e-a98b-4e79-a766-d655cd772b85 Date: Sun, 02 Sep 2018 00:50:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b17ae1c7-0b77-4db8-901f-ddb3fe77499b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":true,"project_id":"e2675f5697894a2cb4a935877b9443d6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:50:04Z","is_default":false,"qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861","admin_state_up":true,"tenant_id":"e2675f5697894a2cb4a935877b9443d6","created_at":"2018-09-02T00:50:04Z","mtu":1450}} 2018-09-02 00:50:04,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7e174e2e-a98b-4e79-a766-d655cd772b85 2018-09-02 00:50:04,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.262691020966s 2018-09-02 00:50:04,644 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-7e174e2e-a98b-4e79-a766-d655cd772b85 2018-09-02 00:50:04,644 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T00:50:04Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b17ae1c7-0b77-4db8-901f-ddb3fe77499b', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'neutron-tempest-plugin-api-net_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'created_at': u'2018-09-02T00:50:04Z', u'mtu': 1450, u'tenant_id': u'e2675f5697894a2cb4a935877b9443d6', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e2675f5697894a2cb4a935877b9443d6', u'l2_adjacency': True}) 2018-09-02 00:50:04,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 00:50:04,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:04,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1445 X-Openstack-Request-Id: req-770e4377-bfec-4a5d-afcb-c2083beb1f92 Date: Sun, 02 Sep 2018 00:50:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:36:31Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b17ae1c7-0b77-4db8-901f-ddb3fe77499b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":true,"project_id":"e2675f5697894a2cb4a935877b9443d6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T00:50:04Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861","admin_state_up":true,"tenant_id":"e2675f5697894a2cb4a935877b9443d6","created_at":"2018-09-02T00:50:04Z","provider:network_type":"vxlan"}]} 2018-09-02 00:50:04,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-770e4377-bfec-4a5d-afcb-c2083beb1f92 2018-09-02 00:50:04,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11832690239s 2018-09-02 00:50:04,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-770e4377-bfec-4a5d-afcb-c2083beb1f92 2018-09-02 00:50:04,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 00:50:04,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "enable_dhcp": true, "network_id": "b17ae1c7-0b77-4db8-901f-ddb3fe77499b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 00:50:05,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-5b1e03f4-c661-4fdf-a354-4d187e311031 Date: Sun, 02 Sep 2018 00:50:05 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T00:50:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"e2675f5697894a2cb4a935877b9443d6","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861","enable_dhcp":true,"segment_id":null,"network_id":"b17ae1c7-0b77-4db8-901f-ddb3fe77499b","tenant_id":"e2675f5697894a2cb4a935877b9443d6","created_at":"2018-09-02T00:50:04Z","ip_version":4}} 2018-09-02 00:50:05,192 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-5b1e03f4-c661-4fdf-a354-4d187e311031 2018-09-02 00:50:05,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.426438808441s 2018-09-02 00:50:05,192 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-5b1e03f4-c661-4fdf-a354-4d187e311031 2018-09-02 00:50:05,193 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:50:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'b17ae1c7-0b77-4db8-901f-ddb3fe77499b', u'tenant_id': u'e2675f5697894a2cb4a935877b9443d6', u'created_at': u'2018-09-02T00:50:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e2675f5697894a2cb4a935877b9443d6'}) 2018-09-02 00:50:05,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 00:50:05,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "neutron-tempest-plugin-api-router_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "admin_state_up": true}}' 2018-09-02 00:50:06,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-bb33ff40-5cd8-4ca3-90b2-3f24985bd14a Date: Sun, 02 Sep 2018 00:50:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "created_at": "2018-09-02T00:50:05Z", "admin_state_up": true, "updated_at": "2018-09-02T00:50:06Z", "project_id": "e2675f5697894a2cb4a935877b9443d6", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "2f9c71dd-babb-459f-8d6f-3574b4b6664c", "name": "neutron-tempest-plugin-api-router_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}} 2018-09-02 00:50:06,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-bb33ff40-5cd8-4ca3-90b2-3f24985bd14a 2018-09-02 00:50:06,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.68960785866s 2018-09-02 00:50:06,883 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-bb33ff40-5cd8-4ca3-90b2-3f24985bd14a 2018-09-02 00:50:06,884 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T00:50:06Z', u'revision_number': 2, u'ha': False, u'id': u'2f9c71dd-babb-459f-8d6f-3574b4b6664c', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-router_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'admin_state_up': True, u'tenant_id': u'e2675f5697894a2cb4a935877b9443d6', u'created_at': u'2018-09-02T00:50:05Z', u'flavor_id': None, u'routes': [], u'project_id': u'e2675f5697894a2cb4a935877b9443d6'}) 2018-09-02 00:50:06,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 00:50:06,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '{"subnet_id": "fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f"}' 2018-09-02 00:50:08,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-53cd84fb-8f5a-4178-994e-8128ca46a087 Date: Sun, 02 Sep 2018 00:50:08 GMT RESP BODY: {"network_id": "b17ae1c7-0b77-4db8-901f-ddb3fe77499b", "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "subnet_id": "fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f", "subnet_ids": ["fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f"], "port_id": "f317cdf4-aa96-44a2-9486-b2da1f1da1ad", "id": "2f9c71dd-babb-459f-8d6f-3574b4b6664c"} 2018-09-02 00:50:08,895 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c/add_router_interface.json used request id req-53cd84fb-8f5a-4178-994e-8128ca46a087 2018-09-02 00:50:08,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.01056885719s 2018-09-02 00:50:08,895 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c/add_router_interface.json used request id req-53cd84fb-8f5a-4178-994e-8128ca46a087 returning object 2f9c71dd-babb-459f-8d6f-3574b4b6664c 2018-09-02 00:50:08,896 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 00:50:09,028 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 00:50:09,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:50:09,035 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 00:50:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 00:50:09,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:50:09,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:09,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4088b80a-b7b8-4528-bed6-9471598c91a7 Date: Sun, 02 Sep 2018 00:50:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:50:09,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-4088b80a-b7b8-4528-bed6-9471598c91a7 2018-09-02 00:50:09,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275319814682s 2018-09-02 00:50:09,315 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-4088b80a-b7b8-4528-bed6-9471598c91a7 2018-09-02 00:50:09,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:50:09,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}' 2018-09-02 00:50:09,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aa09a7a1-d6f2-41ae-9eca-65c6f3417a80 Date: Sun, 02 Sep 2018 00:50:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:50:09Z", "file": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file", "owner": "e2675f5697894a2cb4a935877b9443d6", "id": "4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "size": null, "self": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "checksum": null, "created_at": "2018-09-02T00:50:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:50:09,366 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-aa09a7a1-d6f2-41ae-9eca-65c6f3417a80 2018-09-02 00:50:09,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0424139499664s 2018-09-02 00:50:09,366 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-aa09a7a1-d6f2-41ae-9eca-65c6f3417a80 returning object 4cd6397c-cb91-4a0b-abcb-06ecb7a388d6 2018-09-02 00:50:09,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:50:09,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '' 2018-09-02 00:50:09,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4b6d76f-a3cf-4bd7-90fd-10edd8affee6 Date: Sun, 02 Sep 2018 00:50:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:50:09,766 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file used request id req-d4b6d76f-a3cf-4bd7-90fd-10edd8affee6 2018-09-02 00:50:09,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.399771928787s 2018-09-02 00:50:09,767 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file used request id req-d4b6d76f-a3cf-4bd7-90fd-10edd8affee6 2018-09-02 00:50:09,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:50:09,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:09,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-472edcd4-f70b-4c36-93e8-1f04704f3016 Date: Sun, 02 Sep 2018 00:50:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:50:09Z", "file": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file", "owner": "e2675f5697894a2cb4a935877b9443d6", "id": "4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "size": 12716032, "self": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:50:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:50:09,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-472edcd4-f70b-4c36-93e8-1f04704f3016 2018-09-02 00:50:09,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245590209961s 2018-09-02 00:50:09,796 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-472edcd4-f70b-4c36-93e8-1f04704f3016 2018-09-02 00:50:09,798 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file', 'owner': u'e2675f5697894a2cb4a935877b9443d6', 'id': u'4cd6397c-cb91-4a0b-abcb-06ecb7a388d6', 'size': 12716032, u'self': u'/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e2675f5697894a2cb4a935877b9443d6', 'name': 'neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:50:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T00:50:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'created': u'2018-09-02T00:50:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:50:09Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:50:09,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:50:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:50:10,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0fa909e-3a69-491a-923d-4c942725859a x-compute-request-id: req-e0fa909e-3a69-491a-923d-4c942725859a Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d8ab49a6-c219-474d-93d6-8af4ff252aa5"}} 2018-09-02 00:50:10,110 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e0fa909e-3a69-491a-923d-4c942725859a 2018-09-02 00:50:10,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.311716079712s 2018-09-02 00:50:10,111 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e0fa909e-3a69-491a-923d-4c942725859a 2018-09-02 00:50:10,112 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'd8ab49a6-c219-474d-93d6-8af4ff252aa5', 'swap': 0}) 2018-09-02 00:50:10,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:50:10,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" -d '{"extra_specs": {}}' 2018-09-02 00:50:10,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf3309b1-14d8-4bb8-bdaa-e00a654a4283 x-compute-request-id: req-bf3309b1-14d8-4bb8-bdaa-e00a654a4283 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:50:10,131 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5/os-extra_specs used request id req-bf3309b1-14d8-4bb8-bdaa-e00a654a4283 2018-09-02 00:50:10,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0190300941467s 2018-09-02 00:50:10,132 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5/os-extra_specs used request id req-bf3309b1-14d8-4bb8-bdaa-e00a654a4283 2018-09-02 00:50:10,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 00:50:10,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 00:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac6c643b-ffa3-4b9c-b3b3-48e3a784bda2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 00:50:10,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-ac6c643b-ffa3-4b9c-b3b3-48e3a784bda2 2018-09-02 00:50:10,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:50:10,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:10,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bada844e-a020-46c9-8a1e-282ad994564c Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:50:10,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-bada844e-a020-46c9-8a1e-282ad994564c 2018-09-02 00:50:10,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193166971207s 2018-09-02 00:50:10,338 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-bada844e-a020-46c9-8a1e-282ad994564c 2018-09-02 00:50:10,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 00:50:10,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:10,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb432aa-1ece-4134-92c9-04c056e7684c Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 00:50:10,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-9fb432aa-1ece-4134-92c9-04c056e7684c 2018-09-02 00:50:10,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17735004425s 2018-09-02 00:50:10,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-9fb432aa-1ece-4134-92c9-04c056e7684c 2018-09-02 00:50:10,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 00:50:10,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:10,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56ec1b40-b873-404c-ae93-4d51b2f5a52b x-compute-request-id: req-56ec1b40-b873-404c-ae93-4d51b2f5a52b Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 18}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-02 00:50:10,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-56ec1b40-b873-404c-ae93-4d51b2f5a52b 2018-09-02 00:50:10,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.286742925644s 2018-09-02 00:50:10,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-56ec1b40-b873-404c-ae93-4d51b2f5a52b 2018-09-02 00:50:10,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:50:10,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:10,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-ad79634d-d1a9-4567-9350-3e797c50207d Date: Sun, 02 Sep 2018 00:50:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:50:09Z", "file": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file", "owner": "e2675f5697894a2cb4a935877b9443d6", "id": "4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "size": 12716032, "self": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:50:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:50:10,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ad79634d-d1a9-4567-9350-3e797c50207d 2018-09-02 00:50:10,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0242388248444s 2018-09-02 00:50:10,846 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ad79634d-d1a9-4567-9350-3e797c50207d 2018-09-02 00:50:10,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 00:50:10,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}' 2018-09-02 00:50:10,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ca23ec90-84b3-4a7d-bd79-9e8e4ca8222a Date: Sun, 02 Sep 2018 00:50:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:50:10Z", "file": "/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a/file", "owner": "e2675f5697894a2cb4a935877b9443d6", "id": "523e1436-6eab-4c84-9bff-1b13df40e84a", "size": null, "self": "/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "checksum": null, "created_at": "2018-09-02T00:50:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 00:50:10,893 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-ca23ec90-84b3-4a7d-bd79-9e8e4ca8222a 2018-09-02 00:50:10,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0390901565552s 2018-09-02 00:50:10,894 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-ca23ec90-84b3-4a7d-bd79-9e8e4ca8222a returning object 523e1436-6eab-4c84-9bff-1b13df40e84a 2018-09-02 00:50:10,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 00:50:10,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '' 2018-09-02 00:50:12,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2021ec3b-da6f-4e92-b988-e2ee42d37dcb Date: Sun, 02 Sep 2018 00:50:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 00:50:12,033 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a/file used request id req-2021ec3b-da6f-4e92-b988-e2ee42d37dcb 2018-09-02 00:50:12,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13858795166s 2018-09-02 00:50:12,033 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a/file used request id req-2021ec3b-da6f-4e92-b988-e2ee42d37dcb 2018-09-02 00:50:12,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 00:50:12,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 00:50:12,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-da7552be-b23e-4749-9cbb-1b286d30c280 Date: Sun, 02 Sep 2018 00:50:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:50:12Z", "file": "/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a/file", "owner": "e2675f5697894a2cb4a935877b9443d6", "id": "523e1436-6eab-4c84-9bff-1b13df40e84a", "size": 12716032, "self": "/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/523e1436-6eab-4c84-9bff-1b13df40e84a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/523e1436-6eab-4c84-9bff-1b13df40e84a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:50:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:50:09Z", "file": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file", "owner": "e2675f5697894a2cb4a935877b9443d6", "id": "4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "size": 12716032, "self": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:50:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 00:50:12,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-da7552be-b23e-4749-9cbb-1b286d30c280 2018-09-02 00:50:12,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0266268253326s 2018-09-02 00:50:12,064 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-da7552be-b23e-4749-9cbb-1b286d30c280 2018-09-02 00:50:12,067 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/523e1436-6eab-4c84-9bff-1b13df40e84a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a/file', 'owner': u'e2675f5697894a2cb4a935877b9443d6', 'id': u'523e1436-6eab-4c84-9bff-1b13df40e84a', 'size': 12716032, u'self': u'/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e2675f5697894a2cb4a935877b9443d6', 'name': 'neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/523e1436-6eab-4c84-9bff-1b13df40e84a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T00:50:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T00:50:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'created': u'2018-09-02T00:50:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T00:50:10Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 00:50:12,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 00:50:12,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 00:50:12,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63c4d490-c1c8-4349-887b-811d862d7204 x-compute-request-id: req-63c4d490-c1c8-4349-887b-811d862d7204 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/baf36858-ed52-445f-b865-e73982591c6b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "baf36858-ed52-445f-b865-e73982591c6b"}} 2018-09-02 00:50:12,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-63c4d490-c1c8-4349-887b-811d862d7204 2018-09-02 00:50:12,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0343670845032s 2018-09-02 00:50:12,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-63c4d490-c1c8-4349-887b-811d862d7204 2018-09-02 00:50:12,103 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'baf36858-ed52-445f-b865-e73982591c6b', 'swap': 0}) 2018-09-02 00:50:12,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 00:50:12,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" -d '{"extra_specs": {}}' 2018-09-02 00:50:12,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 00:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0305864-567b-4030-9752-009b529e39e0 x-compute-request-id: req-f0305864-567b-4030-9752-009b529e39e0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 00:50:12,124 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b/os-extra_specs used request id req-f0305864-567b-4030-9752-009b529e39e0 2018-09-02 00:50:12,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202131271362s 2018-09-02 00:50:12,124 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b/os-extra_specs used request id req-f0305864-567b-4030-9752-009b529e39e0 2018-09-02 00:50:12,125 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'baf36858-ed52-445f-b865-e73982591c6b', 'swap': 0}) 2018-09-02 00:50:15,518 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 00:50:15,519 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 00:50:15,519 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 00:50:15,522 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 00:50:15,525 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 00:50:19,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4610ada7-a9c7-4261-bd29-cc4a7fd57bf1/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-09-02 00:50:19,125 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 00:50:19,126 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 00:50:19,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt', u'--concurrency=4']'. 2018-09-02 01:00:53,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ecb64e61-a13d-47e2-97c8-0215e6190173 2018-09-02 01:00:53,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ecb64e61-a13d-47e2-97c8-0215e6190173']'. 2018-09-02 01:00:54,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 01:00:54,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 01:00:54,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 01:00:54,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ecb64e61-a13d-47e2-97c8-0215e6190173 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 00:50:21 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 01:00:53 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:10:32 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4610ada7-a9c7-4261-bd29-cc4a7fd57bf1) | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9ef04dcf-8c54-4137-913e-d9a441fbda4e) | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 620.825 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 473 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 74 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 01:00:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 01:00:54,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 01:00:54,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 01:00:54,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 01:00:54,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 01:00:54,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 100.0% 2018-09-02 01:00:54,781 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 01:00:54,782 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 10:50 | PASS | +------------------------------------+------------------+------------------+----------------+ 2018-09-02 01:00:54,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:00:54,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:00:56,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97533f48-d098-4c4d-9faa-ef8ad32dd47e Date: Sun, 02 Sep 2018 01:00:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:00:56,112 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a used request id req-97533f48-d098-4c4d-9faa-ef8ad32dd47e 2018-09-02 01:00:56,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.32418394089s 2018-09-02 01:00:56,112 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/523e1436-6eab-4c84-9bff-1b13df40e84a used request id req-97533f48-d098-4c4d-9faa-ef8ad32dd47e 2018-09-02 01:00:56,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:00:56,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:00:56,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:00:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a667446-5798-443a-8a1a-26ff3a94dece x-compute-request-id: req-7a667446-5798-443a-8a1a-26ff3a94dece Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_alt_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/baf36858-ed52-445f-b865-e73982591c6b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "baf36858-ed52-445f-b865-e73982591c6b"}, {"name": "neutron-tempest-plugin-api-flavor_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d8ab49a6-c219-474d-93d6-8af4ff252aa5"}]} 2018-09-02 01:00:56,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7a667446-5798-443a-8a1a-26ff3a94dece 2018-09-02 01:00:56,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.275415897369s 2018-09-02 01:00:56,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-7a667446-5798-443a-8a1a-26ff3a94dece 2018-09-02 01:00:56,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:00:56,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:00:56,465 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:00:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-233772ae-7a41-4218-b265-2420fbecac9d x-compute-request-id: req-233772ae-7a41-4218-b265-2420fbecac9d Content-Length: 0 Content-Type: application/json 2018-09-02 01:00:56,466 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b used request id req-233772ae-7a41-4218-b265-2420fbecac9d 2018-09-02 01:00:56,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0756728649139s 2018-09-02 01:00:56,466 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/baf36858-ed52-445f-b865-e73982591c6b used request id req-233772ae-7a41-4218-b265-2420fbecac9d 2018-09-02 01:00:56,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 01:00:56,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" -d '{"subnet_id": "fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f"}' 2018-09-02 01:00:58,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-304231e1-e8d2-496c-a244-e3e0ab6cef6f Date: Sun, 02 Sep 2018 01:00:58 GMT RESP BODY: {"network_id": "b17ae1c7-0b77-4db8-901f-ddb3fe77499b", "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "subnet_id": "fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f", "subnet_ids": ["fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f"], "port_id": "f317cdf4-aa96-44a2-9486-b2da1f1da1ad", "id": "2f9c71dd-babb-459f-8d6f-3574b4b6664c"} 2018-09-02 01:00:58,614 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c/remove_router_interface.json used request id req-304231e1-e8d2-496c-a244-e3e0ab6cef6f 2018-09-02 01:00:58,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.14751601219s 2018-09-02 01:00:58,614 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c/remove_router_interface.json used request id req-304231e1-e8d2-496c-a244-e3e0ab6cef6f returning object 2f9c71dd-babb-459f-8d6f-3574b4b6664c 2018-09-02 01:00:58,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 01:00:58,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:00:58,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1724 X-Openstack-Request-Id: req-62ce5ef2-5e9b-45f2-8ac5-6c3dff51872d Date: Sun, 02 Sep 2018 01:00:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "created_at": "2018-09-02T00:50:05Z", "admin_state_up": true, "updated_at": "2018-09-02T01:00:57Z", "project_id": "e2675f5697894a2cb4a935877b9443d6", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "2f9c71dd-babb-459f-8d6f-3574b4b6664c", "name": "neutron-tempest-plugin-api-router_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5a0296eb74a4b6e817e67377065c6c0", "created_at": "2018-09-02T00:51:22Z", "admin_state_up": true, "updated_at": "2018-09-02T00:51:22Z", "project_id": "f5a0296eb74a4b6e817e67377065c6c0", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4857129b-82a9-44a5-9393-4e0914e1004f", "name": "tempest-pretest-check-233014650"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "created_at": "2018-09-02T00:51:51Z", "admin_state_up": false, "updated_at": "2018-09-02T00:51:51Z", "project_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "823db40e-5adb-450c-8053-408c95630c03", "name": "tempest-router-1082214639"}]} 2018-09-02 01:00:58,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-62ce5ef2-5e9b-45f2-8ac5-6c3dff51872d 2018-09-02 01:00:58,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116549968719s 2018-09-02 01:00:58,732 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-62ce5ef2-5e9b-45f2-8ac5-6c3dff51872d 2018-09-02 01:00:58,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 01:00:58,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:01:00,053 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bbd1c21a-69af-47ef-a1d1-87dae40d87be Content-Length: 0 Date: Sun, 02 Sep 2018 01:01:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:01:00,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c.json used request id req-bbd1c21a-69af-47ef-a1d1-87dae40d87be 2018-09-02 01:01:00,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31951498985s 2018-09-02 01:01:00,054 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/2f9c71dd-babb-459f-8d6f-3574b4b6664c.json used request id req-bbd1c21a-69af-47ef-a1d1-87dae40d87be 2018-09-02 01:01:00,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 01:01:00,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:01:00,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-3e84e96d-5c83-43dc-a21b-10c96b3ee7e2 Date: Sun, 02 Sep 2018 01:01:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4},{"updated_at":"2018-09-02T00:50:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"e2675f5697894a2cb4a935877b9443d6","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861","enable_dhcp":true,"segment_id":null,"network_id":"b17ae1c7-0b77-4db8-901f-ddb3fe77499b","tenant_id":"e2675f5697894a2cb4a935877b9443d6","created_at":"2018-09-02T00:50:04Z","ip_version":4}]} 2018-09-02 01:01:00,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-3e84e96d-5c83-43dc-a21b-10c96b3ee7e2 2018-09-02 01:01:00,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0377759933472s 2018-09-02 01:01:00,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-3e84e96d-5c83-43dc-a21b-10c96b3ee7e2 2018-09-02 01:01:00,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 01:01:00,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:01:00,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e01839d-a56c-4bf6-a2be-a2ba499acd63 Date: Sun, 02 Sep 2018 01:01:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:01:00,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f.json used request id req-1e01839d-a56c-4bf6-a2be-a2ba499acd63 2018-09-02 01:01:00,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.779823064804s 2018-09-02 01:01:00,874 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/fb7fd3b0-c03a-4da6-9cb5-c9ad784a944f.json used request id req-1e01839d-a56c-4bf6-a2be-a2ba499acd63 2018-09-02 01:01:00,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:01:00,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:01:00,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1450 X-Openstack-Request-Id: req-f4fa614e-5d2d-44e6-bc88-231a80ddae4c Date: Sun, 02 Sep 2018 01:01:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b17ae1c7-0b77-4db8-901f-ddb3fe77499b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":true,"project_id":"e2675f5697894a2cb4a935877b9443d6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:01:00Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861","admin_state_up":true,"tenant_id":"e2675f5697894a2cb4a935877b9443d6","created_at":"2018-09-02T00:50:04Z","provider:network_type":"vxlan"}]} 2018-09-02 01:01:00,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f4fa614e-5d2d-44e6-bc88-231a80ddae4c 2018-09-02 01:01:00,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.085608959198s 2018-09-02 01:01:00,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f4fa614e-5d2d-44e6-bc88-231a80ddae4c 2018-09-02 01:01:00,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 01:01:00,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/b17ae1c7-0b77-4db8-901f-ddb3fe77499b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:01:02,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe788ec6-2d81-4d73-8f1d-97aaf99b5330 Date: Sun, 02 Sep 2018 01:01:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:01:02,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/b17ae1c7-0b77-4db8-901f-ddb3fe77499b.json used request id req-fe788ec6-2d81-4d73-8f1d-97aaf99b5330 2018-09-02 01:01:02,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.15533995628s 2018-09-02 01:01:02,117 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/b17ae1c7-0b77-4db8-901f-ddb3fe77499b.json used request id req-fe788ec6-2d81-4d73-8f1d-97aaf99b5330 2018-09-02 01:01:02,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:01:02,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:01:02,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-b30e0996-cf9b-4b80-96ba-423a9c4c950f Date: Sun, 02 Sep 2018 01:01:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T00:50:09Z", "file": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/file", "owner": "e2675f5697894a2cb4a935877b9443d6", "id": "4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "size": 12716032, "self": "/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T00:50:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:01:02,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b30e0996-cf9b-4b80-96ba-423a9c4c950f 2018-09-02 01:01:02,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239741802216s 2018-09-02 01:01:02,146 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b30e0996-cf9b-4b80-96ba-423a9c4c950f 2018-09-02 01:01:02,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:01:02,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24be304e952c24d70b96ad5ce0ecf6bf014312de" 2018-09-02 01:01:03,138 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75eed3d7-528d-454a-bda2-c4c1dde3ad98 Date: Sun, 02 Sep 2018 01:01:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:01:03,138 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6 used request id req-75eed3d7-528d-454a-bda2-c4c1dde3ad98 2018-09-02 01:01:03,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.991065979004s 2018-09-02 01:01:03,139 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/4cd6397c-cb91-4a0b-abcb-06ecb7a388d6 used request id req-75eed3d7-528d-454a-bda2-c4c1dde3ad98 2018-09-02 01:01:03,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:01:03,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:01:03,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31c6c903-e84a-4686-b692-082622a1fd1c x-compute-request-id: req-31c6c903-e84a-4686-b692-082622a1fd1c Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d8ab49a6-c219-474d-93d6-8af4ff252aa5"}]} 2018-09-02 01:01:03,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-31c6c903-e84a-4686-b692-082622a1fd1c 2018-09-02 01:01:03,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219089984894s 2018-09-02 01:01:03,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-31c6c903-e84a-4686-b692-082622a1fd1c 2018-09-02 01:01:03,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:01:03,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:01:03,198 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:01:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9776dd4d-1162-4294-a4ff-cc71b10dcfb2 x-compute-request-id: req-9776dd4d-1162-4294-a4ff-cc71b10dcfb2 Content-Length: 0 Content-Type: application/json 2018-09-02 01:01:03,198 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5 used request id req-9776dd4d-1162-4294-a4ff-cc71b10dcfb2 2018-09-02 01:01:03,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.035120010376s 2018-09-02 01:01:03,198 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/d8ab49a6-c219-474d-93d6-8af4ff252aa5 used request id req-9776dd4d-1162-4294-a4ff-cc71b10dcfb2 2018-09-02 01:01:03,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:01:03,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:01:03,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-585573dd-4c4b-4fb7-a9b9-b7a59e92f08b Content-Encoding: gzip Content-Length: 975 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": {"self": "http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a2dcebc070a34555a4b29f1a031cfb7c", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:01:03,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-585573dd-4c4b-4fb7-a9b9-b7a59e92f08b 2018-09-02 01:01:03,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189053058624s 2018-09-02 01:01:03,388 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-585573dd-4c4b-4fb7-a9b9-b7a59e92f08b 2018-09-02 01:01:03,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:01:03,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:01:03,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f6e409-1f58-455b-a56c-83b8d55fb94a Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"user": {"name": "neutron-tempest-plugin-api-user_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861", "links": {"self": "http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a2dcebc070a34555a4b29f1a031cfb7c", "description": null}} 2018-09-02 01:01:03,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c used request id req-c5f6e409-1f58-455b-a56c-83b8d55fb94a 2018-09-02 01:01:03,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.177496910095s 2018-09-02 01:01:03,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c used request id req-c5f6e409-1f58-455b-a56c-83b8d55fb94a 2018-09-02 01:01:03,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 01:01:03,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:01:03,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:01:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cadbe53-bf11-44d0-b5cc-8b754b2037c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:01:03,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c used request id req-7cadbe53-bf11-44d0-b5cc-8b754b2037c7 2018-09-02 01:01:03,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.243733882904s 2018-09-02 01:01:03,817 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/a2dcebc070a34555a4b29f1a031cfb7c used request id req-7cadbe53-bf11-44d0-b5cc-8b754b2037c7 2018-09-02 01:01:03,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:01:03,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:01:04,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4c9976-c21c-4828-b805-1979e4429c28 Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "links": {"self": "http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6"}, "tags": [], "enabled": true, "id": "e2675f5697894a2cb4a935877b9443d6", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_77c9ed74-1ac7-4b00-aeb5-bf4e7e440861"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 01:01:04,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-7c4c9976-c21c-4828-b805-1979e4429c28 2018-09-02 01:01:04,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188488006592s 2018-09-02 01:01:04,011 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-7c4c9976-c21c-4828-b805-1979e4429c28 2018-09-02 01:01:04,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 01:01:04,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f28327d74be1008c11eb7f3357eca92643a4a604" 2018-09-02 01:01:04,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d122883e-7769-4187-847a-4500ffaabf85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:01:04,251 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6 used request id req-d122883e-7769-4187-847a-4500ffaabf85 2018-09-02 01:01:04,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.235226869583s 2018-09-02 01:01:04,251 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/e2675f5697894a2cb4a935877b9443d6 used request id req-d122883e-7769-4187-847a-4500ffaabf85 2018-09-02 01:01:04,303 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:01:04,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:01:04,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:01:04,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:01:04,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:01:04,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:01:04,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:01:04,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75dd0b01-4d49-48fe-8dbf-41fd3c8d5214 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:01:04,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-75dd0b01-4d49-48fe-8dbf-41fd3c8d5214 2018-09-02 01:01:04,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:01:04,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["KISGiyiMQeuabpAtxPFylw"], "issued_at": "2018-09-02T01:01:04.000000Z"}} 2018-09-02 01:01:04,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:01:04,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:05,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-519c0d73-a6c2-45e7-adb7-130da6097e46 Date: Sun, 02 Sep 2018 01:01:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 01:01:05,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-519c0d73-a6c2-45e7-adb7-130da6097e46 2018-09-02 01:01:05,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257839202881s 2018-09-02 01:01:05,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-519c0d73-a6c2-45e7-adb7-130da6097e46 2018-09-02 01:01:05,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:01:05,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2323967-7800-4234-89cc-b496b2b9b72a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 01:01:05,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-c2323967-7800-4234-89cc-b496b2b9b72a 2018-09-02 01:01:05,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:01:05,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:05,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9729919b-061e-4021-961e-0b389aacfe68 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 01:01:05,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-9729919b-061e-4021-961e-0b389aacfe68 2018-09-02 01:01:05,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176245927811s 2018-09-02 01:01:05,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-9729919b-061e-4021-961e-0b389aacfe68 2018-09-02 01:01:05,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 01:01:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}}' 2018-09-02 01:01:05,408 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6769d6d8-7d29-4540-8825-1c4d965528aa Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227"}, "tags": [], "enabled": true, "id": "bdf0df70ff55456ba99a758baa6fa227", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}} 2018-09-02 01:01:05,409 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-6769d6d8-7d29-4540-8825-1c4d965528aa 2018-09-02 01:01:05,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.203732967377s 2018-09-02 01:01:05,409 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-6769d6d8-7d29-4540-8825-1c4d965528aa 2018-09-02 01:01:05,409 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'bdf0df70ff55456ba99a758baa6fa227', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107'}) 2018-09-02 01:01:05,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 01:01:05,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e382c64f-c9d7-4cb2-9201-0aabab05da93", "email": null, "name": "rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}}' 2018-09-02 01:01:05,865 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76613983-6c2b-432e-84c2-8c340ef1dc88 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": {"self": "http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ab1e5025c26d4530823a667c0e2e29b5", "domain_id": "default", "password_expires_at": null}} 2018-09-02 01:01:05,866 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-76613983-6c2b-432e-84c2-8c340ef1dc88 2018-09-02 01:01:05,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.45007109642s 2018-09-02 01:01:05,866 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-76613983-6c2b-432e-84c2-8c340ef1dc88 2018-09-02 01:01:05,867 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ab1e5025c26d4530823a667c0e2e29b5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107'}) 2018-09-02 01:01:05,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:01:05,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:06,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734d6206-f09a-4c21-94e8-feed16f4db5a Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:01:06,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-734d6206-f09a-4c21-94e8-feed16f4db5a 2018-09-02 01:01:06,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.167888879776s 2018-09-02 01:01:06,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-734d6206-f09a-4c21-94e8-feed16f4db5a 2018-09-02 01:01:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:01:06,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:06,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d3e9ed3-b72d-4f7d-9640-42a83efc11c6 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:01:06,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-2d3e9ed3-b72d-4f7d-9640-42a83efc11c6 2018-09-02 01:01:06,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176064014435s 2018-09-02 01:01:06,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-2d3e9ed3-b72d-4f7d-9640-42a83efc11c6 2018-09-02 01:01:06,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:01:06,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:06,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a808e0cd-cba3-44b6-bd84-642e809784cc Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:01:06,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a808e0cd-cba3-44b6-bd84-642e809784cc 2018-09-02 01:01:06,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101670026779s 2018-09-02 01:01:06,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a808e0cd-cba3-44b6-bd84-642e809784cc 2018-09-02 01:01:06,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:01:06,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:06,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dd891e9-cb38-4ff8-af84-291f52cd7d9d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:01:06,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5dd891e9-cb38-4ff8-af84-291f52cd7d9d 2018-09-02 01:01:06,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184615135193s 2018-09-02 01:01:06,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5dd891e9-cb38-4ff8-af84-291f52cd7d9d 2018-09-02 01:01:06,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:01:06,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:06,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048530d4-e06e-4db3-8724-124438ea1cac Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": {"self": "http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ab1e5025c26d4530823a667c0e2e29b5", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:01:06,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-048530d4-e06e-4db3-8724-124438ea1cac 2018-09-02 01:01:06,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117258071899s 2018-09-02 01:01:06,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-048530d4-e06e-4db3-8724-124438ea1cac 2018-09-02 01:01:06,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:01:06,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:06,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4855984-805e-4f1a-b5f0-f8d6170d9ff5 Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227"}, "tags": [], "enabled": true, "id": "bdf0df70ff55456ba99a758baa6fa227", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:01:06,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-c4855984-805e-4f1a-b5f0-f8d6170d9ff5 2018-09-02 01:01:06,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106935977936s 2018-09-02 01:01:06,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-c4855984-805e-4f1a-b5f0-f8d6170d9ff5 2018-09-02 01:01:06,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:01:06,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bdf0df70ff55456ba99a758baa6fa227" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:06,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f4e6f1-3cc1-46c2-ac15-1af0fb4ca292 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bdf0df70ff55456ba99a758baa6fa227", "previous": null, "next": null}} 2018-09-02 01:01:06,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bdf0df70ff55456ba99a758baa6fa227 used request id req-a9f4e6f1-3cc1-46c2-ac15-1af0fb4ca292 2018-09-02 01:01:06,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102113962173s 2018-09-02 01:01:06,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=bdf0df70ff55456ba99a758baa6fa227 used request id req-a9f4e6f1-3cc1-46c2-ac15-1af0fb4ca292 2018-09-02 01:01:06,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:01:06,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227/users/ab1e5025c26d4530823a667c0e2e29b5/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:07,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c8fc43-11b8-4b97-a180-88555199a15c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:01:07,001 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227/users/ab1e5025c26d4530823a667c0e2e29b5/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-98c8fc43-11b8-4b97-a180-88555199a15c 2018-09-02 01:01:07,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.130944013596s 2018-09-02 01:01:07,001 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227/users/ab1e5025c26d4530823a667c0e2e29b5/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-98c8fc43-11b8-4b97-a180-88555199a15c 2018-09-02 01:01:07,002 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'bdf0df70ff55456ba99a758baa6fa227', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e382c64f-c9d7-4cb2-9201-0aabab05da93', 'username': u'rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 01:01:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:01:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:01:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:01:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:01:07,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:01:07,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:01:07,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:01:07,007 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'password': 'e382c64f-c9d7-4cb2-9201-0aabab05da93', 'project_name': 'rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'bdf0df70ff55456ba99a758baa6fa227', 'project_domain_name': 'Default'} 2018-09-02 01:01:07,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:01:07,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:07,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6be9a3-1ca2-4450-9d25-fe1a70b3b7f7 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:01:07,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3c6be9a3-1ca2-4450-9d25-fe1a70b3b7f7 2018-09-02 01:01:07,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.172280073166s 2018-09-02 01:01:07,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3c6be9a3-1ca2-4450-9d25-fe1a70b3b7f7 2018-09-02 01:01:07,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:01:07,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:07,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53cbf875-18ff-4e14-a161-324ecec4d273 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:01:07,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-53cbf875-18ff-4e14-a161-324ecec4d273 2018-09-02 01:01:07,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111066102982s 2018-09-02 01:01:07,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-53cbf875-18ff-4e14-a161-324ecec4d273 2018-09-02 01:01:07,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:01:07,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:07,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7865afcd-38ac-4c30-8e94-86e4662c12d9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:01:07,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-7865afcd-38ac-4c30-8e94-86e4662c12d9 2018-09-02 01:01:07,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0956170558929s 2018-09-02 01:01:07,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-7865afcd-38ac-4c30-8e94-86e4662c12d9 2018-09-02 01:01:07,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:01:07,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:07,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f59e4af0-3170-4fe1-aae2-77d86dbc5ebd Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": {"self": "http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ab1e5025c26d4530823a667c0e2e29b5", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:01:07,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-f59e4af0-3170-4fe1-aae2-77d86dbc5ebd 2018-09-02 01:01:07,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11744093895s 2018-09-02 01:01:07,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-f59e4af0-3170-4fe1-aae2-77d86dbc5ebd 2018-09-02 01:01:07,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:01:07,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:07,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-667e60fc-2236-48cf-ade2-8dbc7438b2d5 Content-Encoding: gzip Content-Length: 532 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227"}, "tags": [], "enabled": true, "id": "bdf0df70ff55456ba99a758baa6fa227", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:01:07,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-667e60fc-2236-48cf-ade2-8dbc7438b2d5 2018-09-02 01:01:07,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.262992858887s 2018-09-02 01:01:07,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-667e60fc-2236-48cf-ade2-8dbc7438b2d5 2018-09-02 01:01:07,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:01:07,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bdf0df70ff55456ba99a758baa6fa227" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:07,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f9fc708-2d61-4f6b-a51b-2780efe57b98 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bdf0df70ff55456ba99a758baa6fa227", "previous": null, "next": null}} 2018-09-02 01:01:07,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bdf0df70ff55456ba99a758baa6fa227 used request id req-9f9fc708-2d61-4f6b-a51b-2780efe57b98 2018-09-02 01:01:07,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103637933731s 2018-09-02 01:01:07,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ab1e5025c26d4530823a667c0e2e29b5&role.id=527a26856ff64a55b36113867c009231&scope.project.id=bdf0df70ff55456ba99a758baa6fa227 used request id req-9f9fc708-2d61-4f6b-a51b-2780efe57b98 2018-09-02 01:01:07,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:01:07,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227/users/ab1e5025c26d4530823a667c0e2e29b5/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:01:08,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:01:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e90490f4-1599-4251-b4af-391f06820d6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:01:08,039 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227/users/ab1e5025c26d4530823a667c0e2e29b5/roles/527a26856ff64a55b36113867c009231 used request id req-e90490f4-1599-4251-b4af-391f06820d6f 2018-09-02 01:01:08,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.128252983093s 2018-09-02 01:01:08,039 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227/users/ab1e5025c26d4530823a667c0e2e29b5/roles/527a26856ff64a55b36113867c009231 used request id req-e90490f4-1599-4251-b4af-391f06820d6f 2018-09-02 01:01:08,040 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-09-02 01:01:12,217 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-09-02 01:01:12,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:01:12,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bccf579a-6d60-4e59-bdae-ff05e1434f93 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:01:12,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-bccf579a-6d60-4e59-bdae-ff05e1434f93 2018-09-02 01:01:12,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:01:12,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdf0df70ff55456ba99a758baa6fa227", "name": "rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/bdf0df70ff55456ba99a758baa6fa227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/bdf0df70ff55456ba99a758baa6fa227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/bdf0df70ff55456ba99a758baa6fa227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bdf0df70ff55456ba99a758baa6fa227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/bdf0df70ff55456ba99a758baa6fa227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/bdf0df70ff55456ba99a758baa6fa227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/bdf0df70ff55456ba99a758baa6fa227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/bdf0df70ff55456ba99a758baa6fa227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/bdf0df70ff55456ba99a758baa6fa227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_bdf0df70ff55456ba99a758baa6fa227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_bdf0df70ff55456ba99a758baa6fa227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/bdf0df70ff55456ba99a758baa6fa227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/bdf0df70ff55456ba99a758baa6fa227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/bdf0df70ff55456ba99a758baa6fa227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "id": "ab1e5025c26d4530823a667c0e2e29b5"}, "audit_ids": ["wM2_-aIITzaH0rax40R-qQ"], "issued_at": "2018-09-02T01:01:12.000000Z"}} 2018-09-02 01:01:12,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 01:01:12,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" -d '{"network": {"shared": true, "name": "rally_sanity-net_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "admin_state_up": true}}' 2018-09-02 01:01:13,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-f3fc22c5-8f06-4637-a7ef-c62343dc0530 Date: Sun, 02 Sep 2018 01:01:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1436fb17-dde1-451e-9d26-c3226031844f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":true,"project_id":"bdf0df70ff55456ba99a758baa6fa227","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:01:13Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_6cfe498f-bd6a-4098-b2e6-c2ee51a54107","admin_state_up":true,"tenant_id":"bdf0df70ff55456ba99a758baa6fa227","created_at":"2018-09-02T01:01:13Z","mtu":1450}} 2018-09-02 01:01:13,174 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f3fc22c5-8f06-4637-a7ef-c62343dc0530 2018-09-02 01:01:13,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.559837818146s 2018-09-02 01:01:13,174 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f3fc22c5-8f06-4637-a7ef-c62343dc0530 2018-09-02 01:01:13,174 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T01:01:13Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1436fb17-dde1-451e-9d26-c3226031844f', u'provider:segmentation_id': 26, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', u'created_at': u'2018-09-02T01:01:13Z', u'mtu': 1450, u'tenant_id': u'bdf0df70ff55456ba99a758baa6fa227', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'bdf0df70ff55456ba99a758baa6fa227', u'l2_adjacency': True}) 2018-09-02 01:01:13,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:01:13,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:01:13,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1430 X-Openstack-Request-Id: req-aa2579ab-325e-40d6-9fc0-3fb3d1b0659d Date: Sun, 02 Sep 2018 01:01:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1436fb17-dde1-451e-9d26-c3226031844f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":true,"project_id":"bdf0df70ff55456ba99a758baa6fa227","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:01:13Z","qos_policy_id":null,"name":"rally_sanity-net_6cfe498f-bd6a-4098-b2e6-c2ee51a54107","admin_state_up":true,"tenant_id":"bdf0df70ff55456ba99a758baa6fa227","created_at":"2018-09-02T01:01:13Z","provider:network_type":"vxlan"}]} 2018-09-02 01:01:13,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-aa2579ab-325e-40d6-9fc0-3fb3d1b0659d 2018-09-02 01:01:13,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100170135498s 2018-09-02 01:01:13,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-aa2579ab-325e-40d6-9fc0-3fb3d1b0659d 2018-09-02 01:01:13,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 01:01:13,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" -d '{"subnet": {"name": "rally_sanity-subnet_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "enable_dhcp": true, "network_id": "1436fb17-dde1-451e-9d26-c3226031844f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 01:01:13,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-172785aa-ed9f-43f5-be6a-27b2d67f70f1 Date: Sun, 02 Sep 2018 01:01:13 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T01:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"aea20eb8-79c8-45af-86a1-dfebb3b5e1b8","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"bdf0df70ff55456ba99a758baa6fa227","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_6cfe498f-bd6a-4098-b2e6-c2ee51a54107","enable_dhcp":true,"segment_id":null,"network_id":"1436fb17-dde1-451e-9d26-c3226031844f","tenant_id":"bdf0df70ff55456ba99a758baa6fa227","created_at":"2018-09-02T01:01:13Z","ip_version":4}} 2018-09-02 01:01:13,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-172785aa-ed9f-43f5-be6a-27b2d67f70f1 2018-09-02 01:01:13,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.650907993317s 2018-09-02 01:01:13,929 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-172785aa-ed9f-43f5-be6a-27b2d67f70f1 2018-09-02 01:01:13,929 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:01:13Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'aea20eb8-79c8-45af-86a1-dfebb3b5e1b8', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'1436fb17-dde1-451e-9d26-c3226031844f', u'tenant_id': u'bdf0df70ff55456ba99a758baa6fa227', u'created_at': u'2018-09-02T01:01:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bdf0df70ff55456ba99a758baa6fa227'}) 2018-09-02 01:01:13,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 01:01:13,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "rally_sanity-router_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "admin_state_up": true}}' 2018-09-02 01:01:15,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-9af08658-62e8-4d73-b4dd-c99aa0a8c19e Date: Sun, 02 Sep 2018 01:01:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "created_at": "2018-09-02T01:01:13Z", "admin_state_up": true, "updated_at": "2018-09-02T01:01:14Z", "project_id": "bdf0df70ff55456ba99a758baa6fa227", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "16ca2c73-569a-4fed-b1d9-33fbd4367297", "name": "rally_sanity-router_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}} 2018-09-02 01:01:15,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-9af08658-62e8-4d73-b4dd-c99aa0a8c19e 2018-09-02 01:01:15,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53916811943s 2018-09-02 01:01:15,469 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-9af08658-62e8-4d73-b4dd-c99aa0a8c19e 2018-09-02 01:01:15,470 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:01:14Z', u'revision_number': 2, u'ha': False, u'id': u'16ca2c73-569a-4fed-b1d9-33fbd4367297', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', u'admin_state_up': True, u'tenant_id': u'bdf0df70ff55456ba99a758baa6fa227', u'created_at': u'2018-09-02T01:01:13Z', u'flavor_id': None, u'routes': [], u'project_id': u'bdf0df70ff55456ba99a758baa6fa227'}) 2018-09-02 01:01:15,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 01:01:15,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" -d '{"subnet_id": "aea20eb8-79c8-45af-86a1-dfebb3b5e1b8"}' 2018-09-02 01:01:17,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-271106d3-ca20-4510-9c50-d70bcbf08055 Date: Sun, 02 Sep 2018 01:01:17 GMT RESP BODY: {"network_id": "1436fb17-dde1-451e-9d26-c3226031844f", "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "subnet_id": "aea20eb8-79c8-45af-86a1-dfebb3b5e1b8", "subnet_ids": ["aea20eb8-79c8-45af-86a1-dfebb3b5e1b8"], "port_id": "ab0e4aaa-1371-4ff2-9042-b131aa13b592", "id": "16ca2c73-569a-4fed-b1d9-33fbd4367297"} 2018-09-02 01:01:17,902 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297/add_router_interface.json used request id req-271106d3-ca20-4510-9c50-d70bcbf08055 2018-09-02 01:01:17,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.43202090263s 2018-09-02 01:01:17,903 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297/add_router_interface.json used request id req-271106d3-ca20-4510-9c50-d70bcbf08055 returning object 16ca2c73-569a-4fed-b1d9-33fbd4367297 2018-09-02 01:01:17,903 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 01:01:18,030 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 01:01:18,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:01:18,035 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 01:01:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 01:01:18,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:01:18,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:01:18,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-61f79f6e-df74-4e5d-a826-757487d3eedb Date: Sun, 02 Sep 2018 01:01:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:01:18,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-61f79f6e-df74-4e5d-a826-757487d3eedb 2018-09-02 01:01:18,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.27285695076s 2018-09-02 01:01:18,310 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-61f79f6e-df74-4e5d-a826-757487d3eedb 2018-09-02 01:01:18,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 01:01:18,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}' 2018-09-02 01:01:18,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7f96d5c6-d0a1-4b31-a21a-de8cd1b7e512 Date: Sun, 02 Sep 2018 01:01:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:01:18Z", "file": "/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac/file", "owner": "bdf0df70ff55456ba99a758baa6fa227", "id": "26a847d1-3638-40a0-8f8d-3a764b288aac", "size": null, "self": "/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "checksum": null, "created_at": "2018-09-02T01:01:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 01:01:18,379 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-7f96d5c6-d0a1-4b31-a21a-de8cd1b7e512 2018-09-02 01:01:18,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0614960193634s 2018-09-02 01:01:18,380 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-7f96d5c6-d0a1-4b31-a21a-de8cd1b7e512 returning object 26a847d1-3638-40a0-8f8d-3a764b288aac 2018-09-02 01:01:18,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 01:01:18,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" -d '' 2018-09-02 01:01:18,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5c261d3-e344-499e-a173-572f6a56a6d1 Date: Sun, 02 Sep 2018 01:01:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:01:18,812 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac/file used request id req-c5c261d3-e344-499e-a173-572f6a56a6d1 2018-09-02 01:01:18,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.432087182999s 2018-09-02 01:01:18,813 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac/file used request id req-c5c261d3-e344-499e-a173-572f6a56a6d1 2018-09-02 01:01:18,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:01:18,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:01:18,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-9c029e45-5163-4f33-80cd-a115df0149db Date: Sun, 02 Sep 2018 01:01:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:01:18Z", "file": "/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac/file", "owner": "bdf0df70ff55456ba99a758baa6fa227", "id": "26a847d1-3638-40a0-8f8d-3a764b288aac", "size": 12716032, "self": "/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/26a847d1-3638-40a0-8f8d-3a764b288aac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/26a847d1-3638-40a0-8f8d-3a764b288aac/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:01:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:01:18,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9c029e45-5163-4f33-80cd-a115df0149db 2018-09-02 01:01:18,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0274388790131s 2018-09-02 01:01:18,845 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9c029e45-5163-4f33-80cd-a115df0149db 2018-09-02 01:01:18,848 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/26a847d1-3638-40a0-8f8d-3a764b288aac/snap', u'metadata': Munch({})})], 'file': u'/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac/file', 'owner': u'bdf0df70ff55456ba99a758baa6fa227', 'id': u'26a847d1-3638-40a0-8f8d-3a764b288aac', 'size': 12716032, u'self': u'/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bdf0df70ff55456ba99a758baa6fa227', 'name': 'rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/26a847d1-3638-40a0-8f8d-3a764b288aac/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T01:01:18Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T01:01:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'created': u'2018-09-02T01:01:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T01:01:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 01:01:18,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:01:18,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 01:01:19,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2b54334-1b71-40fc-8ba0-2add693643a1 x-compute-request-id: req-d2b54334-1b71-40fc-8ba0-2add693643a1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "988edce7-b54e-4ea2-b240-7cf527d8c7bd"}} 2018-09-02 01:01:19,178 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-d2b54334-1b71-40fc-8ba0-2add693643a1 2018-09-02 01:01:19,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.329931974411s 2018-09-02 01:01:19,179 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-d2b54334-1b71-40fc-8ba0-2add693643a1 2018-09-02 01:01:19,180 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'988edce7-b54e-4ea2-b240-7cf527d8c7bd', 'swap': 0}) 2018-09-02 01:01:19,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:01:19,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" -d '{"extra_specs": {}}' 2018-09-02 01:01:19,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-affec48d-822d-4125-8e23-5b12a8676f75 x-compute-request-id: req-affec48d-822d-4125-8e23-5b12a8676f75 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:01:19,202 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd/os-extra_specs used request id req-affec48d-822d-4125-8e23-5b12a8676f75 2018-09-02 01:01:19,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217709541321s 2018-09-02 01:01:19,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd/os-extra_specs used request id req-affec48d-822d-4125-8e23-5b12a8676f75 2018-09-02 01:01:19,203 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 01:01:22,064 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 01:01:24,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 8f5efe3c-c89d-43f2-b1ff-5ed50becc14a | 2018-09-02T01:01:24.504516 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 8f5efe3c-c89d-43f2-b1ff-5ed50becc14a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 01:01:28,536 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 01:01:28,536 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-09-02 01:01:28,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 01:01:28,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:01:28,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c360ddb-e5fe-4ac1-b3e6-9c8d3c9bb0b6 x-compute-request-id: req-7c360ddb-e5fe-4ac1-b3e6-9c8d3c9bb0b6 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 18}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-02 01:01:28,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-7c360ddb-e5fe-4ac1-b3e6-9c8d3c9bb0b6 2018-09-02 01:01:28,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.413373947144s 2018-09-02 01:01:28,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-7c360ddb-e5fe-4ac1-b3e6-9c8d3c9bb0b6 2018-09-02 01:01:28,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:01:28,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 01:01:28,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e177aba-b0c4-4aa3-a918-9f613c62201d x-compute-request-id: req-2e177aba-b0c4-4aa3-a918-9f613c62201d Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2e103933-0a69-4536-83d3-f1109b8cdbb0"}} 2018-09-02 01:01:28,982 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-2e177aba-b0c4-4aa3-a918-9f613c62201d 2018-09-02 01:01:28,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0294818878174s 2018-09-02 01:01:28,982 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-2e177aba-b0c4-4aa3-a918-9f613c62201d 2018-09-02 01:01:28,983 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'2e103933-0a69-4536-83d3-f1109b8cdbb0', 'swap': 0}) 2018-09-02 01:01:28,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:01:28,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" -d '{"extra_specs": {}}' 2018-09-02 01:01:29,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd33209e-d1f1-4001-ba5b-0d210147da02 x-compute-request-id: req-dd33209e-d1f1-4001-ba5b-0d210147da02 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:01:29,003 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0/os-extra_specs used request id req-dd33209e-d1f1-4001-ba5b-0d210147da02 2018-09-02 01:01:29,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0192029476166s 2018-09-02 01:01:29,003 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0/os-extra_specs used request id req-dd33209e-d1f1-4001-ba5b-0d210147da02 2018-09-02 01:01:29,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'2e103933-0a69-4536-83d3-f1109b8cdbb0', 'swap': 0}) 2018-09-02 01:01:29,004 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-09-02 01:01:29,004 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-09-02 01:01:29,006 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:01:29,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:01:29,019 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:02:42,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 2018-09-02 01:02:42,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-09-02 01:02:42,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7e67c8ac-f08d-4ae7-9773-b05a8f1c8595'] 2018-09-02 01:02:43,720 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 -------------------------------------------------------------------------------- Task 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | total | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> duration | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.556137 Full duration: 8.855991 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 0.532 | 100.0% | 1 | | total | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> duration | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.985375 Full duration: 9.32659 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.754748 Full duration: 9.194085 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 1.526 | 1.526 | 1.526 | 1.526 | 1.526 | 1.526 | 100.0% | 1 | | total | 1.958 | 1.958 | 1.958 | 1.958 | 1.958 | 1.958 | 100.0% | 1 | | -> duration | 1.958 | 1.958 | 1.958 | 1.958 | 1.958 | 1.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.958105 Full duration: 9.948575 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | -> duration | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 1.097 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.09703 Full duration: 9.697212 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74119 Full duration: 8.720064 HINTS: * To plot HTML graphics with this data, run: rally task report 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 --out output.html * To generate a JUnit report, run: rally task export 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 --json --out output.json 2018-09-02 01:02:43,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7e67c8ac-f08d-4ae7-9773-b05a8f1c8595', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-09-02 01:02:46,238 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-09-02 01:02:46.139 766 INFO rally.api [-] Building 'json' report for the following task(s): '7e67c8ac-f08d-4ae7-9773-b05a8f1c8595'. 2018-09-02 01:02:46.144 766 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:02:46,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7e67c8ac-f08d-4ae7-9773-b05a8f1c8595', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-09-02 01:02:48,827 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7e67c8ac-f08d-4ae7-9773-b05a8f1c8595 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-09-02 01:02:48.712 769 INFO rally.api [-] Building 'html' report for the following task(s): '7e67c8ac-f08d-4ae7-9773-b05a8f1c8595'. 2018-09-02 01:02:48.733 769 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:02:48,835 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-09-02 01:02:48,835 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-09-02 01:02:48,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-09-02 01:02:48,836 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:02:48,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:02:48,848 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:04:23,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4111cebf-5967-49ca-9484-bf0f93f5f0de 2018-09-02 01:04:23,107 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4111cebf-5967-49ca-9484-bf0f93f5f0de'] 2018-09-02 01:04:24,084 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4111cebf-5967-49ca-9484-bf0f93f5f0de -------------------------------------------------------------------------------- Task 4111cebf-5967-49ca-9484-bf0f93f5f0de: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4111cebf-5967-49ca-9484-bf0f93f5f0de has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.412 | 0.412 | 0.412 | 0.412 | 0.412 | 0.412 | 100.0% | 1 | | glance_v2.delete_image | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | total | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 100.0% | 1 | | -> duration | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 3.985 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.985475 Full duration: 13.811826 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4111cebf-5967-49ca-9484-bf0f93f5f0de has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.345 | 3.345 | 3.345 | 3.345 | 3.345 | 3.345 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 0.954 | 100.0% | 1 | | glance_v2.list_images | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | total | 3.395 | 3.395 | 3.395 | 3.395 | 3.395 | 3.395 | 100.0% | 1 | | -> duration | 3.395 | 3.395 | 3.395 | 3.395 | 3.395 | 3.395 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.395375 Full duration: 15.69617 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4111cebf-5967-49ca-9484-bf0f93f5f0de has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | -> duration | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.307153 Full duration: 9.211403 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "1436fb17-dde1-451e-9d26-c3226031844f" } ], "flavor": { "name": "rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4111cebf-5967-49ca-9484-bf0f93f5f0de has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | nova.boot_servers | 12.924 | 12.924 | 12.924 | 12.924 | 12.924 | 12.924 | 100.0% | 1 | | total | 16.341 | 16.341 | 16.341 | 16.341 | 16.341 | 16.341 | 100.0% | 1 | | -> duration | 15.341 | 15.341 | 15.341 | 15.341 | 15.341 | 15.341 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.341111 Full duration: 37.400891 HINTS: * To plot HTML graphics with this data, run: rally task report 4111cebf-5967-49ca-9484-bf0f93f5f0de --out output.html * To generate a JUnit report, run: rally task export 4111cebf-5967-49ca-9484-bf0f93f5f0de --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4111cebf-5967-49ca-9484-bf0f93f5f0de --json --out output.json 2018-09-02 01:04:24,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4111cebf-5967-49ca-9484-bf0f93f5f0de', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-09-02 01:04:26,662 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4111cebf-5967-49ca-9484-bf0f93f5f0de --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-09-02 01:04:26.563 1322 INFO rally.api [-] Building 'json' report for the following task(s): '4111cebf-5967-49ca-9484-bf0f93f5f0de'. 2018-09-02 01:04:26.568 1322 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:04:26,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4111cebf-5967-49ca-9484-bf0f93f5f0de', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-09-02 01:04:29,270 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4111cebf-5967-49ca-9484-bf0f93f5f0de --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-09-02 01:04:29.155 1325 INFO rally.api [-] Building 'html' report for the following task(s): '4111cebf-5967-49ca-9484-bf0f93f5f0de'. 2018-09-02 01:04:29.175 1325 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:04:29,276 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-09-02 01:04:29,276 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-09-02 01:04:29,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-09-02 01:04:29,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:04:29,288 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:04:29,289 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:07:50,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 03fb7356-7501-47da-aff8-7bf73b8bbc86 2018-09-02 01:07:50,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '03fb7356-7501-47da-aff8-7bf73b8bbc86'] 2018-09-02 01:07:51,720 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 03fb7356-7501-47da-aff8-7bf73b8bbc86 -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.299 | 3.299 | 3.299 | 3.299 | 3.299 | 3.299 | 100.0% | 1 | | cinder_v2.delete_snapshot | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 3.888 | 3.888 | 3.888 | 3.888 | 3.888 | 3.888 | 100.0% | 1 | | -> duration | 3.888 | 3.888 | 3.888 | 3.888 | 3.888 | 3.888 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.887927 Full duration: 22.046908 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.513 | 3.513 | 3.513 | 3.513 | 3.513 | 3.513 | 100.0% | 1 | | cinder_v2.delete_volume | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | total | 4.022 | 4.022 | 4.022 | 4.022 | 4.022 | 4.022 | 100.0% | 1 | | -> duration | 4.022 | 4.022 | 4.022 | 4.022 | 4.022 | 4.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.022485 Full duration: 15.893648 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.83 | 3.83 | 3.83 | 3.83 | 3.83 | 3.83 | 100.0% | 1 | | cinder_v2.delete_volume | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 0.485 | 100.0% | 1 | | total | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 100.0% | 1 | | -> duration | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 4.316 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.315654 Full duration: 17.100671 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 100.0% | 1 | | cinder_v2.delete_volume | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | total | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 100.0% | 1 | | -> duration | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 4.012 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.012421 Full duration: 15.613517 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.502 | 3.502 | 3.502 | 3.502 | 3.502 | 3.502 | 100.0% | 1 | | cinder_v2.extend_volume | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 0.384 | 100.0% | 1 | | cinder_v2.delete_volume | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | total | 4.463 | 4.463 | 4.463 | 4.463 | 4.463 | 4.463 | 100.0% | 1 | | -> duration | 4.463 | 4.463 | 4.463 | 4.463 | 4.463 | 4.463 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.46317 Full duration: 16.150304 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.464 | 3.464 | 3.464 | 3.464 | 3.464 | 3.464 | 100.0% | 1 | | cinder_v2.delete_volume | 2.894 | 2.894 | 2.894 | 2.894 | 2.894 | 2.894 | 100.0% | 1 | | total | 6.359 | 6.359 | 6.359 | 6.359 | 6.359 | 6.359 | 100.0% | 1 | | -> duration | 6.359 | 6.359 | 6.359 | 6.359 | 6.359 | 6.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.358662 Full duration: 24.575748 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | cinder_v2.list_qos | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> duration | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 1.06 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.0597 Full duration: 14.725644 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | cinder_v2.set_qos | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> duration | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.961637 Full duration: 14.686527 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | cinder_v2.list_types | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | -> duration | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.978598 Full duration: 14.670286 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 03fb7356-7501-47da-aff8-7bf73b8bbc86 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 0.302 | 100.0% | 1 | | total | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | -> duration | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.1145 Full duration: 14.697927 HINTS: * To plot HTML graphics with this data, run: rally task report 03fb7356-7501-47da-aff8-7bf73b8bbc86 --out output.html * To generate a JUnit report, run: rally task export 03fb7356-7501-47da-aff8-7bf73b8bbc86 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 03fb7356-7501-47da-aff8-7bf73b8bbc86 --json --out output.json 2018-09-02 01:07:51,721 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '03fb7356-7501-47da-aff8-7bf73b8bbc86', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-09-02 01:07:54,330 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 03fb7356-7501-47da-aff8-7bf73b8bbc86 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-09-02 01:07:54.227 3114 INFO rally.api [-] Building 'json' report for the following task(s): '03fb7356-7501-47da-aff8-7bf73b8bbc86'. 2018-09-02 01:07:54.236 3114 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:07:54,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '03fb7356-7501-47da-aff8-7bf73b8bbc86', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-09-02 01:07:56,859 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 03fb7356-7501-47da-aff8-7bf73b8bbc86 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-09-02 01:07:56.737 3117 INFO rally.api [-] Building 'html' report for the following task(s): '03fb7356-7501-47da-aff8-7bf73b8bbc86'. 2018-09-02 01:07:56.763 3117 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:07:56,873 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-09-02 01:07:56,873 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-09-02 01:07:56,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-09-02 01:07:56,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:07:56,885 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:07:56,886 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:10:08,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 2018-09-02 01:10:08,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '83a5f2d4-7d1d-4d2c-94c7-f1307382df38'] 2018-09-02 01:10:09,980 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | total | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> duration | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831992 Full duration: 8.985329 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693633 Full duration: 8.770467 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.663779 Full duration: 8.736356 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | total | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | -> duration | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.986047 Full duration: 9.63116 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | total | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> duration | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.857788 Full duration: 9.173591 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> duration | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.042507 Full duration: 9.617088 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733574 Full duration: 8.848219 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 0.347 | 100.0% | 1 | | total | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 100.0% | 1 | | -> duration | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 1.533 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.533479 Full duration: 10.592988 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | total | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> duration | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 0.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.660878 Full duration: 8.858071 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 0.941 | 100.0% | 1 | | gnocchi.delete_metric | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 0.274 | 100.0% | 1 | | total | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> duration | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.215708 Full duration: 9.911237 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | gnocchi.delete_resource | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 100.0% | 1 | | -> duration | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 1.053 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.052609 Full duration: 9.810354 HINTS: * To plot HTML graphics with this data, run: rally task report 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 --out output.html * To generate a JUnit report, run: rally task export 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 --json --out output.json 2018-09-02 01:10:09,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '83a5f2d4-7d1d-4d2c-94c7-f1307382df38', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-09-02 01:10:12,552 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-09-02 01:10:12.448 4252 INFO rally.api [-] Building 'json' report for the following task(s): '83a5f2d4-7d1d-4d2c-94c7-f1307382df38'. 2018-09-02 01:10:12.456 4252 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:10:12,553 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '83a5f2d4-7d1d-4d2c-94c7-f1307382df38', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-09-02 01:10:15,266 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 83a5f2d4-7d1d-4d2c-94c7-f1307382df38 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-09-02 01:10:15.142 4255 INFO rally.api [-] Building 'html' report for the following task(s): '83a5f2d4-7d1d-4d2c-94c7-f1307382df38'. 2018-09-02 01:10:15.169 4255 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:10:15,278 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-09-02 01:10:15,278 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-09-02 01:10:15,279 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-09-02 01:10:15,279 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:10:15,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:10:15,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:12:21,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d21a3777-0d37-45d3-a331-eb9eae843f2c 2018-09-02 01:12:21,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd21a3777-0d37-45d3-a331-eb9eae843f2c'] 2018-09-02 01:12:22,833 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d21a3777-0d37-45d3-a331-eb9eae843f2c -------------------------------------------------------------------------------- Task d21a3777-0d37-45d3-a331-eb9eae843f2c: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d21a3777-0d37-45d3-a331-eb9eae843f2c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 7.982 | 7.982 | 7.982 | 7.982 | 7.982 | 7.982 | 100.0% | 1 | | heat.update_stack | 3.727 | 3.727 | 3.727 | 3.727 | 3.727 | 3.727 | 100.0% | 1 | | heat.delete_stack | 3.265 | 3.265 | 3.265 | 3.265 | 3.265 | 3.265 | 100.0% | 1 | | total | 14.974 | 14.974 | 14.974 | 14.974 | 14.974 | 14.974 | 100.0% | 1 | | -> duration | 10.974 | 10.974 | 10.974 | 10.974 | 10.974 | 10.974 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.974432 Full duration: 29.20281 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d21a3777-0d37-45d3-a331-eb9eae843f2c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.854 | 5.854 | 5.854 | 5.854 | 5.854 | 5.854 | 100.0% | 1 | | heat.check_stack | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | heat.delete_stack | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 1.789 | 100.0% | 1 | | total | 8.491 | 8.491 | 8.491 | 8.491 | 8.491 | 8.491 | 100.0% | 1 | | -> duration | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 6.491 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.490879 Full duration: 22.487301 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d21a3777-0d37-45d3-a331-eb9eae843f2c has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.341 | 5.341 | 5.341 | 5.341 | 5.341 | 5.341 | 100.0% | 1 | | heat.suspend_stack | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 1.16 | 100.0% | 1 | | heat.resume_stack | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 1.44 | 100.0% | 1 | | heat.delete_stack | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 2.525 | 100.0% | 1 | | total | 10.466 | 10.466 | 10.466 | 10.466 | 10.466 | 10.466 | 100.0% | 1 | | -> duration | 8.466 | 8.466 | 8.466 | 8.466 | 8.466 | 8.466 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.465942 Full duration: 24.957535 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d21a3777-0d37-45d3-a331-eb9eae843f2c has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> duration | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694528 Full duration: 14.191623 HINTS: * To plot HTML graphics with this data, run: rally task report d21a3777-0d37-45d3-a331-eb9eae843f2c --out output.html * To generate a JUnit report, run: rally task export d21a3777-0d37-45d3-a331-eb9eae843f2c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d21a3777-0d37-45d3-a331-eb9eae843f2c --json --out output.json 2018-09-02 01:12:22,834 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd21a3777-0d37-45d3-a331-eb9eae843f2c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-09-02 01:12:25,329 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d21a3777-0d37-45d3-a331-eb9eae843f2c --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-09-02 01:12:25.228 5168 INFO rally.api [-] Building 'json' report for the following task(s): 'd21a3777-0d37-45d3-a331-eb9eae843f2c'. 2018-09-02 01:12:25.233 5168 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:12:25,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd21a3777-0d37-45d3-a331-eb9eae843f2c', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-09-02 01:12:27,922 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d21a3777-0d37-45d3-a331-eb9eae843f2c --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-09-02 01:12:27.806 5171 INFO rally.api [-] Building 'html' report for the following task(s): 'd21a3777-0d37-45d3-a331-eb9eae843f2c'. 2018-09-02 01:12:27.827 5171 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:12:27,926 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-09-02 01:12:27,926 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-09-02 01:12:27,926 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-09-02 01:12:27,927 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:12:27,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:12:27,934 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:16:16,296 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b45f8f4d-31c4-45ec-bc0a-452c94363534 2018-09-02 01:16:16,296 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b45f8f4d-31c4-45ec-bc0a-452c94363534'] 2018-09-02 01:16:17,361 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b45f8f4d-31c4-45ec-bc0a-452c94363534 -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | keystone_v3.add_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | keystone_v3.revoke_role | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | total | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> duration | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.913321 Full duration: 17.978998 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | total | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> duration | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.942679 Full duration: 17.599015 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | keystone_v3.list_projects | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 100.0% | 1 | | -> duration | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.171081 Full duration: 18.029469 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | keystone_v3.delete_role | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> duration | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 0.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874945 Full duration: 15.181133 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | keystone_v3.delete_service | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.886476 Full duration: 15.631528 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | keystone_v3.create_user | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | -> keystone_v3.add_role | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | keystone_v3.create_role | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | keystone_v3.get_project | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 0.269 | 100.0% | 1 | | keystone_v3.get_user | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | keystone_v3.get_role | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | keystone_v3.list_services | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 0.135 | 100.0% | 1 | | keystone_v3.get_services | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 100.0% | 1 | | -> duration | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 2.596 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.596135 Full duration: 23.779656 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | keystone_v3.update_project | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | keystone_v3.delete_project | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 100.0% | 1 | | -> duration | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.455632 Full duration: 15.655522 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 0.973 | 100.0% | 1 | | total | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> duration | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.123552 Full duration: 17.374303 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 1.009 | 100.0% | 1 | | total | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | -> duration | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.009706 Full duration: 17.535042 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | keystone_v3.list_users | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 0.191 | 100.0% | 1 | | total | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | -> duration | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.271287 Full duration: 18.244001 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b45f8f4d-31c4-45ec-bc0a-452c94363534 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 0.965 | 100.0% | 1 | | keystone_v3.create_users | 6.387 | 6.387 | 6.387 | 6.387 | 6.387 | 6.387 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.386 | 6.386 | 6.386 | 6.386 | 6.386 | 6.386 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 1.592 | 100.0% | 1 | | total | 8.627 | 8.627 | 8.627 | 8.627 | 8.627 | 8.627 | 100.0% | 1 | | -> duration | 8.627 | 8.627 | 8.627 | 8.627 | 8.627 | 8.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.627097 Full duration: 30.036082 HINTS: * To plot HTML graphics with this data, run: rally task report b45f8f4d-31c4-45ec-bc0a-452c94363534 --out output.html * To generate a JUnit report, run: rally task export b45f8f4d-31c4-45ec-bc0a-452c94363534 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b45f8f4d-31c4-45ec-bc0a-452c94363534 --json --out output.json 2018-09-02 01:16:17,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b45f8f4d-31c4-45ec-bc0a-452c94363534', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-09-02 01:16:20,079 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b45f8f4d-31c4-45ec-bc0a-452c94363534 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-09-02 01:16:19.963 7086 INFO rally.api [-] Building 'json' report for the following task(s): 'b45f8f4d-31c4-45ec-bc0a-452c94363534'. 2018-09-02 01:16:19.974 7086 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:16:20,079 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b45f8f4d-31c4-45ec-bc0a-452c94363534', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-09-02 01:16:22,668 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b45f8f4d-31c4-45ec-bc0a-452c94363534 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-09-02 01:16:22.541 7089 INFO rally.api [-] Building 'html' report for the following task(s): 'b45f8f4d-31c4-45ec-bc0a-452c94363534'. 2018-09-02 01:16:22.570 7089 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:16:22,684 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-09-02 01:16:22,684 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-09-02 01:16:22,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-09-02 01:16:22,685 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:16:22,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:16:22,698 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:22:10,364 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7750928a-b1cb-4ed9-81c9-02bdb6d3439a 2018-09-02 01:22:10,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7750928a-b1cb-4ed9-81c9-02bdb6d3439a'] 2018-09-02 01:22:11,325 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7750928a-b1cb-4ed9-81c9-02bdb6d3439a -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | neutron.delete_network | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | total | 1.645 | 1.645 | 1.645 | 1.645 | 1.645 | 1.645 | 100.0% | 1 | | -> duration | 1.645 | 1.645 | 1.645 | 1.645 | 1.645 | 1.645 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.644894 Full duration: 17.15933 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 1.773 | 100.0% | 1 | | neutron.delete_port | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | total | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 100.0% | 1 | | -> duration | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 2.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.403076 Full duration: 31.482246 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | neutron.create_subnet | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 0.796 | 100.0% | 1 | | neutron.create_router | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | neutron.add_interface_router | 2.04 | 2.04 | 2.04 | 2.04 | 2.04 | 2.04 | 100.0% | 1 | | neutron.remove_interface_router | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 2.199 | 100.0% | 1 | | neutron.delete_router | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | total | 6.635 | 6.635 | 6.635 | 6.635 | 6.635 | 6.635 | 100.0% | 1 | | -> duration | 6.635 | 6.635 | 6.635 | 6.635 | 6.635 | 6.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.634547 Full duration: 39.364793 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 1.566 | 100.0% | 1 | | neutron.delete_subnet | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | total | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 100.0% | 1 | | -> duration | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.192144 Full duration: 30.420514 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | neutron.list_networks | 0.446 | 0.446 | 0.446 | 0.446 | 0.446 | 0.446 | 100.0% | 1 | | total | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | -> duration | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.40338 Full duration: 19.518825 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 100.0% | 1 | | neutron.list_ports | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 100.0% | 1 | | -> duration | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 1.84 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.840051 Full duration: 32.867094 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.create_subnet | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 1.154 | 100.0% | 1 | | neutron.create_router | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | neutron.add_interface_router | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 2.445 | 100.0% | 1 | | neutron.list_routers | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 0.159 | 100.0% | 1 | | total | 4.784 | 4.784 | 4.784 | 4.784 | 4.784 | 4.784 | 100.0% | 1 | | -> duration | 4.784 | 4.784 | 4.784 | 4.784 | 4.784 | 4.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.784381 Full duration: 44.819625 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | neutron.create_subnet | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | neutron.list_subnets | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | total | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | -> duration | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.61518 Full duration: 35.094724 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | neutron.delete_security_group | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | total | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | -> duration | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 0.99 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.989954 Full duration: 16.932669 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | neutron.create_security_group_rule | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | neutron.delete_security_group | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | -> duration | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.255642 Full duration: 17.160986 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7750928a-b1cb-4ed9-81c9-02bdb6d3439a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | neutron.create_router | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 100.0% | 1 | | neutron.add_gateway_router | 2.339 | 2.339 | 2.339 | 2.339 | 2.339 | 2.339 | 100.0% | 1 | | neutron.remove_gateway_router | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 1.676 | 100.0% | 1 | | total | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 100.0% | 1 | | -> duration | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 5.109 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.109251 Full duration: 30.312419 HINTS: * To plot HTML graphics with this data, run: rally task report 7750928a-b1cb-4ed9-81c9-02bdb6d3439a --out output.html * To generate a JUnit report, run: rally task export 7750928a-b1cb-4ed9-81c9-02bdb6d3439a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7750928a-b1cb-4ed9-81c9-02bdb6d3439a --json --out output.json 2018-09-02 01:22:11,325 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7750928a-b1cb-4ed9-81c9-02bdb6d3439a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-09-02 01:22:13,882 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7750928a-b1cb-4ed9-81c9-02bdb6d3439a --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-09-02 01:22:13.775 10384 INFO rally.api [-] Building 'json' report for the following task(s): '7750928a-b1cb-4ed9-81c9-02bdb6d3439a'. 2018-09-02 01:22:13.786 10384 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:22:13,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7750928a-b1cb-4ed9-81c9-02bdb6d3439a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-09-02 01:22:16,515 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7750928a-b1cb-4ed9-81c9-02bdb6d3439a --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-09-02 01:22:16.387 10387 INFO rally.api [-] Building 'html' report for the following task(s): '7750928a-b1cb-4ed9-81c9-02bdb6d3439a'. 2018-09-02 01:22:16.418 10387 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:22:16,533 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-09-02 01:22:16,533 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-09-02 01:22:16,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-09-02 01:22:16,534 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:22:16,544 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:22:16,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:23:27,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e 2018-09-02 01:23:27,075 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e'] 2018-09-02 01:23:28,147 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e -------------------------------------------------------------------------------- Task f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107" }, "image": { "name": "rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107" }, "nics": [ { "net-id": "1436fb17-dde1-451e-9d26-c3226031844f" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 720, in run self._live_migrate(server, block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 819, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.6 | 9.6 | 9.6 | 9.6 | 9.6 | 9.6 | 100.0% | 1 | | nova.live_migrate | 9.397 | 9.397 | 9.397 | 9.397 | 9.397 | 9.397 | 0.0% | 1 | | total | 18.996 | 18.996 | 18.996 | 18.996 | 18.996 | 18.996 | 0.0% | 1 | | -> duration | 17.996 | 17.996 | 17.996 | 17.996 | 17.996 | 17.996 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.996412 Full duration: 34.492604 HINTS: * To plot HTML graphics with this data, run: rally task report f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e --out output.html * To generate a JUnit report, run: rally task export f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e --json --out output.json At least one workload did not pass SLA criteria. 2018-09-02 01:23:28,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-09-02 01:23:30,671 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-09-02 01:23:30.575 10622 INFO rally.api [-] Building 'json' report for the following task(s): 'f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e'. 2018-09-02 01:23:30.578 10622 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:23:30,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-09-02 01:23:33,110 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-09-02 01:23:32.993 10625 INFO rally.api [-] Building 'html' report for the following task(s): 'f01b7afc-23fc-4f60-bd2b-19bdd0a20a5e'. 2018-09-02 01:23:33.011 10625 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:23:33,112 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-09-02 01:23:33,113 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-09-02 01:23:33,113 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-09-02 01:23:33,113 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 01:23:33,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 01:23:33,126 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '1436fb17-dde1-451e-9d26-c3226031844f', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'flavor_name': 'rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-09-02 01:24:36,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b4f1c421-5644-491e-aaf5-9b2952704858 2018-09-02 01:24:36,173 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b4f1c421-5644-491e-aaf5-9b2952704858'] 2018-09-02 01:24:37,127 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b4f1c421-5644-491e-aaf5-9b2952704858 -------------------------------------------------------------------------------- Task b4f1c421-5644-491e-aaf5-9b2952704858: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b4f1c421-5644-491e-aaf5-9b2952704858 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 0.773 | 100.0% | 1 | | quotas.delete_quotas | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | -> duration | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 1.052 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.051852 Full duration: 10.545133 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b4f1c421-5644-491e-aaf5-9b2952704858 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | total | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> duration | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 0.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.898632 Full duration: 10.447901 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b4f1c421-5644-491e-aaf5-9b2952704858 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | total | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> duration | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.90934 Full duration: 10.120258 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task b4f1c421-5644-491e-aaf5-9b2952704858 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | total | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | -> duration | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 1.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.088068 Full duration: 10.246799 HINTS: * To plot HTML graphics with this data, run: rally task report b4f1c421-5644-491e-aaf5-9b2952704858 --out output.html * To generate a JUnit report, run: rally task export b4f1c421-5644-491e-aaf5-9b2952704858 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b4f1c421-5644-491e-aaf5-9b2952704858 --json --out output.json 2018-09-02 01:24:37,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b4f1c421-5644-491e-aaf5-9b2952704858', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-09-02 01:24:39,703 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b4f1c421-5644-491e-aaf5-9b2952704858 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-09-02 01:24:39.605 11138 INFO rally.api [-] Building 'json' report for the following task(s): 'b4f1c421-5644-491e-aaf5-9b2952704858'. 2018-09-02 01:24:39.609 11138 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:24:39,703 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b4f1c421-5644-491e-aaf5-9b2952704858', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-09-02 01:24:42,265 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b4f1c421-5644-491e-aaf5-9b2952704858 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-09-02 01:24:42.152 11141 INFO rally.api [-] Building 'html' report for the following task(s): 'b4f1c421-5644-491e-aaf5-9b2952704858'. 2018-09-02 01:24:42.171 11141 INFO rally.api [-] The report has been successfully built. 2018-09-02 01:24:42,271 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-09-02 01:24:42,275 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:55 | 6 | 100.00% | | glance | 01:16 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | gnocchi | 01:42 | 11 | 100.00% | | heat | 01:30 | 4 | 100.00% | | keystone | 03:27 | 11 | 100.00% | | neutron | 05:15 | 11 | 100.00% | | nova | 00:34 | 1 | 0.00% | | quotas | 00:41 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:13 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-09-02 01:24:42,275 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-09-02 01:24:42,396 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 01:24:42,396 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:30 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-09-02 01:24:42,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:24:42,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:42,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70b87969-d1e4-4ce8-a918-e09b61741ecb x-compute-request-id: req-70b87969-d1e4-4ce8-a918-e09b61741ecb Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2e103933-0a69-4536-83d3-f1109b8cdbb0"}, {"name": "rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "988edce7-b54e-4ea2-b240-7cf527d8c7bd"}]} 2018-09-02 01:24:42,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-70b87969-d1e4-4ce8-a918-e09b61741ecb 2018-09-02 01:24:42,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.272187948227s 2018-09-02 01:24:42,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-70b87969-d1e4-4ce8-a918-e09b61741ecb 2018-09-02 01:24:42,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:24:42,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:42,710 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:24:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99aa512f-a51a-4802-9c52-37e903280192 x-compute-request-id: req-99aa512f-a51a-4802-9c52-37e903280192 Content-Length: 0 Content-Type: application/json 2018-09-02 01:24:42,710 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0 used request id req-99aa512f-a51a-4802-9c52-37e903280192 2018-09-02 01:24:42,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.032527923584s 2018-09-02 01:24:42,710 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/2e103933-0a69-4536-83d3-f1109b8cdbb0 used request id req-99aa512f-a51a-4802-9c52-37e903280192 2018-09-02 01:24:42,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 01:24:42,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" -d '{"subnet_id": "aea20eb8-79c8-45af-86a1-dfebb3b5e1b8"}' 2018-09-02 01:24:45,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7f8b4eaf-38e4-4a27-ba7a-a9c29dac596c Date: Sun, 02 Sep 2018 01:24:45 GMT RESP BODY: {"network_id": "1436fb17-dde1-451e-9d26-c3226031844f", "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "subnet_id": "aea20eb8-79c8-45af-86a1-dfebb3b5e1b8", "subnet_ids": ["aea20eb8-79c8-45af-86a1-dfebb3b5e1b8"], "port_id": "ab0e4aaa-1371-4ff2-9042-b131aa13b592", "id": "16ca2c73-569a-4fed-b1d9-33fbd4367297"} 2018-09-02 01:24:45,035 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297/remove_router_interface.json used request id req-7f8b4eaf-38e4-4a27-ba7a-a9c29dac596c 2018-09-02 01:24:45,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.32435917854s 2018-09-02 01:24:45,036 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297/remove_router_interface.json used request id req-7f8b4eaf-38e4-4a27-ba7a-a9c29dac596c returning object 16ca2c73-569a-4fed-b1d9-33fbd4367297 2018-09-02 01:24:45,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 01:24:45,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:45,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1710 X-Openstack-Request-Id: req-aab394d9-a152-4d61-be32-16fe39a68dc2 Date: Sun, 02 Sep 2018 01:24:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "created_at": "2018-09-02T01:01:13Z", "admin_state_up": true, "updated_at": "2018-09-02T01:24:43Z", "project_id": "bdf0df70ff55456ba99a758baa6fa227", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "16ca2c73-569a-4fed-b1d9-33fbd4367297", "name": "rally_sanity-router_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5a0296eb74a4b6e817e67377065c6c0", "created_at": "2018-09-02T00:51:22Z", "admin_state_up": true, "updated_at": "2018-09-02T00:51:22Z", "project_id": "f5a0296eb74a4b6e817e67377065c6c0", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4857129b-82a9-44a5-9393-4e0914e1004f", "name": "tempest-pretest-check-233014650"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "created_at": "2018-09-02T00:51:51Z", "admin_state_up": false, "updated_at": "2018-09-02T00:51:51Z", "project_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "823db40e-5adb-450c-8053-408c95630c03", "name": "tempest-router-1082214639"}]} 2018-09-02 01:24:45,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-aab394d9-a152-4d61-be32-16fe39a68dc2 2018-09-02 01:24:45,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122387886047s 2018-09-02 01:24:45,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-aab394d9-a152-4d61-be32-16fe39a68dc2 2018-09-02 01:24:45,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 01:24:45,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:46,394 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bbf8c816-626c-47d1-be59-594b3937c6fb Content-Length: 0 Date: Sun, 02 Sep 2018 01:24:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:24:46,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297.json used request id req-bbf8c816-626c-47d1-be59-594b3937c6fb 2018-09-02 01:24:46,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.2333779335s 2018-09-02 01:24:46,394 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/16ca2c73-569a-4fed-b1d9-33fbd4367297.json used request id req-bbf8c816-626c-47d1-be59-594b3937c6fb 2018-09-02 01:24:46,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 01:24:46,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:46,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1330 X-Openstack-Request-Id: req-a9884440-91ed-4635-a4a4-a63dc2d73100 Date: Sun, 02 Sep 2018 01:24:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T01:01:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"aea20eb8-79c8-45af-86a1-dfebb3b5e1b8","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"bdf0df70ff55456ba99a758baa6fa227","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_6cfe498f-bd6a-4098-b2e6-c2ee51a54107","enable_dhcp":true,"segment_id":null,"network_id":"1436fb17-dde1-451e-9d26-c3226031844f","tenant_id":"bdf0df70ff55456ba99a758baa6fa227","created_at":"2018-09-02T01:01:13Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 01:24:46,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-a9884440-91ed-4635-a4a4-a63dc2d73100 2018-09-02 01:24:46,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0397691726685s 2018-09-02 01:24:46,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-a9884440-91ed-4635-a4a4-a63dc2d73100 2018-09-02 01:24:46,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 01:24:46,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/aea20eb8-79c8-45af-86a1-dfebb3b5e1b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:47,450 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7494a9ec-a465-4d8c-8674-4b94e9a3cda2 Date: Sun, 02 Sep 2018 01:24:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:24:47,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/aea20eb8-79c8-45af-86a1-dfebb3b5e1b8.json used request id req-7494a9ec-a465-4d8c-8674-4b94e9a3cda2 2018-09-02 01:24:47,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.01362299919s 2018-09-02 01:24:47,451 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/aea20eb8-79c8-45af-86a1-dfebb3b5e1b8.json used request id req-7494a9ec-a465-4d8c-8674-4b94e9a3cda2 2018-09-02 01:24:47,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:24:47,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:47,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1436 X-Openstack-Request-Id: req-3d81178c-09a6-4f3e-8360-b7b48c632c77 Date: Sun, 02 Sep 2018 01:24:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1436fb17-dde1-451e-9d26-c3226031844f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":true,"project_id":"bdf0df70ff55456ba99a758baa6fa227","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:24:47Z","qos_policy_id":null,"name":"rally_sanity-net_6cfe498f-bd6a-4098-b2e6-c2ee51a54107","admin_state_up":true,"tenant_id":"bdf0df70ff55456ba99a758baa6fa227","created_at":"2018-09-02T01:01:13Z","provider:network_type":"vxlan"}]} 2018-09-02 01:24:47,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3d81178c-09a6-4f3e-8360-b7b48c632c77 2018-09-02 01:24:47,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0799450874329s 2018-09-02 01:24:47,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3d81178c-09a6-4f3e-8360-b7b48c632c77 2018-09-02 01:24:47,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 01:24:47,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/1436fb17-dde1-451e-9d26-c3226031844f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:48,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-612c9a90-ecca-44d7-a219-8fd266ef35af Date: Sun, 02 Sep 2018 01:24:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:24:48,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/1436fb17-dde1-451e-9d26-c3226031844f.json used request id req-612c9a90-ecca-44d7-a219-8fd266ef35af 2018-09-02 01:24:48,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.967428922653s 2018-09-02 01:24:48,501 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/1436fb17-dde1-451e-9d26-c3226031844f.json used request id req-612c9a90-ecca-44d7-a219-8fd266ef35af 2018-09-02 01:24:48,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:24:48,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:48,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-33444b2d-b198-47bc-9d6e-d7f1f7686279 Date: Sun, 02 Sep 2018 01:24:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:01:18Z", "file": "/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac/file", "owner": "bdf0df70ff55456ba99a758baa6fa227", "id": "26a847d1-3638-40a0-8f8d-3a764b288aac", "size": 12716032, "self": "/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/26a847d1-3638-40a0-8f8d-3a764b288aac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/26a847d1-3638-40a0-8f8d-3a764b288aac/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:01:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:24:48,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-33444b2d-b198-47bc-9d6e-d7f1f7686279 2018-09-02 01:24:48,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275671958923s 2018-09-02 01:24:48,781 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-33444b2d-b198-47bc-9d6e-d7f1f7686279 2018-09-02 01:24:48,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:24:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}058d9259fc3fcfd331ea704e0e6e0e0342cf68a3" 2018-09-02 01:24:49,261 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8fd0dc63-e833-4b06-ae81-5f1d973516a4 Date: Sun, 02 Sep 2018 01:24:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:24:49,261 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac used request id req-8fd0dc63-e833-4b06-ae81-5f1d973516a4 2018-09-02 01:24:49,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.47852897644s 2018-09-02 01:24:49,262 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/26a847d1-3638-40a0-8f8d-3a764b288aac used request id req-8fd0dc63-e833-4b06-ae81-5f1d973516a4 2018-09-02 01:24:49,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:24:49,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:49,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4361065-c0de-442c-961c-81dc49d76878 x-compute-request-id: req-c4361065-c0de-442c-961c-81dc49d76878 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "988edce7-b54e-4ea2-b240-7cf527d8c7bd"}]} 2018-09-02 01:24:49,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-c4361065-c0de-442c-961c-81dc49d76878 2018-09-02 01:24:49,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215051174164s 2018-09-02 01:24:49,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-c4361065-c0de-442c-961c-81dc49d76878 2018-09-02 01:24:49,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:24:49,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:49,314 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:24:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af89041d-c273-46f8-b994-3cb59021184f x-compute-request-id: req-af89041d-c273-46f8-b994-3cb59021184f Content-Length: 0 Content-Type: application/json 2018-09-02 01:24:49,315 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd used request id req-af89041d-c273-46f8-b994-3cb59021184f 2018-09-02 01:24:49,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0286810398102s 2018-09-02 01:24:49,315 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/988edce7-b54e-4ea2-b240-7cf527d8c7bd used request id req-af89041d-c273-46f8-b994-3cb59021184f 2018-09-02 01:24:49,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:24:49,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:49,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0445814b-d886-41f3-85a1-9330e3b47bd0 Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": {"self": "http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ab1e5025c26d4530823a667c0e2e29b5", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:24:49,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-0445814b-d886-41f3-85a1-9330e3b47bd0 2018-09-02 01:24:49,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218414068222s 2018-09-02 01:24:49,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-0445814b-d886-41f3-85a1-9330e3b47bd0 2018-09-02 01:24:49,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:24:49,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:49,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f82ca0f-d646-4a45-9f2e-e2a1df287447 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_6cfe498f-bd6a-4098-b2e6-c2ee51a54107", "links": {"self": "http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ab1e5025c26d4530823a667c0e2e29b5", "description": null}} 2018-09-02 01:24:49,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5 used request id req-3f82ca0f-d646-4a45-9f2e-e2a1df287447 2018-09-02 01:24:49,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.178999900818s 2018-09-02 01:24:49,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5 used request id req-3f82ca0f-d646-4a45-9f2e-e2a1df287447 2018-09-02 01:24:49,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 01:24:49,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:49,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:24:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef4131cd-9c27-4ed3-9e79-9974e108f0c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:24:49,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5 used request id req-ef4131cd-9c27-4ed3-9e79-9974e108f0c9 2018-09-02 01:24:49,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.247004985809s 2018-09-02 01:24:49,968 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/ab1e5025c26d4530823a667c0e2e29b5 used request id req-ef4131cd-9c27-4ed3-9e79-9974e108f0c9 2018-09-02 01:24:49,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:24:49,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:50,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d0140c-b61d-4b7a-ab70-fa52edbeae3b Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227"}, "tags": [], "enabled": true, "id": "bdf0df70ff55456ba99a758baa6fa227", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6cfe498f-bd6a-4098-b2e6-c2ee51a54107"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 01:24:50,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-88d0140c-b61d-4b7a-ab70-fa52edbeae3b 2018-09-02 01:24:50,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.177595853806s 2018-09-02 01:24:50,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-88d0140c-b61d-4b7a-ab70-fa52edbeae3b 2018-09-02 01:24:50,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 01:24:50,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c9e96ba92b95ad5f36ac6f46a10ae6698003f54" 2018-09-02 01:24:50,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:24:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32dcaa02-793a-4bca-90a9-7e61f16dafa9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:24:50,419 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227 used request id req-32dcaa02-793a-4bca-90a9-7e61f16dafa9 2018-09-02 01:24:50,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.262677907944s 2018-09-02 01:24:50,419 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/bdf0df70ff55456ba99a758baa6fa227 used request id req-32dcaa02-793a-4bca-90a9-7e61f16dafa9 2018-09-02 01:24:50,419 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-09-02 01:24:50,478 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:24:50,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:24:50,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:24:50,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:24:50,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:24:50,525 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:24:50,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:24:50,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64e4879c-f689-4779-91fb-d81f63b86a41 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:24:50,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-64e4879c-f689-4779-91fb-d81f63b86a41 2018-09-02 01:24:50,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:24:50,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["Qi_tdlQBQgGJ-YlH5_KBrQ"], "issued_at": "2018-09-02T01:24:50.000000Z"}} 2018-09-02 01:24:50,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:24:50,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:51,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-6fc51e02-d24f-44b7-8fa2-be77b3af6724 Date: Sun, 02 Sep 2018 01:24:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 01:24:51,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6fc51e02-d24f-44b7-8fa2-be77b3af6724 2018-09-02 01:24:51,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334221839905s 2018-09-02 01:24:51,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6fc51e02-d24f-44b7-8fa2-be77b3af6724 2018-09-02 01:24:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:24:51,264 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-970b6c48-9c94-4f7a-b0be-5647bdd9af37 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 01:24:51,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-970b6c48-9c94-4f7a-b0be-5647bdd9af37 2018-09-02 01:24:51,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:24:51,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:51,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4333f58c-a70a-4e21-85ef-cf2fd039a519 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 01:24:51,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-4333f58c-a70a-4e21-85ef-cf2fd039a519 2018-09-02 01:24:51,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101880073547s 2018-09-02 01:24:51,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-4333f58c-a70a-4e21-85ef-cf2fd039a519 2018-09-02 01:24:51,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 01:24:51,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e"}}' 2018-09-02 01:24:51,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d380c5fc-c3a8-4ce5-9cc4-5f4a57e1182e Content-Length: 378 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413"}, "tags": [], "enabled": true, "id": "9938bef567e64845a5428ce40fcd3413", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e"}} 2018-09-02 01:24:51,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-d380c5fc-c3a8-4ce5-9cc4-5f4a57e1182e 2018-09-02 01:24:51,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.170138120651s 2018-09-02 01:24:51,545 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-d380c5fc-c3a8-4ce5-9cc4-5f4a57e1182e 2018-09-02 01:24:51,545 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: refstack_defcore', u'tags': [], 'enabled': True, 'id': u'9938bef567e64845a5428ce40fcd3413', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e'}) 2018-09-02 01:24:51,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 01:24:51,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0373280a-4d98-4313-8f84-cbfa629b9b23", "email": null, "name": "refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e"}}' 2018-09-02 01:24:51,915 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-987023b0-a005-4dd7-a090-25c5d369a6ec Content-Length: 331 Content-Type: application/json RESP BODY: {"user": {"name": "refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e", "links": {"self": "http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f94eb4815e9c4d7f8fdf8f0c703f2def", "domain_id": "default", "password_expires_at": null}} 2018-09-02 01:24:51,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-987023b0-a005-4dd7-a090-25c5d369a6ec 2018-09-02 01:24:51,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.363310098648s 2018-09-02 01:24:51,915 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-987023b0-a005-4dd7-a090-25c5d369a6ec 2018-09-02 01:24:51,916 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f94eb4815e9c4d7f8fdf8f0c703f2def', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e'}) 2018-09-02 01:24:51,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:24:51,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:52,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2e7fdf-2ee7-45a6-b353-ead2f63f9548 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:24:52,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8b2e7fdf-2ee7-45a6-b353-ead2f63f9548 2018-09-02 01:24:52,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175002098083s 2018-09-02 01:24:52,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8b2e7fdf-2ee7-45a6-b353-ead2f63f9548 2018-09-02 01:24:52,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:24:52,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:52,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c23afc14-2d57-4dfd-8b28-8109f76585f7 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:24:52,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c23afc14-2d57-4dfd-8b28-8109f76585f7 2018-09-02 01:24:52,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.170780181885s 2018-09-02 01:24:52,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c23afc14-2d57-4dfd-8b28-8109f76585f7 2018-09-02 01:24:52,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:24:52,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:52,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e23f296-6eb8-43f8-9994-0ecc017895b6 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:24:52,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0e23f296-6eb8-43f8-9994-0ecc017895b6 2018-09-02 01:24:52,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176239967346s 2018-09-02 01:24:52,453 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0e23f296-6eb8-43f8-9994-0ecc017895b6 2018-09-02 01:24:52,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:24:52,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:52,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e8b8e38-9dbc-45bd-91ad-b690473030e8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:24:52,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-9e8b8e38-9dbc-45bd-91ad-b690473030e8 2018-09-02 01:24:52,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.132061958313s 2018-09-02 01:24:52,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-9e8b8e38-9dbc-45bd-91ad-b690473030e8 2018-09-02 01:24:52,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:24:52,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:52,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f04eaa-46ca-4f61-bed6-2e85176a4a1a Content-Encoding: gzip Content-Length: 965 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}, {"name": "refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e", "links": {"self": "http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f94eb4815e9c4d7f8fdf8f0c703f2def", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:24:52,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-43f04eaa-46ca-4f61-bed6-2e85176a4a1a 2018-09-02 01:24:52,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194531202316s 2018-09-02 01:24:52,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-43f04eaa-46ca-4f61-bed6-2e85176a4a1a 2018-09-02 01:24:52,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:24:52,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:52,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-429c3c9d-e619-4528-8ed5-06c59bc440b2 Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413"}, "tags": [], "enabled": true, "id": "9938bef567e64845a5428ce40fcd3413", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:24:52,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-429c3c9d-e619-4528-8ed5-06c59bc440b2 2018-09-02 01:24:52,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179617881775s 2018-09-02 01:24:52,977 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-429c3c9d-e619-4528-8ed5-06c59bc440b2 2018-09-02 01:24:52,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:24:52,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9938bef567e64845a5428ce40fcd3413" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8b3df27-fa8c-4504-bb28-c4a45224809a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9938bef567e64845a5428ce40fcd3413", "previous": null, "next": null}} 2018-09-02 01:24:53,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9938bef567e64845a5428ce40fcd3413 used request id req-c8b3df27-fa8c-4504-bb28-c4a45224809a 2018-09-02 01:24:53,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103116989136s 2018-09-02 01:24:53,089 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9938bef567e64845a5428ce40fcd3413 used request id req-c8b3df27-fa8c-4504-bb28-c4a45224809a 2018-09-02 01:24:53,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:24:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413/users/f94eb4815e9c4d7f8fdf8f0c703f2def/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,224 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:24:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c50912eb-90c6-4017-99da-33b715cf9c5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:24:53,224 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413/users/f94eb4815e9c4d7f8fdf8f0c703f2def/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-c50912eb-90c6-4017-99da-33b715cf9c5b 2018-09-02 01:24:53,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.132092952728s 2018-09-02 01:24:53,224 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413/users/f94eb4815e9c4d7f8fdf8f0c703f2def/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-c50912eb-90c6-4017-99da-33b715cf9c5b 2018-09-02 01:24:53,225 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'9938bef567e64845a5428ce40fcd3413', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0373280a-4d98-4313-8f84-cbfa629b9b23', 'username': u'refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 01:24:53,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:24:53,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:24:53,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:24:53,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:24:53,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:24:53,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:24:53,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:24:53,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:24:53,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:24:53,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:24:53,231 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e', 'password': '0373280a-4d98-4313-8f84-cbfa629b9b23', 'project_name': 'refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '9938bef567e64845a5428ce40fcd3413', 'project_domain_name': 'Default'} 2018-09-02 01:24:53,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:24:53,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f93e36c-a190-4af4-bc9c-4fec9977f0a6 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:24:53,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6f93e36c-a190-4af4-bc9c-4fec9977f0a6 2018-09-02 01:24:53,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174122095108s 2018-09-02 01:24:53,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6f93e36c-a190-4af4-bc9c-4fec9977f0a6 2018-09-02 01:24:53,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:24:53,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de45652e-986f-4cbb-9df2-7fdf0be38e2c Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:24:53,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-de45652e-986f-4cbb-9df2-7fdf0be38e2c 2018-09-02 01:24:53,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100289106369s 2018-09-02 01:24:53,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-de45652e-986f-4cbb-9df2-7fdf0be38e2c 2018-09-02 01:24:53,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:24:53,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1077f02f-fbeb-4dfb-a6b9-babe00c27cb4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:24:53,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-1077f02f-fbeb-4dfb-a6b9-babe00c27cb4 2018-09-02 01:24:53,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0950348377228s 2018-09-02 01:24:53,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-1077f02f-fbeb-4dfb-a6b9-babe00c27cb4 2018-09-02 01:24:53,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:24:53,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc9f2fe-972e-4e97-9cf8-48c5c3a97a3c Content-Encoding: gzip Content-Length: 965 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}, {"name": "refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e", "links": {"self": "http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f94eb4815e9c4d7f8fdf8f0c703f2def", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:24:53,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-1cc9f2fe-972e-4e97-9cf8-48c5c3a97a3c 2018-09-02 01:24:53,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.151721000671s 2018-09-02 01:24:53,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-1cc9f2fe-972e-4e97-9cf8-48c5c3a97a3c 2018-09-02 01:24:53,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:24:53,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60f43ef7-1a73-4f39-9a10-9473684655f8 Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413"}, "tags": [], "enabled": true, "id": "9938bef567e64845a5428ce40fcd3413", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:24:53,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-60f43ef7-1a73-4f39-9a10-9473684655f8 2018-09-02 01:24:53,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101341962814s 2018-09-02 01:24:53,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-60f43ef7-1a73-4f39-9a10-9473684655f8 2018-09-02 01:24:53,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:24:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9938bef567e64845a5428ce40fcd3413" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:53,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcedcd5d-4353-4f7d-be1e-8c14f51f9cd3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9938bef567e64845a5428ce40fcd3413", "previous": null, "next": null}} 2018-09-02 01:24:53,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9938bef567e64845a5428ce40fcd3413 used request id req-dcedcd5d-4353-4f7d-be1e-8c14f51f9cd3 2018-09-02 01:24:53,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0992000102997s 2018-09-02 01:24:53,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=f94eb4815e9c4d7f8fdf8f0c703f2def&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9938bef567e64845a5428ce40fcd3413 used request id req-dcedcd5d-4353-4f7d-be1e-8c14f51f9cd3 2018-09-02 01:24:53,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:24:53,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413/users/f94eb4815e9c4d7f8fdf8f0c703f2def/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:24:54,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:24:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81a1841d-143d-4ae4-b013-bfb753c8c230 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:24:54,168 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413/users/f94eb4815e9c4d7f8fdf8f0c703f2def/roles/527a26856ff64a55b36113867c009231 used request id req-81a1841d-143d-4ae4-b013-bfb753c8c230 2018-09-02 01:24:54,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.176213979721s 2018-09-02 01:24:54,168 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413/users/f94eb4815e9c4d7f8fdf8f0c703f2def/roles/527a26856ff64a55b36113867c009231 used request id req-81a1841d-143d-4ae4-b013-bfb753c8c230 2018-09-02 01:24:54,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 01:24:57,164 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 01:24:59,970 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 5bca8ecd-cf5a-424c-8212-d1f784d7a8e4 | 2018-09-02T01:24:59.610814 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 5bca8ecd-cf5a-424c-8212-d1f784d7a8e4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 01:25:03,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 01:25:03,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 01:25:06,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 01:25:10,968 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=67d6cb46-d395-4a73-8a14-caa4e950a1cd) as the default verifier for the future CLI operations. 2018-09-02 01:25:14,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:25:14,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3996d02b-2cca-44ce-b723-47e20740cd89 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:25:14,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-3996d02b-2cca-44ce-b723-47e20740cd89 2018-09-02 01:25:14,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:25:14,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:25:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9938bef567e64845a5428ce40fcd3413", "name": "refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9938bef567e64845a5428ce40fcd3413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/9938bef567e64845a5428ce40fcd3413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/9938bef567e64845a5428ce40fcd3413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9938bef567e64845a5428ce40fcd3413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/9938bef567e64845a5428ce40fcd3413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/9938bef567e64845a5428ce40fcd3413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/9938bef567e64845a5428ce40fcd3413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/9938bef567e64845a5428ce40fcd3413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/9938bef567e64845a5428ce40fcd3413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_9938bef567e64845a5428ce40fcd3413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_9938bef567e64845a5428ce40fcd3413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9938bef567e64845a5428ce40fcd3413", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/9938bef567e64845a5428ce40fcd3413", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/9938bef567e64845a5428ce40fcd3413", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e", "id": "f94eb4815e9c4d7f8fdf8f0c703f2def"}, "audit_ids": ["FsLifd6qTMyX-YUXkvBnJw"], "issued_at": "2018-09-02T01:25:14.000000Z"}} 2018-09-02 01:25:14,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 01:25:14,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:15,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-94107fb0-8daa-4c0f-8b60-f3f3f9b8b337 Date: Sun, 02 Sep 2018 01:25:15 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 01:25:15,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-94107fb0-8daa-4c0f-8b60-f3f3f9b8b337 2018-09-02 01:25:15,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.262090921402s 2018-09-02 01:25:15,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-94107fb0-8daa-4c0f-8b60-f3f3f9b8b337 2018-09-02 01:25:15,037 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-09-02 01:25:15,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 01:25:15,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '{"network": {"shared": true, "name": "refstack_defcore-net_a81c88ef-e210-4f15-b9df-142b1885949e", "admin_state_up": true}}' 2018-09-02 01:25:15,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a3baf55c-1a79-4092-a59c-9ae15b92af13 Date: Sun, 02 Sep 2018 01:25:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":true,"project_id":"9938bef567e64845a5428ce40fcd3413","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:25:15Z","is_default":false,"qos_policy_id":null,"name":"refstack_defcore-net_a81c88ef-e210-4f15-b9df-142b1885949e","admin_state_up":true,"tenant_id":"9938bef567e64845a5428ce40fcd3413","created_at":"2018-09-02T01:25:15Z","mtu":1450}} 2018-09-02 01:25:15,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a3baf55c-1a79-4092-a59c-9ae15b92af13 2018-09-02 01:25:15,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.339643001556s 2018-09-02 01:25:15,378 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a3baf55c-1a79-4092-a59c-9ae15b92af13 2018-09-02 01:25:15,378 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T01:25:15Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4', u'provider:segmentation_id': 98, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'refstack_defcore-net_a81c88ef-e210-4f15-b9df-142b1885949e', u'created_at': u'2018-09-02T01:25:15Z', u'mtu': 1450, u'tenant_id': u'9938bef567e64845a5428ce40fcd3413', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'9938bef567e64845a5428ce40fcd3413', u'l2_adjacency': True}) 2018-09-02 01:25:15,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:25:15,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:15,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-601ebd23-abf6-43c1-9683-bd3a40ef64df Date: Sun, 02 Sep 2018 01:25:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":true,"project_id":"9938bef567e64845a5428ce40fcd3413","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:25:15Z","qos_policy_id":null,"name":"refstack_defcore-net_a81c88ef-e210-4f15-b9df-142b1885949e","admin_state_up":true,"tenant_id":"9938bef567e64845a5428ce40fcd3413","created_at":"2018-09-02T01:25:15Z","provider:network_type":"vxlan"}]} 2018-09-02 01:25:15,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-601ebd23-abf6-43c1-9683-bd3a40ef64df 2018-09-02 01:25:15,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105314016342s 2018-09-02 01:25:15,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-601ebd23-abf6-43c1-9683-bd3a40ef64df 2018-09-02 01:25:15,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 01:25:15,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '{"subnet": {"name": "refstack_defcore-subnet_a81c88ef-e210-4f15-b9df-142b1885949e", "enable_dhcp": true, "network_id": "0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 01:25:15,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-30c5c7bd-1867-4790-9344-94fde1bf13ed Date: Sun, 02 Sep 2018 01:25:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T01:25:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"42db3ced-80d5-4d35-8d74-10cb07a0dd63","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"9938bef567e64845a5428ce40fcd3413","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_a81c88ef-e210-4f15-b9df-142b1885949e","enable_dhcp":true,"segment_id":null,"network_id":"0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4","tenant_id":"9938bef567e64845a5428ce40fcd3413","created_at":"2018-09-02T01:25:15Z","ip_version":4}} 2018-09-02 01:25:15,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-30c5c7bd-1867-4790-9344-94fde1bf13ed 2018-09-02 01:25:15,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.472329854965s 2018-09-02 01:25:15,959 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-30c5c7bd-1867-4790-9344-94fde1bf13ed 2018-09-02 01:25:15,959 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:25:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'42db3ced-80d5-4d35-8d74-10cb07a0dd63', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_a81c88ef-e210-4f15-b9df-142b1885949e', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4', u'tenant_id': u'9938bef567e64845a5428ce40fcd3413', u'created_at': u'2018-09-02T01:25:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9938bef567e64845a5428ce40fcd3413'}) 2018-09-02 01:25:15,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 01:25:15,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "refstack_defcore-router_a81c88ef-e210-4f15-b9df-142b1885949e", "admin_state_up": true}}' 2018-09-02 01:25:17,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ca169faf-8f19-45cf-b6d1-4c1375beb4eb Date: Sun, 02 Sep 2018 01:25:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.213"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9938bef567e64845a5428ce40fcd3413", "created_at": "2018-09-02T01:25:16Z", "admin_state_up": true, "updated_at": "2018-09-02T01:25:17Z", "project_id": "9938bef567e64845a5428ce40fcd3413", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "68c64c32-01bf-4869-ac57-3062c3cef054", "name": "refstack_defcore-router_a81c88ef-e210-4f15-b9df-142b1885949e"}} 2018-09-02 01:25:17,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-ca169faf-8f19-45cf-b6d1-4c1375beb4eb 2018-09-02 01:25:17,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56293392181s 2018-09-02 01:25:17,523 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-ca169faf-8f19-45cf-b6d1-4c1375beb4eb 2018-09-02 01:25:17,524 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:25:17Z', u'revision_number': 2, u'ha': False, u'id': u'68c64c32-01bf-4869-ac57-3062c3cef054', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.213'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-router_a81c88ef-e210-4f15-b9df-142b1885949e', u'admin_state_up': True, u'tenant_id': u'9938bef567e64845a5428ce40fcd3413', u'created_at': u'2018-09-02T01:25:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'9938bef567e64845a5428ce40fcd3413'}) 2018-09-02 01:25:17,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 01:25:17,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '{"subnet_id": "42db3ced-80d5-4d35-8d74-10cb07a0dd63"}' 2018-09-02 01:25:19,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c99cd510-a016-48cc-9bf5-8c07ad423db4 Date: Sun, 02 Sep 2018 01:25:19 GMT RESP BODY: {"network_id": "0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4", "tenant_id": "9938bef567e64845a5428ce40fcd3413", "subnet_id": "42db3ced-80d5-4d35-8d74-10cb07a0dd63", "subnet_ids": ["42db3ced-80d5-4d35-8d74-10cb07a0dd63"], "port_id": "736ae508-c8ca-480a-8a02-0c15c677fc8a", "id": "68c64c32-01bf-4869-ac57-3062c3cef054"} 2018-09-02 01:25:19,859 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054/add_router_interface.json used request id req-c99cd510-a016-48cc-9bf5-8c07ad423db4 2018-09-02 01:25:19,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.33468294144s 2018-09-02 01:25:19,859 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054/add_router_interface.json used request id req-c99cd510-a016-48cc-9bf5-8c07ad423db4 returning object 68c64c32-01bf-4869-ac57-3062c3cef054 2018-09-02 01:25:19,859 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 01:25:19,977 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 01:25:19,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:25:19,983 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 01:25:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 01:25:19,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:25:19,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:20,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5031ebe6-2906-422d-90af-eb025897516a Date: Sun, 02 Sep 2018 01:25:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:25:20,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-5031ebe6-2906-422d-90af-eb025897516a 2018-09-02 01:25:20,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291088819504s 2018-09-02 01:25:20,277 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-5031ebe6-2906-422d-90af-eb025897516a 2018-09-02 01:25:20,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 01:25:20,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e"}' 2018-09-02 01:25:20,426 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e4ced6b1-f1a3-4da8-a6dd-dc063faf0f15 Date: Sun, 02 Sep 2018 01:25:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:25:20Z", "file": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file", "owner": "9938bef567e64845a5428ce40fcd3413", "id": "c2b19337-e558-4060-a8fb-0c1692bc6c25", "size": null, "self": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "checksum": null, "created_at": "2018-09-02T01:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 01:25:20,427 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-e4ced6b1-f1a3-4da8-a6dd-dc063faf0f15 2018-09-02 01:25:20,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.140924930573s 2018-09-02 01:25:20,427 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-e4ced6b1-f1a3-4da8-a6dd-dc063faf0f15 returning object c2b19337-e558-4060-a8fb-0c1692bc6c25 2018-09-02 01:25:20,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 01:25:20,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '' 2018-09-02 01:25:21,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0793b232-63de-441e-94fd-ccdd0ba81e07 Date: Sun, 02 Sep 2018 01:25:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:25:21,471 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file used request id req-0793b232-63de-441e-94fd-ccdd0ba81e07 2018-09-02 01:25:21,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.04343700409s 2018-09-02 01:25:21,472 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file used request id req-0793b232-63de-441e-94fd-ccdd0ba81e07 2018-09-02 01:25:21,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:25:21,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:21,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-f902e490-86ab-475b-a4b8-614787ed202e Date: Sun, 02 Sep 2018 01:25:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:25:21Z", "file": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file", "owner": "9938bef567e64845a5428ce40fcd3413", "id": "c2b19337-e558-4060-a8fb-0c1692bc6c25", "size": 12716032, "self": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:25:21,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f902e490-86ab-475b-a4b8-614787ed202e 2018-09-02 01:25:21,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0264890193939s 2018-09-02 01:25:21,502 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f902e490-86ab-475b-a4b8-614787ed202e 2018-09-02 01:25:21,504 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file', 'owner': u'9938bef567e64845a5428ce40fcd3413', 'id': u'c2b19337-e558-4060-a8fb-0c1692bc6c25', 'size': 12716032, u'self': u'/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9938bef567e64845a5428ce40fcd3413', 'name': 'refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T01:25:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T01:25:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e', 'created': u'2018-09-02T01:25:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T01:25:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 01:25:21,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:25:21,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_a81c88ef-e210-4f15-b9df-142b1885949e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 01:25:21,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-458c55c1-b2d3-4548-ae56-ffb0681af110 x-compute-request-id: req-458c55c1-b2d3-4548-ae56-ffb0681af110 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_a81c88ef-e210-4f15-b9df-142b1885949e", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/752ddb85-aea9-47e4-9842-0efa712ff824", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "752ddb85-aea9-47e4-9842-0efa712ff824"}} 2018-09-02 01:25:21,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-458c55c1-b2d3-4548-ae56-ffb0681af110 2018-09-02 01:25:21,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.288438081741s 2018-09-02 01:25:21,794 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-458c55c1-b2d3-4548-ae56-ffb0681af110 2018-09-02 01:25:21,795 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_a81c88ef-e210-4f15-b9df-142b1885949e', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'752ddb85-aea9-47e4-9842-0efa712ff824', 'swap': 0}) 2018-09-02 01:25:21,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:25:21,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" -d '{"extra_specs": {}}' 2018-09-02 01:25:21,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0492c58d-1c47-48e4-9f9b-b594c9900c0e x-compute-request-id: req-0492c58d-1c47-48e4-9f9b-b594c9900c0e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:25:21,817 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824/os-extra_specs used request id req-0492c58d-1c47-48e4-9f9b-b594c9900c0e 2018-09-02 01:25:21,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211961269379s 2018-09-02 01:25:21,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824/os-extra_specs used request id req-0492c58d-1c47-48e4-9f9b-b594c9900c0e 2018-09-02 01:25:21,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:25:21,830 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-605fe402-f7e5-4d6d-9033-d0b83d7e2ecf Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 01:25:21,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-605fe402-f7e5-4d6d-9033-d0b83d7e2ecf 2018-09-02 01:25:21,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:25:21,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:22,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de1869e-7d18-499b-a931-8656f016e4ea Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:25:22,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-5de1869e-7d18-499b-a931-8656f016e4ea 2018-09-02 01:25:22,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194253921509s 2018-09-02 01:25:22,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-5de1869e-7d18-499b-a931-8656f016e4ea 2018-09-02 01:25:22,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:25:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:22,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d013578-8fe3-4e0f-b4c6-93b75f24d901 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:25:22,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7d013578-8fe3-4e0f-b4c6-93b75f24d901 2018-09-02 01:25:22,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186475992203s 2018-09-02 01:25:22,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7d013578-8fe3-4e0f-b4c6-93b75f24d901 2018-09-02 01:25:22,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 01:25:22,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:22,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b4f60ab-f1af-4eef-9fcb-8895f5b5fe4c x-compute-request-id: req-0b4f60ab-f1af-4eef-9fcb-8895f5b5fe4c Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 18}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-02 01:25:22,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-0b4f60ab-f1af-4eef-9fcb-8895f5b5fe4c 2018-09-02 01:25:22,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.360283136368s 2018-09-02 01:25:22,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-0b4f60ab-f1af-4eef-9fcb-8895f5b5fe4c 2018-09-02 01:25:22,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:25:22,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:22,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-ffc36b52-59dc-4776-b144-ed3e97c04e7c Date: Sun, 02 Sep 2018 01:25:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:25:21Z", "file": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file", "owner": "9938bef567e64845a5428ce40fcd3413", "id": "c2b19337-e558-4060-a8fb-0c1692bc6c25", "size": 12716032, "self": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:25:22,617 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ffc36b52-59dc-4776-b144-ed3e97c04e7c 2018-09-02 01:25:22,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244669914246s 2018-09-02 01:25:22,618 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ffc36b52-59dc-4776-b144-ed3e97c04e7c 2018-09-02 01:25:22,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 01:25:22,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e"}' 2018-09-02 01:25:22,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b978ea2a-e5e2-4625-b2e4-6adeaaec74d5 Date: Sun, 02 Sep 2018 01:25:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:25:22Z", "file": "/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563/file", "owner": "9938bef567e64845a5428ce40fcd3413", "id": "ce7995d3-c12f-43df-aa20-ea746e96c563", "size": null, "self": "/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "checksum": null, "created_at": "2018-09-02T01:25:22Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 01:25:22,663 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-b978ea2a-e5e2-4625-b2e4-6adeaaec74d5 2018-09-02 01:25:22,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0374629497528s 2018-09-02 01:25:22,663 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-b978ea2a-e5e2-4625-b2e4-6adeaaec74d5 returning object ce7995d3-c12f-43df-aa20-ea746e96c563 2018-09-02 01:25:22,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 01:25:22,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '' 2018-09-02 01:25:23,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22ab0c38-389b-4b69-947b-612044f2e5d3 Date: Sun, 02 Sep 2018 01:25:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:25:23,562 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563/file used request id req-22ab0c38-389b-4b69-947b-612044f2e5d3 2018-09-02 01:25:23,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.898152112961s 2018-09-02 01:25:23,562 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563/file used request id req-22ab0c38-389b-4b69-947b-612044f2e5d3 2018-09-02 01:25:23,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:25:23,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:25:23,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-3eb804b5-1a26-4e15-920b-874dbd8fc403 Date: Sun, 02 Sep 2018 01:25:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:25:23Z", "file": "/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563/file", "owner": "9938bef567e64845a5428ce40fcd3413", "id": "ce7995d3-c12f-43df-aa20-ea746e96c563", "size": 12716032, "self": "/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ce7995d3-c12f-43df-aa20-ea746e96c563/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ce7995d3-c12f-43df-aa20-ea746e96c563/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:25:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:25:21Z", "file": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file", "owner": "9938bef567e64845a5428ce40fcd3413", "id": "c2b19337-e558-4060-a8fb-0c1692bc6c25", "size": 12716032, "self": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:25:23,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-3eb804b5-1a26-4e15-920b-874dbd8fc403 2018-09-02 01:25:23,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0258219242096s 2018-09-02 01:25:23,592 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-3eb804b5-1a26-4e15-920b-874dbd8fc403 2018-09-02 01:25:23,594 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ce7995d3-c12f-43df-aa20-ea746e96c563/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563/file', 'owner': u'9938bef567e64845a5428ce40fcd3413', 'id': u'ce7995d3-c12f-43df-aa20-ea746e96c563', 'size': 12716032, u'self': u'/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9938bef567e64845a5428ce40fcd3413', 'name': 'refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ce7995d3-c12f-43df-aa20-ea746e96c563/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T01:25:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T01:25:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e', 'created': u'2018-09-02T01:25:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T01:25:22Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_a81c88ef-e210-4f15-b9df-142b1885949e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 01:25:23,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:25:23,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 01:25:23,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9cb51ee-a5b2-4d97-82eb-e81e9defa586 x-compute-request-id: req-d9cb51ee-a5b2-4d97-82eb-e81e9defa586 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "4272d504-ab74-47c1-92b5-595c51e8a8b4"}} 2018-09-02 01:25:23,632 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-d9cb51ee-a5b2-4d97-82eb-e81e9defa586 2018-09-02 01:25:23,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0370111465454s 2018-09-02 01:25:23,632 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-d9cb51ee-a5b2-4d97-82eb-e81e9defa586 2018-09-02 01:25:23,633 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_a81c88ef-e210-4f15-b9df-142b1885949e', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'4272d504-ab74-47c1-92b5-595c51e8a8b4', 'swap': 0}) 2018-09-02 01:25:23,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:25:23,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" -d '{"extra_specs": {}}' 2018-09-02 01:25:23,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:25:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e63507f8-74b4-464d-88a6-0fe7cbb9e289 x-compute-request-id: req-e63507f8-74b4-464d-88a6-0fe7cbb9e289 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:25:23,654 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4/os-extra_specs used request id req-e63507f8-74b4-464d-88a6-0fe7cbb9e289 2018-09-02 01:25:23,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200650691986s 2018-09-02 01:25:23,654 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4/os-extra_specs used request id req-e63507f8-74b4-464d-88a6-0fe7cbb9e289 2018-09-02 01:25:23,654 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_a81c88ef-e210-4f15-b9df-142b1885949e', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'4272d504-ab74-47c1-92b5-595c51e8a8b4', 'swap': 0}) 2018-09-02 01:25:27,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 01:25:27,337 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 01:25:27,338 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 01:25:27,340 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-09-02 01:25:31,846 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-09-02 01:25:31,847 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-09-02 01:25:31,848 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-09-02 01:25:31,849 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-09-02 01:25:31,850 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-09-02 01:25:31,851 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-09-02 01:25:31,852 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-09-02 01:25:31,853 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-09-02 01:25:31,853 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-09-02 01:25:31,853 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-09-02 01:25:31,853 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-09-02 01:25:31,853 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 01:25:31,854 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 01:25:31,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-09-02 01:25:42,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:25:42.012 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.283s] 2018-09-02 01:25:42,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:25:42.013 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.342s] 2018-09-02 01:25:42,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:25:42.066 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.056s] 2018-09-02 01:26:02,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:02.124 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [15.414s] 2018-09-02 01:26:02,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:02.576 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [8.488s] 2018-09-02 01:26:02,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:02.993 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [0.420s] 2018-09-02 01:26:07,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:07.765 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.223s] 2018-09-02 01:26:08,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:08.177 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.411s] 2018-09-02 01:26:08,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:08.356 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.179s] 2018-09-02 01:26:08,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:08.590 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.234s] 2018-09-02 01:26:08,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:08.786 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.195s] 2018-09-02 01:26:08,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:08.855 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2018-09-02 01:26:09,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:09.112 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.256s] 2018-09-02 01:26:09,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:09.188 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.076s] 2018-09-02 01:26:09,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:09.271 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.082s] 2018-09-02 01:26:09,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:09.333 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.062s] 2018-09-02 01:26:09,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:09.461 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.128s] 2018-09-02 01:26:09,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:09.863 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.143s] 2018-09-02 01:26:09,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:09.932 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-09-02 01:26:10,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:10.148 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.216s] 2018-09-02 01:26:10,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:10.307 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.158s] 2018-09-02 01:26:10,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:10.308 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-02 01:26:22,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:22.243 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.077s] 2018-09-02 01:26:24,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.029 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.062s] 2018-09-02 01:26:24,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.038 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-09-02 01:26:24,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.167 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.128s] 2018-09-02 01:26:24,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.178 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-09-02 01:26:24,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.190 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-09-02 01:26:24,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.217 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.027s] 2018-09-02 01:26:24,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.276 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.059s] 2018-09-02 01:26:24,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:24.340 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-09-02 01:26:25,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:25.191 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.849s] 2018-09-02 01:26:25,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:25.203 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.010s] 2018-09-02 01:26:25,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:25.204 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.957s] 2018-09-02 01:26:25,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:25.266 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-09-02 01:26:32,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:32.813 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.276s] 2018-09-02 01:26:32,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:32.828 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.015s] 2018-09-02 01:26:33,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:33.033 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.204s] 2018-09-02 01:26:33,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:33.040 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-09-02 01:26:33,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:33.055 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-09-02 01:26:37,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:37.029 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.452s] 2018-09-02 01:26:37,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:37.287 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.258s] 2018-09-02 01:26:37,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:37.520 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.232s] 2018-09-02 01:26:37,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:37.895 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.375s] 2018-09-02 01:26:38,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:38.504 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.608s] 2018-09-02 01:26:39,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:39.035 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.167s] 2018-09-02 01:26:39,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:39.070 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.567s] 2018-09-02 01:26:46,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:46.355 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.832s] 2018-09-02 01:26:48,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:48.075 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.719s] 2018-09-02 01:26:50,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:50.209 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [2.134s] 2018-09-02 01:26:50,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:50.391 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.519s] 2018-09-02 01:26:51,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:51.515 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.305s] 2018-09-02 01:26:52,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:52.556 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.041s] 2018-09-02 01:26:52,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:52.895 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.080s] 2018-09-02 01:26:53,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:53.006 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.109s] 2018-09-02 01:26:53,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:53.216 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.210s] 2018-09-02 01:26:53,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:53.345 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.128s] 2018-09-02 01:26:53,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:53.346 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-02 01:26:54,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:54.141 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.583s] 2018-09-02 01:26:54,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:54.556 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.416s] 2018-09-02 01:26:54,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:54.864 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.473s] 2018-09-02 01:26:55,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:55.060 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.503s] 2018-09-02 01:26:55,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:55.728 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.667s] 2018-09-02 01:26:57,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:57.114 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.385s] 2018-09-02 01:26:57,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:57.752 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.639s] 2018-09-02 01:26:58,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:58.653 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.900s] 2018-09-02 01:26:59,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:59.258 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.393s] 2018-09-02 01:26:59,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:26:59.762 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.108s] 2018-09-02 01:27:00,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:00.789 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.025s] 2018-09-02 01:27:01,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:01.377 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.588s] 2018-09-02 01:27:01,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:01.781 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.404s] 2018-09-02 01:27:02,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:02.142 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.361s] 2018-09-02 01:27:02,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:02.846 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.703s] 2018-09-02 01:27:03,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:03.490 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.231s] 2018-09-02 01:27:07,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:07.589 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.098s] 2018-09-02 01:27:10,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:10.438 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [2.849s] 2018-09-02 01:27:10,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:10.791 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.614s] 2018-09-02 01:27:11,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:11.442 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.651s] 2018-09-02 01:27:14,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:14.301 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.862s] 2018-09-02 01:27:16,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:16.728 11183 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.168s] 2018-09-02 01:27:16,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:16.883 11183 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.155s] 2018-09-02 01:27:17,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:17.091 11183 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.207s] 2018-09-02 01:27:18,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:18.950 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.648s] 2018-09-02 01:27:23,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.033 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.082s] 2018-09-02 01:27:23,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.205 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.173s] 2018-09-02 01:27:23,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.302 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.096s] 2018-09-02 01:27:23,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.398 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.095s] 2018-09-02 01:27:23,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.467 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.069s] 2018-09-02 01:27:23,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.511 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.044s] 2018-09-02 01:27:23,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.601 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.089s] 2018-09-02 01:27:23,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:23.719 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.118s] 2018-09-02 01:27:24,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:24.019 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.299s] 2018-09-02 01:27:24,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:24.068 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.048s] 2018-09-02 01:27:27,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:27.547 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.477s] 2018-09-02 01:27:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.703 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-09-02 01:27:28,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.711 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-09-02 01:27:28,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.758 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.046s] 2018-09-02 01:27:28,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.807 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.049s] 2018-09-02 01:27:28,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.842 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.034s] 2018-09-02 01:27:28,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.890 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.047s] 2018-09-02 01:27:28,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.944 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.055s] 2018-09-02 01:27:28,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:28.996 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.050s] 2018-09-02 01:27:29,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:29.036 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.040s] 2018-09-02 01:27:29,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:29.080 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-09-02 01:27:40,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:40.376 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.262s] 2018-09-02 01:27:48,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:48.364 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [19.058s] 2018-09-02 01:27:49,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:49.207 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [56.622s] 2018-09-02 01:27:49,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:49.268 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.020s] 2018-09-02 01:27:49,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:49.730 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.462s] 2018-09-02 01:27:51,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:51.659 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.515s] 2018-09-02 01:27:55,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:55.939 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-09-02 01:27:59,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:27:59.899 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.240s] 2018-09-02 01:28:01,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:01.825 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.464s] 2018-09-02 01:28:06,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:06.155 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.716s] 2018-09-02 01:28:06,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:06.484 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.585s] 2018-09-02 01:28:11,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:11.688 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.203s] 2018-09-02 01:28:12,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:12.431 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [6.274s] 2018-09-02 01:28:20,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:20.661 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.443s] 2018-09-02 01:28:21,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:21.604 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.171s] 2018-09-02 01:28:23,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:23.468 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.639s] 2018-09-02 01:28:27,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:27.778 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.358s] 2018-09-02 01:28:28,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:28.091 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.312s] 2018-09-02 01:28:34,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:34.763 11183 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.320s] 2018-09-02 01:28:38,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:38.794 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [27.102s] 2018-09-02 01:28:39,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:39.239 11183 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.547s] 2018-09-02 01:28:39,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:39.259 11183 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.021s] 2018-09-02 01:28:40,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:40.447 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.655s] 2018-09-02 01:28:42,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:42.636 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.164s] 2018-09-02 01:28:49,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:49.400 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.788s] 2018-09-02 01:28:54,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:54.279 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.878s] 2018-09-02 01:28:56,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:56.457 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.177s] 2018-09-02 01:28:56,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:56.815 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.359s] 2018-09-02 01:28:57,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:57.101 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.286s] 2018-09-02 01:28:59,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:28:59.881 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.115s] 2018-09-02 01:29:05,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:05.966 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.257s] 2018-09-02 01:29:06,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:06.022 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.919s] 2018-09-02 01:29:06,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:06.363 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.341s] 2018-09-02 01:29:06,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:06.417 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.055s] 2018-09-02 01:29:06,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:06.690 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.723s] 2018-09-02 01:29:09,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:09.792 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.097s] 2018-09-02 01:29:10,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:10.259 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.470s] 2018-09-02 01:29:11,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:11.550 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.289s] 2018-09-02 01:29:12,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:12.202 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.652s] 2018-09-02 01:29:12,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:12.776 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.891s] 2018-09-02 01:29:13,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:13.571 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.367s] 2018-09-02 01:29:13,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:13.609 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.041s] 2018-09-02 01:29:14,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:14.563 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.084s] 2018-09-02 01:29:17,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:17.857 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.227s] 2018-09-02 01:29:18,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:18.497 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.639s] 2018-09-02 01:29:19,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:19.345 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.253s] 2018-09-02 01:29:19,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:19.346 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.848s] 2018-09-02 01:29:19,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:19.561 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.216s] 2018-09-02 01:29:19,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:19.596 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.035s] 2018-09-02 01:29:19,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:19.663 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.318s] 2018-09-02 01:29:19,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:19.858 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.261s] 2018-09-02 01:29:20,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:20.104 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.245s] 2018-09-02 01:29:20,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:20.373 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.269s] 2018-09-02 01:29:20,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:20.427 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.762s] 2018-09-02 01:29:20,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:20.666 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.293s] 2018-09-02 01:29:20,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:20.876 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.209s] 2018-09-02 01:29:20,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:20.886 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.008s] 2018-09-02 01:29:21,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.140 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.254s] 2018-09-02 01:29:21,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.149 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-09-02 01:29:21,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.363 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.213s] 2018-09-02 01:29:21,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.402 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.038s] 2018-09-02 01:29:21,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.628 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.225s] 2018-09-02 01:29:21,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.664 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.036s] 2018-09-02 01:29:21,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.672 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.008s] 2018-09-02 01:29:21,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.707 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-09-02 01:29:21,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.741 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.033s] 2018-09-02 01:29:21,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.773 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-09-02 01:29:21,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:21.816 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.042s] 2018-09-02 01:29:22,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:22.439 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.010s] 2018-09-02 01:29:23,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:23.098 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.658s] 2018-09-02 01:29:23,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:23.210 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.114s] 2018-09-02 01:29:23,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:23.229 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.018s] 2018-09-02 01:29:23,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:23.244 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.015s] 2018-09-02 01:29:23,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:23.259 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.015s] 2018-09-02 01:29:29,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:29.343 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.641s] 2018-09-02 01:29:30,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:30.078 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.734s] 2018-09-02 01:29:32,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:32.228 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.249s] 2018-09-02 01:29:35,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:35.588 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [22.802s] 2018-09-02 01:29:36,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:36.715 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [4.486s] 2018-09-02 01:29:39,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:39.887 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2018-09-02 01:29:39,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:39.922 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.035s] 2018-09-02 01:29:40,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:40.205 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.282s] 2018-09-02 01:29:40,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:40.659 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.453s] 2018-09-02 01:29:40,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:40.773 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.113s] 2018-09-02 01:29:41,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.060 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.286s] 2018-09-02 01:29:41,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.100 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.040s] 2018-09-02 01:29:41,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.375 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.274s] 2018-09-02 01:29:41,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.448 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.073s] 2018-09-02 01:29:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.722 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.273s] 2018-09-02 01:29:41,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.766 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.043s] 2018-09-02 01:29:41,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.857 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.090s] 2018-09-02 01:29:41,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.932 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.074s] 2018-09-02 01:29:41,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:41.997 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.065s] 2018-09-02 01:29:42,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:42.074 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.077s] 2018-09-02 01:29:45,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:29:45.371 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.786s] 2018-09-02 01:30:10,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:10.179 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [24.800s] 2018-09-02 01:30:14,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:14.530 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-09-02 01:30:19,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:19.167 11183 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.408s] 2018-09-02 01:30:19,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:19.741 11183 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.574s] 2018-09-02 01:30:33,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:33.086 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.216s] 2018-09-02 01:30:33,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:33.140 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.055s] 2018-09-02 01:30:33,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:33.486 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.345s] 2018-09-02 01:30:35,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:35.611 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.124s] 2018-09-02 01:30:40,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:40.149 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.537s] 2018-09-02 01:30:40,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:40.196 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.047s] 2018-09-02 01:30:40,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:40.245 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2018-09-02 01:30:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:53.006 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2018-09-02 01:30:57,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:30:57.372 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.325s] 2018-09-02 01:31:02,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:31:02.535 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.841s] 2018-09-02 01:31:03,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:31:03.670 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.133s] 2018-09-02 01:31:24,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:31:24.075 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [20.402s] 2018-09-02 01:31:36,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:31:36.213 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.397s] 2018-09-02 01:31:36,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 01:31:36.267 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.054s] 2018-09-02 01:31:45,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e27c44bb-b4b7-4cc9-9ff4-31f22b46458b 2018-09-02 01:31:45,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e27c44bb-b4b7-4cc9-9ff4-31f22b46458b']'. 2018-09-02 01:31:46,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 01:31:46,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 01:31:46,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 01:31:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e27c44bb-b4b7-4cc9-9ff4-31f22b46458b | 2018-09-02 01:31:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 01:31:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 01:25:34 | 2018-09-02 01:31:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 01:31:45 | 2018-09-02 01:31:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:11 | 2018-09-02 01:31:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-02 01:31:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 01:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 01:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 67d6cb46-d395-4a73-8a14-caa4e950a1cd) | 2018-09-02 01:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 01:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5bca8ecd-cf5a-424c-8212-d1f784d7a8e4) | 2018-09-02 01:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 217 | 2018-09-02 01:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 357.088 | 2018-09-02 01:31:46,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 217 | 2018-09-02 01:31:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-09-02 01:31:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 01:31:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 01:31:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 01:31:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 01:31:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 01:31:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 01:31:46,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-09-02 01:31:46,767 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 01:31:46,768 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 06:32 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-02 01:31:46,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:31:46,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:47,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b1c8cb1-7e3e-4c46-9e11-e06d6dadb97b Date: Sun, 02 Sep 2018 01:31:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:31:47,718 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563 used request id req-9b1c8cb1-7e3e-4c46-9e11-e06d6dadb97b 2018-09-02 01:31:47,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.944503068924s 2018-09-02 01:31:47,718 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/ce7995d3-c12f-43df-aa20-ea746e96c563 used request id req-9b1c8cb1-7e3e-4c46-9e11-e06d6dadb97b 2018-09-02 01:31:47,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:31:47,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:47,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38f92fbc-bb32-495b-8007-215356284c0b x-compute-request-id: req-38f92fbc-bb32-495b-8007-215356284c0b Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_alt_a81c88ef-e210-4f15-b9df-142b1885949e", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "4272d504-ab74-47c1-92b5-595c51e8a8b4"}, {"name": "refstack_defcore-flavor_a81c88ef-e210-4f15-b9df-142b1885949e", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/752ddb85-aea9-47e4-9842-0efa712ff824", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "752ddb85-aea9-47e4-9842-0efa712ff824"}]} 2018-09-02 01:31:47,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-38f92fbc-bb32-495b-8007-215356284c0b 2018-09-02 01:31:47,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.261389970779s 2018-09-02 01:31:47,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-38f92fbc-bb32-495b-8007-215356284c0b 2018-09-02 01:31:47,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:31:47,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:48,009 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:31:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-367508a8-f894-41e1-862d-f170bdaddf7f x-compute-request-id: req-367508a8-f894-41e1-862d-f170bdaddf7f Content-Length: 0 Content-Type: application/json 2018-09-02 01:31:48,010 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4 used request id req-367508a8-f894-41e1-862d-f170bdaddf7f 2018-09-02 01:31:48,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.027379989624s 2018-09-02 01:31:48,010 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/4272d504-ab74-47c1-92b5-595c51e8a8b4 used request id req-367508a8-f894-41e1-862d-f170bdaddf7f 2018-09-02 01:31:48,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 01:31:48,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" -d '{"subnet_id": "42db3ced-80d5-4d35-8d74-10cb07a0dd63"}' 2018-09-02 01:31:49,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cf8aabd2-c4e8-4ed3-9208-a41ef2604475 Date: Sun, 02 Sep 2018 01:31:49 GMT RESP BODY: {"network_id": "0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4", "tenant_id": "9938bef567e64845a5428ce40fcd3413", "subnet_id": "42db3ced-80d5-4d35-8d74-10cb07a0dd63", "subnet_ids": ["42db3ced-80d5-4d35-8d74-10cb07a0dd63"], "port_id": "736ae508-c8ca-480a-8a02-0c15c677fc8a", "id": "68c64c32-01bf-4869-ac57-3062c3cef054"} 2018-09-02 01:31:49,894 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054/remove_router_interface.json used request id req-cf8aabd2-c4e8-4ed3-9208-a41ef2604475 2018-09-02 01:31:49,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88415718079s 2018-09-02 01:31:49,895 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054/remove_router_interface.json used request id req-cf8aabd2-c4e8-4ed3-9208-a41ef2604475 returning object 68c64c32-01bf-4869-ac57-3062c3cef054 2018-09-02 01:31:49,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 01:31:49,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:50,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1714 X-Openstack-Request-Id: req-3362a6f1-1d1f-408b-9ef8-bbbf96acd1bb Date: Sun, 02 Sep 2018 01:31:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5a0296eb74a4b6e817e67377065c6c0", "created_at": "2018-09-02T00:51:22Z", "admin_state_up": true, "updated_at": "2018-09-02T00:51:22Z", "project_id": "f5a0296eb74a4b6e817e67377065c6c0", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4857129b-82a9-44a5-9393-4e0914e1004f", "name": "tempest-pretest-check-233014650"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.213"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9938bef567e64845a5428ce40fcd3413", "created_at": "2018-09-02T01:25:16Z", "admin_state_up": true, "updated_at": "2018-09-02T01:31:49Z", "project_id": "9938bef567e64845a5428ce40fcd3413", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "68c64c32-01bf-4869-ac57-3062c3cef054", "name": "refstack_defcore-router_a81c88ef-e210-4f15-b9df-142b1885949e"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "created_at": "2018-09-02T00:51:51Z", "admin_state_up": false, "updated_at": "2018-09-02T00:51:51Z", "project_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "823db40e-5adb-450c-8053-408c95630c03", "name": "tempest-router-1082214639"}]} 2018-09-02 01:31:50,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3362a6f1-1d1f-408b-9ef8-bbbf96acd1bb 2018-09-02 01:31:50,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.384279966354s 2018-09-02 01:31:50,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3362a6f1-1d1f-408b-9ef8-bbbf96acd1bb 2018-09-02 01:31:50,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 01:31:50,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:51,522 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9126286-2f5b-443f-9e70-c8df0fddd905 Content-Length: 0 Date: Sun, 02 Sep 2018 01:31:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:31:51,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054.json used request id req-b9126286-2f5b-443f-9e70-c8df0fddd905 2018-09-02 01:31:51,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24006104469s 2018-09-02 01:31:51,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/68c64c32-01bf-4869-ac57-3062c3cef054.json used request id req-b9126286-2f5b-443f-9e70-c8df0fddd905 2018-09-02 01:31:51,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 01:31:51,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:51,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1334 X-Openstack-Request-Id: req-24d22ae1-f9d6-4b40-b8a1-d5344e36f741 Date: Sun, 02 Sep 2018 01:31:51 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T01:25:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"42db3ced-80d5-4d35-8d74-10cb07a0dd63","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"9938bef567e64845a5428ce40fcd3413","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_a81c88ef-e210-4f15-b9df-142b1885949e","enable_dhcp":true,"segment_id":null,"network_id":"0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4","tenant_id":"9938bef567e64845a5428ce40fcd3413","created_at":"2018-09-02T01:25:15Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 01:31:51,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-24d22ae1-f9d6-4b40-b8a1-d5344e36f741 2018-09-02 01:31:51,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0672130584717s 2018-09-02 01:31:51,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-24d22ae1-f9d6-4b40-b8a1-d5344e36f741 2018-09-02 01:31:51,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 01:31:51,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/42db3ced-80d5-4d35-8d74-10cb07a0dd63.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:52,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a6207a2-d9bb-4e27-b588-1f9967fe785b Date: Sun, 02 Sep 2018 01:31:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:31:52,399 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/42db3ced-80d5-4d35-8d74-10cb07a0dd63.json used request id req-4a6207a2-d9bb-4e27-b588-1f9967fe785b 2018-09-02 01:31:52,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.807309865952s 2018-09-02 01:31:52,400 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/42db3ced-80d5-4d35-8d74-10cb07a0dd63.json used request id req-4a6207a2-d9bb-4e27-b588-1f9967fe785b 2018-09-02 01:31:52,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:31:52,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:52,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-230813e5-32c9-47e9-865b-0a7d08e90f0c Date: Sun, 02 Sep 2018 01:31:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":true,"project_id":"9938bef567e64845a5428ce40fcd3413","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:31:52Z","qos_policy_id":null,"name":"refstack_defcore-net_a81c88ef-e210-4f15-b9df-142b1885949e","admin_state_up":true,"tenant_id":"9938bef567e64845a5428ce40fcd3413","created_at":"2018-09-02T01:25:15Z","provider:network_type":"vxlan"}]} 2018-09-02 01:31:52,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-230813e5-32c9-47e9-865b-0a7d08e90f0c 2018-09-02 01:31:52,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0802760124207s 2018-09-02 01:31:52,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-230813e5-32c9-47e9-865b-0a7d08e90f0c 2018-09-02 01:31:52,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 01:31:52,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:53,627 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de08bc89-f161-4e40-b7ec-4bc1b9a06344 Date: Sun, 02 Sep 2018 01:31:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:31:53,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4.json used request id req-de08bc89-f161-4e40-b7ec-4bc1b9a06344 2018-09-02 01:31:53,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14528107643s 2018-09-02 01:31:53,628 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/0dca78a6-a98b-48cc-a2fb-c0171ae8b6c4.json used request id req-de08bc89-f161-4e40-b7ec-4bc1b9a06344 2018-09-02 01:31:53,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:31:53,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:53,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-6b2a1d93-c230-47d1-860b-e4d50e32e5b1 Date: Sun, 02 Sep 2018 01:31:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:25:21Z", "file": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/file", "owner": "9938bef567e64845a5428ce40fcd3413", "id": "c2b19337-e558-4060-a8fb-0c1692bc6c25", "size": 12716032, "self": "/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/c2b19337-e558-4060-a8fb-0c1692bc6c25/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_a81c88ef-e210-4f15-b9df-142b1885949e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:25:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:31:53,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6b2a1d93-c230-47d1-860b-e4d50e32e5b1 2018-09-02 01:31:53,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239720344543s 2018-09-02 01:31:53,657 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6b2a1d93-c230-47d1-860b-e4d50e32e5b1 2018-09-02 01:31:53,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:31:53,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0ac0fd7c9421c87c8b8c0ed81510943af25ead59" 2018-09-02 01:31:53,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c6b6bce-98c8-4c12-b61a-e81a0ad423da Date: Sun, 02 Sep 2018 01:31:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:31:53,922 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25 used request id req-2c6b6bce-98c8-4c12-b61a-e81a0ad423da 2018-09-02 01:31:53,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.264376878738s 2018-09-02 01:31:53,923 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/c2b19337-e558-4060-a8fb-0c1692bc6c25 used request id req-2c6b6bce-98c8-4c12-b61a-e81a0ad423da 2018-09-02 01:31:53,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:31:53,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:53,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed380940-7af5-49d1-84bb-3e81fc2e36d6 x-compute-request-id: req-ed380940-7af5-49d1-84bb-3e81fc2e36d6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_a81c88ef-e210-4f15-b9df-142b1885949e", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/752ddb85-aea9-47e4-9842-0efa712ff824", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "752ddb85-aea9-47e4-9842-0efa712ff824"}]} 2018-09-02 01:31:53,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ed380940-7af5-49d1-84bb-3e81fc2e36d6 2018-09-02 01:31:53,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276992321014s 2018-09-02 01:31:53,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ed380940-7af5-49d1-84bb-3e81fc2e36d6 2018-09-02 01:31:53,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:31:53,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:53,980 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5f0e5a4-c4b6-4c1a-809f-5748141e07cb x-compute-request-id: req-c5f0e5a4-c4b6-4c1a-809f-5748141e07cb Content-Length: 0 Content-Type: application/json 2018-09-02 01:31:53,981 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824 used request id req-c5f0e5a4-c4b6-4c1a-809f-5748141e07cb 2018-09-02 01:31:53,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.02747797966s 2018-09-02 01:31:53,981 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/752ddb85-aea9-47e4-9842-0efa712ff824 used request id req-c5f0e5a4-c4b6-4c1a-809f-5748141e07cb 2018-09-02 01:31:53,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:31:53,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:54,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5adf20ca-a840-47eb-8edd-c3212a455ba4 Content-Encoding: gzip Content-Length: 965 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}, {"name": "refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e", "links": {"self": "http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f94eb4815e9c4d7f8fdf8f0c703f2def", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:31:54,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-5adf20ca-a840-47eb-8edd-c3212a455ba4 2018-09-02 01:31:54,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.180459976196s 2018-09-02 01:31:54,162 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-5adf20ca-a840-47eb-8edd-c3212a455ba4 2018-09-02 01:31:54,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:31:54,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:54,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b21f9b09-38b3-43b7-a3e8-20f7541b92d1 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "refstack_defcore-user_a81c88ef-e210-4f15-b9df-142b1885949e", "links": {"self": "http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f94eb4815e9c4d7f8fdf8f0c703f2def", "description": null}} 2018-09-02 01:31:54,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def used request id req-b21f9b09-38b3-43b7-a3e8-20f7541b92d1 2018-09-02 01:31:54,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192783117294s 2018-09-02 01:31:54,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def used request id req-b21f9b09-38b3-43b7-a3e8-20f7541b92d1 2018-09-02 01:31:54,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 01:31:54,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:54,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71496c9c-c249-4e05-9755-98744d89fdab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:31:54,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def used request id req-71496c9c-c249-4e05-9755-98744d89fdab 2018-09-02 01:31:54,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.258416175842s 2018-09-02 01:31:54,622 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/f94eb4815e9c4d7f8fdf8f0c703f2def used request id req-71496c9c-c249-4e05-9755-98744d89fdab 2018-09-02 01:31:54,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:31:54,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:54,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2da93075-26c8-495d-96c7-e132b7ba59fb Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413"}, "tags": [], "enabled": true, "id": "9938bef567e64845a5428ce40fcd3413", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_a81c88ef-e210-4f15-b9df-142b1885949e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 01:31:54,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-2da93075-26c8-495d-96c7-e132b7ba59fb 2018-09-02 01:31:54,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102621078491s 2018-09-02 01:31:54,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-2da93075-26c8-495d-96c7-e132b7ba59fb 2018-09-02 01:31:54,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 01:31:54,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}64570e911c352d55324a82e79e2d07227c7791a2" 2018-09-02 01:31:54,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:31:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64d18916-9cf6-42b7-b282-ed1aa2ae298b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:31:54,965 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413 used request id req-64d18916-9cf6-42b7-b282-ed1aa2ae298b 2018-09-02 01:31:54,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.228995084763s 2018-09-02 01:31:54,965 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/9938bef567e64845a5428ce40fcd3413 used request id req-64d18916-9cf6-42b7-b282-ed1aa2ae298b 2018-09-02 01:31:55,023 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-09-02 01:31:55,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:31:55,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:31:55,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:31:55,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:31:55,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:31:55,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:31:55,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:31:55,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:31:55,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:31:55,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:31:55,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:31:55,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:31:55,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:31:55,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:31:55,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06d05d8-23e5-4269-834e-9c627e7bfe4f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:31:55,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-a06d05d8-23e5-4269-834e-9c627e7bfe4f 2018-09-02 01:31:55,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:31:55,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["XpHx0nbsRi6ViudDNJU-vg"], "issued_at": "2018-09-02T01:31:55.000000Z"}} 2018-09-02 01:31:55,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:31:55,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:55,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-6fca9214-50e0-4124-8c9a-a2922c8361a9 Date: Sun, 02 Sep 2018 01:31:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 01:31:55,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6fca9214-50e0-4124-8c9a-a2922c8361a9 2018-09-02 01:31:55,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.314228057861s 2018-09-02 01:31:55,783 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6fca9214-50e0-4124-8c9a-a2922c8361a9 2018-09-02 01:31:55,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:31:55,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:31:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cec4ee18-1cff-426b-addf-f232b87b79f2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 01:31:55,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-cec4ee18-1cff-426b-addf-f232b87b79f2 2018-09-02 01:31:55,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:31:55,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:55,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570f0bfa-6c08-4fb2-8ca5-27ee7b5fdde2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 01:31:55,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-570f0bfa-6c08-4fb2-8ca5-27ee7b5fdde2 2018-09-02 01:31:55,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.168609142303s 2018-09-02 01:31:55,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-570f0bfa-6c08-4fb2-8ca5-27ee7b5fdde2 2018-09-02 01:31:55,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 01:31:55,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386"}}' 2018-09-02 01:31:56,169 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:31:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e79dd16-d513-4278-bf1a-3034558ff958 Content-Length: 360 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668"}, "tags": [], "enabled": true, "id": "e21845483000424e965518c6f6d1f668", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386"}} 2018-09-02 01:31:56,169 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-9e79dd16-d513-4278-bf1a-3034558ff958 2018-09-02 01:31:56,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.20038485527s 2018-09-02 01:31:56,169 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-9e79dd16-d513-4278-bf1a-3034558ff958 2018-09-02 01:31:56,170 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: patrole', u'tags': [], 'enabled': True, 'id': u'e21845483000424e965518c6f6d1f668', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386'}) 2018-09-02 01:31:56,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 01:31:56,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "36bdc64b-eea0-4622-baf5-851d6f857519", "email": null, "name": "patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386"}}' 2018-09-02 01:31:56,551 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-670244e7-6e24-419d-975e-58d0b5a12043 Content-Length: 322 Content-Type: application/json RESP BODY: {"user": {"name": "patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": {"self": "http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c8ddf1772999432888e96843092875ce", "domain_id": "default", "password_expires_at": null}} 2018-09-02 01:31:56,551 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-670244e7-6e24-419d-975e-58d0b5a12043 2018-09-02 01:31:56,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375184059143s 2018-09-02 01:31:56,552 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-670244e7-6e24-419d-975e-58d0b5a12043 2018-09-02 01:31:56,553 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c8ddf1772999432888e96843092875ce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386'}) 2018-09-02 01:31:56,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:31:56,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:56,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162119b1-6c2b-4840-9d4a-b7083e94e947 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:31:56,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-162119b1-6c2b-4840-9d4a-b7083e94e947 2018-09-02 01:31:56,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177888154984s 2018-09-02 01:31:56,734 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-162119b1-6c2b-4840-9d4a-b7083e94e947 2018-09-02 01:31:56,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:31:56,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:56,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09065449-d0b0-40ca-8900-4f4619fa3cdc Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:31:56,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-09065449-d0b0-40ca-8900-4f4619fa3cdc 2018-09-02 01:31:56,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174844026566s 2018-09-02 01:31:56,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-09065449-d0b0-40ca-8900-4f4619fa3cdc 2018-09-02 01:31:56,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:31:56,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:57,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd8d8f1c-e65c-4584-9721-262b401246e2 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:31:57,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-cd8d8f1c-e65c-4584-9721-262b401246e2 2018-09-02 01:31:57,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0991160869598s 2018-09-02 01:31:57,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-cd8d8f1c-e65c-4584-9721-262b401246e2 2018-09-02 01:31:57,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:31:57,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:57,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee22c3f4-ea2a-4c3d-8983-8c9cf87e6d89 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:31:57,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-ee22c3f4-ea2a-4c3d-8983-8c9cf87e6d89 2018-09-02 01:31:57,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.135710954666s 2018-09-02 01:31:57,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-ee22c3f4-ea2a-4c3d-8983-8c9cf87e6d89 2018-09-02 01:31:57,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:31:57,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:57,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dde63bd-bb49-400d-b8a0-c211fd19363a Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": {"self": "http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c8ddf1772999432888e96843092875ce", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:31:57,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-2dde63bd-bb49-400d-b8a0-c211fd19363a 2018-09-02 01:31:57,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117994070053s 2018-09-02 01:31:57,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-2dde63bd-bb49-400d-b8a0-c211fd19363a 2018-09-02 01:31:57,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:31:57,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:57,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0095da26-5bd3-4fc9-8bb1-743a58dd418f Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668"}, "tags": [], "enabled": true, "id": "e21845483000424e965518c6f6d1f668", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:31:57,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-0095da26-5bd3-4fc9-8bb1-743a58dd418f 2018-09-02 01:31:57,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102826118469s 2018-09-02 01:31:57,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-0095da26-5bd3-4fc9-8bb1-743a58dd418f 2018-09-02 01:31:57,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:31:57,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e21845483000424e965518c6f6d1f668" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:57,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39643f5a-85c1-407a-9f48-7d88f2ac488e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e21845483000424e965518c6f6d1f668", "previous": null, "next": null}} 2018-09-02 01:31:57,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e21845483000424e965518c6f6d1f668 used request id req-39643f5a-85c1-407a-9f48-7d88f2ac488e 2018-09-02 01:31:57,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109574079514s 2018-09-02 01:31:57,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=e21845483000424e965518c6f6d1f668 used request id req-39643f5a-85c1-407a-9f48-7d88f2ac488e 2018-09-02 01:31:57,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:31:57,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668/users/c8ddf1772999432888e96843092875ce/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:57,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:31:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a527be8-e9e1-45e2-828e-e87a9e999a4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:31:57,672 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668/users/c8ddf1772999432888e96843092875ce/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-1a527be8-e9e1-45e2-828e-e87a9e999a4a 2018-09-02 01:31:57,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.151414871216s 2018-09-02 01:31:57,672 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668/users/c8ddf1772999432888e96843092875ce/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-1a527be8-e9e1-45e2-828e-e87a9e999a4a 2018-09-02 01:31:57,673 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'e21845483000424e965518c6f6d1f668', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '36bdc64b-eea0-4622-baf5-851d6f857519', 'username': u'patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 01:31:57,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:31:57,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:31:57,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:31:57,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:31:57,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:31:57,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:31:57,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:31:57,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:31:57,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:31:57,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:31:57,679 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'password': '36bdc64b-eea0-4622-baf5-851d6f857519', 'project_name': 'patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'e21845483000424e965518c6f6d1f668', 'project_domain_name': 'Default'} 2018-09-02 01:31:57,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:31:57,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:57,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1b8b98-3913-40b9-81a2-0227ddf1df5b Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:31:57,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-5f1b8b98-3913-40b9-81a2-0227ddf1df5b 2018-09-02 01:31:57,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188731908798s 2018-09-02 01:31:57,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-5f1b8b98-3913-40b9-81a2-0227ddf1df5b 2018-09-02 01:31:57,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:31:57,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:58,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-203ae051-9079-49e4-a7ef-70bfe6db122c Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:31:58,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-203ae051-9079-49e4-a7ef-70bfe6db122c 2018-09-02 01:31:58,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.262995958328s 2018-09-02 01:31:58,139 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-203ae051-9079-49e4-a7ef-70bfe6db122c 2018-09-02 01:31:58,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:31:58,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:58,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2caf782-50d7-48d1-9abb-2043620494fa Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:31:58,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-b2caf782-50d7-48d1-9abb-2043620494fa 2018-09-02 01:31:58,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0973799228668s 2018-09-02 01:31:58,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-b2caf782-50d7-48d1-9abb-2043620494fa 2018-09-02 01:31:58,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:31:58,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:58,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58de024-5e51-40f9-a7ec-5395e730f053 Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": {"self": "http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c8ddf1772999432888e96843092875ce", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:31:58,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b58de024-5e51-40f9-a7ec-5395e730f053 2018-09-02 01:31:58,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.153297901154s 2018-09-02 01:31:58,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b58de024-5e51-40f9-a7ec-5395e730f053 2018-09-02 01:31:58,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:31:58,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:58,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0947277-d191-4e58-ab77-1805d6687d67 Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668"}, "tags": [], "enabled": true, "id": "e21845483000424e965518c6f6d1f668", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:31:58,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-f0947277-d191-4e58-ab77-1805d6687d67 2018-09-02 01:31:58,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.139623165131s 2018-09-02 01:31:58,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-f0947277-d191-4e58-ab77-1805d6687d67 2018-09-02 01:31:58,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:31:58,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e21845483000424e965518c6f6d1f668" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:58,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21190df8-7fdf-4822-8277-7ff6e81d6f77 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e21845483000424e965518c6f6d1f668", "previous": null, "next": null}} 2018-09-02 01:31:58,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e21845483000424e965518c6f6d1f668 used request id req-21190df8-7fdf-4822-8277-7ff6e81d6f77 2018-09-02 01:31:58,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0996670722961s 2018-09-02 01:31:58,657 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c8ddf1772999432888e96843092875ce&role.id=527a26856ff64a55b36113867c009231&scope.project.id=e21845483000424e965518c6f6d1f668 used request id req-21190df8-7fdf-4822-8277-7ff6e81d6f77 2018-09-02 01:31:58,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:31:58,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668/users/c8ddf1772999432888e96843092875ce/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:31:58,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e53ad55-dec3-44f3-bf63-5cb45fa4c349 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:31:58,788 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668/users/c8ddf1772999432888e96843092875ce/roles/527a26856ff64a55b36113867c009231 used request id req-3e53ad55-dec3-44f3-bf63-5cb45fa4c349 2018-09-02 01:31:58,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.128804922104s 2018-09-02 01:31:58,788 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668/users/c8ddf1772999432888e96843092875ce/roles/527a26856ff64a55b36113867c009231 used request id req-3e53ad55-dec3-44f3-bf63-5cb45fa4c349 2018-09-02 01:31:58,789 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 01:32:01,555 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 01:32:04,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | a55b499d-4cfe-4449-868b-06d450709fed | 2018-09-02T01:32:03.967028 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: a55b499d-4cfe-4449-868b-06d450709fed ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 01:32:08,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 01:32:08,226 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 01:32:11,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 01:32:14,501 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=85a3e2a0-1fee-42a1-b40b-00d333ab1753) as the default verifier for the future CLI operations. 2018-09-02 01:32:17,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:32:17,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf37fd9-87d8-4d94-b7d6-3a1a63ce0789 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:32:17,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-dbf37fd9-87d8-4d94-b7d6-3a1a63ce0789 2018-09-02 01:32:17,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:32:18,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e21845483000424e965518c6f6d1f668", "name": "patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e21845483000424e965518c6f6d1f668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/e21845483000424e965518c6f6d1f668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/e21845483000424e965518c6f6d1f668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e21845483000424e965518c6f6d1f668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/e21845483000424e965518c6f6d1f668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/e21845483000424e965518c6f6d1f668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/e21845483000424e965518c6f6d1f668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/e21845483000424e965518c6f6d1f668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/e21845483000424e965518c6f6d1f668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_e21845483000424e965518c6f6d1f668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_e21845483000424e965518c6f6d1f668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/e21845483000424e965518c6f6d1f668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/e21845483000424e965518c6f6d1f668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/e21845483000424e965518c6f6d1f668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386", "id": "c8ddf1772999432888e96843092875ce"}, "audit_ids": ["phfIzAt9QpCJOTMY-m0eQg"], "issued_at": "2018-09-02T01:32:18.000000Z"}} 2018-09-02 01:32:18,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 01:32:18,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:18,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-f552781e-cb92-403f-967d-cee09ae86ecd Date: Sun, 02 Sep 2018 01:32:18 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 01:32:18,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-f552781e-cb92-403f-967d-cee09ae86ecd 2018-09-02 01:32:18,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.244544029236s 2018-09-02 01:32:18,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-f552781e-cb92-403f-967d-cee09ae86ecd 2018-09-02 01:32:18,379 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-09-02 01:32:18,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 01:32:18,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '{"network": {"shared": true, "name": "patrole-net_5916ebf8-f41a-4c55-9a5b-f184e2102386", "admin_state_up": true}}' 2018-09-02 01:32:18,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-b1ef1ed8-61de-4c70-a5e0-cfdb840501ad Date: Sun, 02 Sep 2018 01:32:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f31944d1-6158-4146-b9bc-cb2b08e77189","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":true,"project_id":"e21845483000424e965518c6f6d1f668","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:32:18Z","is_default":false,"qos_policy_id":null,"name":"patrole-net_5916ebf8-f41a-4c55-9a5b-f184e2102386","admin_state_up":true,"tenant_id":"e21845483000424e965518c6f6d1f668","created_at":"2018-09-02T01:32:18Z","mtu":1450}} 2018-09-02 01:32:18,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b1ef1ed8-61de-4c70-a5e0-cfdb840501ad 2018-09-02 01:32:18,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.333103895187s 2018-09-02 01:32:18,713 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b1ef1ed8-61de-4c70-a5e0-cfdb840501ad 2018-09-02 01:32:18,714 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T01:32:18Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f31944d1-6158-4146-b9bc-cb2b08e77189', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'patrole-net_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'created_at': u'2018-09-02T01:32:18Z', u'mtu': 1450, u'tenant_id': u'e21845483000424e965518c6f6d1f668', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e21845483000424e965518c6f6d1f668', u'l2_adjacency': True}) 2018-09-02 01:32:18,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:32:18,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:18,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1425 X-Openstack-Request-Id: req-242ca83f-3253-4f0b-8023-e6525f3a41a6 Date: Sun, 02 Sep 2018 01:32:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f31944d1-6158-4146-b9bc-cb2b08e77189","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":true,"project_id":"e21845483000424e965518c6f6d1f668","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:32:18Z","qos_policy_id":null,"name":"patrole-net_5916ebf8-f41a-4c55-9a5b-f184e2102386","admin_state_up":true,"tenant_id":"e21845483000424e965518c6f6d1f668","created_at":"2018-09-02T01:32:18Z","provider:network_type":"vxlan"}]} 2018-09-02 01:32:18,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-242ca83f-3253-4f0b-8023-e6525f3a41a6 2018-09-02 01:32:18,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118396997452s 2018-09-02 01:32:18,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-242ca83f-3253-4f0b-8023-e6525f3a41a6 2018-09-02 01:32:18,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 01:32:18,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '{"subnet": {"name": "patrole-subnet_5916ebf8-f41a-4c55-9a5b-f184e2102386", "enable_dhcp": true, "network_id": "f31944d1-6158-4146-b9bc-cb2b08e77189", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 01:32:19,252 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-9ee24860-8eae-49ad-8d58-ceb16f69d2f2 Date: Sun, 02 Sep 2018 01:32:19 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T01:32:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"82a8282b-c5c9-4d4a-bb20-bbf3a705d89e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"e21845483000424e965518c6f6d1f668","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_5916ebf8-f41a-4c55-9a5b-f184e2102386","enable_dhcp":true,"segment_id":null,"network_id":"f31944d1-6158-4146-b9bc-cb2b08e77189","tenant_id":"e21845483000424e965518c6f6d1f668","created_at":"2018-09-02T01:32:18Z","ip_version":4}} 2018-09-02 01:32:19,252 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-9ee24860-8eae-49ad-8d58-ceb16f69d2f2 2018-09-02 01:32:19,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.417119026184s 2018-09-02 01:32:19,253 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-9ee24860-8eae-49ad-8d58-ceb16f69d2f2 2018-09-02 01:32:19,253 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:32:18Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'82a8282b-c5c9-4d4a-bb20-bbf3a705d89e', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'f31944d1-6158-4146-b9bc-cb2b08e77189', u'tenant_id': u'e21845483000424e965518c6f6d1f668', u'created_at': u'2018-09-02T01:32:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e21845483000424e965518c6f6d1f668'}) 2018-09-02 01:32:19,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 01:32:19,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "patrole-router_5916ebf8-f41a-4c55-9a5b-f184e2102386", "admin_state_up": true}}' 2018-09-02 01:32:20,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-e4e63501-aebf-4396-b220-7581a06211d2 Date: Sun, 02 Sep 2018 01:32:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e21845483000424e965518c6f6d1f668", "created_at": "2018-09-02T01:32:19Z", "admin_state_up": true, "updated_at": "2018-09-02T01:32:20Z", "project_id": "e21845483000424e965518c6f6d1f668", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "af2ed832-3831-4a54-9d65-4d4e5ea3476b", "name": "patrole-router_5916ebf8-f41a-4c55-9a5b-f184e2102386"}} 2018-09-02 01:32:20,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-e4e63501-aebf-4396-b220-7581a06211d2 2018-09-02 01:32:20,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.49793410301s 2018-09-02 01:32:20,752 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-e4e63501-aebf-4396-b220-7581a06211d2 2018-09-02 01:32:20,752 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:32:20Z', u'revision_number': 2, u'ha': False, u'id': u'af2ed832-3831-4a54-9d65-4d4e5ea3476b', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.211'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-router_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'admin_state_up': True, u'tenant_id': u'e21845483000424e965518c6f6d1f668', u'created_at': u'2018-09-02T01:32:19Z', u'flavor_id': None, u'routes': [], u'project_id': u'e21845483000424e965518c6f6d1f668'}) 2018-09-02 01:32:20,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 01:32:20,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '{"subnet_id": "82a8282b-c5c9-4d4a-bb20-bbf3a705d89e"}' 2018-09-02 01:32:23,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6e595aaa-68bd-491f-a6d6-b306ed3109cb Date: Sun, 02 Sep 2018 01:32:23 GMT RESP BODY: {"network_id": "f31944d1-6158-4146-b9bc-cb2b08e77189", "tenant_id": "e21845483000424e965518c6f6d1f668", "subnet_id": "82a8282b-c5c9-4d4a-bb20-bbf3a705d89e", "subnet_ids": ["82a8282b-c5c9-4d4a-bb20-bbf3a705d89e"], "port_id": "3c5afce8-faca-4a9d-997f-9f0cfd96832f", "id": "af2ed832-3831-4a54-9d65-4d4e5ea3476b"} 2018-09-02 01:32:23,088 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b/add_router_interface.json used request id req-6e595aaa-68bd-491f-a6d6-b306ed3109cb 2018-09-02 01:32:23,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.334608078s 2018-09-02 01:32:23,088 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b/add_router_interface.json used request id req-6e595aaa-68bd-491f-a6d6-b306ed3109cb returning object af2ed832-3831-4a54-9d65-4d4e5ea3476b 2018-09-02 01:32:23,089 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 01:32:23,217 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 01:32:23,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:32:23,224 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 01:32:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 01:32:23,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:32:23,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:23,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6bb015e5-a475-4eec-a48a-f19b88623a3b Date: Sun, 02 Sep 2018 01:32:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:32:23,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6bb015e5-a475-4eec-a48a-f19b88623a3b 2018-09-02 01:32:23,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.277998924255s 2018-09-02 01:32:23,507 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6bb015e5-a475-4eec-a48a-f19b88623a3b 2018-09-02 01:32:23,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 01:32:23,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386"}' 2018-09-02 01:32:23,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9c167ad4-8d65-4172-a381-f56a3fc24851 Date: Sun, 02 Sep 2018 01:32:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:32:23Z", "file": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file", "owner": "e21845483000424e965518c6f6d1f668", "id": "6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "size": null, "self": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "checksum": null, "created_at": "2018-09-02T01:32:23Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 01:32:23,603 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-9c167ad4-8d65-4172-a381-f56a3fc24851 2018-09-02 01:32:23,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0883309841156s 2018-09-02 01:32:23,604 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-9c167ad4-8d65-4172-a381-f56a3fc24851 returning object 6f0645e3-70fa-420e-8f8e-81fd8e9d75cb 2018-09-02 01:32:23,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 01:32:23,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '' 2018-09-02 01:32:24,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a95e7db6-c11a-4f50-ab44-3a8b5cfb19e6 Date: Sun, 02 Sep 2018 01:32:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:32:24,120 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file used request id req-a95e7db6-c11a-4f50-ab44-3a8b5cfb19e6 2018-09-02 01:32:24,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.515879869461s 2018-09-02 01:32:24,120 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file used request id req-a95e7db6-c11a-4f50-ab44-3a8b5cfb19e6 2018-09-02 01:32:24,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:32:24,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:24,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-ce137c69-a3a5-4280-baf1-336f179ea920 Date: Sun, 02 Sep 2018 01:32:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:32:24Z", "file": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file", "owner": "e21845483000424e965518c6f6d1f668", "id": "6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "size": 12716032, "self": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:32:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:32:24,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ce137c69-a3a5-4280-baf1-336f179ea920 2018-09-02 01:32:24,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0256049633026s 2018-09-02 01:32:24,150 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ce137c69-a3a5-4280-baf1-336f179ea920 2018-09-02 01:32:24,152 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file', 'owner': u'e21845483000424e965518c6f6d1f668', 'id': u'6f0645e3-70fa-420e-8f8e-81fd8e9d75cb', 'size': 12716032, u'self': u'/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e21845483000424e965518c6f6d1f668', 'name': 'patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T01:32:24Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T01:32:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'created': u'2018-09-02T01:32:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T01:32:23Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 01:32:24,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:32:24,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_5916ebf8-f41a-4c55-9a5b-f184e2102386", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 01:32:24,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a5ccaef-7294-4558-b5f6-bbfa5e13ea96 x-compute-request-id: req-2a5ccaef-7294-4558-b5f6-bbfa5e13ea96 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8503bc4a-5fb3-42d4-a98e-16328b5b2d4e"}} 2018-09-02 01:32:24,467 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-2a5ccaef-7294-4558-b5f6-bbfa5e13ea96 2018-09-02 01:32:24,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.314244031906s 2018-09-02 01:32:24,468 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-2a5ccaef-7294-4558-b5f6-bbfa5e13ea96 2018-09-02 01:32:24,469 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'8503bc4a-5fb3-42d4-a98e-16328b5b2d4e', 'swap': 0}) 2018-09-02 01:32:24,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:32:24,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" -d '{"extra_specs": {}}' 2018-09-02 01:32:24,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-094a2e94-cca7-4142-900b-ff48a5245675 x-compute-request-id: req-094a2e94-cca7-4142-900b-ff48a5245675 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:32:24,490 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e/os-extra_specs used request id req-094a2e94-cca7-4142-900b-ff48a5245675 2018-09-02 01:32:24,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205819606781s 2018-09-02 01:32:24,490 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e/os-extra_specs used request id req-094a2e94-cca7-4142-900b-ff48a5245675 2018-09-02 01:32:24,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:32:24,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:32:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76848aa2-68f0-4355-bfc4-7154aa128f9b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 01:32:24,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-76848aa2-68f0-4355-bfc4-7154aa128f9b 2018-09-02 01:32:24,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:32:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:24,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86505ec8-1e01-4e6b-a415-829ec669ddaa Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:32:24,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-86505ec8-1e01-4e6b-a415-829ec669ddaa 2018-09-02 01:32:24,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174887180328s 2018-09-02 01:32:24,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-86505ec8-1e01-4e6b-a415-829ec669ddaa 2018-09-02 01:32:24,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:32:24,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:24,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ff1702-664c-4662-9dd3-1667880c3ce3 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:32:24,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a3ff1702-664c-4662-9dd3-1667880c3ce3 2018-09-02 01:32:24,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106863021851s 2018-09-02 01:32:24,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a3ff1702-664c-4662-9dd3-1667880c3ce3 2018-09-02 01:32:24,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 01:32:24,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:25,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f33ee78-4af0-4142-97ca-94e40393c664 x-compute-request-id: req-4f33ee78-4af0-4142-97ca-94e40393c664 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 18}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-02 01:32:25,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-4f33ee78-4af0-4142-97ca-94e40393c664 2018-09-02 01:32:25,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.327283143997s 2018-09-02 01:32:25,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-4f33ee78-4af0-4142-97ca-94e40393c664 2018-09-02 01:32:25,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:32:25,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:25,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-d751c844-cdc1-43a4-ae2e-2ca7dc5d12a9 Date: Sun, 02 Sep 2018 01:32:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:32:24Z", "file": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file", "owner": "e21845483000424e965518c6f6d1f668", "id": "6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "size": 12716032, "self": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:32:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:32:25,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d751c844-cdc1-43a4-ae2e-2ca7dc5d12a9 2018-09-02 01:32:25,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0235080718994s 2018-09-02 01:32:25,158 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d751c844-cdc1-43a4-ae2e-2ca7dc5d12a9 2018-09-02 01:32:25,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 01:32:25,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386"}' 2018-09-02 01:32:25,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4ab785ee-69f4-4450-9640-3670bfa887f8 Date: Sun, 02 Sep 2018 01:32:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:32:25Z", "file": "/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/file", "owner": "e21845483000424e965518c6f6d1f668", "id": "1f07b4c3-5274-425f-bb14-31189e8d3a4f", "size": null, "self": "/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "checksum": null, "created_at": "2018-09-02T01:32:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 01:32:25,205 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-4ab785ee-69f4-4450-9640-3670bfa887f8 2018-09-02 01:32:25,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0391919612885s 2018-09-02 01:32:25,205 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-4ab785ee-69f4-4450-9640-3670bfa887f8 returning object 1f07b4c3-5274-425f-bb14-31189e8d3a4f 2018-09-02 01:32:25,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 01:32:25,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '' 2018-09-02 01:32:26,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d44f25c-ef42-4894-bb50-5a9c23effb81 Date: Sun, 02 Sep 2018 01:32:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:32:26,152 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/file used request id req-8d44f25c-ef42-4894-bb50-5a9c23effb81 2018-09-02 01:32:26,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.946800947189s 2018-09-02 01:32:26,153 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/file used request id req-8d44f25c-ef42-4894-bb50-5a9c23effb81 2018-09-02 01:32:26,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:32:26,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:32:26,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-07c93ea1-921d-4ca9-bad0-00ab4b978743 Date: Sun, 02 Sep 2018 01:32:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:32:26Z", "file": "/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/file", "owner": "e21845483000424e965518c6f6d1f668", "id": "1f07b4c3-5274-425f-bb14-31189e8d3a4f", "size": 12716032, "self": "/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:32:25Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:32:24Z", "file": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file", "owner": "e21845483000424e965518c6f6d1f668", "id": "6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "size": 12716032, "self": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:32:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:32:26,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-07c93ea1-921d-4ca9-bad0-00ab4b978743 2018-09-02 01:32:26,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0273230075836s 2018-09-02 01:32:26,185 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-07c93ea1-921d-4ca9-bad0-00ab4b978743 2018-09-02 01:32:26,187 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/file', 'owner': u'e21845483000424e965518c6f6d1f668', 'id': u'1f07b4c3-5274-425f-bb14-31189e8d3a4f', 'size': 12716032, u'self': u'/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e21845483000424e965518c6f6d1f668', 'name': 'patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T01:32:26Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T01:32:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'created': u'2018-09-02T01:32:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T01:32:25Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 01:32:26,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:32:26,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 01:32:26,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a649d96-b18c-4ac4-90e1-22b4d691e233 x-compute-request-id: req-5a649d96-b18c-4ac4-90e1-22b4d691e233 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0ee401c5-0f5f-47b0-949e-876e9b0c74c9"}} 2018-09-02 01:32:26,245 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-5a649d96-b18c-4ac4-90e1-22b4d691e233 2018-09-02 01:32:26,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.056636095047s 2018-09-02 01:32:26,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-5a649d96-b18c-4ac4-90e1-22b4d691e233 2018-09-02 01:32:26,246 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0ee401c5-0f5f-47b0-949e-876e9b0c74c9', 'swap': 0}) 2018-09-02 01:32:26,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:32:26,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" -d '{"extra_specs": {}}' 2018-09-02 01:32:26,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:32:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82d2f2a3-27e4-4ddf-89ce-6ee50b145760 x-compute-request-id: req-82d2f2a3-27e4-4ddf-89ce-6ee50b145760 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:32:26,269 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9/os-extra_specs used request id req-82d2f2a3-27e4-4ddf-89ce-6ee50b145760 2018-09-02 01:32:26,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222311019897s 2018-09-02 01:32:26,269 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9/os-extra_specs used request id req-82d2f2a3-27e4-4ddf-89ce-6ee50b145760 2018-09-02 01:32:26,269 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'0ee401c5-0f5f-47b0-949e-876e9b0c74c9', 'swap': 0}) 2018-09-02 01:32:29,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 01:32:29,729 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 01:32:29,730 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 01:32:29,732 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 01:32:29,749 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 01:32:33,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-85a3e2a0-1fee-42a1-b40b-00d333ab1753/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-09-02 01:32:33,373 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 01:32:33,374 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 01:32:33,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-09-02 01:34:34,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1779f6cb-de86-4f4a-adcc-0bb5bffbf1f7 2018-09-02 01:34:34,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1779f6cb-de86-4f4a-adcc-0bb5bffbf1f7']'. 2018-09-02 01:34:35,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 01:34:35,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 01:34:35,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 01:34:35,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1779f6cb-de86-4f4a-adcc-0bb5bffbf1f7 | 2018-09-02 01:34:35,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 01:34:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 01:32:35 | 2018-09-02 01:34:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 01:34:34 | 2018-09-02 01:34:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:59 | 2018-09-02 01:34:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 01:34:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 01:34:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 85a3e2a0-1fee-42a1-b40b-00d333ab1753) | 2018-09-02 01:34:35,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 01:34:35,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a55b499d-4cfe-4449-868b-06d450709fed) | 2018-09-02 01:34:35,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-09-02 01:34:35,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.182 | 2018-09-02 01:34:35,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 127 | 2018-09-02 01:34:35,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-09-02 01:34:35,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 01:34:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 01:34:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 01:34:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 01:34:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 01:34:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 01:34:35,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-09-02 01:34:35,675 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 01:34:35,676 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 01:34:35,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:34:35,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:35,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa218d6f-b0aa-4822-a10d-6a1dc523a686 Date: Sun, 02 Sep 2018 01:34:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:34:35,940 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f used request id req-aa218d6f-b0aa-4822-a10d-6a1dc523a686 2018-09-02 01:34:35,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.261338949203s 2018-09-02 01:34:35,941 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/1f07b4c3-5274-425f-bb14-31189e8d3a4f used request id req-aa218d6f-b0aa-4822-a10d-6a1dc523a686 2018-09-02 01:34:35,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:34:35,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:35,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-186edd27-bc8f-4388-9ea8-f4ad7776e62f x-compute-request-id: req-186edd27-bc8f-4388-9ea8-f4ad7776e62f Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0ee401c5-0f5f-47b0-949e-876e9b0c74c9"}, {"name": "patrole-flavor_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8503bc4a-5fb3-42d4-a98e-16328b5b2d4e"}]} 2018-09-02 01:34:35,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-186edd27-bc8f-4388-9ea8-f4ad7776e62f 2018-09-02 01:34:35,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244240760803s 2018-09-02 01:34:35,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-186edd27-bc8f-4388-9ea8-f4ad7776e62f 2018-09-02 01:34:35,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:34:35,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:36,024 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7846a3d6-c19d-4c7a-a7bd-75efd3ad8a56 x-compute-request-id: req-7846a3d6-c19d-4c7a-a7bd-75efd3ad8a56 Content-Length: 0 Content-Type: application/json 2018-09-02 01:34:36,024 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9 used request id req-7846a3d6-c19d-4c7a-a7bd-75efd3ad8a56 2018-09-02 01:34:36,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0550367832184s 2018-09-02 01:34:36,024 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/0ee401c5-0f5f-47b0-949e-876e9b0c74c9 used request id req-7846a3d6-c19d-4c7a-a7bd-75efd3ad8a56 2018-09-02 01:34:36,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 01:34:36,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" -d '{"subnet_id": "82a8282b-c5c9-4d4a-bb20-bbf3a705d89e"}' 2018-09-02 01:34:37,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-32c4dbea-5321-443b-9c86-b2ad4da338ed Date: Sun, 02 Sep 2018 01:34:37 GMT RESP BODY: {"network_id": "f31944d1-6158-4146-b9bc-cb2b08e77189", "tenant_id": "e21845483000424e965518c6f6d1f668", "subnet_id": "82a8282b-c5c9-4d4a-bb20-bbf3a705d89e", "subnet_ids": ["82a8282b-c5c9-4d4a-bb20-bbf3a705d89e"], "port_id": "3c5afce8-faca-4a9d-997f-9f0cfd96832f", "id": "af2ed832-3831-4a54-9d65-4d4e5ea3476b"} 2018-09-02 01:34:37,908 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b/remove_router_interface.json used request id req-32c4dbea-5321-443b-9c86-b2ad4da338ed 2018-09-02 01:34:37,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88335394859s 2018-09-02 01:34:37,908 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b/remove_router_interface.json used request id req-32c4dbea-5321-443b-9c86-b2ad4da338ed returning object af2ed832-3831-4a54-9d65-4d4e5ea3476b 2018-09-02 01:34:37,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 01:34:37,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:38,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1705 X-Openstack-Request-Id: req-636ae3db-f7a8-4858-8e65-5559214a2761 Date: Sun, 02 Sep 2018 01:34:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5a0296eb74a4b6e817e67377065c6c0", "created_at": "2018-09-02T00:51:22Z", "admin_state_up": true, "updated_at": "2018-09-02T00:51:22Z", "project_id": "f5a0296eb74a4b6e817e67377065c6c0", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4857129b-82a9-44a5-9393-4e0914e1004f", "name": "tempest-pretest-check-233014650"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "created_at": "2018-09-02T00:51:51Z", "admin_state_up": false, "updated_at": "2018-09-02T00:51:51Z", "project_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "823db40e-5adb-450c-8053-408c95630c03", "name": "tempest-router-1082214639"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e21845483000424e965518c6f6d1f668", "created_at": "2018-09-02T01:32:19Z", "admin_state_up": true, "updated_at": "2018-09-02T01:34:37Z", "project_id": "e21845483000424e965518c6f6d1f668", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "af2ed832-3831-4a54-9d65-4d4e5ea3476b", "name": "patrole-router_5916ebf8-f41a-4c55-9a5b-f184e2102386"}]} 2018-09-02 01:34:38,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-636ae3db-f7a8-4858-8e65-5559214a2761 2018-09-02 01:34:38,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.393211841583s 2018-09-02 01:34:38,302 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-636ae3db-f7a8-4858-8e65-5559214a2761 2018-09-02 01:34:38,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 01:34:38,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:39,594 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7404ea29-15f7-4dae-b42c-8326796e9af6 Content-Length: 0 Date: Sun, 02 Sep 2018 01:34:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:34:39,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b.json used request id req-7404ea29-15f7-4dae-b42c-8326796e9af6 2018-09-02 01:34:39,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.29035401344s 2018-09-02 01:34:39,595 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/af2ed832-3831-4a54-9d65-4d4e5ea3476b.json used request id req-7404ea29-15f7-4dae-b42c-8326796e9af6 2018-09-02 01:34:39,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 01:34:39,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:39,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1325 X-Openstack-Request-Id: req-2185821b-6c3a-4120-8840-522d708e0521 Date: Sun, 02 Sep 2018 01:34:39 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T01:32:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"82a8282b-c5c9-4d4a-bb20-bbf3a705d89e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"e21845483000424e965518c6f6d1f668","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_5916ebf8-f41a-4c55-9a5b-f184e2102386","enable_dhcp":true,"segment_id":null,"network_id":"f31944d1-6158-4146-b9bc-cb2b08e77189","tenant_id":"e21845483000424e965518c6f6d1f668","created_at":"2018-09-02T01:32:18Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 01:34:39,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-2185821b-6c3a-4120-8840-522d708e0521 2018-09-02 01:34:39,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0382838249207s 2018-09-02 01:34:39,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-2185821b-6c3a-4120-8840-522d708e0521 2018-09-02 01:34:39,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 01:34:39,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/82a8282b-c5c9-4d4a-bb20-bbf3a705d89e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:40,488 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddd14f41-ccc1-45ee-9262-968b003fbe3f Date: Sun, 02 Sep 2018 01:34:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:34:40,488 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/82a8282b-c5c9-4d4a-bb20-bbf3a705d89e.json used request id req-ddd14f41-ccc1-45ee-9262-968b003fbe3f 2018-09-02 01:34:40,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.853272914886s 2018-09-02 01:34:40,489 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/82a8282b-c5c9-4d4a-bb20-bbf3a705d89e.json used request id req-ddd14f41-ccc1-45ee-9262-968b003fbe3f 2018-09-02 01:34:40,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:34:40,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:40,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1431 X-Openstack-Request-Id: req-ba3e50f4-5946-4ab6-9f54-b866957811e0 Date: Sun, 02 Sep 2018 01:34:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f31944d1-6158-4146-b9bc-cb2b08e77189","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":86,"ipv4_address_scope":null,"shared":true,"project_id":"e21845483000424e965518c6f6d1f668","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:34:40Z","qos_policy_id":null,"name":"patrole-net_5916ebf8-f41a-4c55-9a5b-f184e2102386","admin_state_up":true,"tenant_id":"e21845483000424e965518c6f6d1f668","created_at":"2018-09-02T01:32:18Z","provider:network_type":"vxlan"}]} 2018-09-02 01:34:40,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-ba3e50f4-5946-4ab6-9f54-b866957811e0 2018-09-02 01:34:40,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.086902141571s 2018-09-02 01:34:40,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-ba3e50f4-5946-4ab6-9f54-b866957811e0 2018-09-02 01:34:40,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 01:34:40,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/f31944d1-6158-4146-b9bc-cb2b08e77189.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:41,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f4921ed-a84c-4163-a241-f2f7cd93ee35 Date: Sun, 02 Sep 2018 01:34:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:34:41,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/f31944d1-6158-4146-b9bc-cb2b08e77189.json used request id req-6f4921ed-a84c-4163-a241-f2f7cd93ee35 2018-09-02 01:34:41,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16112303734s 2018-09-02 01:34:41,739 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/f31944d1-6158-4146-b9bc-cb2b08e77189.json used request id req-6f4921ed-a84c-4163-a241-f2f7cd93ee35 2018-09-02 01:34:41,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:34:41,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:41,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-eba4b616-5ada-4256-b255-b42d677bbd2d Date: Sun, 02 Sep 2018 01:34:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:32:24Z", "file": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/file", "owner": "e21845483000424e965518c6f6d1f668", "id": "6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "size": 12716032, "self": "/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_5916ebf8-f41a-4c55-9a5b-f184e2102386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T01:32:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:34:41,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-eba4b616-5ada-4256-b255-b42d677bbd2d 2018-09-02 01:34:41,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0263090133667s 2018-09-02 01:34:41,770 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-eba4b616-5ada-4256-b255-b42d677bbd2d 2018-09-02 01:34:41,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:34:41,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5f493afdf5491df944512e8fc8f2d3c809383e48" 2018-09-02 01:34:42,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0faaaca-3d7a-4b61-be58-c532bc9e0c01 Date: Sun, 02 Sep 2018 01:34:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:34:42,069 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb used request id req-e0faaaca-3d7a-4b61-be58-c532bc9e0c01 2018-09-02 01:34:42,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.297079086304s 2018-09-02 01:34:42,069 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/6f0645e3-70fa-420e-8f8e-81fd8e9d75cb used request id req-e0faaaca-3d7a-4b61-be58-c532bc9e0c01 2018-09-02 01:34:42,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:34:42,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:42,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b075a4f-bf5e-4c62-b4ff-963ece6edad0 x-compute-request-id: req-6b075a4f-bf5e-4c62-b4ff-963ece6edad0 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8503bc4a-5fb3-42d4-a98e-16328b5b2d4e"}]} 2018-09-02 01:34:42,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-6b075a4f-bf5e-4c62-b4ff-963ece6edad0 2018-09-02 01:34:42,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0208828449249s 2018-09-02 01:34:42,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-6b075a4f-bf5e-4c62-b4ff-963ece6edad0 2018-09-02 01:34:42,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:34:42,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:42,122 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:34:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca300d0e-d484-4657-b752-764dc6c962f9 x-compute-request-id: req-ca300d0e-d484-4657-b752-764dc6c962f9 Content-Length: 0 Content-Type: application/json 2018-09-02 01:34:42,122 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e used request id req-ca300d0e-d484-4657-b752-764dc6c962f9 2018-09-02 01:34:42,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0294041633606s 2018-09-02 01:34:42,122 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/8503bc4a-5fb3-42d4-a98e-16328b5b2d4e used request id req-ca300d0e-d484-4657-b752-764dc6c962f9 2018-09-02 01:34:42,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:34:42,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:42,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b413bf-99c7-4d86-9966-fd22b116c88a Content-Encoding: gzip Content-Length: 963 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": {"self": "http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c8ddf1772999432888e96843092875ce", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:34:42,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a3b413bf-99c7-4d86-9966-fd22b116c88a 2018-09-02 01:34:42,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193320989609s 2018-09-02 01:34:42,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a3b413bf-99c7-4d86-9966-fd22b116c88a 2018-09-02 01:34:42,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:34:42,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:42,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dcfcc1a-b387-4988-8f7c-5c0648e6941a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "patrole-user_5916ebf8-f41a-4c55-9a5b-f184e2102386", "links": {"self": "http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c8ddf1772999432888e96843092875ce", "description": null}} 2018-09-02 01:34:42,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce used request id req-7dcfcc1a-b387-4988-8f7c-5c0648e6941a 2018-09-02 01:34:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188529968262s 2018-09-02 01:34:42,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce used request id req-7dcfcc1a-b387-4988-8f7c-5c0648e6941a 2018-09-02 01:34:42,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 01:34:42,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:42,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bf787b3-4379-4554-aac3-f160c5c8fb55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:34:42,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce used request id req-3bf787b3-4379-4554-aac3-f160c5c8fb55 2018-09-02 01:34:42,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.27022600174s 2018-09-02 01:34:42,783 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/c8ddf1772999432888e96843092875ce used request id req-3bf787b3-4379-4554-aac3-f160c5c8fb55 2018-09-02 01:34:42,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:34:42,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:42,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34286572-d488-41d8-b6b1-2533cc6df46a Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668"}, "tags": [], "enabled": true, "id": "e21845483000424e965518c6f6d1f668", "parent_id": "default", "domain_id": "default", "name": "patrole-project_5916ebf8-f41a-4c55-9a5b-f184e2102386"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 01:34:42,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-34286572-d488-41d8-b6b1-2533cc6df46a 2018-09-02 01:34:42,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180141925812s 2018-09-02 01:34:42,970 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-34286572-d488-41d8-b6b1-2533cc6df46a 2018-09-02 01:34:42,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 01:34:42,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8afa0ce5c6589fa798786f7744d05e9aafd11a4c" 2018-09-02 01:34:43,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-526d3ff9-094b-4f24-9623-740500c194e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:34:43,208 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668 used request id req-526d3ff9-094b-4f24-9623-740500c194e1 2018-09-02 01:34:43,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.232928037643s 2018-09-02 01:34:43,208 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/e21845483000424e965518c6f6d1f668 used request id req-526d3ff9-094b-4f24-9623-740500c194e1 2018-09-02 01:34:43,267 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-09-02 01:34:43,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:34:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:34:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:34:43,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:34:43,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6373e4f-899c-4970-9018-eceb29633bce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:34:43,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-c6373e4f-899c-4970-9018-eceb29633bce 2018-09-02 01:34:43,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:34:43,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["zUHF4nPASdmIu04dBnHBAw"], "issued_at": "2018-09-02T01:34:43.000000Z"}} 2018-09-02 01:34:43,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:34:43,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:44,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-08297df0-4711-4a7a-b90e-83e5b525305d Date: Sun, 02 Sep 2018 01:34:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 01:34:44,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-08297df0-4711-4a7a-b90e-83e5b525305d 2018-09-02 01:34:44,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.738914966583s 2018-09-02 01:34:44,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-08297df0-4711-4a7a-b90e-83e5b525305d 2018-09-02 01:34:44,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:34:44,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:34:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51291832-e153-4d08-90c9-adcf74322686 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 01:34:44,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-51291832-e153-4d08-90c9-adcf74322686 2018-09-02 01:34:44,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:34:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:44,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bd359c5-d7a4-4c99-86ed-f53cc77bc71d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 01:34:44,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-0bd359c5-d7a4-4c99-86ed-f53cc77bc71d 2018-09-02 01:34:44,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181354045868s 2018-09-02 01:34:44,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-0bd359c5-d7a4-4c99-86ed-f53cc77bc71d 2018-09-02 01:34:44,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 01:34:44,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}}' 2018-09-02 01:34:44,783 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:34:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00c494b1-d3d2-4d2d-add9-42d399981aaf Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de"}, "tags": [], "enabled": true, "id": "b3f9d4a20a254d61a89ee7f65d40a2de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}} 2018-09-02 01:34:44,784 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-00c494b1-d3d2-4d2d-add9-42d399981aaf 2018-09-02 01:34:44,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.133265018463s 2018-09-02 01:34:44,784 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-00c494b1-d3d2-4d2d-add9-42d399981aaf 2018-09-02 01:34:44,784 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmtp', u'tags': [], 'enabled': True, 'id': u'b3f9d4a20a254d61a89ee7f65d40a2de', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa'}) 2018-09-02 01:34:44,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 01:34:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "eae5b612-08d4-466d-8853-362b0a07583a", "email": null, "name": "vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}}' 2018-09-02 01:34:45,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:34:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c804e1d-ece2-4e64-8107-93192915c094 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "links": {"self": "http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef9233d15b85400fb5c2cafa9c11597f", "domain_id": "default", "password_expires_at": null}} 2018-09-02 01:34:45,239 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-6c804e1d-ece2-4e64-8107-93192915c094 2018-09-02 01:34:45,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447973012924s 2018-09-02 01:34:45,239 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-6c804e1d-ece2-4e64-8107-93192915c094 2018-09-02 01:34:45,240 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ef9233d15b85400fb5c2cafa9c11597f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa'}) 2018-09-02 01:34:45,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:34:45,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:45,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126094fd-b642-429f-966b-8d847bb798e3 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:34:45,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-126094fd-b642-429f-966b-8d847bb798e3 2018-09-02 01:34:45,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186061143875s 2018-09-02 01:34:45,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-126094fd-b642-429f-966b-8d847bb798e3 2018-09-02 01:34:45,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:34:45,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:45,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e948f9e1-fd9f-4e7c-bd32-1bdf4fa4fa01 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:34:45,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e948f9e1-fd9f-4e7c-bd32-1bdf4fa4fa01 2018-09-02 01:34:45,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180909156799s 2018-09-02 01:34:45,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e948f9e1-fd9f-4e7c-bd32-1bdf4fa4fa01 2018-09-02 01:34:45,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:34:45,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:45,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68102e9-75b5-4dfc-9f37-ac9fc33b7e44 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:34:45,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e68102e9-75b5-4dfc-9f37-ac9fc33b7e44 2018-09-02 01:34:45,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174871921539s 2018-09-02 01:34:45,795 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-e68102e9-75b5-4dfc-9f37-ac9fc33b7e44 2018-09-02 01:34:45,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:34:45,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:45,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a640c11-38f9-432f-82bc-8a01271a0b08 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:34:45,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-7a640c11-38f9-432f-82bc-8a01271a0b08 2018-09-02 01:34:45,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100579977036s 2018-09-02 01:34:45,900 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-7a640c11-38f9-432f-82bc-8a01271a0b08 2018-09-02 01:34:45,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:34:45,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:46,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f0ca42-fc2a-4354-b858-8641c9ac9a93 Content-Encoding: gzip Content-Length: 959 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "links": {"self": "http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef9233d15b85400fb5c2cafa9c11597f", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:34:46,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-17f0ca42-fc2a-4354-b858-8641c9ac9a93 2018-09-02 01:34:46,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189214944839s 2018-09-02 01:34:46,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-17f0ca42-fc2a-4354-b858-8641c9ac9a93 2018-09-02 01:34:46,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:34:46,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:46,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37c5433f-ef60-481c-95c0-628d33670844 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de"}, "tags": [], "enabled": true, "id": "b3f9d4a20a254d61a89ee7f65d40a2de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}]} 2018-09-02 01:34:46,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-37c5433f-ef60-481c-95c0-628d33670844 2018-09-02 01:34:46,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.175441980362s 2018-09-02 01:34:46,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-37c5433f-ef60-481c-95c0-628d33670844 2018-09-02 01:34:46,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:34:46,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:46,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4faf08db-7c27-4d7b-a90a-40578f34ff7b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de", "previous": null, "next": null}} 2018-09-02 01:34:46,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de used request id req-4faf08db-7c27-4d7b-a90a-40578f34ff7b 2018-09-02 01:34:46,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.1034719944s 2018-09-02 01:34:46,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de used request id req-4faf08db-7c27-4d7b-a90a-40578f34ff7b 2018-09-02 01:34:46,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:34:46,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de/users/ef9233d15b85400fb5c2cafa9c11597f/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:46,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:34:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5677a10a-036d-4fe2-b595-4a9ad5e50d48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:34:46,606 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de/users/ef9233d15b85400fb5c2cafa9c11597f/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-5677a10a-036d-4fe2-b595-4a9ad5e50d48 2018-09-02 01:34:46,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.21208190918s 2018-09-02 01:34:46,607 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de/users/ef9233d15b85400fb5c2cafa9c11597f/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-5677a10a-036d-4fe2-b595-4a9ad5e50d48 2018-09-02 01:34:46,607 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'b3f9d4a20a254d61a89ee7f65d40a2de', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'eae5b612-08d4-466d-8853-362b0a07583a', 'username': u'vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 01:34:46,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:34:46,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:34:46,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:34:46,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:34:46,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:34:46,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:34:46,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:34:46,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:34:46,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:34:46,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:34:46,613 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'password': 'eae5b612-08d4-466d-8853-362b0a07583a', 'project_name': 'vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'b3f9d4a20a254d61a89ee7f65d40a2de', 'project_domain_name': 'Default'} 2018-09-02 01:34:46,618 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-09-02 01:34:46,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:34:46,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebea5dd-7ed6-419c-ae65-d14153110330 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:34:46,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-1ebea5dd-7ed6-419c-ae65-d14153110330 2018-09-02 01:34:46,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:34:47,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:34:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3f9d4a20a254d61a89ee7f65d40a2de", "name": "vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/b3f9d4a20a254d61a89ee7f65d40a2de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "id": "ef9233d15b85400fb5c2cafa9c11597f"}, "audit_ids": ["4x3StQFyTgC7MBXUnTQrHw"], "issued_at": "2018-09-02T01:34:46.000000Z"}} 2018-09-02 01:34:47,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 01:34:47,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "vmtp-router_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "admin_state_up": true}}' 2018-09-02 01:34:48,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-3a0197d6-228c-4189-a29b-0eab56b6a981 Date: Sun, 02 Sep 2018 01:34:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "created_at": "2018-09-02T01:34:47Z", "admin_state_up": true, "updated_at": "2018-09-02T01:34:48Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "id": "76a7944c-20ca-4908-9fab-9f3f92158cb1", "name": "vmtp-router_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}} 2018-09-02 01:34:48,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3a0197d6-228c-4189-a29b-0eab56b6a981 2018-09-02 01:34:48,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.65915703773s 2018-09-02 01:34:48,688 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-3a0197d6-228c-4189-a29b-0eab56b6a981 2018-09-02 01:34:48,688 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:34:48Z', u'revision_number': 2, u'id': u'76a7944c-20ca-4908-9fab-9f3f92158cb1', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.211'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmtp-router_293ad8a6-ffd2-4952-93e2-9a7933f22efa', u'admin_state_up': True, u'tenant_id': u'b3f9d4a20a254d61a89ee7f65d40a2de', u'created_at': u'2018-09-02T01:34:47Z', u'flavor_id': None, u'routes': [], u'project_id': u'b3f9d4a20a254d61a89ee7f65d40a2de'}) 2018-09-02 01:34:48,689 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 01:34:51,402 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 01:34:51,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:34:51,411 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 01:34:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 01:34:51,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:34:51,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:34:51,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-26c7af7a-3c0d-49a4-88ed-31071f3cd768 Date: Sun, 02 Sep 2018 01:34:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:34:51,700 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-26c7af7a-3c0d-49a4-88ed-31071f3cd768 2018-09-02 01:34:51,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283513069153s 2018-09-02 01:34:51,700 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-26c7af7a-3c0d-49a4-88ed-31071f3cd768 2018-09-02 01:34:51,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 01:34:51,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}' 2018-09-02 01:34:52,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/ac88d502-9b25-4137-b968-0f977fb46868 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1c689c97-60ab-40a6-b4d1-24d04deba791 Date: Sun, 02 Sep 2018 01:34:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:34:51Z", "file": "/v2/images/ac88d502-9b25-4137-b968-0f977fb46868/file", "owner": "b3f9d4a20a254d61a89ee7f65d40a2de", "id": "ac88d502-9b25-4137-b968-0f977fb46868", "size": null, "self": "/v2/images/ac88d502-9b25-4137-b968-0f977fb46868", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "checksum": null, "created_at": "2018-09-02T01:34:51Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 01:34:52,297 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-1c689c97-60ab-40a6-b4d1-24d04deba791 2018-09-02 01:34:52,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.589853048325s 2018-09-02 01:34:52,298 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-1c689c97-60ab-40a6-b4d1-24d04deba791 returning object ac88d502-9b25-4137-b968-0f977fb46868 2018-09-02 01:34:52,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 01:34:52,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/ac88d502-9b25-4137-b968-0f977fb46868/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" -d '' 2018-09-02 01:34:56,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4476282e-9fbd-47dd-a224-b6dbb9a870bd Date: Sun, 02 Sep 2018 01:34:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:34:56,099 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/ac88d502-9b25-4137-b968-0f977fb46868/file used request id req-4476282e-9fbd-47dd-a224-b6dbb9a870bd 2018-09-02 01:34:56,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.80026292801s 2018-09-02 01:34:56,099 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/ac88d502-9b25-4137-b968-0f977fb46868/file used request id req-4476282e-9fbd-47dd-a224-b6dbb9a870bd 2018-09-02 01:34:56,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:34:56,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:34:56,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-559c2bad-5734-4f08-8251-54742d672fec Date: Sun, 02 Sep 2018 01:34:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:34:56Z", "file": "/v2/images/ac88d502-9b25-4137-b968-0f977fb46868/file", "owner": "b3f9d4a20a254d61a89ee7f65d40a2de", "id": "ac88d502-9b25-4137-b968-0f977fb46868", "size": 263193088, "self": "/v2/images/ac88d502-9b25-4137-b968-0f977fb46868", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ac88d502-9b25-4137-b968-0f977fb46868/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ac88d502-9b25-4137-b968-0f977fb46868/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T01:34:51Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:34:56,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-559c2bad-5734-4f08-8251-54742d672fec 2018-09-02 01:34:56,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.038183927536s 2018-09-02 01:34:56,142 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-559c2bad-5734-4f08-8251-54742d672fec 2018-09-02 01:34:56,143 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ac88d502-9b25-4137-b968-0f977fb46868/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ac88d502-9b25-4137-b968-0f977fb46868/file', 'owner': u'b3f9d4a20a254d61a89ee7f65d40a2de', 'id': u'ac88d502-9b25-4137-b968-0f977fb46868', 'size': 263193088, u'self': u'/v2/images/ac88d502-9b25-4137-b968-0f977fb46868', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b3f9d4a20a254d61a89ee7f65d40a2de', 'name': 'vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ac88d502-9b25-4137-b968-0f977fb46868/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T01:34:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T01:34:56Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/ac88d502-9b25-4137-b968-0f977fb46868', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'created': u'2018-09-02T01:34:51Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T01:34:51Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/ac88d502-9b25-4137-b968-0f977fb46868', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 01:34:56,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:34:56,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-09-02 01:34:56,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20029e88-d8dc-4eae-9d51-e6a36e6c44b1 x-compute-request-id: req-20029e88-d8dc-4eae-9d51-e6a36e6c44b1 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "eacd2eb0-2a46-4893-a4bb-ffb39e4d6913"}} 2018-09-02 01:34:56,474 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-20029e88-d8dc-4eae-9d51-e6a36e6c44b1 2018-09-02 01:34:56,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.329653024673s 2018-09-02 01:34:56,474 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-20029e88-d8dc-4eae-9d51-e6a36e6c44b1 2018-09-02 01:34:56,475 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 0, 'id': u'eacd2eb0-2a46-4893-a4bb-ffb39e4d6913', 'swap': 0}) 2018-09-02 01:34:56,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:34:56,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" -d '{"extra_specs": {}}' 2018-09-02 01:34:56,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12357a90-8fb8-4882-96b8-f9d6cdbdfdcc x-compute-request-id: req-12357a90-8fb8-4882-96b8-f9d6cdbdfdcc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:34:56,497 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913/os-extra_specs used request id req-12357a90-8fb8-4882-96b8-f9d6cdbdfdcc 2018-09-02 01:34:56,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021155834198s 2018-09-02 01:34:56,497 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913/os-extra_specs used request id req-12357a90-8fb8-4882-96b8-f9d6cdbdfdcc 2018-09-02 01:34:56,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:34:56,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:56,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6919ecca-e1fb-4bf5-b458-2765585c56aa Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:34:56,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6919ecca-e1fb-4bf5-b458-2765585c56aa 2018-09-02 01:34:56,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.120082139969s 2018-09-02 01:34:56,621 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6919ecca-e1fb-4bf5-b458-2765585c56aa 2018-09-02 01:34:56,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:34:56,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:56,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a967dcce-b7e4-48ba-bab8-bb8af56e3cbe Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:34:56,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a967dcce-b7e4-48ba-bab8-bb8af56e3cbe 2018-09-02 01:34:56,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18265414238s 2018-09-02 01:34:56,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a967dcce-b7e4-48ba-bab8-bb8af56e3cbe 2018-09-02 01:34:56,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:34:56,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:56,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12359d12-13ef-41f4-9bea-d06b8af66d23 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:34:56,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-12359d12-13ef-41f4-9bea-d06b8af66d23 2018-09-02 01:34:56,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174359083176s 2018-09-02 01:34:56,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-12359d12-13ef-41f4-9bea-d06b8af66d23 2018-09-02 01:34:56,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:34:56,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:57,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9075bf3f-dae4-46f6-a8c7-5b9dfea53838 Content-Encoding: gzip Content-Length: 959 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "links": {"self": "http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef9233d15b85400fb5c2cafa9c11597f", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:34:57,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-9075bf3f-dae4-46f6-a8c7-5b9dfea53838 2018-09-02 01:34:57,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19495177269s 2018-09-02 01:34:57,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-9075bf3f-dae4-46f6-a8c7-5b9dfea53838 2018-09-02 01:34:57,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:34:57,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:57,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-631f3305-a829-4ec8-a766-015dd25a4edf Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de"}, "tags": [], "enabled": true, "id": "b3f9d4a20a254d61a89ee7f65d40a2de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}]} 2018-09-02 01:34:57,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-631f3305-a829-4ec8-a766-015dd25a4edf 2018-09-02 01:34:57,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188398122787s 2018-09-02 01:34:57,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-631f3305-a829-4ec8-a766-015dd25a4edf 2018-09-02 01:34:57,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:34:57,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=527a26856ff64a55b36113867c009231&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:57,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4afb93f-30e2-4ccc-9ec6-cf3d09cb973a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=527a26856ff64a55b36113867c009231&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de", "previous": null, "next": null}} 2018-09-02 01:34:57,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=527a26856ff64a55b36113867c009231&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de used request id req-a4afb93f-30e2-4ccc-9ec6-cf3d09cb973a 2018-09-02 01:34:57,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.170905828476s 2018-09-02 01:34:57,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=ef9233d15b85400fb5c2cafa9c11597f&role.id=527a26856ff64a55b36113867c009231&scope.project.id=b3f9d4a20a254d61a89ee7f65d40a2de used request id req-a4afb93f-30e2-4ccc-9ec6-cf3d09cb973a 2018-09-02 01:34:57,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:34:57,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de/users/ef9233d15b85400fb5c2cafa9c11597f/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:34:57,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a014128-c841-4255-8a45-d6ed41bf9141 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:34:57,745 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de/users/ef9233d15b85400fb5c2cafa9c11597f/roles/527a26856ff64a55b36113867c009231 used request id req-5a014128-c841-4255-8a45-d6ed41bf9141 2018-09-02 01:34:57,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.177690982819s 2018-09-02 01:34:57,745 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de/users/ef9233d15b85400fb5c2cafa9c11597f/roles/527a26856ff64a55b36113867c009231 used request id req-5a014128-c841-4255-8a45-d6ed41bf9141 2018-09-02 01:34:57,746 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa' 2018-09-02 01:34:57,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 01:34:57,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" -d '{"keypair": {"name": "vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}}' 2018-09-02 01:34:58,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a61a61e2-ea8f-4a6b-898b-692666d4b21f x-compute-request-id: req-a61a61e2-ea8f-4a6b-898b-692666d4b21f Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZci55R2GjobvZVTfh9zchGGshsEpMMcBwrm/7jLbRG+zW1WPKKhl10JRTeEKxuCeUKJBMuAOG40Ut3zqeQXIP+PA1jp/9TuyFByngsLvZSkGem/oSnXkDgIEIzL7z9V1iQCGeKF7+92QBzAUuFvauNI4yeMJk9UDFDaDmFMLOMyZ9zqnYxlx88wqlpeO3ruvMIJuu5WDGSFqgnoMlmtMFCzGdmtxxsPhsy/lHsK8RWT3AWUeMZrCzWHy1o4JDP51/jeeVhtbFN5BZ188IcLmBFJq5BCAE2q9JRQFtE1RkP1wWgM/e08zIoOiG9Kz2k/Zw+FQVYoe45pJJ3Ry3dJVb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2XIueUdho6G72VU34fc3IRhrIbBKTDHAcK5v+4y20Rvs1tVj\nyioZddCUU3hCsbgnlCiQTLgDhuNFLd86nkFyD/jwNY6f/U7shQcp4LC72UpBnpv6\nEp15A4CBCMy+8/VdYkAhnihe/vdkAcwFLhb2rjSOMnjCZPVAxQ2g5hTCzjMmfc6p\n2MZcfPMKpaXjt67rzCCbruVgxkhaoJ6DJZrTBQsxnZrccbD4bMv5R7CvEVk9wFlH\njGaws1h8taOCQz+df43nlYbWxTeQWdfPCHC5gRSauQQgBNqvSUUBbRNUZD9cFoDP\n3tPMyKDohvSs9pP2cPhUFWKHuOaSSd0ct3SVWwIDAQABAoIBAGDdz7wxQ1rMss0n\nfGSKZ6Gzqg3w5bg5tZu86Z/q2Iog4Yn2t6SYyozEZT8l5Lgc7GzBAT9b/h454liE\nCC31w6U/5WpGZhlG7nB4d3xj3tr2jHLm0yk1w3H+7fyIkUxGctpQ7WjyXRdCB+gR\nBgG5Mxz5xprPVvH4m2jtIE8+0mVea33hfX9c8mOCqJCUTDw8XGI3ISJ6igj2Ns5d\naP19PWMLSzt4xJXscBw7kqWuoBY130V5/GHTEjb5Am98jm5iJuouit55Pr/keImA\n99bVEUUA6Sow++2pdiVyCGryEawuPeQYJVZ4fXTX5fmXu9u34pVxO0EC+ctjF7ks\nLaJgBXkCgYEA+CVfAn/k+AJE+gXson9DpxEuvGuZLFPg69PzOIoVD5s0xxgjzci0\npiYnnpVoFVaVMMaOaA3l3Ni0jyZIrOTC6uPTzUulcWMOG7Phum+zQNtj+Ef25Xdf\nn3PWA4OCckza6V5Yfb6GjSGyOvsM1KqGpu9kfe8SIywjlrWKx8AFgB0CgYEA4FQP\njhYIh2+LGpDBvpJseR4jx7I9vavl0SktG5mMLJ3tDeRDPjKQrW2+fF/dajR+Au7A\nIfiDwYS7bt3VhljGC2w7acRrxZC2bxAZ3LmG3j+oHCYzjiojNe8ovSODdjVztHRt\npolMfIVc6O6d2e7PBj3OcJ2Zsz69Snol66aHYdcCgYAPCRynpx41lNWfHKrI8dMk\nlVrymcZvNCnlwDL1kxBRoMLi6WiJ+IZRpvAxoLXszRE/IljQnz71UcAnCFfQ+g+B\ncgqMXvAIXcsmDJE53bjLzj9RdPLV1pTZsYgfMGHAET4Wc9wCyn+Wn5sQDdQqMqb0\nCH9bThgYP31sjVV6Yv0yVQKBgQDW7PLySP3m9OGrlCFsOtGewVe6jnVE8hr/6JmF\nJfn9DVn/w0EBqGShJNIqS5bRmHVazfBbG8TwdgE2WWeojglBDHNoBH7VDK8dfamp\npj8nVIn2Xktq28hcdkTr4cikStYOgLZFpqoXa5b2vReTo4/KBRFzKCwIZgXqA1mt\niyGOhQKBgQDcmSc/uM4M55bT9vBYCt3BZ2PW2QO3pGozjF/o8BreXHlzj+ePGjGh\ne/A4NIEMgysqnKVlupN2Uxwi0vN0QK/1q9FbNU5+LJLtq5OFPtpg+JiEhVSUOzxG\nA5ureDObeHSh2Q2+FovoJX9GY1DlcHJ0EeWrg4Tgbz4UG9fgU5hSFQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "ef9233d15b85400fb5c2cafa9c11597f", "name": "vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "fingerprint": "3d:18:ae:e6:07:d1:27:7d:50:90:e7:27:20:50:c6:1f"}} 2018-09-02 01:34:58,532 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-a61a61e2-ea8f-4a6b-898b-692666d4b21f 2018-09-02 01:34:58,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.785753011703s 2018-09-02 01:34:58,532 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-a61a61e2-ea8f-4a6b-898b-692666d4b21f 2018-09-02 01:34:58,533 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZci55R2GjobvZVTfh9zchGGshsEpMMcBwrm/7jLbRG+zW1WPKKhl10JRTeEKxuCeUKJBMuAOG40Ut3zqeQXIP+PA1jp/9TuyFByngsLvZSkGem/oSnXkDgIEIzL7z9V1iQCGeKF7+92QBzAUuFvauNI4yeMJk9UDFDaDmFMLOMyZ9zqnYxlx88wqlpeO3ruvMIJuu5WDGSFqgnoMlmtMFCzGdmtxxsPhsy/lHsK8RWT3AWUeMZrCzWHy1o4JDP51/jeeVhtbFN5BZ188IcLmBFJq5BCAE2q9JRQFtE1RkP1wWgM/e08zIoOiG9Kz2k/Zw+FQVYoe45pJJ3Ry3dJVb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2XIueUdho6G72VU34fc3IRhrIbBKTDHAcK5v+4y20Rvs1tVj\nyioZddCUU3hCsbgnlCiQTLgDhuNFLd86nkFyD/jwNY6f/U7shQcp4LC72UpBnpv6\nEp15A4CBCMy+8/VdYkAhnihe/vdkAcwFLhb2rjSOMnjCZPVAxQ2g5hTCzjMmfc6p\n2MZcfPMKpaXjt67rzCCbruVgxkhaoJ6DJZrTBQsxnZrccbD4bMv5R7CvEVk9wFlH\njGaws1h8taOCQz+df43nlYbWxTeQWdfPCHC5gRSauQQgBNqvSUUBbRNUZD9cFoDP\n3tPMyKDohvSs9pP2cPhUFWKHuOaSSd0ct3SVWwIDAQABAoIBAGDdz7wxQ1rMss0n\nfGSKZ6Gzqg3w5bg5tZu86Z/q2Iog4Yn2t6SYyozEZT8l5Lgc7GzBAT9b/h454liE\nCC31w6U/5WpGZhlG7nB4d3xj3tr2jHLm0yk1w3H+7fyIkUxGctpQ7WjyXRdCB+gR\nBgG5Mxz5xprPVvH4m2jtIE8+0mVea33hfX9c8mOCqJCUTDw8XGI3ISJ6igj2Ns5d\naP19PWMLSzt4xJXscBw7kqWuoBY130V5/GHTEjb5Am98jm5iJuouit55Pr/keImA\n99bVEUUA6Sow++2pdiVyCGryEawuPeQYJVZ4fXTX5fmXu9u34pVxO0EC+ctjF7ks\nLaJgBXkCgYEA+CVfAn/k+AJE+gXson9DpxEuvGuZLFPg69PzOIoVD5s0xxgjzci0\npiYnnpVoFVaVMMaOaA3l3Ni0jyZIrOTC6uPTzUulcWMOG7Phum+zQNtj+Ef25Xdf\nn3PWA4OCckza6V5Yfb6GjSGyOvsM1KqGpu9kfe8SIywjlrWKx8AFgB0CgYEA4FQP\njhYIh2+LGpDBvpJseR4jx7I9vavl0SktG5mMLJ3tDeRDPjKQrW2+fF/dajR+Au7A\nIfiDwYS7bt3VhljGC2w7acRrxZC2bxAZ3LmG3j+oHCYzjiojNe8ovSODdjVztHRt\npolMfIVc6O6d2e7PBj3OcJ2Zsz69Snol66aHYdcCgYAPCRynpx41lNWfHKrI8dMk\nlVrymcZvNCnlwDL1kxBRoMLi6WiJ+IZRpvAxoLXszRE/IljQnz71UcAnCFfQ+g+B\ncgqMXvAIXcsmDJE53bjLzj9RdPLV1pTZsYgfMGHAET4Wc9wCyn+Wn5sQDdQqMqb0\nCH9bThgYP31sjVV6Yv0yVQKBgQDW7PLySP3m9OGrlCFsOtGewVe6jnVE8hr/6JmF\nJfn9DVn/w0EBqGShJNIqS5bRmHVazfBbG8TwdgE2WWeojglBDHNoBH7VDK8dfamp\npj8nVIn2Xktq28hcdkTr4cikStYOgLZFpqoXa5b2vReTo4/KBRFzKCwIZgXqA1mt\niyGOhQKBgQDcmSc/uM4M55bT9vBYCt3BZ2PW2QO3pGozjF/o8BreXHlzj+ePGjGh\ne/A4NIEMgysqnKVlupN2Uxwi0vN0QK/1q9FbNU5+LJLtq5OFPtpg+JiEhVSUOzxG\nA5ureDObeHSh2Q2+FovoJX9GY1DlcHJ0EeWrg4Tgbz4UG9fgU5hSFQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ef9233d15b85400fb5c2cafa9c11597f', 'name': u'vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'created_at': '2018-09-02T01:34:58.533440', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b3f9d4a20a254d61a89ee7f65d40a2de', 'name': 'vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3d:18:ae:e6:07:d1:27:7d:50:90:e7:27:20:50:c6:1f', 'type': 'ssh', 'id': u'vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa'}) 2018-09-02 01:34:58,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 01:34:58,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:34:58,569 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:34:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-747d421a-0323-4912-a367-7c387b58a820 x-compute-request-id: req-747d421a-0323-4912-a367-7c387b58a820 Content-Length: 0 Content-Type: application/json 2018-09-02 01:34:58,569 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa used request id req-747d421a-0323-4912-a367-7c387b58a820 2018-09-02 01:34:58,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0349180698395s 2018-09-02 01:34:58,569 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/vmtp_293ad8a6-ffd2-4952-93e2-9a7933f22efa used request id req-747d421a-0323-4912-a367-7c387b58a820 2018-09-02 01:34:59,408 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-09-02 01:53:27,844 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-09-02 01:35:00,277 INFO Using http://172.30.9.38:5000/v3 2018-09-02 01:35:00,277 INFO VM public key: /tmp/tmpBRCqmq 2018-09-02 01:35:00,277 INFO VM private key: /tmp/tmphYIY1Q 2018-09-02 01:35:01,983 INFO Found image vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa to launch VM, will continue 2018-09-02 01:35:02,583 INFO Using external router: vmtp-router_293ad8a6-ffd2-4952-93e2-9a7933f22efa 2018-09-02 01:35:02,584 INFO Using external network: external. 2018-09-02 01:35:03,334 INFO Created internal network: pns-internal-net_293ad8a6-ffd2-4952-93e2-9a7933f22efa. 2018-09-02 01:35:04,185 INFO Created internal network: pns-internal-net2_293ad8a6-ffd2-4952-93e2-9a7933f22efa. 2018-09-02 01:35:06,403 DEBUG Ext router associated to pns-internal-net_293ad8a6-ffd2-4952-93e2-9a7933f22efa 2018-09-02 01:35:08,741 DEBUG Ext router associated to pns-internal-net2_293ad8a6-ffd2-4952-93e2-9a7933f22efa 2018-09-02 01:35:08,813 INFO OpenStack agent: Open vSwitch agent 2018-09-02 01:35:08,813 INFO OpenStack network type: vxlan 2018-09-02 01:35:09,680 INFO [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Creating server VM... 2018-09-02 01:35:09,680 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-09-02 01:35:12,599 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 1 of 90... 2018-09-02 01:35:15,771 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 2 of 90... 2018-09-02 01:35:17,936 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 3 of 90... 2018-09-02 01:35:20,508 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 4 of 90... 2018-09-02 01:35:22,647 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 5 of 90... 2018-09-02 01:35:25,204 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 6 of 90... 2018-09-02 01:35:27,899 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 7 of 90... 2018-09-02 01:35:30,409 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 8 of 90... 2018-09-02 01:35:33,128 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 9 of 90... 2018-09-02 01:35:35,445 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 10 of 90... 2018-09-02 01:35:37,763 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 11 of 90... 2018-09-02 01:35:40,353 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 12 of 90... 2018-09-02 01:35:42,735 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 13 of 90... 2018-09-02 01:35:45,165 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 14 of 90... 2018-09-02 01:35:47,471 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 15 of 90... 2018-09-02 01:35:49,858 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 16 of 90... 2018-09-02 01:35:52,194 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 17 of 90... 2018-09-02 01:35:54,335 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 18 of 90... 2018-09-02 01:35:56,650 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 19 of 90... 2018-09-02 01:35:59,040 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 20 of 90... 2018-09-02 01:36:01,189 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 21 of 90... 2018-09-02 01:36:03,681 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 22 of 90... 2018-09-02 01:36:05,823 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 23 of 90... 2018-09-02 01:36:07,961 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 24 of 90... 2018-09-02 01:36:10,563 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 25 of 90... 2018-09-02 01:36:12,961 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 26 of 90... 2018-09-02 01:36:15,493 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 27 of 90... 2018-09-02 01:36:17,934 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 28 of 90... 2018-09-02 01:36:20,079 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 29 of 90... 2018-09-02 01:36:22,476 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 30 of 90... 2018-09-02 01:36:25,000 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 31 of 90... 2018-09-02 01:36:27,402 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 32 of 90... 2018-09-02 01:36:29,837 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 33 of 90... 2018-09-02 01:36:31,992 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 34 of 90... 2018-09-02 01:36:34,376 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 35 of 90... 2018-09-02 01:36:37,257 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 36 of 90... 2018-09-02 01:36:39,409 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 37 of 90... 2018-09-02 01:36:41,842 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 38 of 90... 2018-09-02 01:36:44,023 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 39 of 90... 2018-09-02 01:36:46,430 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 40 of 90... 2018-09-02 01:36:48,823 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 41 of 90... 2018-09-02 01:36:53,552 INFO [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Internal network IP: 192.168.1.12 2018-09-02 01:36:53,552 INFO [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] SSH IP: 172.30.9.203 2018-09-02 01:36:53,553 INFO [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Setup SSH for ubuntu@172.30.9.203 2018-09-02 01:37:06,547 INFO [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Installing nuttcp-8.1.4... 2018-09-02 01:37:06,619 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Copying nuttcp-8.1.4 to target... 2018-09-02 01:37:06,842 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Starting nuttcp-8.1.4 server... 2018-09-02 01:37:06,886 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] 2018-09-02 01:37:06,932 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Creating client VM... 2018-09-02 01:37:06,932 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-09-02 01:37:08,641 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 1 of 90... 2018-09-02 01:37:11,131 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 2 of 90... 2018-09-02 01:37:13,870 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 3 of 90... 2018-09-02 01:37:16,034 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 4 of 90... 2018-09-02 01:37:18,452 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 5 of 90... 2018-09-02 01:37:20,606 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] VM status=BUILD, retrying 6 of 90... 2018-09-02 01:37:26,271 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Internal network IP: 192.168.1.26 2018-09-02 01:37:26,271 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] SSH IP: 172.30.9.210 2018-09-02 01:37:26,271 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Setup SSH for ubuntu@172.30.9.210 2018-09-02 01:37:33,828 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Installing nuttcp-8.1.4... 2018-09-02 01:37:33,874 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Copying nuttcp-8.1.4 to target... 2018-09-02 01:37:34,039 INFO ============================================================ 2018-09-02 01:37:34,039 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-09-02 01:37:43,081 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=41.2 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.230 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.249 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.222 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.180 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.162 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.276 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.276 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.171 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.148 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.148/4.314/41.230/12.305 ms 2018-09-02 01:37:52,122 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.165 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.191 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.354 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.144 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.148 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.165 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.248 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.191 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.398 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.238 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.144/0.224/0.398/0.083 ms 2018-09-02 01:38:01,162 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.547 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.243 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.154 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.363 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.412 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.404 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.247 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.334 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.190 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.249 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.154/0.314/0.547/0.114 ms 2018-09-02 01:38:01,163 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Measuring TCP Throughput (packet size=65536)... 2018-09-02 01:38:01,163 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:11,257 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=18044.1143 real_seconds=10.00 rate_Mbps=15140.6169 tx_cpu=32 rx_cpu=44 retrans=0 cwnd=3137 rtt_ms=0.33 2018-09-02 01:38:11,260 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:21,352 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=17267.6598 real_seconds=10.00 rate_Mbps=14489.3851 tx_cpu=30 rx_cpu=41 retrans=0 cwnd=3137 rtt_ms=0.38 2018-09-02 01:38:21,353 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:31,447 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=17247.3189 real_seconds=10.00 rate_Mbps=14471.8161 tx_cpu=30 rx_cpu=43 retrans=0 cwnd=3137 rtt_ms=0.21 2018-09-02 01:38:31,448 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Measuring UDP Throughput (packet size=128)... 2018-09-02 01:38:31,448 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:34,776 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=18.0068 real_seconds=1.00 rate_Mbps=150.7759 tx_cpu=11 rx_cpu=30 drop=1101 pkt=148613 data_loss=0.74086 2018-09-02 01:38:34,777 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=1<154394/5000000<10000000 Kbps loss-rate=0 2018-09-02 01:38:34,778 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R463182K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:38,106 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=18.2826 real_seconds=1.00 rate_Mbps=152.9626 tx_cpu=11 rx_cpu=28 drop=0 pkt=149771 data_loss=0.00000 2018-09-02 01:38:38,106 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=1<156633/463182<463182 Kbps loss-rate=0 2018-09-02 01:38:38,107 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R309907K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:41,431 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=18.0669 real_seconds=1.00 rate_Mbps=151.1260 tx_cpu=11 rx_cpu=28 drop=0 pkt=148004 data_loss=0.00000 2018-09-02 01:38:41,431 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=1<154753/309907<309907 Kbps loss-rate=0 2018-09-02 01:38:41,432 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R232330K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:44,782 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=16.4186 real_seconds=1.00 rate_Mbps=137.4537 tx_cpu=11 rx_cpu=28 drop=126 pkt=134627 data_loss=0.09371 2018-09-02 01:38:44,783 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=1<140752/232330<232330 Kbps loss-rate=0 2018-09-02 01:38:44,783 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R186541K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:48,108 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=17.3745 real_seconds=1.00 rate_Mbps=145.4125 tx_cpu=15 rx_cpu=29 drop=68 pkt=142400 data_loss=0.04775 2018-09-02 01:38:48,108 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=1<148902/186541<186541 Kbps loss-rate=0 2018-09-02 01:38:48,109 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R167721K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:51,433 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=16.7235 real_seconds=1.00 rate_Mbps=140.0142 tx_cpu=12 rx_cpu=28 drop=0 pkt=136999 data_loss=0.00000 2018-09-02 01:38:51,433 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=1<143374/167721<167721 Kbps loss-rate=0 2018-09-02 01:38:51,433 DEBUG undershot, min=143374 kbps=155547 max=167721 2018-09-02 01:38:51,434 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R155547K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:54,760 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=18.2822 real_seconds=1.00 rate_Mbps=153.1064 tx_cpu=14 rx_cpu=30 drop=697 pkt=150465 data_loss=0.46332 2018-09-02 01:38:54,761 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=143374<156780/155547<167721 Kbps loss-rate=0 2018-09-02 01:38:54,761 DEBUG undershot, min=156780 kbps=162250 max=167721 2018-09-02 01:38:54,761 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R162250K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:38:58,087 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=18.0430 real_seconds=1.00 rate_Mbps=151.0833 tx_cpu=13 rx_cpu=29 drop=106 pkt=147915 data_loss=0.07200 2018-09-02 01:38:58,088 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=128 throughput=156780<154709/162250<167721 Kbps loss-rate=0 2018-09-02 01:38:58,088 DEBUG undershot, min=162250 kbps=164985 max=167721 2018-09-02 01:38:58,088 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Measuring UDP Throughput (packet size=1024)... 2018-09-02 01:38:58,089 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:01,439 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=144.0732 real_seconds=1.00 rate_Mbps=1207.5801 tx_cpu=20 rx_cpu=31 drop=0 pkt=147531 data_loss=0.00000 2018-09-02 01:39:01,439 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=1024 throughput=1<1236562/5000000<10000000 Kbps loss-rate=0 2018-09-02 01:39:01,440 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3118281K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:04,762 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=139.2061 real_seconds=1.00 rate_Mbps=1166.4794 tx_cpu=21 rx_cpu=32 drop=584 pkt=143131 data_loss=0.40801 2018-09-02 01:39:04,763 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=1024 throughput=1<1194474/3118281<3118281 Kbps loss-rate=0 2018-09-02 01:39:04,763 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2156377K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:08,114 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=136.8975 real_seconds=1.00 rate_Mbps=1147.7249 tx_cpu=24 rx_cpu=30 drop=272 pkt=140455 data_loss=0.19364 2018-09-02 01:39:08,115 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=1024 throughput=1<1175270/2156377<2156377 Kbps loss-rate=0 2018-09-02 01:39:08,115 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1665823K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:11,439 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=130.1338 real_seconds=1.00 rate_Mbps=1091.0642 tx_cpu=16 rx_cpu=28 drop=0 pkt=133257 data_loss=0.00000 2018-09-02 01:39:11,439 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=1024 throughput=1<1117249/1665823<1665823 Kbps loss-rate=0 2018-09-02 01:39:11,440 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1391536K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:14,790 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=145.1689 real_seconds=1.00 rate_Mbps=1217.2115 tx_cpu=22 rx_cpu=30 drop=561 pkt=149214 data_loss=0.37600 2018-09-02 01:39:14,791 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=1024 throughput=1<1246424/1391536<1391536 Kbps loss-rate=0 2018-09-02 01:39:14,791 DEBUG undershot, min=1246424 kbps=1318980 max=1391536 2018-09-02 01:39:14,791 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1318980K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:18,117 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=142.2549 real_seconds=1.00 rate_Mbps=1192.3094 tx_cpu=20 rx_cpu=30 drop=13 pkt=145682 data_loss=0.00893 2018-09-02 01:39:18,118 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=1024 throughput=1246424<1220924/1318980<1391536 Kbps loss-rate=0 2018-09-02 01:39:18,118 DEBUG undershot, min=1318980 kbps=1355258 max=1391536 2018-09-02 01:39:18,118 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1355258K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:21,470 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=148.0410 real_seconds=1.00 rate_Mbps=1238.8588 tx_cpu=24 rx_cpu=32 drop=112 pkt=151706 data_loss=0.07384 2018-09-02 01:39:21,471 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=1024 throughput=1318980<1268591/1355258<1391536 Kbps loss-rate=0 2018-09-02 01:39:21,471 DEBUG undershot, min=1355258 kbps=1373397 max=1391536 2018-09-02 01:39:21,471 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Measuring UDP Throughput (packet size=8192)... 2018-09-02 01:39:21,472 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:24,797 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=594.5234 real_seconds=1.00 rate_Mbps=4987.5931 tx_cpu=99 rx_cpu=23 drop=195 pkt=76294 data_loss=0.25560 2018-09-02 01:39:24,797 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=8192 throughput=1<5107295/5000000<10000000 Kbps loss-rate=0 2018-09-02 01:39:24,798 DEBUG undershot, min=5107295 kbps=7553647 max=10000000 2018-09-02 01:39:24,798 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7553647K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:28,125 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=882.2734 real_seconds=1.00 rate_Mbps=7390.2341 tx_cpu=41 rx_cpu=29 drop=41 pkt=112972 data_loss=0.03630 2018-09-02 01:39:28,125 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=8192 throughput=5107295<7567599/7553647<10000000 Kbps loss-rate=0 2018-09-02 01:39:28,126 DEBUG undershot, min=7567599 kbps=8783799 max=10000000 2018-09-02 01:39:28,126 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8783799K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:31,478 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=826.5156 real_seconds=1.00 rate_Mbps=6922.3782 tx_cpu=21 rx_cpu=27 drop=5 pkt=105799 data_loss=0.00473 2018-09-02 01:39:31,479 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=8192 throughput=7567599<7088515/8783799<10000000 Kbps loss-rate=0 2018-09-02 01:39:31,479 DEBUG undershot, min=8783799 kbps=9391899 max=10000000 2018-09-02 01:39:31,479 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9391899K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:39:34,806 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] megabytes=846.9141 real_seconds=1.00 rate_Mbps=7091.4598 tx_cpu=22 rx_cpu=30 drop=562 pkt=108967 data_loss=0.51575 2018-09-02 01:39:34,806 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] pkt-size=8192 throughput=8783799<7261654/9391899<10000000 Kbps loss-rate=0 2018-09-02 01:39:34,817 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.26', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.33, 'throughput_kbps': 15503991, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.38, 'throughput_kbps': 14837130, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.21, 'throughput_kbps': 14819139, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.07, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 154709, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.07, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1268591, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.52, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 7261654, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.314', 'rtt_max_ms': '41.230', 'rtt_min_ms': '0.148', 'rtt_stddev': '12.305', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.224', 'rtt_max_ms': '0.398', 'rtt_min_ms': '0.144', 'rtt_stddev': '0.083', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.314', 'rtt_max_ms': '0.547', 'rtt_min_ms': '0.154', 'rtt_stddev': '0.114', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-09-02 01:39:34,818 INFO Deleting floating ip d4a4d35e-71b5-4a05-b8de-fe84bd3d5e82 2018-09-02 01:39:35,996 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Floating IP 172.30.9.210 deleted 2018-09-02 01:39:36,150 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Instance deleted 2018-09-02 01:39:36,264 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Creating client VM... 2018-09-02 01:39:36,265 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-09-02 01:39:39,675 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] VM status=BUILD, retrying 1 of 90... 2018-09-02 01:39:42,212 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] VM status=BUILD, retrying 2 of 90... 2018-09-02 01:39:44,370 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] VM status=BUILD, retrying 3 of 90... 2018-09-02 01:39:47,125 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] VM status=BUILD, retrying 4 of 90... 2018-09-02 01:39:50,328 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] VM status=BUILD, retrying 5 of 90... 2018-09-02 01:39:52,473 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] VM status=BUILD, retrying 6 of 90... 2018-09-02 01:39:57,724 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Internal network IP: 192.168.2.5 2018-09-02 01:39:57,724 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] SSH IP: 172.30.9.207 2018-09-02 01:39:57,724 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Setup SSH for ubuntu@172.30.9.207 2018-09-02 01:40:09,117 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Installing nuttcp-8.1.4... 2018-09-02 01:40:09,161 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Copying nuttcp-8.1.4 to target... 2018-09-02 01:40:09,328 INFO ============================================================ 2018-09-02 01:40:09,328 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-09-02 01:40:18,371 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=0.806 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.265 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.340 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.315 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.254 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.277 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.264 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.272 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.270 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.265 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.254/0.332/0.806/0.161 ms 2018-09-02 01:40:27,406 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=0.180 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.311 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.257 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.252 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.321 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.227 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.235 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.489 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.316 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.209 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.180/0.279/0.489/0.085 ms 2018-09-02 01:40:36,443 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=1.14 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.298 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.324 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.370 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.291 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.447 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.363 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.385 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.474 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.367 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.291/0.446/1.142/0.238 ms 2018-09-02 01:40:36,444 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring TCP Throughput (packet size=65536)... 2018-09-02 01:40:36,445 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:40:46,540 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=2050.3606 real_seconds=10.00 rate_Mbps=1720.2967 tx_cpu=4 rx_cpu=9 retrans=2 cwnd=329 rtt_ms=0.53 2018-09-02 01:40:46,540 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:40:56,635 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=2180.6044 real_seconds=10.00 rate_Mbps=1829.5364 tx_cpu=4 rx_cpu=6 retrans=46 cwnd=410 rtt_ms=0.34 2018-09-02 01:40:56,636 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:06,730 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=2119.1392 real_seconds=10.00 rate_Mbps=1777.9629 tx_cpu=4 rx_cpu=6 retrans=2 cwnd=311 rtt_ms=0.47 2018-09-02 01:41:06,730 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring UDP Throughput (packet size=128)... 2018-09-02 01:41:06,731 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:10,081 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=17.7753 real_seconds=1.01 rate_Mbps=148.3210 tx_cpu=24 rx_cpu=22 drop=58953 pkt=204568 data_loss=28.81822 2018-09-02 01:41:10,082 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<151880/5000000<10000000 Kbps loss-rate=28 2018-09-02 01:41:10,082 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R455640K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:13,410 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=17.5262 real_seconds=1.00 rate_Mbps=146.9545 tx_cpu=17 rx_cpu=19 drop=48094 pkt=191669 data_loss=25.09243 2018-09-02 01:41:13,411 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<150481/455640<455640 Kbps loss-rate=25 2018-09-02 01:41:13,411 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R303060K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:16,736 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=17.6992 real_seconds=1.00 rate_Mbps=148.4868 tx_cpu=24 rx_cpu=22 drop=61300 pkt=206292 data_loss=29.71515 2018-09-02 01:41:16,737 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<152050/303060<303060 Kbps loss-rate=29 2018-09-02 01:41:16,737 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R227555K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:20,063 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=17.3741 real_seconds=1.01 rate_Mbps=143.8291 tx_cpu=23 rx_cpu=20 drop=65642 pkt=207971 data_loss=31.56327 2018-09-02 01:41:20,063 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<147280/227555<227555 Kbps loss-rate=31 2018-09-02 01:41:20,063 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R187417K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:23,389 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=17.7556 real_seconds=1.00 rate_Mbps=148.3546 tx_cpu=27 rx_cpu=19 drop=37451 pkt=182905 data_loss=20.47583 2018-09-02 01:41:23,390 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<151915/187417<187417 Kbps loss-rate=20 2018-09-02 01:41:23,390 DEBUG overshot, min=1 kbps=151915 max=187417 2018-09-02 01:41:23,390 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R151915K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:26,743 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=17.5280 real_seconds=1.00 rate_Mbps=146.6758 tx_cpu=79 rx_cpu=21 drop=4210 pkt=147799 data_loss=2.84837 2018-09-02 01:41:26,744 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<150196/151915<187417 Kbps loss-rate=2 2018-09-02 01:41:26,744 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring UDP Throughput (packet size=1024)... 2018-09-02 01:41:26,744 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:30,097 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=140.8301 real_seconds=1.00 rate_Mbps=1181.5515 tx_cpu=31 rx_cpu=21 drop=56699 pkt=200909 data_loss=28.22123 2018-09-02 01:41:30,098 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1209908/5000000<10000000 Kbps loss-rate=28 2018-09-02 01:41:30,098 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3104954K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:33,424 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=141.5078 real_seconds=1.01 rate_Mbps=1180.1591 tx_cpu=30 rx_cpu=21 drop=28063 pkt=172967 data_loss=16.22450 2018-09-02 01:41:33,424 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1208482/3104954<3104954 Kbps loss-rate=16 2018-09-02 01:41:33,425 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2156718K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:36,778 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=141.2500 real_seconds=1.01 rate_Mbps=1169.5522 tx_cpu=29 rx_cpu=22 drop=30265 pkt=174905 data_loss=17.30370 2018-09-02 01:41:36,779 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1197621/2156718<2156718 Kbps loss-rate=17 2018-09-02 01:41:36,779 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1677169K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:40,106 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=137.7568 real_seconds=1.00 rate_Mbps=1155.5222 tx_cpu=30 rx_cpu=19 drop=37773 pkt=178836 data_loss=21.12159 2018-09-02 01:41:40,107 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1183254/1677169<1677169 Kbps loss-rate=21 2018-09-02 01:41:40,107 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1430211K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:43,430 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=143.6738 real_seconds=1.00 rate_Mbps=1206.0085 tx_cpu=80 rx_cpu=21 drop=27465 pkt=174587 data_loss=15.73142 2018-09-02 01:41:43,430 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1234952/1430211<1430211 Kbps loss-rate=15 2018-09-02 01:41:43,430 DEBUG overshot, min=1 kbps=1234952 max=1430211 2018-09-02 01:41:43,431 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1234952K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:46,782 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=142.7773 real_seconds=1.00 rate_Mbps=1193.2155 tx_cpu=85 rx_cpu=22 drop=4546 pkt=150750 data_loss=3.01562 2018-09-02 01:41:46,783 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1221852/1234952<1430211 Kbps loss-rate=3 2018-09-02 01:41:46,783 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring UDP Throughput (packet size=8192)... 2018-09-02 01:41:46,784 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:50,135 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=196.1406 real_seconds=1.00 rate_Mbps=1646.1419 tx_cpu=89 rx_cpu=10 drop=51188 pkt=76294 data_loss=67.09309 2018-09-02 01:41:50,135 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1685649/5000000<10000000 Kbps loss-rate=67 2018-09-02 01:41:50,135 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3342824K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:53,461 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=198.2578 real_seconds=1.00 rate_Mbps=1659.1500 tx_cpu=99 rx_cpu=11 drop=25631 pkt=51008 data_loss=50.24898 2018-09-02 01:41:53,462 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1698969/3342824<3342824 Kbps loss-rate=50 2018-09-02 01:41:53,462 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2520896K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:41:56,790 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=199.1094 real_seconds=1.00 rate_Mbps=1666.1368 tx_cpu=99 rx_cpu=12 drop=12980 pkt=38466 data_loss=33.74407 2018-09-02 01:41:56,791 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1706124/2520896<2520896 Kbps loss-rate=33 2018-09-02 01:41:56,791 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2113510K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:42:00,143 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=198.1094 real_seconds=1.00 rate_Mbps=1658.3396 tx_cpu=99 rx_cpu=14 drop=6892 pkt=32250 data_loss=21.37052 2018-09-02 01:42:00,144 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1698139/2113510<2113510 Kbps loss-rate=21 2018-09-02 01:42:00,144 DEBUG overshot, min=1 kbps=1698139 max=2113510 2018-09-02 01:42:00,144 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1698139K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:42:03,469 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=202.0547 real_seconds=1.00 rate_Mbps=1695.5408 tx_cpu=99 rx_cpu=8 drop=49 pkt=25912 data_loss=0.18910 2018-09-02 01:42:03,470 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1736233/1698139<2113510 Kbps loss-rate=0 2018-09-02 01:42:03,470 DEBUG undershot, min=1736233 kbps=1924871 max=2113510 2018-09-02 01:42:03,471 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1924871K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:42:06,797 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=200.3281 real_seconds=1.00 rate_Mbps=1676.5409 tx_cpu=99 rx_cpu=11 drop=3730 pkt=29372 data_loss=12.69920 2018-09-02 01:42:06,797 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1736233<1716777/1924871<2113510 Kbps loss-rate=12 2018-09-02 01:42:06,798 DEBUG overshot, min=1736233 kbps=1716777 max=1924871 2018-09-02 01:42:06,798 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1716777K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:42:10,122 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=204.6250 real_seconds=1.00 rate_Mbps=1717.2041 tx_cpu=99 rx_cpu=9 drop=4 pkt=26196 data_loss=0.01525 2018-09-02 01:42:10,123 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1736233<1758416/1716777<1924871 Kbps loss-rate=0 2018-09-02 01:42:10,123 DEBUG undershot, min=1758416 kbps=1841643 max=1924871 2018-09-02 01:42:10,123 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1841643K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:42:13,474 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=212.0703 real_seconds=1.00 rate_Mbps=1779.0281 tx_cpu=99 rx_cpu=12 drop=956 pkt=28101 data_loss=3.40204 2018-09-02 01:42:13,475 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1758416<1821724/1841643<1924871 Kbps loss-rate=3 2018-09-02 01:42:13,485 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.53, 'throughput_kbps': 1761583, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 46, 'rtt_ms': 0.34, 'throughput_kbps': 1873445, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.47, 'throughput_kbps': 1820634, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.85, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 150196, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.02, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1221852, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.4, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1821724, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.332', 'rtt_max_ms': '0.806', 'rtt_min_ms': '0.254', 'rtt_stddev': '0.161', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.279', 'rtt_max_ms': '0.489', 'rtt_min_ms': '0.180', 'rtt_stddev': '0.085', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.446', 'rtt_max_ms': '1.142', 'rtt_min_ms': '0.291', 'rtt_stddev': '0.238', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-09-02 01:42:13,487 INFO ============================================================ 2018-09-02 01:42:13,487 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-09-02 01:42:22,552 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] PING 172.30.9.203 (172.30.9.203) 64(92) bytes of data. 72 bytes from 172.30.9.203: icmp_seq=1 ttl=63 time=0.522 ms 72 bytes from 172.30.9.203: icmp_seq=2 ttl=63 time=0.265 ms 72 bytes from 172.30.9.203: icmp_seq=3 ttl=63 time=0.528 ms 72 bytes from 172.30.9.203: icmp_seq=4 ttl=63 time=0.228 ms 72 bytes from 172.30.9.203: icmp_seq=5 ttl=63 time=0.238 ms 72 bytes from 172.30.9.203: icmp_seq=6 ttl=63 time=0.261 ms 72 bytes from 172.30.9.203: icmp_seq=7 ttl=63 time=0.284 ms 72 bytes from 172.30.9.203: icmp_seq=8 ttl=63 time=0.253 ms 72 bytes from 172.30.9.203: icmp_seq=9 ttl=63 time=0.218 ms 72 bytes from 172.30.9.203: icmp_seq=10 ttl=63 time=0.517 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.218/0.331/0.528/0.127 ms 2018-09-02 01:42:31,591 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] PING 172.30.9.203 (172.30.9.203) 391(419) bytes of data. 399 bytes from 172.30.9.203: icmp_seq=1 ttl=63 time=0.250 ms 399 bytes from 172.30.9.203: icmp_seq=2 ttl=63 time=0.331 ms 399 bytes from 172.30.9.203: icmp_seq=3 ttl=63 time=0.481 ms 399 bytes from 172.30.9.203: icmp_seq=4 ttl=63 time=0.569 ms 399 bytes from 172.30.9.203: icmp_seq=5 ttl=63 time=0.545 ms 399 bytes from 172.30.9.203: icmp_seq=6 ttl=63 time=0.224 ms 399 bytes from 172.30.9.203: icmp_seq=7 ttl=63 time=0.271 ms 399 bytes from 172.30.9.203: icmp_seq=8 ttl=63 time=0.228 ms 399 bytes from 172.30.9.203: icmp_seq=9 ttl=63 time=0.226 ms 399 bytes from 172.30.9.203: icmp_seq=10 ttl=63 time=0.284 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.224/0.340/0.569/0.132 ms 2018-09-02 01:42:40,639 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] PING 172.30.9.203 (172.30.9.203) 1500(1528) bytes of data. 1508 bytes from 172.30.9.203: icmp_seq=1 ttl=63 time=1.89 ms 1508 bytes from 172.30.9.203: icmp_seq=2 ttl=63 time=0.911 ms 1508 bytes from 172.30.9.203: icmp_seq=3 ttl=63 time=0.528 ms 1508 bytes from 172.30.9.203: icmp_seq=4 ttl=63 time=0.686 ms 1508 bytes from 172.30.9.203: icmp_seq=5 ttl=63 time=0.317 ms 1508 bytes from 172.30.9.203: icmp_seq=6 ttl=63 time=0.600 ms 1508 bytes from 172.30.9.203: icmp_seq=7 ttl=63 time=0.364 ms 1508 bytes from 172.30.9.203: icmp_seq=8 ttl=63 time=0.328 ms 1508 bytes from 172.30.9.203: icmp_seq=9 ttl=63 time=0.343 ms 1508 bytes from 172.30.9.203: icmp_seq=10 ttl=63 time=0.543 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.317/0.651/1.894/0.451 ms 2018-09-02 01:42:40,640 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring TCP Throughput (packet size=65536)... 2018-09-02 01:42:40,641 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:42:50,744 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=2787.2806 real_seconds=10.00 rate_Mbps=2337.0485 tx_cpu=4 rx_cpu=12 retrans=5397 cwnd=557 rtt_ms=0.76 2018-09-02 01:42:50,745 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:00,840 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=2428.8534 real_seconds=10.00 rate_Mbps=2037.3457 tx_cpu=4 rx_cpu=13 retrans=1763 cwnd=416 rtt_ms=0.38 2018-09-02 01:43:00,841 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:10,962 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=2252.8899 real_seconds=10.00 rate_Mbps=1889.9931 tx_cpu=4 rx_cpu=7 retrans=33 cwnd=428 rtt_ms=0.28 2018-09-02 01:43:10,963 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring UDP Throughput (packet size=128)... 2018-09-02 01:43:10,964 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:14,287 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=16.5647 real_seconds=1.01 rate_Mbps=137.3333 tx_cpu=22 rx_cpu=21 drop=69416 pkt=205114 data_loss=33.84255 2018-09-02 01:43:14,287 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<140629/5000000<10000000 Kbps loss-rate=33 2018-09-02 01:43:14,288 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R421887K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:17,614 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=16.6257 real_seconds=1.01 rate_Mbps=138.7439 tx_cpu=15 rx_cpu=18 drop=58430 pkt=194628 data_loss=30.02151 2018-09-02 01:43:17,614 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<142073/421887<421887 Kbps loss-rate=30 2018-09-02 01:43:17,614 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R281980K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:20,940 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=16.5045 real_seconds=1.00 rate_Mbps=138.5016 tx_cpu=20 rx_cpu=20 drop=54785 pkt=189990 data_loss=28.83568 2018-09-02 01:43:20,940 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<141825/281980<281980 Kbps loss-rate=28 2018-09-02 01:43:20,940 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R211902K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:24,267 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=16.7230 real_seconds=1.01 rate_Mbps=139.4846 tx_cpu=16 rx_cpu=18 drop=49636 pkt=186631 data_loss=26.59588 2018-09-02 01:43:24,267 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<142832/211902<211902 Kbps loss-rate=26 2018-09-02 01:43:24,268 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R177367K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:27,594 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=16.6023 real_seconds=1.00 rate_Mbps=138.8245 tx_cpu=97 rx_cpu=20 drop=37204 pkt=173210 data_loss=21.47911 2018-09-02 01:43:27,595 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<142156/177367<177367 Kbps loss-rate=21 2018-09-02 01:43:27,595 DEBUG overshot, min=1 kbps=142156 max=177367 2018-09-02 01:43:27,595 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R142156K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:30,948 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=16.3717 real_seconds=1.00 rate_Mbps=136.9224 tx_cpu=88 rx_cpu=18 drop=4707 pkt=138824 data_loss=3.39071 2018-09-02 01:43:30,948 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=128 throughput=1<140208/142156<177367 Kbps loss-rate=3 2018-09-02 01:43:30,949 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring UDP Throughput (packet size=1024)... 2018-09-02 01:43:30,949 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:34,273 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=130.7051 real_seconds=1.00 rate_Mbps=1092.0578 tx_cpu=28 rx_cpu=19 drop=51770 pkt=185612 data_loss=27.89150 2018-09-02 01:43:34,274 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1118267/5000000<10000000 Kbps loss-rate=27 2018-09-02 01:43:34,274 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3059133K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:37,599 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=132.3291 real_seconds=1.01 rate_Mbps=1102.5639 tx_cpu=28 rx_cpu=19 drop=56423 pkt=191928 data_loss=29.39801 2018-09-02 01:43:37,600 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1129025/3059133<3059133 Kbps loss-rate=29 2018-09-02 01:43:37,600 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2094079K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:40,926 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=135.9512 real_seconds=1.00 rate_Mbps=1135.3660 tx_cpu=25 rx_cpu=22 drop=56780 pkt=195994 data_loss=28.97026 2018-09-02 01:43:40,927 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1162614/2094079<2094079 Kbps loss-rate=28 2018-09-02 01:43:40,927 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1628346K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:44,278 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=132.9258 real_seconds=1.01 rate_Mbps=1106.0063 tx_cpu=26 rx_cpu=19 drop=50572 pkt=186688 data_loss=27.08904 2018-09-02 01:43:44,278 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1132550/1628346<1628346 Kbps loss-rate=27 2018-09-02 01:43:44,279 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1380448K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:47,606 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=128.4111 real_seconds=1.00 rate_Mbps=1073.5449 tx_cpu=83 rx_cpu=20 drop=37018 pkt=168511 data_loss=21.96771 2018-09-02 01:43:47,607 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1099309/1380448<1380448 Kbps loss-rate=21 2018-09-02 01:43:47,607 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1239878K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:50,933 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=134.8076 real_seconds=1.00 rate_Mbps=1127.0523 tx_cpu=91 rx_cpu=21 drop=13309 pkt=151352 data_loss=8.79343 2018-09-02 01:43:50,934 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1154101/1239878<1239878 Kbps loss-rate=8 2018-09-02 01:43:50,934 DEBUG overshot, min=1 kbps=1154101 max=1239878 2018-09-02 01:43:50,935 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1154101K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:54,260 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=134.8564 real_seconds=1.00 rate_Mbps=1131.6834 tx_cpu=87 rx_cpu=20 drop=2789 pkt=140882 data_loss=1.97972 2018-09-02 01:43:54,260 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1<1158843/1154101<1239878 Kbps loss-rate=1 2018-09-02 01:43:54,260 DEBUG undershot, min=1158843 kbps=1199360 max=1239878 2018-09-02 01:43:54,260 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1199360K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:43:57,586 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=135.3340 real_seconds=1.00 rate_Mbps=1131.3797 tx_cpu=99 rx_cpu=20 drop=7824 pkt=146406 data_loss=5.34403 2018-09-02 01:43:57,586 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=1024 throughput=1158843<1158532/1199360<1239878 Kbps loss-rate=5 2018-09-02 01:43:57,586 DEBUG overshot, min=1158843 kbps=1158532 max=1199360 2018-09-02 01:43:57,587 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Measuring UDP Throughput (packet size=8192)... 2018-09-02 01:43:57,587 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:44:00,938 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=188.6328 real_seconds=1.00 rate_Mbps=1580.7875 tx_cpu=31 rx_cpu=10 drop=49120 pkt=73265 data_loss=67.04429 2018-09-02 01:44:00,939 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1618726/5000000<10000000 Kbps loss-rate=67 2018-09-02 01:44:00,939 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3309363K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:44:04,264 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=189.1172 real_seconds=1.00 rate_Mbps=1581.9893 tx_cpu=99 rx_cpu=10 drop=26290 pkt=50497 data_loss=52.06249 2018-09-02 01:44:04,264 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1619957/3309363<3309363 Kbps loss-rate=52 2018-09-02 01:44:04,264 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2464660K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:44:07,590 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=191.4141 real_seconds=1.00 rate_Mbps=1601.4377 tx_cpu=99 rx_cpu=10 drop=13107 pkt=37608 data_loss=34.85161 2018-09-02 01:44:07,591 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1639872/2464660<2464660 Kbps loss-rate=34 2018-09-02 01:44:07,591 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2052266K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:44:10,941 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=191.2109 real_seconds=1.00 rate_Mbps=1599.6601 tx_cpu=99 rx_cpu=8 drop=6840 pkt=31315 data_loss=21.84257 2018-09-02 01:44:10,942 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1638051/2052266<2052266 Kbps loss-rate=21 2018-09-02 01:44:10,942 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1845158K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:44:14,266 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] megabytes=209.2344 real_seconds=1.00 rate_Mbps=1750.6667 tx_cpu=99 rx_cpu=10 drop=1373 pkt=28155 data_loss=4.87655 2018-09-02 01:44:14,267 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] pkt-size=8192 throughput=1<1792682/1845158<1845158 Kbps loss-rate=4 2018-09-02 01:44:14,277 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'172.30.9.203', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 5397, 'rtt_ms': 0.76, 'throughput_kbps': 2393137, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1763, 'rtt_ms': 0.38, 'throughput_kbps': 2086241, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 33, 'rtt_ms': 0.28, 'throughput_kbps': 1935352, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.39, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 140208, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 5.34, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1158532, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.88, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1792682, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.331', 'rtt_max_ms': '0.528', 'rtt_min_ms': '0.218', 'rtt_stddev': '0.127', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.340', 'rtt_max_ms': '0.569', 'rtt_min_ms': '0.224', 'rtt_stddev': '0.132', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.651', 'rtt_max_ms': '1.894', 'rtt_min_ms': '0.317', 'rtt_stddev': '0.451', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-09-02 01:44:14,279 INFO Deleting floating ip bbd56f08-e20a-4f07-b1a4-834bdaa5d2a1 2018-09-02 01:44:16,147 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Floating IP 172.30.9.207 deleted 2018-09-02 01:44:16,598 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa2] Instance deleted 2018-09-02 01:44:16,713 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Creating client VM... 2018-09-02 01:44:16,713 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-09-02 01:44:19,660 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 1 of 90... 2018-09-02 01:44:22,187 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 2 of 90... 2018-09-02 01:44:24,749 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 3 of 90... 2018-09-02 01:44:26,900 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 4 of 90... 2018-09-02 01:44:29,050 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 5 of 90... 2018-09-02 01:44:31,409 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 6 of 90... 2018-09-02 01:44:34,083 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 7 of 90... 2018-09-02 01:44:36,249 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 8 of 90... 2018-09-02 01:44:38,571 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 9 of 90... 2018-09-02 01:44:41,105 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 10 of 90... 2018-09-02 01:44:43,249 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 11 of 90... 2018-09-02 01:44:45,847 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 12 of 90... 2018-09-02 01:44:48,610 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 13 of 90... 2018-09-02 01:44:50,761 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 14 of 90... 2018-09-02 01:44:53,398 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 15 of 90... 2018-09-02 01:44:55,813 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 16 of 90... 2018-09-02 01:44:58,543 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 17 of 90... 2018-09-02 01:45:00,951 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 18 of 90... 2018-09-02 01:45:03,350 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 19 of 90... 2018-09-02 01:45:05,492 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 20 of 90... 2018-09-02 01:45:07,642 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 21 of 90... 2018-09-02 01:45:09,786 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 22 of 90... 2018-09-02 01:45:12,168 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 23 of 90... 2018-09-02 01:45:14,312 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 24 of 90... 2018-09-02 01:45:16,692 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 25 of 90... 2018-09-02 01:45:19,080 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 26 of 90... 2018-09-02 01:45:21,483 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 27 of 90... 2018-09-02 01:45:23,634 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 28 of 90... 2018-09-02 01:45:26,037 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 29 of 90... 2018-09-02 01:45:28,423 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 30 of 90... 2018-09-02 01:45:31,058 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 31 of 90... 2018-09-02 01:45:33,656 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 32 of 90... 2018-09-02 01:45:35,989 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 33 of 90... 2018-09-02 01:45:38,139 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 34 of 90... 2018-09-02 01:45:40,285 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 35 of 90... 2018-09-02 01:45:42,860 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 36 of 90... 2018-09-02 01:45:45,008 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 37 of 90... 2018-09-02 01:45:47,321 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 38 of 90... 2018-09-02 01:45:49,741 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 39 of 90... 2018-09-02 01:45:52,148 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 40 of 90... 2018-09-02 01:45:54,555 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 41 of 90... 2018-09-02 01:45:56,701 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 42 of 90... 2018-09-02 01:45:59,114 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] VM status=BUILD, retrying 43 of 90... 2018-09-02 01:46:04,231 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Internal network IP: 192.168.1.25 2018-09-02 01:46:04,232 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] SSH IP: 172.30.9.201 2018-09-02 01:46:04,232 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Setup SSH for ubuntu@172.30.9.201 2018-09-02 01:46:17,113 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Installing nuttcp-8.1.4... 2018-09-02 01:46:17,160 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Copying nuttcp-8.1.4 to target... 2018-09-02 01:46:17,327 INFO ============================================================ 2018-09-02 01:46:17,327 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-09-02 01:46:26,378 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=41.9 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.310 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.220 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.207 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.214 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.165 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.232 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.169 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.225 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.168 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.165/4.381/41.900/12.506 ms 2018-09-02 01:46:35,422 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.399 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.464 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.343 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.377 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.430 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.338 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.430 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.348 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.394 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.221 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.221/0.374/0.464/0.066 ms 2018-09-02 01:46:44,466 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.00 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.460 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.541 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.543 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.396 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.499 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.353 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.292 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.330 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.386 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.292/0.480/1.001/0.192 ms 2018-09-02 01:46:44,467 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Measuring TCP Throughput (packet size=65536)... 2018-09-02 01:46:44,467 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:46:54,568 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=5736.9993 real_seconds=10.00 rate_Mbps=4811.6027 tx_cpu=9 rx_cpu=14 retrans=5 cwnd=440 rtt_ms=0.56 2018-09-02 01:46:54,569 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:04,668 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=5564.2299 real_seconds=10.00 rate_Mbps=4666.6096 tx_cpu=9 rx_cpu=14 retrans=2 cwnd=496 rtt_ms=0.54 2018-09-02 01:47:04,669 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:14,795 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=4874.7318 real_seconds=10.00 rate_Mbps=4087.9914 tx_cpu=9 rx_cpu=12 retrans=1 cwnd=584 rtt_ms=0.49 2018-09-02 01:47:14,795 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Measuring UDP Throughput (packet size=128)... 2018-09-02 01:47:14,795 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:18,124 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=23.2062 real_seconds=1.00 rate_Mbps=194.3789 tx_cpu=15 rx_cpu=27 drop=554 pkt=190659 data_loss=0.29046 2018-09-02 01:47:18,124 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=1<199043/5000000<10000000 Kbps loss-rate=0 2018-09-02 01:47:18,124 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R597129K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:21,452 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=22.7433 real_seconds=1.00 rate_Mbps=190.4280 tx_cpu=16 rx_cpu=25 drop=7697 pkt=194010 data_loss=3.96742 2018-09-02 01:47:21,453 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=1<194998/597129<597129 Kbps loss-rate=3 2018-09-02 01:47:21,453 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R396063K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:24,780 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=25.6115 real_seconds=1.00 rate_Mbps=214.4879 tx_cpu=17 rx_cpu=26 drop=1831 pkt=211640 data_loss=0.86511 2018-09-02 01:47:24,781 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=1<219635/396063<396063 Kbps loss-rate=0 2018-09-02 01:47:24,781 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R307849K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:28,110 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=25.5094 real_seconds=1.00 rate_Mbps=213.7846 tx_cpu=17 rx_cpu=26 drop=31 pkt=209004 data_loss=0.01489 2018-09-02 01:47:28,111 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=1<218915/307849<307849 Kbps loss-rate=0 2018-09-02 01:47:28,111 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R263382K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:31,462 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=23.8047 real_seconds=1.00 rate_Mbps=199.3871 tx_cpu=16 rx_cpu=29 drop=60 pkt=195068 data_loss=0.03066 2018-09-02 01:47:31,462 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=1<204172/263382<263382 Kbps loss-rate=0 2018-09-02 01:47:31,463 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R233777K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:34,788 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=25.2426 real_seconds=1.00 rate_Mbps=211.3606 tx_cpu=18 rx_cpu=26 drop=1043 pkt=207830 data_loss=0.50178 2018-09-02 01:47:34,789 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=1<216433/233777<233777 Kbps loss-rate=0 2018-09-02 01:47:34,789 DEBUG undershot, min=216433 kbps=225105 max=233777 2018-09-02 01:47:34,790 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R225105K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:38,142 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=25.3606 real_seconds=1.00 rate_Mbps=212.5257 tx_cpu=16 rx_cpu=26 drop=0 pkt=207754 data_loss=0.00000 2018-09-02 01:47:38,142 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=216433<217626/225105<233777 Kbps loss-rate=0 2018-09-02 01:47:38,143 DEBUG undershot, min=217626 kbps=225701 max=233777 2018-09-02 01:47:38,143 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R225701K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:41,468 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=24.6010 real_seconds=1.00 rate_Mbps=205.9131 tx_cpu=17 rx_cpu=28 drop=0 pkt=201531 data_loss=0.00000 2018-09-02 01:47:41,469 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=128 throughput=217626<210855/225701<233777 Kbps loss-rate=0 2018-09-02 01:47:41,469 DEBUG undershot, min=225701 kbps=229739 max=233777 2018-09-02 01:47:41,469 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Measuring UDP Throughput (packet size=1024)... 2018-09-02 01:47:41,470 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:44,822 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=184.6182 real_seconds=1.00 rate_Mbps=1547.4205 tx_cpu=31 rx_cpu=29 drop=482 pkt=189531 data_loss=0.25431 2018-09-02 01:47:44,822 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=1024 throughput=1<1584558/5000000<10000000 Kbps loss-rate=0 2018-09-02 01:47:44,823 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3292279K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:48,149 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=182.5654 real_seconds=1.00 rate_Mbps=1530.4567 tx_cpu=28 rx_cpu=29 drop=2527 pkt=189474 data_loss=1.33371 2018-09-02 01:47:48,149 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=1024 throughput=1<1567187/3292279<3292279 Kbps loss-rate=1 2018-09-02 01:47:48,150 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2429733K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:51,476 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=190.7031 real_seconds=1.00 rate_Mbps=1597.6153 tx_cpu=34 rx_cpu=29 drop=0 pkt=195280 data_loss=0.00000 2018-09-02 01:47:51,477 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=1024 throughput=1<1635958/2429733<2429733 Kbps loss-rate=0 2018-09-02 01:47:51,478 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2032845K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:54,804 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=175.0781 real_seconds=1.00 rate_Mbps=1467.5860 tx_cpu=28 rx_cpu=25 drop=13522 pkt=192802 data_loss=7.01342 2018-09-02 01:47:54,804 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=1024 throughput=1<1502808/2032845<2032845 Kbps loss-rate=7 2018-09-02 01:47:54,804 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1767826K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:47:58,132 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=188.7266 real_seconds=1.00 rate_Mbps=1581.9746 tx_cpu=33 rx_cpu=29 drop=0 pkt=193256 data_loss=0.00000 2018-09-02 01:47:58,132 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=1024 throughput=1<1619941/1767826<1767826 Kbps loss-rate=0 2018-09-02 01:47:58,133 DEBUG undershot, min=1619941 kbps=1693883 max=1767826 2018-09-02 01:47:58,133 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1693883K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:01,460 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=190.0889 real_seconds=1.00 rate_Mbps=1592.9084 tx_cpu=32 rx_cpu=28 drop=0 pkt=194651 data_loss=0.00000 2018-09-02 01:48:01,461 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=1024 throughput=1619941<1631138/1693883<1767826 Kbps loss-rate=0 2018-09-02 01:48:01,461 DEBUG undershot, min=1631138 kbps=1699482 max=1767826 2018-09-02 01:48:01,461 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1699482K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:04,812 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=189.3506 real_seconds=1.00 rate_Mbps=1587.6401 tx_cpu=40 rx_cpu=30 drop=264 pkt=194159 data_loss=0.13596 2018-09-02 01:48:04,813 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=1024 throughput=1631138<1625743/1699482<1767826 Kbps loss-rate=0 2018-09-02 01:48:04,813 DEBUG undershot, min=1699482 kbps=1733654 max=1767826 2018-09-02 01:48:04,813 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Measuring UDP Throughput (packet size=8192)... 2018-09-02 01:48:04,814 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:08,165 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=331.1953 real_seconds=1.00 rate_Mbps=2777.6760 tx_cpu=99 rx_cpu=15 drop=33901 pkt=76294 data_loss=44.43469 2018-09-02 01:48:08,166 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=8192 throughput=1<2844340/5000000<10000000 Kbps loss-rate=44 2018-09-02 01:48:08,166 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3922170K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:11,517 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=325.1484 real_seconds=1.00 rate_Mbps=2722.6257 tx_cpu=99 rx_cpu=15 drop=18229 pkt=59848 data_loss=30.45884 2018-09-02 01:48:11,518 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=8192 throughput=1<2787968/3922170<3922170 Kbps loss-rate=30 2018-09-02 01:48:11,518 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3355069K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:14,843 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=316.9844 real_seconds=1.00 rate_Mbps=2653.6998 tx_cpu=99 rx_cpu=15 drop=10620 pkt=51194 data_loss=20.74461 2018-09-02 01:48:14,844 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=8192 throughput=1<2717388/3355069<3355069 Kbps loss-rate=20 2018-09-02 01:48:14,844 DEBUG overshot, min=1 kbps=2717388 max=3355069 2018-09-02 01:48:14,844 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2717388K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:18,172 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=323.9375 real_seconds=1.00 rate_Mbps=2717.4173 tx_cpu=99 rx_cpu=15 drop=0 pkt=41464 data_loss=0.00000 2018-09-02 01:48:18,173 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=8192 throughput=1<2782635/2717388<3355069 Kbps loss-rate=0 2018-09-02 01:48:18,173 DEBUG undershot, min=2782635 kbps=3068852 max=3355069 2018-09-02 01:48:18,173 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3068852K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:21,500 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=329.4844 real_seconds=1.00 rate_Mbps=2759.1833 tx_cpu=99 rx_cpu=16 drop=4653 pkt=46827 data_loss=9.93656 2018-09-02 01:48:21,501 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=8192 throughput=2782635<2825403/3068852<3355069 Kbps loss-rate=9 2018-09-02 01:48:21,501 DEBUG overshot, min=2782635 kbps=2825403 max=3068852 2018-09-02 01:48:21,502 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2825403K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:48:24,855 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] megabytes=329.5547 real_seconds=1.00 rate_Mbps=2765.1715 tx_cpu=99 rx_cpu=15 drop=930 pkt=43113 data_loss=2.15711 2018-09-02 01:48:24,856 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] pkt-size=8192 throughput=2782635<2831535/2825403<3068852 Kbps loss-rate=2 2018-09-02 01:48:24,868 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.25', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 5, 'rtt_ms': 0.56, 'throughput_kbps': 4927081, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.54, 'throughput_kbps': 4778608, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1, 'rtt_ms': 0.49, 'throughput_kbps': 4186103, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 210855, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.14, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1625743, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.16, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2831535, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.381', 'rtt_max_ms': '41.900', 'rtt_min_ms': '0.165', 'rtt_stddev': '12.506', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.374', 'rtt_max_ms': '0.464', 'rtt_min_ms': '0.221', 'rtt_stddev': '0.066', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.480', 'rtt_max_ms': '1.001', 'rtt_min_ms': '0.292', 'rtt_stddev': '0.192', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-09-02 01:48:24,869 INFO Deleting floating ip 96e26f12-ffd8-4b28-abe3-d8d4afbdb48f 2018-09-02 01:48:25,845 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Floating IP 172.30.9.201 deleted 2018-09-02 01:48:26,018 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa3] Instance deleted 2018-09-02 01:48:26,082 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Creating client VM... 2018-09-02 01:48:26,082 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-09-02 01:48:28,708 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] VM status=BUILD, retrying 1 of 90... 2018-09-02 01:48:31,049 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] VM status=BUILD, retrying 2 of 90... 2018-09-02 01:48:33,775 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] VM status=BUILD, retrying 3 of 90... 2018-09-02 01:48:35,925 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] VM status=BUILD, retrying 4 of 90... 2018-09-02 01:48:38,341 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] VM status=BUILD, retrying 5 of 90... 2018-09-02 01:48:40,995 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] VM status=BUILD, retrying 6 of 90... 2018-09-02 01:48:45,773 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Internal network IP: 192.168.2.11 2018-09-02 01:48:45,773 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] SSH IP: 172.30.9.209 2018-09-02 01:48:45,774 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Setup SSH for ubuntu@172.30.9.209 2018-09-02 01:48:58,269 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Installing nuttcp-8.1.4... 2018-09-02 01:48:58,314 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Copying nuttcp-8.1.4 to target... 2018-09-02 01:48:58,420 INFO ============================================================ 2018-09-02 01:48:58,420 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-09-02 01:49:07,462 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=1.19 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.362 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.456 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.455 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.596 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.546 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.625 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.445 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.451 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.546 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.362/0.567/1.192/0.222 ms 2018-09-02 01:49:16,502 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=0.485 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.290 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.381 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.423 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.382 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.528 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.360 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.384 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.426 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.365 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.290/0.402/0.528/0.066 ms 2018-09-02 01:49:25,546 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=2.09 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.415 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.567 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.423 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.459 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.764 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.701 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.563 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.741 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.602 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.415/0.732/2.092/0.469 ms 2018-09-02 01:49:25,546 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring TCP Throughput (packet size=65536)... 2018-09-02 01:49:25,547 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:49:35,644 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=2181.1564 real_seconds=10.00 rate_Mbps=1829.9948 tx_cpu=4 rx_cpu=7 retrans=25 cwnd=318 rtt_ms=0.52 2018-09-02 01:49:35,645 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:49:45,740 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=2415.8407 real_seconds=10.00 rate_Mbps=2027.0923 tx_cpu=5 rx_cpu=7 retrans=124 cwnd=346 rtt_ms=0.39 2018-09-02 01:49:45,741 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:49:55,837 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=2260.0054 real_seconds=10.00 rate_Mbps=1896.1689 tx_cpu=5 rx_cpu=7 retrans=50 cwnd=330 rtt_ms=0.70 2018-09-02 01:49:55,837 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring UDP Throughput (packet size=128)... 2018-09-02 01:49:55,838 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:49:59,163 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=18.7720 real_seconds=1.00 rate_Mbps=156.6910 tx_cpu=17 rx_cpu=19 drop=51535 pkt=205315 data_loss=25.10045 2018-09-02 01:49:59,164 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<160451/5000000<10000000 Kbps loss-rate=25 2018-09-02 01:49:59,164 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R481353K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:02,489 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.8423 real_seconds=1.01 rate_Mbps=148.9260 tx_cpu=16 rx_cpu=18 drop=54300 pkt=200464 data_loss=27.08709 2018-09-02 01:50:02,489 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<152500/481353<481353 Kbps loss-rate=27 2018-09-02 01:50:02,490 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R316926K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:05,815 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.6804 real_seconds=1.00 rate_Mbps=147.6066 tx_cpu=17 rx_cpu=18 drop=46402 pkt=191240 data_loss=24.26375 2018-09-02 01:50:05,815 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<151149/316926<316926 Kbps loss-rate=24 2018-09-02 01:50:05,816 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R234037K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:09,168 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=18.0721 real_seconds=1.01 rate_Mbps=150.8417 tx_cpu=18 rx_cpu=19 drop=47933 pkt=195980 data_loss=24.45816 2018-09-02 01:50:09,168 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<154461/234037<234037 Kbps loss-rate=24 2018-09-02 01:50:09,168 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R194249K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:12,496 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=18.7678 real_seconds=1.00 rate_Mbps=156.9885 tx_cpu=99 rx_cpu=20 drop=35950 pkt=189696 data_loss=18.95130 2018-09-02 01:50:12,496 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<160756/194249<194249 Kbps loss-rate=18 2018-09-02 01:50:12,496 DEBUG overshot, min=1 kbps=160756 max=194249 2018-09-02 01:50:12,497 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R160756K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:15,822 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=18.9215 real_seconds=1.00 rate_Mbps=158.6923 tx_cpu=99 rx_cpu=20 drop=1981 pkt=156986 data_loss=1.26179 2018-09-02 01:50:15,823 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<162500/160756<194249 Kbps loss-rate=1 2018-09-02 01:50:15,823 DEBUG undershot, min=162500 kbps=178374 max=194249 2018-09-02 01:50:15,823 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R178374K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:19,151 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=18.3599 real_seconds=1.00 rate_Mbps=153.5973 tx_cpu=99 rx_cpu=19 drop=23790 pkt=174194 data_loss=13.65695 2018-09-02 01:50:19,151 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=162500<157283/178374<194249 Kbps loss-rate=13 2018-09-02 01:50:19,151 DEBUG overshot, min=162500 kbps=157283 max=178374 2018-09-02 01:50:19,152 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R157283K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:22,502 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=18.1874 real_seconds=1.00 rate_Mbps=152.6139 tx_cpu=99 rx_cpu=20 drop=4604 pkt=153595 data_loss=2.99743 2018-09-02 01:50:22,502 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=162500<156276/157283<178374 Kbps loss-rate=3 2018-09-02 01:50:22,503 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring UDP Throughput (packet size=1024)... 2018-09-02 01:50:22,503 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:25,855 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=144.2627 real_seconds=1.00 rate_Mbps=1206.4702 tx_cpu=29 rx_cpu=19 drop=46124 pkt=193849 data_loss=23.79379 2018-09-02 01:50:25,855 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1235425/5000000<10000000 Kbps loss-rate=23 2018-09-02 01:50:25,856 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3117712K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:29,180 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=144.0654 real_seconds=1.00 rate_Mbps=1204.4446 tx_cpu=31 rx_cpu=20 drop=50587 pkt=198110 data_loss=25.53482 2018-09-02 01:50:29,180 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1233351/3117712<3117712 Kbps loss-rate=25 2018-09-02 01:50:29,181 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2175531K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:32,531 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=145.6924 real_seconds=1.00 rate_Mbps=1217.8221 tx_cpu=30 rx_cpu=20 drop=40252 pkt=189441 data_loss=21.24778 2018-09-02 01:50:32,531 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1247049/2175531<2175531 Kbps loss-rate=21 2018-09-02 01:50:32,532 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1711290K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:35,883 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=148.3584 real_seconds=1.01 rate_Mbps=1238.0787 tx_cpu=34 rx_cpu=20 drop=43772 pkt=195691 data_loss=22.36792 2018-09-02 01:50:35,884 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1267792/1711290<1711290 Kbps loss-rate=22 2018-09-02 01:50:35,884 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1489541K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:39,236 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=148.0088 real_seconds=1.00 rate_Mbps=1237.7211 tx_cpu=94 rx_cpu=19 drop=30268 pkt=181829 data_loss=16.64641 2018-09-02 01:50:39,236 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1267426/1489541<1489541 Kbps loss-rate=16 2018-09-02 01:50:39,237 DEBUG overshot, min=1 kbps=1267426 max=1489541 2018-09-02 01:50:39,237 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1267426K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:42,561 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=146.3711 real_seconds=1.00 rate_Mbps=1224.1760 tx_cpu=99 rx_cpu=20 drop=4831 pkt=154715 data_loss=3.12253 2018-09-02 01:50:42,561 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1253556/1267426<1489541 Kbps loss-rate=3 2018-09-02 01:50:42,561 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring UDP Throughput (packet size=8192)... 2018-09-02 01:50:42,562 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:45,887 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=206.1094 real_seconds=1.00 rate_Mbps=1724.8552 tx_cpu=98 rx_cpu=9 drop=49912 pkt=76294 data_loss=65.42061 2018-09-02 01:50:45,887 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1766251/5000000<10000000 Kbps loss-rate=65 2018-09-02 01:50:45,887 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3383125K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:49,214 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=200.1328 real_seconds=1.00 rate_Mbps=1680.2051 tx_cpu=99 rx_cpu=9 drop=26006 pkt=51623 data_loss=50.37677 2018-09-02 01:50:49,214 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1720530/3383125<3383125 Kbps loss-rate=50 2018-09-02 01:50:49,215 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2551827K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:52,541 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=196.9297 real_seconds=1.00 rate_Mbps=1648.0420 tx_cpu=99 rx_cpu=8 drop=13731 pkt=38938 data_loss=35.26374 2018-09-02 01:50:52,541 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1687595/2551827<2551827 Kbps loss-rate=35 2018-09-02 01:50:52,542 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2119711K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:55,867 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=197.1797 real_seconds=1.00 rate_Mbps=1650.3119 tx_cpu=99 rx_cpu=8 drop=7105 pkt=32344 data_loss=21.96698 2018-09-02 01:50:55,867 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1689919/2119711<2119711 Kbps loss-rate=21 2018-09-02 01:50:55,868 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1904815K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:50:59,192 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=198.6875 real_seconds=1.00 rate_Mbps=1662.1224 tx_cpu=99 rx_cpu=9 drop=3633 pkt=29065 data_loss=12.49957 2018-09-02 01:50:59,192 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1702013/1904815<1904815 Kbps loss-rate=12 2018-09-02 01:50:59,193 DEBUG overshot, min=1 kbps=1702013 max=1904815 2018-09-02 01:50:59,193 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1702013K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:51:02,544 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=202.6484 real_seconds=1.00 rate_Mbps=1698.9665 tx_cpu=99 rx_cpu=8 drop=32 pkt=25971 data_loss=0.12321 2018-09-02 01:51:02,544 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1739741/1702013<1904815 Kbps loss-rate=0 2018-09-02 01:51:02,545 DEBUG undershot, min=1739741 kbps=1822278 max=1904815 2018-09-02 01:51:02,545 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1822278K -p5001 -P5002 -fparse 192.168.1.12 2018-09-02 01:51:05,898 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=213.3750 real_seconds=1.00 rate_Mbps=1786.9743 tx_cpu=99 rx_cpu=11 drop=494 pkt=27806 data_loss=1.77661 2018-09-02 01:51:05,898 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1739741<1829861/1822278<1904815 Kbps loss-rate=1 2018-09-02 01:51:05,899 DEBUG undershot, min=1829861 kbps=1867338 max=1904815 2018-09-02 01:51:05,909 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 25, 'rtt_ms': 0.52, 'throughput_kbps': 1873914, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 124, 'rtt_ms': 0.39, 'throughput_kbps': 2075742, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 50, 'rtt_ms': 0.7, 'throughput_kbps': 1941676, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 156276, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.12, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1253556, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.78, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1829861, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.567', 'rtt_max_ms': '1.192', 'rtt_min_ms': '0.362', 'rtt_stddev': '0.222', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.402', 'rtt_max_ms': '0.528', 'rtt_min_ms': '0.290', 'rtt_stddev': '0.066', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.732', 'rtt_max_ms': '2.092', 'rtt_min_ms': '0.415', 'rtt_stddev': '0.469', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-09-02 01:51:05,910 INFO ============================================================ 2018-09-02 01:51:05,910 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-09-02 01:51:14,980 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] PING 172.30.9.203 (172.30.9.203) 64(92) bytes of data. 72 bytes from 172.30.9.203: icmp_seq=1 ttl=63 time=0.742 ms 72 bytes from 172.30.9.203: icmp_seq=2 ttl=63 time=0.475 ms 72 bytes from 172.30.9.203: icmp_seq=3 ttl=63 time=0.463 ms 72 bytes from 172.30.9.203: icmp_seq=4 ttl=63 time=0.629 ms 72 bytes from 172.30.9.203: icmp_seq=5 ttl=63 time=0.711 ms 72 bytes from 172.30.9.203: icmp_seq=6 ttl=63 time=0.491 ms 72 bytes from 172.30.9.203: icmp_seq=7 ttl=63 time=0.349 ms 72 bytes from 172.30.9.203: icmp_seq=8 ttl=63 time=0.716 ms 72 bytes from 172.30.9.203: icmp_seq=9 ttl=63 time=0.597 ms 72 bytes from 172.30.9.203: icmp_seq=10 ttl=63 time=0.361 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.349/0.553/0.742/0.139 ms 2018-09-02 01:51:24,020 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] PING 172.30.9.203 (172.30.9.203) 391(419) bytes of data. 399 bytes from 172.30.9.203: icmp_seq=1 ttl=63 time=0.466 ms 399 bytes from 172.30.9.203: icmp_seq=2 ttl=63 time=0.371 ms 399 bytes from 172.30.9.203: icmp_seq=3 ttl=63 time=0.273 ms 399 bytes from 172.30.9.203: icmp_seq=4 ttl=63 time=0.439 ms 399 bytes from 172.30.9.203: icmp_seq=5 ttl=63 time=0.419 ms 399 bytes from 172.30.9.203: icmp_seq=6 ttl=63 time=0.348 ms 399 bytes from 172.30.9.203: icmp_seq=7 ttl=63 time=0.372 ms 399 bytes from 172.30.9.203: icmp_seq=8 ttl=63 time=0.477 ms 399 bytes from 172.30.9.203: icmp_seq=9 ttl=63 time=0.435 ms 399 bytes from 172.30.9.203: icmp_seq=10 ttl=63 time=0.449 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.273/0.404/0.477/0.065 ms 2018-09-02 01:51:33,063 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] PING 172.30.9.203 (172.30.9.203) 1500(1528) bytes of data. 1508 bytes from 172.30.9.203: icmp_seq=1 ttl=63 time=1.25 ms 1508 bytes from 172.30.9.203: icmp_seq=2 ttl=63 time=0.483 ms 1508 bytes from 172.30.9.203: icmp_seq=3 ttl=63 time=0.523 ms 1508 bytes from 172.30.9.203: icmp_seq=4 ttl=63 time=0.494 ms 1508 bytes from 172.30.9.203: icmp_seq=5 ttl=63 time=0.452 ms 1508 bytes from 172.30.9.203: icmp_seq=6 ttl=63 time=0.445 ms 1508 bytes from 172.30.9.203: icmp_seq=7 ttl=63 time=0.441 ms 1508 bytes from 172.30.9.203: icmp_seq=8 ttl=63 time=0.433 ms 1508 bytes from 172.30.9.203: icmp_seq=9 ttl=63 time=0.340 ms 1508 bytes from 172.30.9.203: icmp_seq=10 ttl=63 time=0.476 ms --- 172.30.9.203 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.340/0.534/1.258/0.246 ms 2018-09-02 01:51:33,064 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring TCP Throughput (packet size=65536)... 2018-09-02 01:51:33,064 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:51:43,161 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=2253.2138 real_seconds=10.00 rate_Mbps=1890.4334 tx_cpu=4 rx_cpu=7 retrans=22 cwnd=334 rtt_ms=0.69 2018-09-02 01:51:43,162 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:51:53,256 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=2375.4684 real_seconds=10.00 rate_Mbps=1992.9811 tx_cpu=4 rx_cpu=7 retrans=20 cwnd=352 rtt_ms=0.56 2018-09-02 01:51:53,256 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:03,350 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=2260.5640 real_seconds=10.00 rate_Mbps=1896.6162 tx_cpu=4 rx_cpu=7 retrans=10 cwnd=316 rtt_ms=0.52 2018-09-02 01:52:03,351 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring UDP Throughput (packet size=128)... 2018-09-02 01:52:03,351 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:06,676 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.6311 real_seconds=1.01 rate_Mbps=147.0913 tx_cpu=16 rx_cpu=19 drop=61219 pkt=205653 data_loss=29.76805 2018-09-02 01:52:06,676 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<150621/5000000<10000000 Kbps loss-rate=29 2018-09-02 01:52:06,676 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R451863K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:10,004 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=16.9170 real_seconds=1.00 rate_Mbps=141.9769 tx_cpu=16 rx_cpu=18 drop=70788 pkt=209372 data_loss=33.80963 2018-09-02 01:52:10,005 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<145384/451863<451863 Kbps loss-rate=33 2018-09-02 01:52:10,005 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R298623K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:13,355 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.1150 real_seconds=1.00 rate_Mbps=143.7842 tx_cpu=16 rx_cpu=18 drop=66223 pkt=206429 data_loss=32.08037 2018-09-02 01:52:13,356 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<147235/298623<298623 Kbps loss-rate=32 2018-09-02 01:52:13,356 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R222929K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:16,682 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.1188 real_seconds=1.00 rate_Mbps=142.9913 tx_cpu=16 rx_cpu=18 drop=63032 pkt=203269 data_loss=31.00902 2018-09-02 01:52:16,683 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<146423/222929<222929 Kbps loss-rate=31 2018-09-02 01:52:16,683 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R184676K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:20,035 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.0665 real_seconds=1.00 rate_Mbps=143.2575 tx_cpu=99 rx_cpu=18 drop=40537 pkt=180346 data_loss=22.47750 2018-09-02 01:52:20,036 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<146695/184676<184676 Kbps loss-rate=22 2018-09-02 01:52:20,036 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R165685K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:23,360 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=16.7069 real_seconds=1.00 rate_Mbps=139.6973 tx_cpu=99 rx_cpu=18 drop=24938 pkt=161801 data_loss=15.41281 2018-09-02 01:52:23,360 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<143050/165685<165685 Kbps loss-rate=15 2018-09-02 01:52:23,361 DEBUG overshot, min=1 kbps=143050 max=165685 2018-09-02 01:52:23,361 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R143050K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:26,710 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=16.9950 real_seconds=1.00 rate_Mbps=142.7514 tx_cpu=99 rx_cpu=20 drop=475 pkt=139698 data_loss=0.34012 2018-09-02 01:52:26,711 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=1<146177/143050<165685 Kbps loss-rate=0 2018-09-02 01:52:26,711 DEBUG undershot, min=146177 kbps=155931 max=165685 2018-09-02 01:52:26,711 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R155931K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:30,036 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.4281 real_seconds=1.00 rate_Mbps=145.8027 tx_cpu=99 rx_cpu=19 drop=9506 pkt=152277 data_loss=6.24257 2018-09-02 01:52:30,036 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=146177<149301/155931<165685 Kbps loss-rate=6 2018-09-02 01:52:30,037 DEBUG overshot, min=146177 kbps=149301 max=155931 2018-09-02 01:52:30,037 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R149301K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:33,387 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=17.2625 real_seconds=1.00 rate_Mbps=144.4431 tx_cpu=99 rx_cpu=18 drop=4388 pkt=145802 data_loss=3.00931 2018-09-02 01:52:33,387 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=128 throughput=146177<147909/149301<155931 Kbps loss-rate=3 2018-09-02 01:52:33,387 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring UDP Throughput (packet size=1024)... 2018-09-02 01:52:33,388 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:36,714 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=139.1982 real_seconds=1.00 rate_Mbps=1162.9440 tx_cpu=27 rx_cpu=20 drop=47240 pkt=189779 data_loss=24.89215 2018-09-02 01:52:36,715 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1190854/5000000<10000000 Kbps loss-rate=24 2018-09-02 01:52:36,715 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3095427K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:40,041 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=138.2422 real_seconds=1.00 rate_Mbps=1154.6012 tx_cpu=25 rx_cpu=20 drop=56154 pkt=197714 data_loss=28.40163 2018-09-02 01:52:40,041 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1182311/3095427<3095427 Kbps loss-rate=28 2018-09-02 01:52:40,042 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2138869K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:43,392 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=141.2158 real_seconds=1.00 rate_Mbps=1179.6238 tx_cpu=30 rx_cpu=20 drop=49272 pkt=193877 data_loss=25.41406 2018-09-02 01:52:43,392 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1207934/2138869<2138869 Kbps loss-rate=25 2018-09-02 01:52:43,392 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1673401K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:46,715 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=139.3867 real_seconds=1.00 rate_Mbps=1164.2763 tx_cpu=32 rx_cpu=19 drop=41615 pkt=184347 data_loss=22.57430 2018-09-02 01:52:46,716 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1192218/1673401<1673401 Kbps loss-rate=22 2018-09-02 01:52:46,716 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1432809K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:50,044 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=138.3574 real_seconds=1.00 rate_Mbps=1161.4694 tx_cpu=99 rx_cpu=18 drop=33226 pkt=174904 data_loss=18.99673 2018-09-02 01:52:50,044 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1189344/1432809<1432809 Kbps loss-rate=19 2018-09-02 01:52:50,044 DEBUG overshot, min=1 kbps=1189344 max=1432809 2018-09-02 01:52:50,045 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1189344K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:53,369 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=135.8984 real_seconds=1.00 rate_Mbps=1136.4507 tx_cpu=99 rx_cpu=20 drop=6024 pkt=145184 data_loss=4.14921 2018-09-02 01:52:53,369 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=1024 throughput=1<1163725/1189344<1432809 Kbps loss-rate=4 2018-09-02 01:52:53,370 INFO [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Measuring UDP Throughput (packet size=8192)... 2018-09-02 01:52:53,371 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:52:56,721 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=191.5078 real_seconds=1.00 rate_Mbps=1601.8578 tx_cpu=99 rx_cpu=8 drop=51781 pkt=76294 data_loss=67.87035 2018-09-02 01:52:56,721 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1640302/5000000<10000000 Kbps loss-rate=67 2018-09-02 01:52:56,721 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3320151K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:53:00,047 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=195.3750 real_seconds=1.00 rate_Mbps=1635.0606 tx_cpu=99 rx_cpu=9 drop=25654 pkt=50662 data_loss=50.63756 2018-09-02 01:53:00,047 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1674302/3320151<3320151 Kbps loss-rate=50 2018-09-02 01:53:00,047 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2497226K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:53:03,372 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=194.6719 real_seconds=1.00 rate_Mbps=1628.7148 tx_cpu=99 rx_cpu=8 drop=13187 pkt=38105 data_loss=34.60700 2018-09-02 01:53:03,372 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1667803/2497226<2497226 Kbps loss-rate=34 2018-09-02 01:53:03,372 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2082514K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:53:06,698 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=200.9922 real_seconds=1.00 rate_Mbps=1681.7881 tx_cpu=99 rx_cpu=9 drop=6050 pkt=31777 data_loss=19.03892 2018-09-02 01:53:06,699 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1722151/2082514<2082514 Kbps loss-rate=19 2018-09-02 01:53:06,699 DEBUG overshot, min=1 kbps=1722151 max=2082514 2018-09-02 01:53:06,699 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1722151K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:53:10,052 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=205.2969 real_seconds=1.00 rate_Mbps=1723.0493 tx_cpu=99 rx_cpu=8 drop=0 pkt=26278 data_loss=0.00000 2018-09-02 01:53:10,053 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1<1764402/1722151<2082514 Kbps loss-rate=0 2018-09-02 01:53:10,053 DEBUG undershot, min=1764402 kbps=1923458 max=2082514 2018-09-02 01:53:10,053 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1923458K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:53:13,403 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=208.3984 real_seconds=1.00 rate_Mbps=1745.4046 tx_cpu=99 rx_cpu=9 drop=2675 pkt=29350 data_loss=9.11417 2018-09-02 01:53:13,404 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1764402<1787294/1923458<2082514 Kbps loss-rate=9 2018-09-02 01:53:13,404 DEBUG overshot, min=1764402 kbps=1787294 max=1923458 2018-09-02 01:53:13,405 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1787294K -p5001 -P5002 -fparse 172.30.9.203 2018-09-02 01:53:16,755 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] megabytes=212.6641 real_seconds=1.00 rate_Mbps=1785.1390 tx_cpu=99 rx_cpu=10 drop=51 pkt=27272 data_loss=0.18699 2018-09-02 01:53:16,755 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] pkt-size=8192 throughput=1764402<1827982/1787294<1923458 Kbps loss-rate=0 2018-09-02 01:53:16,755 DEBUG undershot, min=1827982 kbps=1875720 max=1923458 2018-09-02 01:53:16,766 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'172.30.9.203', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 22, 'rtt_ms': 0.69, 'throughput_kbps': 1935803, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 20, 'rtt_ms': 0.56, 'throughput_kbps': 2040812, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 10, 'rtt_ms': 0.52, 'throughput_kbps': 1942134, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.01, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 147909, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.15, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1163725, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.19, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1827982, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.553', 'rtt_max_ms': '0.742', 'rtt_min_ms': '0.349', 'rtt_stddev': '0.139', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.404', 'rtt_max_ms': '0.477', 'rtt_min_ms': '0.273', 'rtt_stddev': '0.065', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.534', 'rtt_max_ms': '1.258', 'rtt_min_ms': '0.340', 'rtt_stddev': '0.246', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-09-02 01:53:16,767 INFO Deleting floating ip c4006d3a-77b3-4b9a-981e-525a234d237d 2018-09-02 01:53:18,207 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Floating IP 172.30.9.209 deleted 2018-09-02 01:53:18,644 DEBUG [TestClient_293ad8a6-ffd2-4952-93e2-9a7933f22efa4] Instance deleted 2018-09-02 01:53:18,676 INFO Cleaning up... 2018-09-02 01:53:18,676 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Terminating nuttcp-8.1.4 2018-09-02 01:53:18,687 INFO Deleting floating ip 9952ff2c-9a6b-4e27-a895-b0cf76b8f507 2018-09-02 01:53:20,014 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Floating IP 172.30.9.203 deleted 2018-09-02 01:53:20,216 DEBUG [TestServer_293ad8a6-ffd2-4952-93e2-9a7933f22efa1] Instance deleted 2018-09-02 01:53:26,074 INFO Network pns-internal-net_293ad8a6-ffd2-4952-93e2-9a7933f22efa deleted. 2018-09-02 01:53:27,560 INFO Network pns-internal-net2_293ad8a6-ffd2-4952-93e2-9a7933f22efa deleted. 2018-09-02 01:53:27,611 INFO Removed public key pns_public_key 2018-09-02 01:53:27,611 INFO Deleting security group 2018-09-02 01:53:27,753 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 17 [100.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 12 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '15053420', 'rtt_ms': '0.306667'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 154709, 'loss_rate': 0.07}, 1024: {'tp_kbps': 1268591, | | | | | 'loss_rate': 0.07}, 8192: {'tp_kbps': 7261654, 'loss_rate': 0.52}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.224/0.144/0.398/0.083', | | | | | '64-byte': '4.314/0.148/41.230/12.305', '1500-byte': '0.314/0.154/0.547/0.114'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '4630597', 'rtt_ms': '0.53'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 210855, 'loss_rate': 0.0}, 1024: {'tp_kbps': 1625743, | | | | | 'loss_rate': 0.14}, 8192: {'tp_kbps': 2831535, 'loss_rate': 2.16}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.374/0.221/0.464/0.066', | | | | | '64-byte': '4.381/0.165/41.900/12.506', '1500-byte': '0.480/0.292/1.001/0.192'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '1818554', 'rtt_ms': '0.446667'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 150196, 'loss_rate': 2.85}, 1024: {'tp_kbps': 1221852, | | | | | 'loss_rate': 3.02}, 8192: {'tp_kbps': 1821724, 'loss_rate': 3.4}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.279/0.180/0.489/0.085', | | | | | '64-byte': '0.332/0.254/0.806/0.161', '1500-byte': '0.446/0.291/1.142/0.238'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '1963777', 'rtt_ms': '0.536667'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 156276, 'loss_rate': 3.0}, 1024: {'tp_kbps': 1253556, | | | | | 'loss_rate': 3.12}, 8192: {'tp_kbps': 1829861, 'loss_rate': 1.78}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.402/0.290/0.528/0.066', | | | | | '64-byte': '0.567/0.362/1.192/0.222', '1500-byte': '0.732/0.415/2.092/0.469'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '2138243', 'rtt_ms': '0.473333'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 140208, 'loss_rate': 3.39}, 1024: {'tp_kbps': 1158532, | | | | | 'loss_rate': 5.34}, 8192: {'tp_kbps': 1792682, 'loss_rate': 4.88}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.340/0.224/0.569/0.132', | | | | | '64-byte': '0.331/0.218/0.528/0.127', '1500-byte': '0.651/0.317/1.894/0.451'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '1972916', 'rtt_ms': '0.59'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 147909, 'loss_rate': 3.01}, 1024: {'tp_kbps': 1163725, | | | | | 'loss_rate': 4.15}, 8192: {'tp_kbps': 1827982, 'loss_rate': 0.19}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.404/0.273/0.477/0.065', | | | | | '64-byte': '0.553/0.349/0.742/0.139', '1500-byte': '0.534/0.340/1.258/0.246'}} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2018-09-02 01:53:27,758 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-09-02 01:53:28,161 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp_genchart -c /home/opnfv/functest/results/vmtp/vmtp.html /home/opnfv/functest/results/vmtp/vmtp.json Generating chart drawing code to /home/opnfv/functest/results/vmtp/vmtp.html... 2018-09-02 01:53:28,293 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 01:53:28,293 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 18:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 01:53:28,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 01:53:28,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:53:28,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1702 X-Openstack-Request-Id: req-1e887332-064e-4211-a0cc-f49dbcdb91b8 Date: Sun, 02 Sep 2018 01:53:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5a0296eb74a4b6e817e67377065c6c0", "created_at": "2018-09-02T00:51:22Z", "admin_state_up": true, "updated_at": "2018-09-02T00:51:22Z", "project_id": "f5a0296eb74a4b6e817e67377065c6c0", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4857129b-82a9-44a5-9393-4e0914e1004f", "name": "tempest-pretest-check-233014650"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "created_at": "2018-09-02T01:34:47Z", "admin_state_up": true, "updated_at": "2018-09-02T01:53:23Z", "project_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "flavor_id": null, "revision_number": 6, "routes": [], "ha": false, "id": "76a7944c-20ca-4908-9fab-9f3f92158cb1", "name": "vmtp-router_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "created_at": "2018-09-02T00:51:51Z", "admin_state_up": false, "updated_at": "2018-09-02T00:51:51Z", "project_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "823db40e-5adb-450c-8053-408c95630c03", "name": "tempest-router-1082214639"}]} 2018-09-02 01:53:28,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-1e887332-064e-4211-a0cc-f49dbcdb91b8 2018-09-02 01:53:28,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.436939954758s 2018-09-02 01:53:28,735 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-1e887332-064e-4211-a0cc-f49dbcdb91b8 2018-09-02 01:53:28,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 01:53:28,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/76a7944c-20ca-4908-9fab-9f3f92158cb1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:53:29,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c7a752e-1e58-4d5d-ab5f-f2f5d4b4d7ee Content-Length: 0 Date: Sun, 02 Sep 2018 01:53:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 01:53:29,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/76a7944c-20ca-4908-9fab-9f3f92158cb1.json used request id req-0c7a752e-1e58-4d5d-ab5f-f2f5d4b4d7ee 2018-09-02 01:53:29,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.16379308701s 2018-09-02 01:53:29,901 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/76a7944c-20ca-4908-9fab-9f3f92158cb1.json used request id req-0c7a752e-1e58-4d5d-ab5f-f2f5d4b4d7ee 2018-09-02 01:53:29,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:53:29,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:53:30,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-e7afff14-f7d4-4a14-bdef-af4cb89dbdf5 Date: Sun, 02 Sep 2018 01:53:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:34:56Z", "file": "/v2/images/ac88d502-9b25-4137-b968-0f977fb46868/file", "owner": "b3f9d4a20a254d61a89ee7f65d40a2de", "id": "ac88d502-9b25-4137-b968-0f977fb46868", "size": 263193088, "self": "/v2/images/ac88d502-9b25-4137-b968-0f977fb46868", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ac88d502-9b25-4137-b968-0f977fb46868/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/ac88d502-9b25-4137-b968-0f977fb46868/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T01:34:51Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:53:30,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-e7afff14-f7d4-4a14-bdef-af4cb89dbdf5 2018-09-02 01:53:30,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.360759019852s 2018-09-02 01:53:30,266 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-e7afff14-f7d4-4a14-bdef-af4cb89dbdf5 2018-09-02 01:53:30,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 01:53:30,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/ac88d502-9b25-4137-b968-0f977fb46868 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:53:30,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31af8c97-8301-4e1a-bc93-4de493752bb7 Date: Sun, 02 Sep 2018 01:53:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:53:30,541 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/ac88d502-9b25-4137-b968-0f977fb46868 used request id req-31af8c97-8301-4e1a-bc93-4de493752bb7 2018-09-02 01:53:30,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.273411035538s 2018-09-02 01:53:30,542 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/ac88d502-9b25-4137-b968-0f977fb46868 used request id req-31af8c97-8301-4e1a-bc93-4de493752bb7 2018-09-02 01:53:30,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:53:30,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:53:30,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e3b02f8-c4fb-4658-9bc3-777bef92dbbe x-compute-request-id: req-6e3b02f8-c4fb-4658-9bc3-777bef92dbbe Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "eacd2eb0-2a46-4893-a4bb-ffb39e4d6913"}]} 2018-09-02 01:53:30,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-6e3b02f8-c4fb-4658-9bc3-777bef92dbbe 2018-09-02 01:53:30,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.27742600441s 2018-09-02 01:53:30,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-6e3b02f8-c4fb-4658-9bc3-777bef92dbbe 2018-09-02 01:53:30,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 01:53:30,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:53:30,851 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74e20128-8e8c-4890-9a41-681dd5ddebf4 x-compute-request-id: req-74e20128-8e8c-4890-9a41-681dd5ddebf4 Content-Length: 0 Content-Type: application/json 2018-09-02 01:53:30,851 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913 used request id req-74e20128-8e8c-4890-9a41-681dd5ddebf4 2018-09-02 01:53:30,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0292239189148s 2018-09-02 01:53:30,852 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/eacd2eb0-2a46-4893-a4bb-ffb39e4d6913 used request id req-74e20128-8e8c-4890-9a41-681dd5ddebf4 2018-09-02 01:53:30,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:53:30,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:53:31,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5217e932-53ca-4245-ae18-262407501f6c Content-Encoding: gzip Content-Length: 959 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "links": {"self": "http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ef9233d15b85400fb5c2cafa9c11597f", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:53:31,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-5217e932-53ca-4245-ae18-262407501f6c 2018-09-02 01:53:31,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200149059296s 2018-09-02 01:53:31,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-5217e932-53ca-4245-ae18-262407501f6c 2018-09-02 01:53:31,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:53:31,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:53:31,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b48f7a-6b30-43ba-86c4-ccfa0b7404d2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_293ad8a6-ffd2-4952-93e2-9a7933f22efa", "links": {"self": "http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ef9233d15b85400fb5c2cafa9c11597f", "description": null}} 2018-09-02 01:53:31,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f used request id req-f0b48f7a-6b30-43ba-86c4-ccfa0b7404d2 2018-09-02 01:53:31,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.185027122498s 2018-09-02 01:53:31,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f used request id req-f0b48f7a-6b30-43ba-86c4-ccfa0b7404d2 2018-09-02 01:53:31,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 01:53:31,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:53:31,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab85713b-4d32-48b8-bf57-564be0d9bb1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:53:31,527 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f used request id req-ab85713b-4d32-48b8-bf57-564be0d9bb1a 2018-09-02 01:53:31,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.282150030136s 2018-09-02 01:53:31,527 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/ef9233d15b85400fb5c2cafa9c11597f used request id req-ab85713b-4d32-48b8-bf57-564be0d9bb1a 2018-09-02 01:53:31,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:53:31,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:53:31,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca64eab0-8056-4490-aded-10f39f298b4c Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de"}, "tags": [], "enabled": true, "id": "b3f9d4a20a254d61a89ee7f65d40a2de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_293ad8a6-ffd2-4952-93e2-9a7933f22efa"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 01:53:31,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-ca64eab0-8056-4490-aded-10f39f298b4c 2018-09-02 01:53:31,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188123941422s 2018-09-02 01:53:31,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-ca64eab0-8056-4490-aded-10f39f298b4c 2018-09-02 01:53:31,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 01:53:31,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}20c2d22787d54c1a2cc2f331682fa8bcdb35d320" 2018-09-02 01:53:32,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75ecd3be-74e8-4cf3-8c64-251f3e7896cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:53:32,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de used request id req-75ecd3be-74e8-4cf3-8c64-251f3e7896cf 2018-09-02 01:53:32,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.316190004349s 2018-09-02 01:53:32,043 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/b3f9d4a20a254d61a89ee7f65d40a2de used request id req-75ecd3be-74e8-4cf3-8c64-251f3e7896cf 2018-09-02 01:53:32,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:53:32,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:53:32,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-eead8fb6-341e-49bf-b9b6-74461ef8c55e Date: Sun, 02 Sep 2018 01:53:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 01:53:32,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-eead8fb6-341e-49bf-b9b6-74461ef8c55e 2018-09-02 01:53:32,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.081768989563s 2018-09-02 01:53:32,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-eead8fb6-341e-49bf-b9b6-74461ef8c55e 2018-09-02 01:53:32,127 - shade - DEBUG - Network pns-internal-net_293ad8a6-ffd2-4952-93e2-9a7933f22efa not found for deleting 2018-09-02 01:53:32,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:53:32,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}53369dd7bd07cfd14f7d7f238a2fb59e5cdf0a27" 2018-09-02 01:53:32,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f8593bb7-9afa-417e-bc20-aa65b2dc584b Date: Sun, 02 Sep 2018 01:53:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 01:53:32,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f8593bb7-9afa-417e-bc20-aa65b2dc584b 2018-09-02 01:53:32,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0731379985809s 2018-09-02 01:53:32,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f8593bb7-9afa-417e-bc20-aa65b2dc584b 2018-09-02 01:53:32,202 - shade - DEBUG - Network pns-internal-net2_293ad8a6-ffd2-4952-93e2-9a7933f22efa not found for deleting 2018-09-02 01:53:32,263 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-09-02 01:53:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:53:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:53:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:53:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:53:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:53:32,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:53:32,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:53:32,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:53:32,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:53:32,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:53:32,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:53:32,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:53:32,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:53:32,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e5019a-405e-4fca-8109-b927f630f591 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:53:32,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-a6e5019a-405e-4fca-8109-b927f630f591 2018-09-02 01:53:32,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:53:32,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["1BWVu--VT2KE00if2uv9iQ"], "issued_at": "2018-09-02T01:53:32.000000Z"}} 2018-09-02 01:53:32,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:53:32,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:33,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-2a87de18-2883-4f46-b2d4-9cb74861280c Date: Sun, 02 Sep 2018 01:53:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 01:53:33,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2a87de18-2883-4f46-b2d4-9cb74861280c 2018-09-02 01:53:33,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.614829063416s 2018-09-02 01:53:33,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2a87de18-2883-4f46-b2d4-9cb74861280c 2018-09-02 01:53:33,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:53:33,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a84a947-eb91-4039-b70b-f5da4782cef0 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 01:53:33,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-3a84a947-eb91-4039-b70b-f5da4782cef0 2018-09-02 01:53:33,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:53:33,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:33,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c632752f-b035-4f96-a1fc-e882e8a6b089 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 01:53:33,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-c632752f-b035-4f96-a1fc-e882e8a6b089 2018-09-02 01:53:33,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18105506897s 2018-09-02 01:53:33,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-c632752f-b035-4f96-a1fc-e882e8a6b089 2018-09-02 01:53:33,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 01:53:33,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577"}}' 2018-09-02 01:53:33,690 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a33d4a7-07f4-4b27-b944-01a507a030e6 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a"}, "tags": [], "enabled": true, "id": "9f3a03ea9c714735950cb64c0a64453a", "parent_id": "default", "domain_id": "default", "name": "shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577"}} 2018-09-02 01:53:33,691 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-7a33d4a7-07f4-4b27-b944-01a507a030e6 2018-09-02 01:53:33,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.16419005394s 2018-09-02 01:53:33,691 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-7a33d4a7-07f4-4b27-b944-01a507a030e6 2018-09-02 01:53:33,692 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'9f3a03ea9c714735950cb64c0a64453a', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577'}) 2018-09-02 01:53:33,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 01:53:33,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "686dd3d0-c9c5-426a-b3d2-151105ad813e", "email": null, "name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577"}}' 2018-09-02 01:53:34,177 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 01:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bed5234-0ee6-48e3-836b-7fd114ca881c Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577", "links": {"self": "http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8e0e237104a4d8ca7dc28d3793c5643", "domain_id": "default", "password_expires_at": null}} 2018-09-02 01:53:34,177 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-7bed5234-0ee6-48e3-836b-7fd114ca881c 2018-09-02 01:53:34,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.479011058807s 2018-09-02 01:53:34,178 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-7bed5234-0ee6-48e3-836b-7fd114ca881c 2018-09-02 01:53:34,178 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e8e0e237104a4d8ca7dc28d3793c5643', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577'}) 2018-09-02 01:53:34,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:53:34,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:34,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c9a8dc-4a62-47af-9619-070f15bd1803 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:53:34,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-86c9a8dc-4a62-47af-9619-070f15bd1803 2018-09-02 01:53:34,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174180030823s 2018-09-02 01:53:34,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-86c9a8dc-4a62-47af-9619-070f15bd1803 2018-09-02 01:53:34,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:53:34,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:34,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b529a5b-9965-4b0d-9ddc-28d1cc4907ae Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:53:34,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7b529a5b-9965-4b0d-9ddc-28d1cc4907ae 2018-09-02 01:53:34,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100864887238s 2018-09-02 01:53:34,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7b529a5b-9965-4b0d-9ddc-28d1cc4907ae 2018-09-02 01:53:34,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:53:34,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:34,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d997c3b-da1b-4780-b45a-e494c6e9564c Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:53:34,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-1d997c3b-da1b-4780-b45a-e494c6e9564c 2018-09-02 01:53:34,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173707008362s 2018-09-02 01:53:34,642 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-1d997c3b-da1b-4780-b45a-e494c6e9564c 2018-09-02 01:53:34,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:53:34,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:34,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53420797-e8bb-45c0-ba7d-7d03beb29ac6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:53:34,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-53420797-e8bb-45c0-ba7d-7d03beb29ac6 2018-09-02 01:53:34,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104729175568s 2018-09-02 01:53:34,751 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-53420797-e8bb-45c0-ba7d-7d03beb29ac6 2018-09-02 01:53:34,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:53:34,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:34,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1692685-e864-434a-8857-837727dd73f5 Content-Encoding: gzip Content-Length: 964 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577", "links": {"self": "http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8e0e237104a4d8ca7dc28d3793c5643", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:53:34,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-c1692685-e864-434a-8857-837727dd73f5 2018-09-02 01:53:34,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117348909378s 2018-09-02 01:53:34,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-c1692685-e864-434a-8857-837727dd73f5 2018-09-02 01:53:34,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:53:34,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:34,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-083b6cfb-4d96-4990-8f70-206f5c27e20b Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a"}, "tags": [], "enabled": true, "id": "9f3a03ea9c714735950cb64c0a64453a", "parent_id": "default", "domain_id": "default", "name": "shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:53:34,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-083b6cfb-4d96-4990-8f70-206f5c27e20b 2018-09-02 01:53:34,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101390123367s 2018-09-02 01:53:34,984 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-083b6cfb-4d96-4990-8f70-206f5c27e20b 2018-09-02 01:53:34,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:53:34,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f3a03ea9c714735950cb64c0a64453a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:35,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f541f47-6a68-46f4-8fc4-935c81bbb94d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f3a03ea9c714735950cb64c0a64453a", "previous": null, "next": null}} 2018-09-02 01:53:35,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f3a03ea9c714735950cb64c0a64453a used request id req-3f541f47-6a68-46f4-8fc4-935c81bbb94d 2018-09-02 01:53:35,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105706930161s 2018-09-02 01:53:35,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f3a03ea9c714735950cb64c0a64453a used request id req-3f541f47-6a68-46f4-8fc4-935c81bbb94d 2018-09-02 01:53:35,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:53:35,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:53:35,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0aab0768-03ee-43a7-af85-9a8abb581b5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:53:35,238 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-0aab0768-03ee-43a7-af85-9a8abb581b5e 2018-09-02 01:53:35,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136379003525s 2018-09-02 01:53:35,238 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-0aab0768-03ee-43a7-af85-9a8abb581b5e 2018-09-02 01:53:35,239 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'9f3a03ea9c714735950cb64c0a64453a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '686dd3d0-c9c5-426a-b3d2-151105ad813e', 'username': u'shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 01:53:35,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 01:53:35,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 01:53:35,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 01:53:35,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 01:53:35,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 01:53:35,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 01:53:35,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 01:53:35,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 01:53:35,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 01:53:35,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 01:53:35,244 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577', 'password': '686dd3d0-c9c5-426a-b3d2-151105ad813e', 'project_name': 'shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '9f3a03ea9c714735950cb64c0a64453a', 'project_domain_name': 'Default'} 2018-09-02 01:53:35,245 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-09-02 01:53:35,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:53:35,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8987f9a-249f-4721-ae2e-fbf88b95fd60 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 01:53:35,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-b8987f9a-249f-4721-ae2e-fbf88b95fd60 2018-09-02 01:53:35,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 01:53:35,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T02:53:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f3a03ea9c714735950cb64c0a64453a", "name": "shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9f3a03ea9c714735950cb64c0a64453a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/9f3a03ea9c714735950cb64c0a64453a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/9f3a03ea9c714735950cb64c0a64453a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9f3a03ea9c714735950cb64c0a64453a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/9f3a03ea9c714735950cb64c0a64453a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/9f3a03ea9c714735950cb64c0a64453a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/9f3a03ea9c714735950cb64c0a64453a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/9f3a03ea9c714735950cb64c0a64453a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/9f3a03ea9c714735950cb64c0a64453a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_9f3a03ea9c714735950cb64c0a64453a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_9f3a03ea9c714735950cb64c0a64453a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9f3a03ea9c714735950cb64c0a64453a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/9f3a03ea9c714735950cb64c0a64453a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/9f3a03ea9c714735950cb64c0a64453a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577", "id": "e8e0e237104a4d8ca7dc28d3793c5643"}, "audit_ids": ["34IUGE0dRc-jyTAbkyRGyA"], "issued_at": "2018-09-02T01:53:35.000000Z"}} 2018-09-02 01:53:35,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 01:53:35,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"network": {"name": "shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577", "admin_state_up": true}}' 2018-09-02 01:53:36,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f4c36bdd-2dcd-4ac4-81c8-faf987359ff4 Date: Sun, 02 Sep 2018 01:53:36 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9f3a03ea9c714735950cb64c0a64453a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:53:36Z","is_default":false,"name":"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:35Z","mtu":1450}} 2018-09-02 01:53:36,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f4c36bdd-2dcd-4ac4-81c8-faf987359ff4 2018-09-02 01:53:36,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.487934827805s 2018-09-02 01:53:36,132 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-f4c36bdd-2dcd-4ac4-81c8-faf987359ff4 2018-09-02 01:53:36,133 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T01:53:36Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'3da976c0-0ed9-4e6d-b03b-b7080c5d7b64', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577', u'admin_state_up': True, u'tenant_id': u'9f3a03ea9c714735950cb64c0a64453a', u'created_at': u'2018-09-02T01:53:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9f3a03ea9c714735950cb64c0a64453a', u'l2_adjacency': True}) 2018-09-02 01:53:36,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:53:36,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:53:36,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1226 X-Openstack-Request-Id: req-6a86888e-f4ca-4d52-a7c0-d67441a69551 Date: Sun, 02 Sep 2018 01:53:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9f3a03ea9c714735950cb64c0a64453a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T01:53:36Z","qos_policy_id":null,"name":"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577","admin_state_up":true,"tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:35Z","mtu":1450}]} 2018-09-02 01:53:36,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6a86888e-f4ca-4d52-a7c0-d67441a69551 2018-09-02 01:53:36,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113008975983s 2018-09-02 01:53:36,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6a86888e-f4ca-4d52-a7c0-d67441a69551 2018-09-02 01:53:36,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 01:53:36,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"subnet": {"name": "shaker-subnet_414f38af-9dd7-4644-b216-c1e7afd05577", "enable_dhcp": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 01:53:36,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1ca03998-4c16-43dd-9e25-5b814b7798ce Date: Sun, 02 Sep 2018 01:53:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T01:53:36Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"9f3a03ea9c714735950cb64c0a64453a","id":"397cf7c1-9188-4084-87a8-b5062a47eef7","subnetpool_id":null,"name":"shaker-subnet_414f38af-9dd7-4644-b216-c1e7afd05577"}} 2018-09-02 01:53:36,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-1ca03998-4c16-43dd-9e25-5b814b7798ce 2018-09-02 01:53:36,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.554646015167s 2018-09-02 01:53:36,803 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-1ca03998-4c16-43dd-9e25-5b814b7798ce 2018-09-02 01:53:36,804 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:53:36Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'397cf7c1-9188-4084-87a8-b5062a47eef7', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_414f38af-9dd7-4644-b216-c1e7afd05577', u'enable_dhcp': True, u'network_id': u'3da976c0-0ed9-4e6d-b03b-b7080c5d7b64', u'tenant_id': u'9f3a03ea9c714735950cb64c0a64453a', u'created_at': u'2018-09-02T01:53:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9f3a03ea9c714735950cb64c0a64453a'}) 2018-09-02 01:53:36,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 01:53:36,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "shaker-router_414f38af-9dd7-4644-b216-c1e7afd05577", "admin_state_up": true}}' 2018-09-02 01:53:38,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-c2ecb7b8-c19b-4d63-a64d-39302f1ab417 Date: Sun, 02 Sep 2018 01:53:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:36Z", "admin_state_up": true, "updated_at": "2018-09-02T01:53:37Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "name": "shaker-router_414f38af-9dd7-4644-b216-c1e7afd05577"}} 2018-09-02 01:53:38,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c2ecb7b8-c19b-4d63-a64d-39302f1ab417 2018-09-02 01:53:38,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55856394768s 2018-09-02 01:53:38,363 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c2ecb7b8-c19b-4d63-a64d-39302f1ab417 2018-09-02 01:53:38,364 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T01:53:37Z', u'revision_number': 2, u'id': u'1a57a701-3405-45aa-8020-afb82ee3ab3d', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-router_414f38af-9dd7-4644-b216-c1e7afd05577', u'admin_state_up': True, u'tenant_id': u'9f3a03ea9c714735950cb64c0a64453a', u'created_at': u'2018-09-02T01:53:36Z', u'flavor_id': None, u'routes': [], u'project_id': u'9f3a03ea9c714735950cb64c0a64453a'}) 2018-09-02 01:53:38,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 01:53:38,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"subnet_id": "397cf7c1-9188-4084-87a8-b5062a47eef7"}' 2018-09-02 01:53:40,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ca6479c-1336-4f4a-9e22-e030937067bd Date: Sun, 02 Sep 2018 01:53:40 GMT RESP BODY: {"network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "subnet_id": "397cf7c1-9188-4084-87a8-b5062a47eef7", "subnet_ids": ["397cf7c1-9188-4084-87a8-b5062a47eef7"], "port_id": "358cd321-88ee-49c3-b226-27bcdbc159f4", "id": "1a57a701-3405-45aa-8020-afb82ee3ab3d"} 2018-09-02 01:53:40,970 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d/add_router_interface.json used request id req-1ca6479c-1336-4f4a-9e22-e030937067bd 2018-09-02 01:53:40,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.60572504997s 2018-09-02 01:53:40,971 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d/add_router_interface.json used request id req-1ca6479c-1336-4f4a-9e22-e030937067bd returning object 1a57a701-3405-45aa-8020-afb82ee3ab3d 2018-09-02 01:53:40,971 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-09-02 01:53:48,122 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-09-02 01:53:48,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:53:48,130 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 01:53:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 01:53:48,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:53:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:53:48,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dc66d439-886a-483c-8957-a3c0f82a3dac Date: Sun, 02 Sep 2018 01:53:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:53:48,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-dc66d439-886a-483c-8957-a3c0f82a3dac 2018-09-02 01:53:48,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.680058956146s 2018-09-02 01:53:48,816 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-dc66d439-886a-483c-8957-a3c0f82a3dac 2018-09-02 01:53:48,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 01:53:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577"}' 2018-09-02 01:53:48,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5285580b-89a9-41b4-a935-d26282b75209 Date: Sun, 02 Sep 2018 01:53:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:53:48Z", "file": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file", "owner": "9f3a03ea9c714735950cb64c0a64453a", "id": "029dab50-dbb1-417c-a638-adf26f98de8b", "size": null, "self": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "checksum": null, "created_at": "2018-09-02T01:53:48Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 01:53:48,869 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-5285580b-89a9-41b4-a935-d26282b75209 2018-09-02 01:53:48,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0452079772949s 2018-09-02 01:53:48,870 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-5285580b-89a9-41b4-a935-d26282b75209 returning object 029dab50-dbb1-417c-a638-adf26f98de8b 2018-09-02 01:53:48,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 01:53:48,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '' 2018-09-02 01:53:58,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad8a3771-0d1b-4d54-802f-87c3071acc50 Date: Sun, 02 Sep 2018 01:53:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 01:53:58,762 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file used request id req-ad8a3771-0d1b-4d54-802f-87c3071acc50 2018-09-02 01:53:58,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.89153289795s 2018-09-02 01:53:58,763 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file used request id req-ad8a3771-0d1b-4d54-802f-87c3071acc50 2018-09-02 01:53:58,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:53:58,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:53:58,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-d571402a-8515-43a3-97cd-5746595b789a Date: Sun, 02 Sep 2018 01:53:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:53:58Z", "file": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file", "owner": "9f3a03ea9c714735950cb64c0a64453a", "id": "029dab50-dbb1-417c-a638-adf26f98de8b", "size": 666173440, "self": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-09-02T01:53:48Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:53:58,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d571402a-8515-43a3-97cd-5746595b789a 2018-09-02 01:53:58,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.037474155426s 2018-09-02 01:53:58,805 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d571402a-8515-43a3-97cd-5746595b789a 2018-09-02 01:53:58,806 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file', 'owner': u'9f3a03ea9c714735950cb64c0a64453a', 'id': u'029dab50-dbb1-417c-a638-adf26f98de8b', 'size': 666173440, u'self': u'/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9f3a03ea9c714735950cb64c0a64453a', 'name': 'shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T01:53:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T01:53:58Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577', 'created': u'2018-09-02T01:53:48Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-09-02T01:53:48Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', 'metadata': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-09-02 01:53:58,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 01:53:58,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_414f38af-9dd7-4644-b216-c1e7afd05577", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-09-02 01:53:59,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d9b693a-a76c-4b1e-88c1-2896852c0587 x-compute-request-id: req-2d9b693a-a76c-4b1e-88c1-2896852c0587 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_414f38af-9dd7-4644-b216-c1e7afd05577", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "8753233a-fd4f-4556-ad23-0f4d126f25ee"}} 2018-09-02 01:53:59,151 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-2d9b693a-a76c-4b1e-88c1-2896852c0587 2018-09-02 01:53:59,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.343533992767s 2018-09-02 01:53:59,151 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-2d9b693a-a76c-4b1e-88c1-2896852c0587 2018-09-02 01:53:59,152 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_414f38af-9dd7-4644-b216-c1e7afd05577', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 3, 'id': u'8753233a-fd4f-4556-ad23-0f4d126f25ee', 'swap': 0}) 2018-09-02 01:53:59,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 01:53:59,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" -d '{"extra_specs": {}}' 2018-09-02 01:53:59,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7efb4e2-1967-48bb-807f-b4c1251cce46 x-compute-request-id: req-d7efb4e2-1967-48bb-807f-b4c1251cce46 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 01:53:59,181 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee/os-extra_specs used request id req-d7efb4e2-1967-48bb-807f-b4c1251cce46 2018-09-02 01:53:59,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0281810760498s 2018-09-02 01:53:59,182 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee/os-extra_specs used request id req-d7efb4e2-1967-48bb-807f-b4c1251cce46 2018-09-02 01:53:59,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 01:53:59,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"keypair": {"name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577"}}' 2018-09-02 01:53:59,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:53:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5369042b-946e-4a26-b544-c384d09d4fbd x-compute-request-id: req-5369042b-946e-4a26-b544-c384d09d4fbd Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFYCrCYOPRKqQiY114via6yrChfM9PryFmehuRv7U6OycFCr/hV4Ltcq2ovadc6LyEBt9d8/TKP3Up1pH9Ytsdo6zX1QJLzedVuQEAgpegUFSz4VHmHaxsgMiBsADSX7Oxb0k+dsbst+C38QTTZ8r/jG81Ots5dyLD6JLsn6QeSctuRU0qfqLpRo9Zdi3kU3cSj8mdrMlIInugX4+5AVpa+wnJDaTnNo973MdGmrsBG7Xus6hPZwbRm0JlMOASo2KdDIDHFQhdBEepIlCFi16IhPWVEzbXjY3tbQwWyAEQN92pdSJgFocqoguo2dFbR2tPwhdgC8aWXf7ZxqjRkwzv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxWAqwmDj0SqkImNdeL4musqwoXzPT68hZnobkb+1OjsnBQq/\n4VeC7XKtqL2nXOi8hAbfXfP0yj91KdaR/WLbHaOs19UCS83nVbkBAIKXoFBUs+FR\n5h2sbIDIgbAA0l+zsW9JPnbG7Lfgt/EE02fK/4xvNTrbOXciw+iS7J+kHknLbkVN\nKn6i6UaPWXYt5FN3Eo/JnazJSCJ7oF+PuQFaWvsJyQ2k5zaPe9zHRpq7ARu17rOo\nT2cG0ZtCZTDgEqNinQyAxxUIXQRHqSJQhYteiIT1lRM2142N7W0MFsgBEDfdqXUi\nYBaHKqILqNnRW0drT8IXYAvGll3+2cao0ZMM7wIDAQABAoIBAAFr5+Luf7WJ8RSu\nUoYEGJNP0mXXWEbipALw7jHmh4+bzXQj163vy2maYdXNR99LbdAlnIY4s5KhUl6y\nxOpmQ926yAvl5NZW7UuYwYEXb7Af4/xHqydVH2DIrKkCc38QYWLtwkFI6bXavSuV\n+Mrs/HFKuaJQgjOvv/hZPHWn0K7HJgauvEkLTTyJT2PK9bUxfDgba1jY+2759fUw\nlUDeN0ZVVMah9nZhJRKtuS8FZ6WlCWvjHQYdmbkrUOKARRBbk840FBuzY9bGnUR2\nu0SuPmwUlZrLLAdP61ZanhGl0KWyrIBHOi8YGFR7s9iLfXzSbE1Iwif9OVtcFrzW\nCo2H70ECgYEA+QaXIfRy8KkC07EcWTtAuMrbMzhlNljYO5cmALt4ViXgEqfpkJOH\nqLDlzZ+fqJ7OutOrFwSGzD6v1CzgQHh3cUcT83eABDE5coHf4aQ7og2Kgd5LHz+L\nkhWwnBBgPHxWLE9JC+HWCeNNz7o9gvCySrC3s6jX6HlV7g5/127tZG0CgYEAyudE\nbGpWZDy2wZFhsd2UJY1TQaQEKtJUl0bDFLY61lmodyYp/nJE5LgXl58RfTRe1+SB\nkKA7b08aC5t8P83kQs+GfBMbxkAoGOhYRfqGdcvJzyuDTqc49BnuG0ViLyWbE4w3\nxPaB4u5cu8xCQTrm9WPjpGUZGorkN1ffA4QChUsCgYEAlkvV91ZT8M/wttdUJr7O\nRzmXpohI/c4NY5nMA/EhpcziOiBBpVKFM9jgOYQ3lkuStct+nTvMJ4VGFaaoCgEr\nBaFCd1UOXHlhFK0x9DttCldl2w/RAyEVGawhlW+Exby9Paz0h0lcJ0ea9N6QtXCU\nCuQxWytydAqXREBYBCwc9tkCgYEAkD/aZTk0Mg733qV8zva4W/odNo1kaQ0fFm04\nQ4FKUxlqq0p2kG6si+5U13Y++MRCqTnK4wcHOhsCaT4hFztJDDZ9ZbgwBsGVwB9u\nolF5RkWbM627rC82TlQg80JgiyQxG7ST8XNO5AaR5vFQKQ+3Ir3hGP7G2hfkJ3RR\nGC7BnAECgYAEYS6SrN1NU7YrkEXFhB74W3a4WdMYfFsJQTJzMCJxfJcH1IAhkjqp\ngZty5h70+XiSkRs+i63BZJhgwy447tbJoUodOG9qgYmRYUy0L1ZrfBRgMdSRSTlZ\n8znN7W7kN/kTbR0Qt/a8OMgzSUPu59UQ+rrJDifiAhFmYxazlpcuIg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "fingerprint": "8f:2c:57:2f:dc:65:57:51:e4:23:6d:46:1f:7d:e0:d0"}} 2018-09-02 01:53:59,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-5369042b-946e-4a26-b544-c384d09d4fbd 2018-09-02 01:53:59,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.494650125504s 2018-09-02 01:53:59,677 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-5369042b-946e-4a26-b544-c384d09d4fbd 2018-09-02 01:53:59,678 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFYCrCYOPRKqQiY114via6yrChfM9PryFmehuRv7U6OycFCr/hV4Ltcq2ovadc6LyEBt9d8/TKP3Up1pH9Ytsdo6zX1QJLzedVuQEAgpegUFSz4VHmHaxsgMiBsADSX7Oxb0k+dsbst+C38QTTZ8r/jG81Ots5dyLD6JLsn6QeSctuRU0qfqLpRo9Zdi3kU3cSj8mdrMlIInugX4+5AVpa+wnJDaTnNo973MdGmrsBG7Xus6hPZwbRm0JlMOASo2KdDIDHFQhdBEepIlCFi16IhPWVEzbXjY3tbQwWyAEQN92pdSJgFocqoguo2dFbR2tPwhdgC8aWXf7ZxqjRkwzv Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxWAqwmDj0SqkImNdeL4musqwoXzPT68hZnobkb+1OjsnBQq/\n4VeC7XKtqL2nXOi8hAbfXfP0yj91KdaR/WLbHaOs19UCS83nVbkBAIKXoFBUs+FR\n5h2sbIDIgbAA0l+zsW9JPnbG7Lfgt/EE02fK/4xvNTrbOXciw+iS7J+kHknLbkVN\nKn6i6UaPWXYt5FN3Eo/JnazJSCJ7oF+PuQFaWvsJyQ2k5zaPe9zHRpq7ARu17rOo\nT2cG0ZtCZTDgEqNinQyAxxUIXQRHqSJQhYteiIT1lRM2142N7W0MFsgBEDfdqXUi\nYBaHKqILqNnRW0drT8IXYAvGll3+2cao0ZMM7wIDAQABAoIBAAFr5+Luf7WJ8RSu\nUoYEGJNP0mXXWEbipALw7jHmh4+bzXQj163vy2maYdXNR99LbdAlnIY4s5KhUl6y\nxOpmQ926yAvl5NZW7UuYwYEXb7Af4/xHqydVH2DIrKkCc38QYWLtwkFI6bXavSuV\n+Mrs/HFKuaJQgjOvv/hZPHWn0K7HJgauvEkLTTyJT2PK9bUxfDgba1jY+2759fUw\nlUDeN0ZVVMah9nZhJRKtuS8FZ6WlCWvjHQYdmbkrUOKARRBbk840FBuzY9bGnUR2\nu0SuPmwUlZrLLAdP61ZanhGl0KWyrIBHOi8YGFR7s9iLfXzSbE1Iwif9OVtcFrzW\nCo2H70ECgYEA+QaXIfRy8KkC07EcWTtAuMrbMzhlNljYO5cmALt4ViXgEqfpkJOH\nqLDlzZ+fqJ7OutOrFwSGzD6v1CzgQHh3cUcT83eABDE5coHf4aQ7og2Kgd5LHz+L\nkhWwnBBgPHxWLE9JC+HWCeNNz7o9gvCySrC3s6jX6HlV7g5/127tZG0CgYEAyudE\nbGpWZDy2wZFhsd2UJY1TQaQEKtJUl0bDFLY61lmodyYp/nJE5LgXl58RfTRe1+SB\nkKA7b08aC5t8P83kQs+GfBMbxkAoGOhYRfqGdcvJzyuDTqc49BnuG0ViLyWbE4w3\nxPaB4u5cu8xCQTrm9WPjpGUZGorkN1ffA4QChUsCgYEAlkvV91ZT8M/wttdUJr7O\nRzmXpohI/c4NY5nMA/EhpcziOiBBpVKFM9jgOYQ3lkuStct+nTvMJ4VGFaaoCgEr\nBaFCd1UOXHlhFK0x9DttCldl2w/RAyEVGawhlW+Exby9Paz0h0lcJ0ea9N6QtXCU\nCuQxWytydAqXREBYBCwc9tkCgYEAkD/aZTk0Mg733qV8zva4W/odNo1kaQ0fFm04\nQ4FKUxlqq0p2kG6si+5U13Y++MRCqTnK4wcHOhsCaT4hFztJDDZ9ZbgwBsGVwB9u\nolF5RkWbM627rC82TlQg80JgiyQxG7ST8XNO5AaR5vFQKQ+3Ir3hGP7G2hfkJ3RR\nGC7BnAECgYAEYS6SrN1NU7YrkEXFhB74W3a4WdMYfFsJQTJzMCJxfJcH1IAhkjqp\ngZty5h70+XiSkRs+i63BZJhgwy447tbJoUodOG9qgYmRYUy0L1ZrfBRgMdSRSTlZ\n8znN7W7kN/kTbR0Qt/a8OMgzSUPu59UQ+rrJDifiAhFmYxazlpcuIg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e8e0e237104a4d8ca7dc28d3793c5643', 'name': u'shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577', 'created_at': '2018-09-02T01:53:59.678418', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9f3a03ea9c714735950cb64c0a64453a', 'name': 'shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8f:2c:57:2f:dc:65:57:51:e4:23:6d:46:1f:7d:e0:d0', 'type': 'ssh', 'id': u'shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577'}) 2018-09-02 01:53:59,678 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxWAqwmDj0SqkImNdeL4musqwoXzPT68hZnobkb+1OjsnBQq/ 4VeC7XKtqL2nXOi8hAbfXfP0yj91KdaR/WLbHaOs19UCS83nVbkBAIKXoFBUs+FR 5h2sbIDIgbAA0l+zsW9JPnbG7Lfgt/EE02fK/4xvNTrbOXciw+iS7J+kHknLbkVN Kn6i6UaPWXYt5FN3Eo/JnazJSCJ7oF+PuQFaWvsJyQ2k5zaPe9zHRpq7ARu17rOo T2cG0ZtCZTDgEqNinQyAxxUIXQRHqSJQhYteiIT1lRM2142N7W0MFsgBEDfdqXUi YBaHKqILqNnRW0drT8IXYAvGll3+2cao0ZMM7wIDAQABAoIBAAFr5+Luf7WJ8RSu UoYEGJNP0mXXWEbipALw7jHmh4+bzXQj163vy2maYdXNR99LbdAlnIY4s5KhUl6y xOpmQ926yAvl5NZW7UuYwYEXb7Af4/xHqydVH2DIrKkCc38QYWLtwkFI6bXavSuV +Mrs/HFKuaJQgjOvv/hZPHWn0K7HJgauvEkLTTyJT2PK9bUxfDgba1jY+2759fUw lUDeN0ZVVMah9nZhJRKtuS8FZ6WlCWvjHQYdmbkrUOKARRBbk840FBuzY9bGnUR2 u0SuPmwUlZrLLAdP61ZanhGl0KWyrIBHOi8YGFR7s9iLfXzSbE1Iwif9OVtcFrzW Co2H70ECgYEA+QaXIfRy8KkC07EcWTtAuMrbMzhlNljYO5cmALt4ViXgEqfpkJOH qLDlzZ+fqJ7OutOrFwSGzD6v1CzgQHh3cUcT83eABDE5coHf4aQ7og2Kgd5LHz+L khWwnBBgPHxWLE9JC+HWCeNNz7o9gvCySrC3s6jX6HlV7g5/127tZG0CgYEAyudE bGpWZDy2wZFhsd2UJY1TQaQEKtJUl0bDFLY61lmodyYp/nJE5LgXl58RfTRe1+SB kKA7b08aC5t8P83kQs+GfBMbxkAoGOhYRfqGdcvJzyuDTqc49BnuG0ViLyWbE4w3 xPaB4u5cu8xCQTrm9WPjpGUZGorkN1ffA4QChUsCgYEAlkvV91ZT8M/wttdUJr7O RzmXpohI/c4NY5nMA/EhpcziOiBBpVKFM9jgOYQ3lkuStct+nTvMJ4VGFaaoCgEr BaFCd1UOXHlhFK0x9DttCldl2w/RAyEVGawhlW+Exby9Paz0h0lcJ0ea9N6QtXCU CuQxWytydAqXREBYBCwc9tkCgYEAkD/aZTk0Mg733qV8zva4W/odNo1kaQ0fFm04 Q4FKUxlqq0p2kG6si+5U13Y++MRCqTnK4wcHOhsCaT4hFztJDDZ9ZbgwBsGVwB9u olF5RkWbM627rC82TlQg80JgiyQxG7ST8XNO5AaR5vFQKQ+3Ir3hGP7G2hfkJ3RR GC7BnAECgYAEYS6SrN1NU7YrkEXFhB74W3a4WdMYfFsJQTJzMCJxfJcH1IAhkjqp gZty5h70+XiSkRs+i63BZJhgwy447tbJoUodOG9qgYmRYUy0L1ZrfBRgMdSRSTlZ 8znN7W7kN/kTbR0Qt/a8OMgzSUPu59UQ+rrJDifiAhFmYxazlpcuIg== -----END RSA PRIVATE KEY----- 2018-09-02 01:53:59,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 01:53:59,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"security_group": {"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577", "description": "created by OPNFV Functest (shaker)"}}' 2018-09-02 01:54:00,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-29794641-d755-4f05-86f8-746d3f4e903c Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:59Z", "updated_at": "2018-09-02T01:53:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "1a3e52a3-bea3-4f43-ab07-94385f8495d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "ab3442ec-cad2-40a6-a21f-ed28fc5ec7f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 1, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}} 2018-09-02 01:54:00,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-29794641-d755-4f05-86f8-746d3f4e903c 2018-09-02 01:54:00,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.3582239151s 2018-09-02 01:54:00,040 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-29794641-d755-4f05-86f8-746d3f4e903c 2018-09-02 01:54:00,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 01:54:00,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:00,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-d1a4d120-6aef-47e3-8d1d-b87d2ea9aa87 Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:59Z", "updated_at": "2018-09-02T01:53:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "1a3e52a3-bea3-4f43-ab07-94385f8495d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "ab3442ec-cad2-40a6-a21f-ed28fc5ec7f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 1, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"description": "Default security group", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:35Z", "updated_at": "2018-09-02T01:53:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "27776be4-da58-41e1-9dfd-a15274991fd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "72041756-1378-432a-8db4-0ae44bd16491", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "78c68c16-bcc9-44f4-805e-4a8b4c45bc48", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "b521a0de-4eef-4cf0-99b0-abd090e3fbaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 1, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "name": "default"}]} 2018-09-02 01:54:00,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-d1a4d120-6aef-47e3-8d1d-b87d2ea9aa87 2018-09-02 01:54:00,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0523099899292s 2018-09-02 01:54:00,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-d1a4d120-6aef-47e3-8d1d-b87d2ea9aa87 2018-09-02 01:54:00,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 01:54:00,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279"}}' 2018-09-02 01:54:00,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-156e72a8-db13-4b4a-bf9d-c14d8f9c48cf Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "port_range_min": 22, "revision_number": 0, "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:54:00Z", "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "1340c058-2335-47a6-9587-e56d47e5a29b"}} 2018-09-02 01:54:00,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-156e72a8-db13-4b4a-bf9d-c14d8f9c48cf 2018-09-02 01:54:00,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.109534978867s 2018-09-02 01:54:00,212 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-156e72a8-db13-4b4a-bf9d-c14d8f9c48cf 2018-09-02 01:54:00,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 01:54:00,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:00,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-1119bb75-13ec-4199-863a-afd3ad17f4c8 Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:59Z", "updated_at": "2018-09-02T01:54:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T01:54:00Z", "revision_number": 0, "id": "1340c058-2335-47a6-9587-e56d47e5a29b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "1a3e52a3-bea3-4f43-ab07-94385f8495d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "ab3442ec-cad2-40a6-a21f-ed28fc5ec7f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 2, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"description": "Default security group", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:35Z", "updated_at": "2018-09-02T01:53:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "27776be4-da58-41e1-9dfd-a15274991fd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "72041756-1378-432a-8db4-0ae44bd16491", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "78c68c16-bcc9-44f4-805e-4a8b4c45bc48", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "b521a0de-4eef-4cf0-99b0-abd090e3fbaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 1, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "name": "default"}]} 2018-09-02 01:54:00,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-1119bb75-13ec-4199-863a-afd3ad17f4c8 2018-09-02 01:54:00,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0399241447449s 2018-09-02 01:54:00,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-1119bb75-13ec-4199-863a-afd3ad17f4c8 2018-09-02 01:54:00,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 01:54:00,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279"}}' 2018-09-02 01:54:00,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-69e55669-78c7-48db-aa04-b5ca35e881e9 Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "port_range_min": null, "revision_number": 0, "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:54:00Z", "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "76c23bb4-2269-4ce4-b2ea-df814396ebca"}} 2018-09-02 01:54:00,367 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-69e55669-78c7-48db-aa04-b5ca35e881e9 2018-09-02 01:54:00,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.108074903488s 2018-09-02 01:54:00,367 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-69e55669-78c7-48db-aa04-b5ca35e881e9 2018-09-02 01:54:00,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 01:54:00,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:00,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-fac066e5-42ab-46e9-b28f-f8ad5cec21fa Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:59Z", "updated_at": "2018-09-02T01:54:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T01:54:00Z", "revision_number": 0, "id": "1340c058-2335-47a6-9587-e56d47e5a29b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "1a3e52a3-bea3-4f43-ab07-94385f8495d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:54:00Z", "revision_number": 0, "id": "76c23bb4-2269-4ce4-b2ea-df814396ebca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "ab3442ec-cad2-40a6-a21f-ed28fc5ec7f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 3, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"description": "Default security group", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:35Z", "updated_at": "2018-09-02T01:53:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "27776be4-da58-41e1-9dfd-a15274991fd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "72041756-1378-432a-8db4-0ae44bd16491", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "78c68c16-bcc9-44f4-805e-4a8b4c45bc48", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "b521a0de-4eef-4cf0-99b0-abd090e3fbaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 1, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "name": "default"}]} 2018-09-02 01:54:00,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-fac066e5-42ab-46e9-b28f-f8ad5cec21fa 2018-09-02 01:54:00,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0419089794159s 2018-09-02 01:54:00,413 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-fac066e5-42ab-46e9-b28f-f8ad5cec21fa 2018-09-02 01:54:00,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 01:54:00,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279"}}' 2018-09-02 01:54:00,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-21a0e9b9-21cc-473a-909d-4c86eb53f390 Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "port_range_min": 9000, "revision_number": 0, "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:54:00Z", "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "b7d61b14-f0be-45e5-925f-ac674860a233"}} 2018-09-02 01:54:00,524 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-21a0e9b9-21cc-473a-909d-4c86eb53f390 2018-09-02 01:54:00,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.108052015305s 2018-09-02 01:54:00,525 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-21a0e9b9-21cc-473a-909d-4c86eb53f390 2018-09-02 01:54:00,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:54:00,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:00,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-cf74dafb-80a4-415a-94db-edd0047d174b Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9f3a03ea9c714735950cb64c0a64453a","l2_adjacency":true,"status":"ACTIVE","subnets":["397cf7c1-9188-4084-87a8-b5062a47eef7"],"description":"","tags":[],"updated_at":"2018-09-02T01:53:36Z","qos_policy_id":null,"name":"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577","admin_state_up":true,"tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:35Z","mtu":1450}]} 2018-09-02 01:54:00,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-cf74dafb-80a4-415a-94db-edd0047d174b 2018-09-02 01:54:00,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0927979946136s 2018-09-02 01:54:00,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-cf74dafb-80a4-415a-94db-edd0047d174b 2018-09-02 01:54:00,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 01:54:00,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:00,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-8582257e-4a08-4cbd-9300-6b88efa5ece0 Date: Sun, 02 Sep 2018 01:54:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:53:58Z", "file": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file", "owner": "9f3a03ea9c714735950cb64c0a64453a", "id": "029dab50-dbb1-417c-a638-adf26f98de8b", "size": 666173440, "self": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-09-02T01:53:48Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 01:54:00,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8582257e-4a08-4cbd-9300-6b88efa5ece0 2018-09-02 01:54:00,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0362799167633s 2018-09-02 01:54:00,661 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8582257e-4a08-4cbd-9300-6b88efa5ece0 2018-09-02 01:54:00,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 01:54:00,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:00,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40d89d8f-e313-4d36-a5bb-89899060dfce x-compute-request-id: req-40d89d8f-e313-4d36-a5bb-89899060dfce Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_414f38af-9dd7-4644-b216-c1e7afd05577", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "8753233a-fd4f-4556-ad23-0f4d126f25ee"}]} 2018-09-02 01:54:00,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-40d89d8f-e313-4d36-a5bb-89899060dfce 2018-09-02 01:54:00,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220758914948s 2018-09-02 01:54:00,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-40d89d8f-e313-4d36-a5bb-89899060dfce 2018-09-02 01:54:00,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 01:54:00,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"server": {"name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "imageRef": "029dab50-dbb1-417c-a638-adf26f98de8b", "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "flavorRef": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64"}], "security_groups": [{"name": "0b8714dc-3d29-4729-99fa-4d80831c5279"}]}}' 2018-09-02 01:54:02,399 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 01:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc022458-b50e-4d79-b67d-f87bd6f3b415 x-compute-request-id: req-cc022458-b50e-4d79-b67d-f87bd6f3b415 Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0b8714dc-3d29-4729-99fa-4d80831c5279"}], "OS-DCF:diskConfig": "MANUAL", "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "adminPass": "Rv5jhTtdaHeE"}} 2018-09-02 01:54:02,399 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-cc022458-b50e-4d79-b67d-f87bd6f3b415 2018-09-02 01:54:02,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.71268677711s 2018-09-02 01:54:02,399 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-cc022458-b50e-4d79-b67d-f87bd6f3b415 2018-09-02 01:54:02,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:02,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:02,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bcf3ac7-9849-4d34-b885-e2eced92dab2 x-compute-request-id: req-2bcf3ac7-9849-4d34-b885-e2eced92dab2 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:02,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2bcf3ac7-9849-4d34-b885-e2eced92dab2 2018-09-02 01:54:02,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547991991043s 2018-09-02 01:54:02,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2bcf3ac7-9849-4d34-b885-e2eced92dab2 2018-09-02 01:54:02,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:54:02,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:03,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-270d02ff-fe90-4870-b04d-652af39deffa Date: Sun, 02 Sep 2018 01:54:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9f3a03ea9c714735950cb64c0a64453a","l2_adjacency":true,"status":"ACTIVE","subnets":["397cf7c1-9188-4084-87a8-b5062a47eef7"],"description":"","tags":[],"updated_at":"2018-09-02T01:53:36Z","qos_policy_id":null,"name":"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577","admin_state_up":true,"tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:35Z","mtu":1450}]} 2018-09-02 01:54:03,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-270d02ff-fe90-4870-b04d-652af39deffa 2018-09-02 01:54:03,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0953547954559s 2018-09-02 01:54:03,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-270d02ff-fe90-4870-b04d-652af39deffa 2018-09-02 01:54:03,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 01:54:03,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:03,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8867eaa1-ceb4-482e-ba6b-5579c720afdc Date: Sun, 02 Sep 2018 01:54:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T01:53:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9f3a03ea9c714735950cb64c0a64453a","id":"397cf7c1-9188-4084-87a8-b5062a47eef7","subnetpool_id":null,"name":"shaker-subnet_414f38af-9dd7-4644-b216-c1e7afd05577"}]} 2018-09-02 01:54:03,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-8867eaa1-ceb4-482e-ba6b-5579c720afdc 2018-09-02 01:54:03,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0463130474091s 2018-09-02 01:54:03,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-8867eaa1-ceb4-482e-ba6b-5579c720afdc 2018-09-02 01:54:03,100 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:05,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:05,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:05,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d1d47de-07f9-4ab6-b0a2-653fdbf897db x-compute-request-id: req-9d1d47de-07f9-4ab6-b0a2-653fdbf897db Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:05,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9d1d47de-07f9-4ab6-b0a2-653fdbf897db 2018-09-02 01:54:05,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619382858276s 2018-09-02 01:54:05,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9d1d47de-07f9-4ab6-b0a2-653fdbf897db 2018-09-02 01:54:05,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:07,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:07,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:08,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac40282b-8055-4406-8243-b25ee3d39267 x-compute-request-id: req-ac40282b-8055-4406-8243-b25ee3d39267 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:08,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ac40282b-8055-4406-8243-b25ee3d39267 2018-09-02 01:54:08,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594821929932s 2018-09-02 01:54:08,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ac40282b-8055-4406-8243-b25ee3d39267 2018-09-02 01:54:08,328 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:10,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:10,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:10,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e07db69c-31fa-45e7-8e20-aa261b0be9be x-compute-request-id: req-e07db69c-31fa-45e7-8e20-aa261b0be9be Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:10,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e07db69c-31fa-45e7-8e20-aa261b0be9be 2018-09-02 01:54:10,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.467174053192s 2018-09-02 01:54:10,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e07db69c-31fa-45e7-8e20-aa261b0be9be 2018-09-02 01:54:10,803 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:12,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:12,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:13,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40da73e5-9e04-437e-9230-de952cb71394 x-compute-request-id: req-40da73e5-9e04-437e-9230-de952cb71394 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:13,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-40da73e5-9e04-437e-9230-de952cb71394 2018-09-02 01:54:13,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629773139954s 2018-09-02 01:54:13,436 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-40da73e5-9e04-437e-9230-de952cb71394 2018-09-02 01:54:13,440 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:15,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:15,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:15,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81714799-70bd-4854-8596-61e2c5ab1ea8 x-compute-request-id: req-81714799-70bd-4854-8596-61e2c5ab1ea8 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:15,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-81714799-70bd-4854-8596-61e2c5ab1ea8 2018-09-02 01:54:15,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413499116898s 2018-09-02 01:54:15,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-81714799-70bd-4854-8596-61e2c5ab1ea8 2018-09-02 01:54:15,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:17,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:17,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:18,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19948203-f924-4101-9573-2af6c4c7b03f x-compute-request-id: req-19948203-f924-4101-9573-2af6c4c7b03f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:18,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-19948203-f924-4101-9573-2af6c4c7b03f 2018-09-02 01:54:18,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413753986359s 2018-09-02 01:54:18,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-19948203-f924-4101-9573-2af6c4c7b03f 2018-09-02 01:54:18,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:20,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:20,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:20,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a306e989-a037-4b85-a243-45cd10b885e5 x-compute-request-id: req-a306e989-a037-4b85-a243-45cd10b885e5 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:20,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a306e989-a037-4b85-a243-45cd10b885e5 2018-09-02 01:54:20,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192855119705s 2018-09-02 01:54:20,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a306e989-a037-4b85-a243-45cd10b885e5 2018-09-02 01:54:20,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:22,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:22,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:23,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6871993a-551f-4c7f-9801-ce6ee3d5dcdd x-compute-request-id: req-6871993a-551f-4c7f-9801-ce6ee3d5dcdd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:23,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6871993a-551f-4c7f-9801-ce6ee3d5dcdd 2018-09-02 01:54:23,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599764823914s 2018-09-02 01:54:23,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6871993a-551f-4c7f-9801-ce6ee3d5dcdd 2018-09-02 01:54:23,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:25,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:25,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:25,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13f14268-b5ec-48e0-ae1e-b3e5a21b9fc2 x-compute-request-id: req-13f14268-b5ec-48e0-ae1e-b3e5a21b9fc2 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:25,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-13f14268-b5ec-48e0-ae1e-b3e5a21b9fc2 2018-09-02 01:54:25,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555349826813s 2018-09-02 01:54:25,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-13f14268-b5ec-48e0-ae1e-b3e5a21b9fc2 2018-09-02 01:54:25,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:27,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:27,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:28,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a712543-41ea-415d-85ef-5c162c2a6676 x-compute-request-id: req-3a712543-41ea-415d-85ef-5c162c2a6676 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:28,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3a712543-41ea-415d-85ef-5c162c2a6676 2018-09-02 01:54:28,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441778898239s 2018-09-02 01:54:28,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3a712543-41ea-415d-85ef-5c162c2a6676 2018-09-02 01:54:28,100 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:30,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:30,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:30,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35e062eb-a3b7-4c43-914f-0ab9fa3bb3b4 x-compute-request-id: req-35e062eb-a3b7-4c43-914f-0ab9fa3bb3b4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:30,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-35e062eb-a3b7-4c43-914f-0ab9fa3bb3b4 2018-09-02 01:54:30,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684669017792s 2018-09-02 01:54:30,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-35e062eb-a3b7-4c43-914f-0ab9fa3bb3b4 2018-09-02 01:54:30,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:32,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:32,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:32,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6dc417c-9947-4e4c-b17d-4b56908fecad x-compute-request-id: req-b6dc417c-9947-4e4c-b17d-4b56908fecad Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:32,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b6dc417c-9947-4e4c-b17d-4b56908fecad 2018-09-02 01:54:32,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178325176239s 2018-09-02 01:54:32,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b6dc417c-9947-4e4c-b17d-4b56908fecad 2018-09-02 01:54:32,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:34,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:34,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:35,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d383261-1344-446f-bc92-bfddaecac6cb x-compute-request-id: req-5d383261-1344-446f-bc92-bfddaecac6cb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:35,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d383261-1344-446f-bc92-bfddaecac6cb 2018-09-02 01:54:35,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169365882874s 2018-09-02 01:54:35,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d383261-1344-446f-bc92-bfddaecac6cb 2018-09-02 01:54:35,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:37,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:37,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:37,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9627fac-9d6b-46ab-81e3-012750f19043 x-compute-request-id: req-c9627fac-9d6b-46ab-81e3-012750f19043 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:37,335 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c9627fac-9d6b-46ab-81e3-012750f19043 2018-09-02 01:54:37,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177664041519s 2018-09-02 01:54:37,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c9627fac-9d6b-46ab-81e3-012750f19043 2018-09-02 01:54:37,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:39,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:40,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a158a88-991c-4b35-be90-254c29d94455 x-compute-request-id: req-0a158a88-991c-4b35-be90-254c29d94455 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:40,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0a158a88-991c-4b35-be90-254c29d94455 2018-09-02 01:54:40,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66203212738s 2018-09-02 01:54:40,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0a158a88-991c-4b35-be90-254c29d94455 2018-09-02 01:54:40,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:42,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:42,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:42,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad2a6163-9571-4300-8a95-2079bdd7f993 x-compute-request-id: req-ad2a6163-9571-4300-8a95-2079bdd7f993 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:42,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ad2a6163-9571-4300-8a95-2079bdd7f993 2018-09-02 01:54:42,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174273967743s 2018-09-02 01:54:42,186 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ad2a6163-9571-4300-8a95-2079bdd7f993 2018-09-02 01:54:42,190 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:44,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:44,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:44,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-265b320b-832f-4c40-9b6f-4fbcac5ad4fc x-compute-request-id: req-265b320b-832f-4c40-9b6f-4fbcac5ad4fc Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:44,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-265b320b-832f-4c40-9b6f-4fbcac5ad4fc 2018-09-02 01:54:44,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348955154419s 2018-09-02 01:54:44,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-265b320b-832f-4c40-9b6f-4fbcac5ad4fc 2018-09-02 01:54:44,546 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:46,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:46,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:46,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-122dc61f-914e-4a77-863e-39ebcf896e59 x-compute-request-id: req-122dc61f-914e-4a77-863e-39ebcf896e59 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:46,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-122dc61f-914e-4a77-863e-39ebcf896e59 2018-09-02 01:54:46,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416288137436s 2018-09-02 01:54:46,965 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-122dc61f-914e-4a77-863e-39ebcf896e59 2018-09-02 01:54:46,969 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:48,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:48,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:49,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2171e4c-71a3-411a-a9e2-d96603fc8503 x-compute-request-id: req-c2171e4c-71a3-411a-a9e2-d96603fc8503 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:49,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c2171e4c-71a3-411a-a9e2-d96603fc8503 2018-09-02 01:54:49,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366873979568s 2018-09-02 01:54:49,339 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c2171e4c-71a3-411a-a9e2-d96603fc8503 2018-09-02 01:54:49,343 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:51,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:51,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:51,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b009688-6374-4290-80f9-ac10f9846a61 x-compute-request-id: req-0b009688-6374-4290-80f9-ac10f9846a61 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:51,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0b009688-6374-4290-80f9-ac10f9846a61 2018-09-02 01:54:51,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171746969223s 2018-09-02 01:54:51,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0b009688-6374-4290-80f9-ac10f9846a61 2018-09-02 01:54:51,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:53,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:53,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:53,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d546247e-6c9a-4195-892b-6e4432f01c30 x-compute-request-id: req-d546247e-6c9a-4195-892b-6e4432f01c30 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:53,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d546247e-6c9a-4195-892b-6e4432f01c30 2018-09-02 01:54:53,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416307926178s 2018-09-02 01:54:53,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d546247e-6c9a-4195-892b-6e4432f01c30 2018-09-02 01:54:53,945 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:55,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:55,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:56,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de8b68c8-fb3c-4773-8c2e-18cc3bf8b27e x-compute-request-id: req-de8b68c8-fb3c-4773-8c2e-18cc3bf8b27e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:56,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-de8b68c8-fb3c-4773-8c2e-18cc3bf8b27e 2018-09-02 01:54:56,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164750814438s 2018-09-02 01:54:56,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-de8b68c8-fb3c-4773-8c2e-18cc3bf8b27e 2018-09-02 01:54:56,116 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:54:58,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:54:58,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:54:58,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:54:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58d73c88-78b0-4284-b41a-83967dcacc27 x-compute-request-id: req-58d73c88-78b0-4284-b41a-83967dcacc27 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:54:58,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-58d73c88-78b0-4284-b41a-83967dcacc27 2018-09-02 01:54:58,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697521209717s 2018-09-02 01:54:58,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-58d73c88-78b0-4284-b41a-83967dcacc27 2018-09-02 01:54:58,820 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:00,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:00,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:01,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd78de4f-9f47-4da0-b2ee-868919d40614 x-compute-request-id: req-fd78de4f-9f47-4da0-b2ee-868919d40614 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:01,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fd78de4f-9f47-4da0-b2ee-868919d40614 2018-09-02 01:55:01,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41787815094s 2018-09-02 01:55:01,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fd78de4f-9f47-4da0-b2ee-868919d40614 2018-09-02 01:55:01,245 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:03,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:03,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:03,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4369b6b1-340c-4001-be53-0ec57a15356c x-compute-request-id: req-4369b6b1-340c-4001-be53-0ec57a15356c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:03,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4369b6b1-340c-4001-be53-0ec57a15356c 2018-09-02 01:55:03,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171920776367s 2018-09-02 01:55:03,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4369b6b1-340c-4001-be53-0ec57a15356c 2018-09-02 01:55:03,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:05,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:05,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:05,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2cda17c-17a1-4c49-8f63-984871cfac60 x-compute-request-id: req-d2cda17c-17a1-4c49-8f63-984871cfac60 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:05,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d2cda17c-17a1-4c49-8f63-984871cfac60 2018-09-02 01:55:05,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.423361063004s 2018-09-02 01:55:05,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d2cda17c-17a1-4c49-8f63-984871cfac60 2018-09-02 01:55:05,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:07,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:07,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:08,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdd57a09-11b7-4efe-b4d4-feaea90d9dd4 x-compute-request-id: req-cdd57a09-11b7-4efe-b4d4-feaea90d9dd4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:08,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cdd57a09-11b7-4efe-b4d4-feaea90d9dd4 2018-09-02 01:55:08,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430204868317s 2018-09-02 01:55:08,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cdd57a09-11b7-4efe-b4d4-feaea90d9dd4 2018-09-02 01:55:08,291 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:10,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:10,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:10,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91929d1f-f4c5-446d-960d-2fb98242d926 x-compute-request-id: req-91929d1f-f4c5-446d-960d-2fb98242d926 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:10,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-91929d1f-f4c5-446d-960d-2fb98242d926 2018-09-02 01:55:10,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343554019928s 2018-09-02 01:55:10,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-91929d1f-f4c5-446d-960d-2fb98242d926 2018-09-02 01:55:10,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:12,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:12,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:13,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46eeb35a-d887-4bb2-9728-0c2d1ba61f06 x-compute-request-id: req-46eeb35a-d887-4bb2-9728-0c2d1ba61f06 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:13,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-46eeb35a-d887-4bb2-9728-0c2d1ba61f06 2018-09-02 01:55:13,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435878992081s 2018-09-02 01:55:13,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-46eeb35a-d887-4bb2-9728-0c2d1ba61f06 2018-09-02 01:55:13,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:15,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:15,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:15,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3c598c6-e487-469a-b67b-75921d162259 x-compute-request-id: req-f3c598c6-e487-469a-b67b-75921d162259 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:15,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f3c598c6-e487-469a-b67b-75921d162259 2018-09-02 01:55:15,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166437149048s 2018-09-02 01:55:15,252 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f3c598c6-e487-469a-b67b-75921d162259 2018-09-02 01:55:15,256 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:17,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:17,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:17,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d37fc92-c194-4a0e-8630-d559093849d4 x-compute-request-id: req-8d37fc92-c194-4a0e-8630-d559093849d4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:17,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8d37fc92-c194-4a0e-8630-d559093849d4 2018-09-02 01:55:17,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.334093809128s 2018-09-02 01:55:17,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8d37fc92-c194-4a0e-8630-d559093849d4 2018-09-02 01:55:17,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:19,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:19,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:19,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a230c28-f258-423f-8598-65d3f6fe979a x-compute-request-id: req-0a230c28-f258-423f-8598-65d3f6fe979a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:19,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0a230c28-f258-423f-8598-65d3f6fe979a 2018-09-02 01:55:19,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349774122238s 2018-09-02 01:55:19,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0a230c28-f258-423f-8598-65d3f6fe979a 2018-09-02 01:55:19,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:21,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:21,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:22,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-690a2ebd-ea44-4142-9de8-6bf45dd2f741 x-compute-request-id: req-690a2ebd-ea44-4142-9de8-6bf45dd2f741 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:22,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-690a2ebd-ea44-4142-9de8-6bf45dd2f741 2018-09-02 01:55:22,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180480957031s 2018-09-02 01:55:22,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-690a2ebd-ea44-4142-9de8-6bf45dd2f741 2018-09-02 01:55:22,142 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:24,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:24,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:24,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de7f5fdd-09cb-4a7f-aff9-76384798f7ec x-compute-request-id: req-de7f5fdd-09cb-4a7f-aff9-76384798f7ec Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:24,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-de7f5fdd-09cb-4a7f-aff9-76384798f7ec 2018-09-02 01:55:24,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70320892334s 2018-09-02 01:55:24,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-de7f5fdd-09cb-4a7f-aff9-76384798f7ec 2018-09-02 01:55:24,853 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:26,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:26,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:27,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35b05675-9c2e-4483-a403-5667985cd5e6 x-compute-request-id: req-35b05675-9c2e-4483-a403-5667985cd5e6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:27,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-35b05675-9c2e-4483-a403-5667985cd5e6 2018-09-02 01:55:27,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350521087646s 2018-09-02 01:55:27,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-35b05675-9c2e-4483-a403-5667985cd5e6 2018-09-02 01:55:27,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:29,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:29,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:29,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0920a74-6f0e-46ef-934c-ccef20d2163c x-compute-request-id: req-b0920a74-6f0e-46ef-934c-ccef20d2163c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:29,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b0920a74-6f0e-46ef-934c-ccef20d2163c 2018-09-02 01:55:29,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349895000458s 2018-09-02 01:55:29,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b0920a74-6f0e-46ef-934c-ccef20d2163c 2018-09-02 01:55:29,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:31,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:31,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:31,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90e26faa-ea81-4b9a-ba3c-3e6181d61d56 x-compute-request-id: req-90e26faa-ea81-4b9a-ba3c-3e6181d61d56 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:31,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-90e26faa-ea81-4b9a-ba3c-3e6181d61d56 2018-09-02 01:55:31,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413048028946s 2018-09-02 01:55:31,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-90e26faa-ea81-4b9a-ba3c-3e6181d61d56 2018-09-02 01:55:31,988 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:33,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:33,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:34,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7e9dc25-ba3e-4d2e-936b-4acbf82c9bb6 x-compute-request-id: req-f7e9dc25-ba3e-4d2e-936b-4acbf82c9bb6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:34,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f7e9dc25-ba3e-4d2e-936b-4acbf82c9bb6 2018-09-02 01:55:34,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340081214905s 2018-09-02 01:55:34,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f7e9dc25-ba3e-4d2e-936b-4acbf82c9bb6 2018-09-02 01:55:34,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:36,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:36,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:36,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ffd0ed6-4267-4007-9d64-f9a2a145dee3 x-compute-request-id: req-2ffd0ed6-4267-4007-9d64-f9a2a145dee3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:36,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2ffd0ed6-4267-4007-9d64-f9a2a145dee3 2018-09-02 01:55:36,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171325922012s 2018-09-02 01:55:36,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2ffd0ed6-4267-4007-9d64-f9a2a145dee3 2018-09-02 01:55:36,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:38,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:38,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:39,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6f17291-9792-45c6-81f2-7aaa6e548814 x-compute-request-id: req-e6f17291-9792-45c6-81f2-7aaa6e548814 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:39,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e6f17291-9792-45c6-81f2-7aaa6e548814 2018-09-02 01:55:39,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664474964142s 2018-09-02 01:55:39,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e6f17291-9792-45c6-81f2-7aaa6e548814 2018-09-02 01:55:39,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:41,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:41,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:41,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d9c3e2a-25ee-4ff2-9a83-653ffa7428fe x-compute-request-id: req-5d9c3e2a-25ee-4ff2-9a83-653ffa7428fe Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:41,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d9c3e2a-25ee-4ff2-9a83-653ffa7428fe 2018-09-02 01:55:41,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173471927643s 2018-09-02 01:55:41,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d9c3e2a-25ee-4ff2-9a83-653ffa7428fe 2018-09-02 01:55:41,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:43,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:43,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:43,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-151ceba8-62ad-4413-820d-f84664736d46 x-compute-request-id: req-151ceba8-62ad-4413-820d-f84664736d46 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:43,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-151ceba8-62ad-4413-820d-f84664736d46 2018-09-02 01:55:43,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533792972565s 2018-09-02 01:55:43,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-151ceba8-62ad-4413-820d-f84664736d46 2018-09-02 01:55:43,907 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:45,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:45,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:46,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdf3be39-97b8-4784-9966-ab3ca4778e5a x-compute-request-id: req-bdf3be39-97b8-4784-9966-ab3ca4778e5a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:46,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bdf3be39-97b8-4784-9966-ab3ca4778e5a 2018-09-02 01:55:46,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174672842026s 2018-09-02 01:55:46,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bdf3be39-97b8-4784-9966-ab3ca4778e5a 2018-09-02 01:55:46,088 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:48,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:48,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:48,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfca1481-92e1-4a09-90a6-5318b47c121a x-compute-request-id: req-cfca1481-92e1-4a09-90a6-5318b47c121a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:48,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cfca1481-92e1-4a09-90a6-5318b47c121a 2018-09-02 01:55:48,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405823945999s 2018-09-02 01:55:48,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cfca1481-92e1-4a09-90a6-5318b47c121a 2018-09-02 01:55:48,501 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:50,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:50,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:50,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-592f1b36-8305-4627-9e7a-bf33b79a9d9d x-compute-request-id: req-592f1b36-8305-4627-9e7a-bf33b79a9d9d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:50,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-592f1b36-8305-4627-9e7a-bf33b79a9d9d 2018-09-02 01:55:50,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342365026474s 2018-09-02 01:55:50,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-592f1b36-8305-4627-9e7a-bf33b79a9d9d 2018-09-02 01:55:50,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:52,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:52,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:53,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e25e451-7a18-43a9-bf4c-e05dcce21138 x-compute-request-id: req-3e25e451-7a18-43a9-bf4c-e05dcce21138 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:53,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3e25e451-7a18-43a9-bf4c-e05dcce21138 2018-09-02 01:55:53,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165715932846s 2018-09-02 01:55:53,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3e25e451-7a18-43a9-bf4c-e05dcce21138 2018-09-02 01:55:53,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:55,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:55,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:55,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-216833dc-f4f5-4f19-8bb3-e248bcedf115 x-compute-request-id: req-216833dc-f4f5-4f19-8bb3-e248bcedf115 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:55,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-216833dc-f4f5-4f19-8bb3-e248bcedf115 2018-09-02 01:55:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623739004135s 2018-09-02 01:55:55,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-216833dc-f4f5-4f19-8bb3-e248bcedf115 2018-09-02 01:55:55,653 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:57,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:57,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:55:57,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9210481-a90d-4a18-8a8d-9bdb29287fa2 x-compute-request-id: req-c9210481-a90d-4a18-8a8d-9bdb29287fa2 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:55:57,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c9210481-a90d-4a18-8a8d-9bdb29287fa2 2018-09-02 01:55:57,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184403896332s 2018-09-02 01:55:57,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c9210481-a90d-4a18-8a8d-9bdb29287fa2 2018-09-02 01:55:57,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:55:59,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:55:59,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:00,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:55:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-839738e3-d05e-4eb1-9d5f-715c94f5073f x-compute-request-id: req-839738e3-d05e-4eb1-9d5f-715c94f5073f Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:00,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-839738e3-d05e-4eb1-9d5f-715c94f5073f 2018-09-02 01:56:00,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450026035309s 2018-09-02 01:56:00,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-839738e3-d05e-4eb1-9d5f-715c94f5073f 2018-09-02 01:56:00,302 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:02,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:02,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:02,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-304d8f43-7c32-4970-b07c-ec31d375803c x-compute-request-id: req-304d8f43-7c32-4970-b07c-ec31d375803c Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:02,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-304d8f43-7c32-4970-b07c-ec31d375803c 2018-09-02 01:56:02,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167789936066s 2018-09-02 01:56:02,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-304d8f43-7c32-4970-b07c-ec31d375803c 2018-09-02 01:56:02,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:04,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:04,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:04,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b35b34be-824b-4703-b49c-5a76c2da8f1e x-compute-request-id: req-b35b34be-824b-4703-b49c-5a76c2da8f1e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:04,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b35b34be-824b-4703-b49c-5a76c2da8f1e 2018-09-02 01:56:04,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.334090948105s 2018-09-02 01:56:04,815 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b35b34be-824b-4703-b49c-5a76c2da8f1e 2018-09-02 01:56:04,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:06,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:06,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:06,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33e8df72-5814-4165-b6e4-b570e7240f45 x-compute-request-id: req-33e8df72-5814-4165-b6e4-b570e7240f45 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:06,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-33e8df72-5814-4165-b6e4-b570e7240f45 2018-09-02 01:56:06,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.162780046463s 2018-09-02 01:56:06,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-33e8df72-5814-4165-b6e4-b570e7240f45 2018-09-02 01:56:06,988 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:08,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:08,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:09,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42d30e08-9a11-4c27-a93a-87db775f8ddb x-compute-request-id: req-42d30e08-9a11-4c27-a93a-87db775f8ddb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:09,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-42d30e08-9a11-4c27-a93a-87db775f8ddb 2018-09-02 01:56:09,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771296024323s 2018-09-02 01:56:09,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-42d30e08-9a11-4c27-a93a-87db775f8ddb 2018-09-02 01:56:09,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:11,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:11,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:12,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a629928-a141-4099-948b-00a4bb24e762 x-compute-request-id: req-2a629928-a141-4099-948b-00a4bb24e762 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:12,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a629928-a141-4099-948b-00a4bb24e762 2018-09-02 01:56:12,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349556922913s 2018-09-02 01:56:12,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a629928-a141-4099-948b-00a4bb24e762 2018-09-02 01:56:12,123 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:14,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:14,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:14,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62b677bf-f8b7-4a42-a162-e3b938910464 x-compute-request-id: req-62b677bf-f8b7-4a42-a162-e3b938910464 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:14,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-62b677bf-f8b7-4a42-a162-e3b938910464 2018-09-02 01:56:14,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176609992981s 2018-09-02 01:56:14,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-62b677bf-f8b7-4a42-a162-e3b938910464 2018-09-02 01:56:14,306 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:16,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:16,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:16,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69d06010-717d-48b3-b818-c3d5854dc907 x-compute-request-id: req-69d06010-717d-48b3-b818-c3d5854dc907 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:16,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-69d06010-717d-48b3-b818-c3d5854dc907 2018-09-02 01:56:16,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172570943832s 2018-09-02 01:56:16,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-69d06010-717d-48b3-b818-c3d5854dc907 2018-09-02 01:56:16,486 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:18,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:18,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:18,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-794571ed-1fe0-4d92-84ed-a5f61c84312d x-compute-request-id: req-794571ed-1fe0-4d92-84ed-a5f61c84312d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:18,655 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-794571ed-1fe0-4d92-84ed-a5f61c84312d 2018-09-02 01:56:18,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166176080704s 2018-09-02 01:56:18,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-794571ed-1fe0-4d92-84ed-a5f61c84312d 2018-09-02 01:56:18,659 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:20,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:20,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:21,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58c2cbfa-0433-4b1b-bb9c-552bfe4e7a0a x-compute-request-id: req-58c2cbfa-0433-4b1b-bb9c-552bfe4e7a0a Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:21,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-58c2cbfa-0433-4b1b-bb9c-552bfe4e7a0a 2018-09-02 01:56:21,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677463054657s 2018-09-02 01:56:21,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-58c2cbfa-0433-4b1b-bb9c-552bfe4e7a0a 2018-09-02 01:56:21,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:23,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:23,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:23,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecbba9a4-c876-4d91-a8b1-1fd116e328a9 x-compute-request-id: req-ecbba9a4-c876-4d91-a8b1-1fd116e328a9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:23,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ecbba9a4-c876-4d91-a8b1-1fd116e328a9 2018-09-02 01:56:23,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361065864563s 2018-09-02 01:56:23,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ecbba9a4-c876-4d91-a8b1-1fd116e328a9 2018-09-02 01:56:23,712 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:25,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:25,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:26,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54a87926-5b91-45ba-9d3d-51eae8cc8176 x-compute-request-id: req-54a87926-5b91-45ba-9d3d-51eae8cc8176 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:26,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-54a87926-5b91-45ba-9d3d-51eae8cc8176 2018-09-02 01:56:26,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.328866958618s 2018-09-02 01:56:26,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-54a87926-5b91-45ba-9d3d-51eae8cc8176 2018-09-02 01:56:26,048 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:28,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:28,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:28,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-202e127b-85c6-41dd-a72c-d5735a0e9c90 x-compute-request-id: req-202e127b-85c6-41dd-a72c-d5735a0e9c90 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:28,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-202e127b-85c6-41dd-a72c-d5735a0e9c90 2018-09-02 01:56:28,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523102045059s 2018-09-02 01:56:28,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-202e127b-85c6-41dd-a72c-d5735a0e9c90 2018-09-02 01:56:28,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:30,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:30,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:30,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9863f65a-a624-4db2-b45e-01bc41a23d95 x-compute-request-id: req-9863f65a-a624-4db2-b45e-01bc41a23d95 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:30,758 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9863f65a-a624-4db2-b45e-01bc41a23d95 2018-09-02 01:56:30,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177553892136s 2018-09-02 01:56:30,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9863f65a-a624-4db2-b45e-01bc41a23d95 2018-09-02 01:56:30,762 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:32,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:32,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:33,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d83116cd-064c-4fe5-b227-2e01564ac1bd x-compute-request-id: req-d83116cd-064c-4fe5-b227-2e01564ac1bd Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:33,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d83116cd-064c-4fe5-b227-2e01564ac1bd 2018-09-02 01:56:33,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.325778007507s 2018-09-02 01:56:33,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d83116cd-064c-4fe5-b227-2e01564ac1bd 2018-09-02 01:56:33,095 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:35,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:35,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:35,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86da9f69-1ed6-44b1-83df-dd3885b933e6 x-compute-request-id: req-86da9f69-1ed6-44b1-83df-dd3885b933e6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:35,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-86da9f69-1ed6-44b1-83df-dd3885b933e6 2018-09-02 01:56:35,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646190166473s 2018-09-02 01:56:35,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-86da9f69-1ed6-44b1-83df-dd3885b933e6 2018-09-02 01:56:35,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:37,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:37,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:37,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37f12b63-ee47-43e3-8448-a94b9f813490 x-compute-request-id: req-37f12b63-ee47-43e3-8448-a94b9f813490 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:37,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-37f12b63-ee47-43e3-8448-a94b9f813490 2018-09-02 01:56:37,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177978038788s 2018-09-02 01:56:37,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-37f12b63-ee47-43e3-8448-a94b9f813490 2018-09-02 01:56:37,932 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:39,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:39,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:40,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dd47455-2155-4073-b1ec-c4425e2dddc9 x-compute-request-id: req-7dd47455-2155-4073-b1ec-c4425e2dddc9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:40,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7dd47455-2155-4073-b1ec-c4425e2dddc9 2018-09-02 01:56:40,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404556035995s 2018-09-02 01:56:40,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7dd47455-2155-4073-b1ec-c4425e2dddc9 2018-09-02 01:56:40,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:42,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:42,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a00516ed-c915-4c8c-8f5c-aee7699fc483 x-compute-request-id: req-a00516ed-c915-4c8c-8f5c-aee7699fc483 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:42,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a00516ed-c915-4c8c-8f5c-aee7699fc483 2018-09-02 01:56:42,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.415081977844s 2018-09-02 01:56:42,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a00516ed-c915-4c8c-8f5c-aee7699fc483 2018-09-02 01:56:42,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:44,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:45,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c3cf6f3-6086-48e9-80fd-95c55d76166d x-compute-request-id: req-0c3cf6f3-6086-48e9-80fd-95c55d76166d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:45,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0c3cf6f3-6086-48e9-80fd-95c55d76166d 2018-09-02 01:56:45,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422344923019s 2018-09-02 01:56:45,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0c3cf6f3-6086-48e9-80fd-95c55d76166d 2018-09-02 01:56:45,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:47,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:47,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:47,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-787330f9-a9b3-4183-8d41-acabab4c69f0 x-compute-request-id: req-787330f9-a9b3-4183-8d41-acabab4c69f0 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:47,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-787330f9-a9b3-4183-8d41-acabab4c69f0 2018-09-02 01:56:47,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337699174881s 2018-09-02 01:56:47,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-787330f9-a9b3-4183-8d41-acabab4c69f0 2018-09-02 01:56:47,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:49,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:49,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:49,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bc8e690-cb4c-4795-9347-2a5097cc24b9 x-compute-request-id: req-3bc8e690-cb4c-4795-9347-2a5097cc24b9 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:49,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3bc8e690-cb4c-4795-9347-2a5097cc24b9 2018-09-02 01:56:49,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.341001033783s 2018-09-02 01:56:49,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3bc8e690-cb4c-4795-9347-2a5097cc24b9 2018-09-02 01:56:49,890 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:51,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:51,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:52,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ac65208-f91a-4ff0-940d-1d2b5deab576 x-compute-request-id: req-3ac65208-f91a-4ff0-940d-1d2b5deab576 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:52,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3ac65208-f91a-4ff0-940d-1d2b5deab576 2018-09-02 01:56:52,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164864063263s 2018-09-02 01:56:52,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3ac65208-f91a-4ff0-940d-1d2b5deab576 2018-09-02 01:56:52,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:54,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:54,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:54,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5190713b-d406-45a7-9902-317aa0ff7bbb x-compute-request-id: req-5190713b-d406-45a7-9902-317aa0ff7bbb Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:54,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5190713b-d406-45a7-9902-317aa0ff7bbb 2018-09-02 01:56:54,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360659122467s 2018-09-02 01:56:54,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5190713b-d406-45a7-9902-317aa0ff7bbb 2018-09-02 01:56:54,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:56,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:57,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25f7fc68-b713-437d-ab16-14d907a5b9ac x-compute-request-id: req-25f7fc68-b713-437d-ab16-14d907a5b9ac Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:57,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-25f7fc68-b713-437d-ab16-14d907a5b9ac 2018-09-02 01:56:57,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626269102097s 2018-09-02 01:56:57,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-25f7fc68-b713-437d-ab16-14d907a5b9ac 2018-09-02 01:56:57,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:56:59,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:56:59,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:56:59,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3553ea2-d112-45e4-ae58-2f0eebc1d040 x-compute-request-id: req-c3553ea2-d112-45e4-ae58-2f0eebc1d040 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:56:59,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c3553ea2-d112-45e4-ae58-2f0eebc1d040 2018-09-02 01:56:59,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635931968689s 2018-09-02 01:56:59,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c3553ea2-d112-45e4-ae58-2f0eebc1d040 2018-09-02 01:56:59,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:01,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:01,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:02,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e32ff41c-d848-4281-a12f-e961deae10c6 x-compute-request-id: req-e32ff41c-d848-4281-a12f-e961deae10c6 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:02,053 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e32ff41c-d848-4281-a12f-e961deae10c6 2018-09-02 01:57:02,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343534946442s 2018-09-02 01:57:02,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e32ff41c-d848-4281-a12f-e961deae10c6 2018-09-02 01:57:02,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:04,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:04,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:04,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b93b0be-7740-493a-a2f6-d0eb5f23d283 x-compute-request-id: req-8b93b0be-7740-493a-a2f6-d0eb5f23d283 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:04,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8b93b0be-7740-493a-a2f6-d0eb5f23d283 2018-09-02 01:57:04,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345460891724s 2018-09-02 01:57:04,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8b93b0be-7740-493a-a2f6-d0eb5f23d283 2018-09-02 01:57:04,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:06,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:06,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:06,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ee93a56-e45e-4618-b700-91efef2b0150 x-compute-request-id: req-8ee93a56-e45e-4618-b700-91efef2b0150 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:06,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8ee93a56-e45e-4618-b700-91efef2b0150 2018-09-02 01:57:06,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426817893982s 2018-09-02 01:57:06,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8ee93a56-e45e-4618-b700-91efef2b0150 2018-09-02 01:57:06,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:08,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:08,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:09,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3c3abff-573f-43e4-a1e1-fb649e6e80f2 x-compute-request-id: req-a3c3abff-573f-43e4-a1e1-fb649e6e80f2 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:09,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a3c3abff-573f-43e4-a1e1-fb649e6e80f2 2018-09-02 01:57:09,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439757823944s 2018-09-02 01:57:09,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a3c3abff-573f-43e4-a1e1-fb649e6e80f2 2018-09-02 01:57:09,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:11,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:11,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:11,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cb7baf5-e02b-47a6-80c7-fd27ad628880 x-compute-request-id: req-3cb7baf5-e02b-47a6-80c7-fd27ad628880 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:11,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3cb7baf5-e02b-47a6-80c7-fd27ad628880 2018-09-02 01:57:11,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180284976959s 2018-09-02 01:57:11,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3cb7baf5-e02b-47a6-80c7-fd27ad628880 2018-09-02 01:57:11,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:13,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:13,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:13,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc442da9-9adf-4c48-8c5c-2806add5b7e0 x-compute-request-id: req-dc442da9-9adf-4c48-8c5c-2806add5b7e0 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:13,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dc442da9-9adf-4c48-8c5c-2806add5b7e0 2018-09-02 01:57:13,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192394971848s 2018-09-02 01:57:13,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dc442da9-9adf-4c48-8c5c-2806add5b7e0 2018-09-02 01:57:13,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:15,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:15,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:16,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c085987-806f-427a-8a34-793dbf056e43 x-compute-request-id: req-0c085987-806f-427a-8a34-793dbf056e43 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:16,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0c085987-806f-427a-8a34-793dbf056e43 2018-09-02 01:57:16,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411752939224s 2018-09-02 01:57:16,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0c085987-806f-427a-8a34-793dbf056e43 2018-09-02 01:57:16,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:18,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:18,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:18,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8aeed69-9a08-4a9d-bf30-52461ff81c1d x-compute-request-id: req-b8aeed69-9a08-4a9d-bf30-52461ff81c1d Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:18,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b8aeed69-9a08-4a9d-bf30-52461ff81c1d 2018-09-02 01:57:18,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173799037933s 2018-09-02 01:57:18,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b8aeed69-9a08-4a9d-bf30-52461ff81c1d 2018-09-02 01:57:18,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:20,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:20,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:20,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd5bddaf-ed3b-4e7f-944c-34f402df24fa x-compute-request-id: req-bd5bddaf-ed3b-4e7f-944c-34f402df24fa Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:20,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bd5bddaf-ed3b-4e7f-944c-34f402df24fa 2018-09-02 01:57:20,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172604084015s 2018-09-02 01:57:20,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bd5bddaf-ed3b-4e7f-944c-34f402df24fa 2018-09-02 01:57:20,453 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:22,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:22,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:22,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-111a5557-6d28-4cf6-bc9b-dfa7beab4f9b x-compute-request-id: req-111a5557-6d28-4cf6-bc9b-dfa7beab4f9b Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T01:54:04Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:22,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-111a5557-6d28-4cf6-bc9b-dfa7beab4f9b 2018-09-02 01:57:22,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432187080383s 2018-09-02 01:57:22,888 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-111a5557-6d28-4cf6-bc9b-dfa7beab4f9b 2018-09-02 01:57:22,892 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 01:57:24,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 01:57:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:25,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1aaf3624-6ad9-4c69-8b05-5c284fdc5ad2 x-compute-request-id: req-1aaf3624-6ad9-4c69-8b05-5c284fdc5ad2 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:32:d2", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T01:57:22.000000", "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T01:57:22Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 01:57:25,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1aaf3624-6ad9-4c69-8b05-5c284fdc5ad2 2018-09-02 01:57:25,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430716991425s 2018-09-02 01:57:25,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1aaf3624-6ad9-4c69-8b05-5c284fdc5ad2 2018-09-02 01:57:25,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 01:57:25,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:25,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-876a35c7-e9b6-409c-8fd6-4fc8213887ad Date: Sun, 02 Sep 2018 01:57:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T01:57:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"397cf7c1-9188-4084-87a8-b5062a47eef7","ip_address":"192.168.120.11"}],"id":"583587fc-7fac-408a-8d40-c9db0a434f3e","security_groups":["0b8714dc-3d29-4729-99fa-4d80831c5279"],"mac_address":"fa:16:3e:6d:32:d2","project_id":"9f3a03ea9c714735950cb64c0a64453a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:54:09Z","binding:vnic_type":"normal","device_id":"c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0","ip_allocation":"immediate"}]} 2018-09-02 01:57:25,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 used request id req-876a35c7-e9b6-409c-8fd6-4fc8213887ad 2018-09-02 01:57:25,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0484321117401s 2018-09-02 01:57:25,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 used request id req-876a35c7-e9b6-409c-8fd6-4fc8213887ad 2018-09-02 01:57:25,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:25,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=583587fc-7fac-408a-8d40-c9db0a434f3e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:25,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8c32005f-7791-4be3-aa97-017c72159be1 Date: Sun, 02 Sep 2018 01:57:25 GMT RESP BODY: {"floatingips": []} 2018-09-02 01:57:25,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=583587fc-7fac-408a-8d40-c9db0a434f3e used request id req-8c32005f-7791-4be3-aa97-017c72159be1 2018-09-02 01:57:25,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443360805511s 2018-09-02 01:57:25,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=583587fc-7fac-408a-8d40-c9db0a434f3e used request id req-8c32005f-7791-4be3-aa97-017c72159be1 2018-09-02 01:57:25,429 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6d:32:d2', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'029dab50-dbb1-417c-a638-adf26f98de8b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T01:57:22.000000', 'flavor': Munch({u'id': u'8753233a-fd4f-4556-ad23-0f4d126f25ee'}), 'az': u'nova', 'id': u'c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0', 'security_groups': [Munch({u'name': u'shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e8e0e237104a4d8ca7dc28d3793c5643', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9f3a03ea9c714735950cb64c0a64453a', 'name': 'shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T01:57:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T01:57:22Z', 'hostId': u'e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T01:57:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9f3a03ea9c714735950cb64c0a64453a', 'name': u'shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577', 'adminPass': u'Rv5jhTtdaHeE', 'tenant_id': u'9f3a03ea9c714735950cb64c0a64453a', 'created_at': u'2018-09-02T01:54:02Z', 'created': u'2018-09-02T01:54:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 01:57:25,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 01:57:25,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:25,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-419f2a29-d61a-4ac6-9840-c38c5585c20d Date: Sun, 02 Sep 2018 01:57:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9f3a03ea9c714735950cb64c0a64453a","l2_adjacency":true,"status":"ACTIVE","subnets":["397cf7c1-9188-4084-87a8-b5062a47eef7"],"description":"","tags":[],"updated_at":"2018-09-02T01:53:36Z","qos_policy_id":null,"name":"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577","admin_state_up":true,"tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:35Z","mtu":1450}]} 2018-09-02 01:57:25,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-419f2a29-d61a-4ac6-9840-c38c5585c20d 2018-09-02 01:57:25,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0996789932251s 2018-09-02 01:57:25,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-419f2a29-d61a-4ac6-9840-c38c5585c20d 2018-09-02 01:57:25,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 01:57:25,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:25,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-3a0c4674-fceb-4fad-bd15-651e8669a44a Date: Sun, 02 Sep 2018 01:57:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T01:57:22Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"397cf7c1-9188-4084-87a8-b5062a47eef7","ip_address":"192.168.120.11"}],"id":"583587fc-7fac-408a-8d40-c9db0a434f3e","security_groups":["0b8714dc-3d29-4729-99fa-4d80831c5279"],"mac_address":"fa:16:3e:6d:32:d2","project_id":"9f3a03ea9c714735950cb64c0a64453a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:54:09Z","binding:vnic_type":"normal","device_id":"c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0","ip_allocation":"immediate"}]} 2018-09-02 01:57:25,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 used request id req-3a0c4674-fceb-4fad-bd15-651e8669a44a 2018-09-02 01:57:25,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0499868392944s 2018-09-02 01:57:25,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 used request id req-3a0c4674-fceb-4fad-bd15-651e8669a44a 2018-09-02 01:57:25,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 01:57:25,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.11", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e"}}' 2018-09-02 01:57:28,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-eae470f3-d8df-4850-9913-aae98e6b579e Date: Sun, 02 Sep 2018 01:57:28 GMT RESP BODY: {"floatingip": {"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}} 2018-09-02 01:57:28,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-eae470f3-d8df-4850-9913-aae98e6b579e 2018-09-02 01:57:28,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.41659498215s 2018-09-02 01:57:28,003 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-eae470f3-d8df-4850-9913-aae98e6b579e 2018-09-02 01:57:28,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:28,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:28,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-27cfce8b-1627-4a87-93f5-7952348a525d Date: Sun, 02 Sep 2018 01:57:28 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:28,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-27cfce8b-1627-4a87-93f5-7952348a525d 2018-09-02 01:57:28,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0754430294037s 2018-09-02 01:57:28,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-27cfce8b-1627-4a87-93f5-7952348a525d 2018-09-02 01:57:28,090 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 01:57:28,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:28,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:28,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-38d50cc1-aa53-4944-a36c-165ef56d932e Date: Sun, 02 Sep 2018 01:57:28 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:28,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-38d50cc1-aa53-4944-a36c-165ef56d932e 2018-09-02 01:57:28,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0568318367004s 2018-09-02 01:57:28,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-38d50cc1-aa53-4944-a36c-165ef56d932e 2018-09-02 01:57:28,256 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 01:57:28,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:28,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:28,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-2834bade-a4ad-4789-9456-b3be698bea62 Date: Sun, 02 Sep 2018 01:57:28 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:28,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-2834bade-a4ad-4789-9456-b3be698bea62 2018-09-02 01:57:28,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0557367801666s 2018-09-02 01:57:28,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-2834bade-a4ad-4789-9456-b3be698bea62 2018-09-02 01:57:28,421 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 01:57:28,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:28,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:28,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-7ca9d63d-315b-4888-8af4-d7c558311898 Date: Sun, 02 Sep 2018 01:57:28 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:28,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7ca9d63d-315b-4888-8af4-d7c558311898 2018-09-02 01:57:28,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0549919605255s 2018-09-02 01:57:28,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7ca9d63d-315b-4888-8af4-d7c558311898 2018-09-02 01:57:28,585 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 01:57:28,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:28,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:28,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-9496f64e-54ad-466b-8837-d3fcc100b2a6 Date: Sun, 02 Sep 2018 01:57:28 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:28,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9496f64e-54ad-466b-8837-d3fcc100b2a6 2018-09-02 01:57:28,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.055860042572s 2018-09-02 01:57:28,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9496f64e-54ad-466b-8837-d3fcc100b2a6 2018-09-02 01:57:28,749 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 01:57:28,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:28,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:28,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-291ddc59-53c4-49e3-9539-9aa056d290ad Date: Sun, 02 Sep 2018 01:57:28 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:28,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-291ddc59-53c4-49e3-9539-9aa056d290ad 2018-09-02 01:57:28,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0557599067688s 2018-09-02 01:57:28,910 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-291ddc59-53c4-49e3-9539-9aa056d290ad 2018-09-02 01:57:28,913 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 01:57:29,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:29,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:29,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-96038831-10d1-4c3f-a81b-41fa4bd8b832 Date: Sun, 02 Sep 2018 01:57:29 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:29,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-96038831-10d1-4c3f-a81b-41fa4bd8b832 2018-09-02 01:57:29,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0556988716125s 2018-09-02 01:57:29,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-96038831-10d1-4c3f-a81b-41fa4bd8b832 2018-09-02 01:57:29,078 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 01:57:29,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 01:57:29,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 01:57:29,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-39dd11b4-5141-4236-94cf-be6697040228 Date: Sun, 02 Sep 2018 01:57:29 GMT RESP BODY: {"floatingips": [{"router_id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:57:26Z", "updated_at": "2018-09-02T01:57:29Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6d:32:d2", "device_id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0"}, "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "port_id": "583587fc-7fac-408a-8d40-c9db0a434f3e", "id": "1e645cdc-86ad-480a-ba27-f96970c97d65", "qos_policy_id": null}]} 2018-09-02 01:57:29,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-39dd11b4-5141-4236-94cf-be6697040228 2018-09-02 01:57:29,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0572330951691s 2018-09-02 01:57:29,241 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-39dd11b4-5141-4236-94cf-be6697040228 2018-09-02 01:57:29,244 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'1a57a701-3405-45aa-8020-afb82ee3ab3d', 'updated_at': u'2018-09-02T01:57:29Z', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.204', 'revision_number': 1, 'port_id': u'583587fc-7fac-408a-8d40-c9db0a434f3e', 'id': u'1e645cdc-86ad-480a-ba27-f96970c97d65', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'583587fc-7fac-408a-8d40-c9db0a434f3e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9f3a03ea9c714735950cb64c0a64453a', 'name': 'shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'9f3a03ea9c714735950cb64c0a64453a', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'3da976c0-0ed9-4e6d-b03b-b7080c5d7b64', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6d:32:d2', u'device_id': u'c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'9f3a03ea9c714735950cb64c0a64453a', 'created_at': u'2018-09-02T01:57:26Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'3da976c0-0ed9-4e6d-b03b-b7080c5d7b64', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6d:32:d2', u'device_id': u'c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0'}), 'router': u'1a57a701-3405-45aa-8020-afb82ee3ab3d'}) 2018-09-02 01:57:29,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 01:57:29,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 01:57:29,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb62720e-4af0-491f-9720-b48485269fa2 x-compute-request-id: req-bb62720e-4af0-491f-9720-b48485269fa2 Content-Encoding: gzip Content-Length: 10443 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 713439589 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177828] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.180144] pid_max: default: 32768 minimum: 301\n[ 0.181406] ACPI: Core revision 20150930\n[ 0.183106] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184933] Security Framework initialized\n[ 0.186073] Yama: becoming mindful.\n[ 0.187101] AppArmor: AppArmor initialized\n[ 0.188280] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.190126] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191885] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195440] Initializing cgroup subsys io\n[ 0.196583] Initializing cgroup subsys memory\n[ 0.197802] Initializing cgroup subsys devices\n[ 0.199015] Initializing cgroup subsys freezer\n[ 0.200215] Initializing cgroup subsys net_cls\n[ 0.201428] Initializing cgroup subsys perf_event\n[ 0.202696] Initializing cgroup subsys net_prio\n[ 0.203935] Initializing cgroup subsys hugetlb\n[ 0.205150] Initializing cgroup subsys pids\n[ 0.206335] CPU: Physical Processor ID: 0\n[ 0.208150] mce: CPU supports 10 MCE banks\n[ 0.209322] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210711] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.212248] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.213683] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.215503] Speculative Store Bypass: Vulnerable\n[ 0.234376] Freeing SMP alternatives memory: 32K\n[ 0.240212] ftrace: allocating 32237 entries in 126 pages\n[ 0.274957] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276653] smpboot: Max logical packages: 1\n[ 0.278074] x2apic enabled\n[ 0.279215] Switched APIC routing to physical x2apic.\n[ 0.281714] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283287] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288562] KVM setup paravirtual spinlock\n[ 0.290210] x86: Booted up 1 node, 1 CPUs\n[ 0.291330] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293248] devtmpfs: initialized\n[ 0.295248] evm: security.selinux\n[ 0.296220] evm: security.SMACK64\n[ 0.297195] evm: security.SMACK64EXEC\n[ 0.298242] evm: security.SMACK64TRANSMUTE\n[ 0.299359] evm: security.SMACK64MMAP\n[ 0.300390] evm: security.ima\n[ 0.301291] evm: security.capability\n[ 0.302400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.306497] pinctrl core: initialized pinctrl subsystem\n[ 0.308006] RTC time: 1:57:23, date: 09/02/18\n[ 0.309331] NET: Registered protocol family 16\n[ 0.310685] cpuidle: using governor ladder\n[ 0.311831] cpuidle: using governor menu\n[ 0.312928] PCCT header not found.\n[ 0.313974] ACPI: bus type PCI registered\n[ 0.315096] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316818] PCI: Using configuration type 1 for base access\n[ 0.319067] ACPI: Added _OSI(Module Device)\n[ 0.320243] ACPI: Added _OSI(Processor Device)\n[ 0.321448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322696] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324941] ACPI: Interpreter enabled\n[ 0.326014] ACPI: (supports S0 S5)\n[ 0.327003] ACPI: Using IOAPIC for interrupt routing\n[ 0.328317] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337410] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340520] acpiphp: Slot [3] registered\n[ 0.341682] acpiphp: Slot [4] registered\n[ 0.342819] acpiphp: Slot [5] registered\n[ 0.343960] acpiphp: Slot [6] registered\n[ 0.358986] acpiphp: Slot [7] registered\n[ 0.362590] acpiphp: Slot [8] registered\n[ 0.364043] acpiphp: Slot [9] registered\n[ 0.365179] acpiphp: Slot [10] registered\n[ 0.366313] acpiphp: Slot [11] registered\n[ 0.367479] acpiphp: Slot [12] registered\n[ 0.368653] acpiphp: Slot [13] registered\n[ 0.369792] acpiphp: Slot [14] registered\n[ 0.370937] acpiphp: Slot [15] registered\n[ 0.372091] acpiphp: Slot [16] registered\n[ 0.373238] acpiphp: Slot [17] registered\n[ 0.374382] acpiphp: Slot [18] registered\n[ 0.375821] acpiphp: Slot [19] registered\n[ 0.376970] acpiphp: Slot [20] registered\n[ 0.378129] acpiphp: Slot [21] registered\n[ 0.379268] acpiphp: Slot [22] registered\n[ 0.380418] acpiphp: Slot [23] registered\n[ 0.381559] acpiphp: Slot [24] registered\n[ 0.382704] acpiphp: Slot [25] registered\n[ 0.383845] acpiphp: Slot [26] registered\n[ 0.385013] acpiphp: Slot [27] registered\n[ 0.386152] acpiphp: Slot [28] registered\n[ 0.387289] acpiphp: Slot [29] registered\n[ 0.388442] acpiphp: Slot [30] registered\n[ 0.389590] acpiphp: Slot [31] registered\n[ 0.390744] PCI host bridge to bus 0000:00\n[ 0.391908] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393627] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397386] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399468] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401576] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.407183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.408977] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.410643] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.412443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.416668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.418790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441915] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446381] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450438] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452268] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458152] vgaarb: loaded\n[ 0.459047] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460919] SCSI subsystem initialized\n[ 0.462311] ACPI: bus type USB registered\n[ 0.463535] usbcore: registered new interface driver usbfs\n[ 0.465059] usbcore: registered new interface driver hub\n[ 0.466554] usbcore: registered new device driver usb\n[ 0.468187] PCI: Using ACPI for IRQ routing\n[ 0.469857] NetLabel: Initializing\n[ 0.470913] NetLabel: domain hash size = 128\n[ 0.472159] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473574] NetLabel: unlabeled traffic allowed by default\n[ 0.475296] amd_nb: Cannot enumerate AMD northbridges\n[ 0.476753] clocksource: Switched to clocksource kvm-clock\n[ 0.486443] AppArmor: AppArmor Filesystem Enabled\n[ 0.487861] pnp: PnP ACPI init\n[ 0.489205] pnp: PnP ACPI: found 5 devices\n[ 0.496207] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498744] NET: Registered protocol family 2\n[ 0.500291] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505696] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507295] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509040] NET: Registered protocol family 1\n[ 0.510321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511935] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513510] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529916] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546388] Unpacking initramfs...\n[ 1.033163] Freeing initrd memory: 37084K\n[ 1.034684] Scanning for low memory corruption every 60 seconds\n[ 1.036617] audit: initializing netlink subsys (disabled)\n[ 1.038164] audit: type=2000 audit(1535853444.395:1): initialized\n[ 1.040127] Initialise system trusted keyring\n[ 1.041573] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.043312] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.046150] zbud: loaded\n[ 1.047258] VFS: Disk quotas dquot_6.6.0\n[ 1.048441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.050512] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.052338] fuse init (API version 7.23)\n[ 1.053630] Key type big_key registered\n[ 1.054784] Allocating IMA MOK and blacklist keyrings.\n[ 1.056565] Key type asymmetric registered\n[ 1.057774] Asymmetric key parser 'x509' registered\n[ 1.059161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.061354] io scheduler noop registered\n[ 1.062494] io scheduler deadline registered (default)\n[ 1.063940] io scheduler cfq registered\n[ 1.065207] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.066714] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.068540] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.070699] ACPI: Power Button [PWRF]\n[ 1.071949] GHES: HEST is not enabled!\n[ 1.087492] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.119599] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.122627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.146367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.149416] Linux agpgart interface v0.103\n[ 1.152263] loop: module loaded\n[ 1.155419] vda: vda1\n[ 1.157002] scsi host0: ata_piix\n[ 1.158082] scsi host1: ata_piix\n[ 1.159107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.160909] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.163253] libphy: Fixed MDIO Bus: probed\n[ 1.164461] tun: Universal TUN/TAP device driver, 1.6\n[ 1.165859] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.168691] PPP generic driver version 2.4.2\n[ 1.170023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.171772] ehci-pci: EHCI PCI platform driver\n[ 1.173083] ehci-platform: EHCI generic platform driver\n[ 1.174503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.176160] ohci-pci: OHCI PCI platform driver\n[ 1.177449] ohci-platform: OHCI generic platform driver\n[ 1.178903] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.195044] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.196481] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.198641] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.201742] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203507] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205561] usb usb1: Product: UHCI Host Controller\n[ 1.206910] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.208655] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.210031] hub 1-0:1.0: USB hub found\n[ 1.211167] hub 1-0:1.0: 2 ports detected\n[ 1.212501] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.215570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.216947] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.218478] mousedev: PS/2 mouse device common for all mice\n[ 1.220258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.222972] rtc_cmos 00:00: RTC can wake from S4\n[ 1.224571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.226303] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.228040] i2c /dev entries driver\n[ 1.229139] device-mapper: uevent: version 1.0.3\n[ 1.230488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.232907] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.234772] NET: Registered protocol family 10\n[ 1.236274] NET: Registered protocol family 17\n[ 1.237566] Key type dns_resolver registered\n[ 1.239019] registered taskstats version 1\n[ 1.240222] Loading compiled-in X.509 certificates\n[ 1.242167] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.244903] zswap: loaded using pool lzo/zbud\n[ 1.247523] Key type trusted registered\n[ 1.250602] Key type encrypted registered\n[ 1.251834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.253387] ima: No TPM chip found, activating TPM-bypass!\n[ 1.254914] evm: HMAC attrs: 0x1\n[ 1.256213] Magic number: 2:712:962\n[ 1.257427] rtc_cmos 00:00: setting system clock to 2018-09-02 01:57:24 UTC (1535853444)\n[ 1.259743] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.261352] EDD information not available.\n[ 1.318394] Freeing unused kernel memory: 1512K\n[ 1.319673] Write protecting the kernel read-only data: 14336k\n[ 1.336567] Freeing unused kernel memory: 1692K\n[ 1.338060] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.348455] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354028] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356603] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359195] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.364825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376879] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.379420] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.438081] virtio_net virtio0 ens3: renamed from eth0\n[ 1.446009] [drm] Initialized drm 1.1.0 20060810\n[ 1.447945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.450648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.480372] AVX2 version of gcm_enc/dec engaged.\n[ 1.481723] AES CTR mode by8 optimization enabled\n[ 1.483675] FDC 0 is a S82078B\n[ 1.520768] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.685572] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.687413] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.689256] usb 1-1: Product: QEMU USB Tablet\n[ 1.690495] usb 1-1: Manufacturer: QEMU\n[ 1.691606] usb 1-1: SerialNumber: 42\n[ 1.700040] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.707093] usbcore: registered new interface driver usbhid\n[ 1.708639] usbhid: USB HID core driver\n[ 1.710982] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.714200] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.032792] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.032794] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 2.079956] md: linear personality registered for level -1\n[ 2.083644] md: multipath personality registered for level -4\n[ 2.087347] md: raid0 personality registered for level 0\n[ 2.091482] md: raid1 personality registered for level 1\n[ 2.164754] raid6: sse2x1 gen() 11666 MB/s\n[ 2.232764] raid6: sse2x1 xor() 9057 MB/s\n[ 2.300756] raid6: sse2x2 gen() 14894 MB/s\n[ 2.368749] raid6: sse2x2 xor() 9941 MB/s\n[ 2.436747] raid6: sse2x4 gen() 17090 MB/s\n[ 2.504749] raid6: sse2x4 xor() 11883 MB/s\n[ 2.572765] raid6: avx2x1 gen() 22645 MB/s\n[ 2.640748] raid6: avx2x2 gen() 26664 MB/s\n[ 2.708761] raid6: avx2x4 gen() 30261 MB/s\n[ 2.709999] raid6: using algorithm avx2x4 gen() 30261 MB/s\n[ 2.711468] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.752749] avx : 32420.000 MB/sec\n[ 2.760312] async_tx: api initialized (async)\n[ 2.772306] md: raid6 personality registered for level 6\n[ 2.773819] md: raid5 personality registered for level 5\n[ 2.775259] md: raid4 personality registered for level 4\n[ 2.781877] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.815607] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.834365] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.941664] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.946289] systemd[1]: Detected virtualization kvm.\n[ 2.947639] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.951667] systemd[1]: Set hostname to .\n[ 2.954825] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.956440] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.068177] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.071562] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.075041] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.077747] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.081017] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.084193] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.086849] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.089788] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.092941] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.096171] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.098976] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.101480] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.104889] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.107376] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.111759] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.114660] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.117844] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.121390] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.127061] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.132952] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.139855] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.148720] systemd[1]: Starting Nameserver information manager...\n[ 3.155501] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.160485] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.168188] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.174721] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.181773] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.188901] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.193525] iscsi: registered transport (tcp)\n[ 3.196409] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.201238] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.213747] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.219488] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.229497] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.232536] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.242970] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.247184] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.265456] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.613115] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.053264] cloud-init[591]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 01:57:28 +0000. Up 4.91 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n"} 2018-09-02 01:57:29,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0/action used request id req-bb62720e-4af0-491f-9720-b48485269fa2 2018-09-02 01:57:29,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0992050170898s 2018-09-02 01:57:29,345 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0/action used request id req-bb62720e-4af0-491f-9720-b48485269fa2 2018-09-02 01:57:29,346 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 713439589 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.177828] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.180144] pid_max: default: 32768 minimum: 301 [ 0.181406] ACPI: Core revision 20150930 [ 0.183106] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184933] Security Framework initialized [ 0.186073] Yama: becoming mindful. [ 0.187101] AppArmor: AppArmor initialized [ 0.188280] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.190126] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191885] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195440] Initializing cgroup subsys io [ 0.196583] Initializing cgroup subsys memory [ 0.197802] Initializing cgroup subsys devices [ 0.199015] Initializing cgroup subsys freezer [ 0.200215] Initializing cgroup subsys net_cls [ 0.201428] Initializing cgroup subsys perf_event [ 0.202696] Initializing cgroup subsys net_prio [ 0.203935] Initializing cgroup subsys hugetlb [ 0.205150] Initializing cgroup subsys pids [ 0.206335] CPU: Physical Processor ID: 0 [ 0.208150] mce: CPU supports 10 MCE banks [ 0.209322] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210711] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.212248] Spectre V2 : Mitigation: Full generic retpoline [ 0.213683] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.215503] Speculative Store Bypass: Vulnerable [ 0.234376] Freeing SMP alternatives memory: 32K [ 0.240212] ftrace: allocating 32237 entries in 126 pages [ 0.274957] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276653] smpboot: Max logical packages: 1 [ 0.278074] x2apic enabled [ 0.279215] Switched APIC routing to physical x2apic. [ 0.281714] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283287] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288562] KVM setup paravirtual spinlock [ 0.290210] x86: Booted up 1 node, 1 CPUs [ 0.291330] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293248] devtmpfs: initialized [ 0.295248] evm: security.selinux [ 0.296220] evm: security.SMACK64 [ 0.297195] evm: security.SMACK64EXEC [ 0.298242] evm: security.SMACK64TRANSMUTE [ 0.299359] evm: security.SMACK64MMAP [ 0.300390] evm: security.ima [ 0.301291] evm: security.capability [ 0.302400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.304897] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.306497] pinctrl core: initialized pinctrl subsystem [ 0.308006] RTC time: 1:57:23, date: 09/02/18 [ 0.309331] NET: Registered protocol family 16 [ 0.310685] cpuidle: using governor ladder [ 0.311831] cpuidle: using governor menu [ 0.312928] PCCT header not found. [ 0.313974] ACPI: bus type PCI registered [ 0.315096] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316818] PCI: Using configuration type 1 for base access [ 0.319067] ACPI: Added _OSI(Module Device) [ 0.320243] ACPI: Added _OSI(Processor Device) [ 0.321448] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322696] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324941] ACPI: Interpreter enabled [ 0.326014] ACPI: (supports S0 S5) [ 0.327003] ACPI: Using IOAPIC for interrupt routing [ 0.328317] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337410] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340520] acpiphp: Slot [3] registered [ 0.341682] acpiphp: Slot [4] registered [ 0.342819] acpiphp: Slot [5] registered [ 0.343960] acpiphp: Slot [6] registered [ 0.358986] acpiphp: Slot [7] registered [ 0.362590] acpiphp: Slot [8] registered [ 0.364043] acpiphp: Slot [9] registered [ 0.365179] acpiphp: Slot [10] registered [ 0.366313] acpiphp: Slot [11] registered [ 0.367479] acpiphp: Slot [12] registered [ 0.368653] acpiphp: Slot [13] registered [ 0.369792] acpiphp: Slot [14] registered [ 0.370937] acpiphp: Slot [15] registered [ 0.372091] acpiphp: Slot [16] registered [ 0.373238] acpiphp: Slot [17] registered [ 0.374382] acpiphp: Slot [18] registered [ 0.375821] acpiphp: Slot [19] registered [ 0.376970] acpiphp: Slot [20] registered [ 0.378129] acpiphp: Slot [21] registered [ 0.379268] acpiphp: Slot [22] registered [ 0.380418] acpiphp: Slot [23] registered [ 0.381559] acpiphp: Slot [24] registered [ 0.382704] acpiphp: Slot [25] registered [ 0.383845] acpiphp: Slot [26] registered [ 0.385013] acpiphp: Slot [27] registered [ 0.386152] acpiphp: Slot [28] registered [ 0.387289] acpiphp: Slot [29] registered [ 0.388442] acpiphp: Slot [30] registered [ 0.389590] acpiphp: Slot [31] registered [ 0.390744] PCI host bridge to bus 0000:00 [ 0.391908] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393627] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.395330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.397386] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.399468] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.401576] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.407183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.408977] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.410643] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.412443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.416668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.418790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441915] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.444068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.446381] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.450438] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452268] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.455867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458152] vgaarb: loaded [ 0.459047] vgaarb: bridge control possible 0000:00:02.0 [ 0.460919] SCSI subsystem initialized [ 0.462311] ACPI: bus type USB registered [ 0.463535] usbcore: registered new interface driver usbfs [ 0.465059] usbcore: registered new interface driver hub [ 0.466554] usbcore: registered new device driver usb [ 0.468187] PCI: Using ACPI for IRQ routing [ 0.469857] NetLabel: Initializing [ 0.470913] NetLabel: domain hash size = 128 [ 0.472159] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473574] NetLabel: unlabeled traffic allowed by default [ 0.475296] amd_nb: Cannot enumerate AMD northbridges [ 0.476753] clocksource: Switched to clocksource kvm-clock [ 0.486443] AppArmor: AppArmor Filesystem Enabled [ 0.487861] pnp: PnP ACPI init [ 0.489205] pnp: PnP ACPI: found 5 devices [ 0.496207] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.498744] NET: Registered protocol family 2 [ 0.500291] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.502175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.503937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.505696] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.507295] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.509040] NET: Registered protocol family 1 [ 0.510321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.511935] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.513510] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529916] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546388] Unpacking initramfs... [ 1.033163] Freeing initrd memory: 37084K [ 1.034684] Scanning for low memory corruption every 60 seconds [ 1.036617] audit: initializing netlink subsys (disabled) [ 1.038164] audit: type=2000 audit(1535853444.395:1): initialized [ 1.040127] Initialise system trusted keyring [ 1.041573] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.043312] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.046150] zbud: loaded [ 1.047258] VFS: Disk quotas dquot_6.6.0 [ 1.048441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.050512] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.052338] fuse init (API version 7.23) [ 1.053630] Key type big_key registered [ 1.054784] Allocating IMA MOK and blacklist keyrings. [ 1.056565] Key type asymmetric registered [ 1.057774] Asymmetric key parser 'x509' registered [ 1.059161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.061354] io scheduler noop registered [ 1.062494] io scheduler deadline registered (default) [ 1.063940] io scheduler cfq registered [ 1.065207] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.066714] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.068540] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.070699] ACPI: Power Button [PWRF] [ 1.071949] GHES: HEST is not enabled! [ 1.087492] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.119599] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.122627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.146367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.149416] Linux agpgart interface v0.103 [ 1.152263] loop: module loaded [ 1.155419] vda: vda1 [ 1.157002] scsi host0: ata_piix [ 1.158082] scsi host1: ata_piix [ 1.159107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.160909] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.163253] libphy: Fixed MDIO Bus: probed [ 1.164461] tun: Universal TUN/TAP device driver, 1.6 [ 1.165859] tun: (C) 1999-2004 Max Krasnyansky [ 1.168691] PPP generic driver version 2.4.2 [ 1.170023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.171772] ehci-pci: EHCI PCI platform driver [ 1.173083] ehci-platform: EHCI generic platform driver [ 1.174503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.176160] ohci-pci: OHCI PCI platform driver [ 1.177449] ohci-platform: OHCI generic platform driver [ 1.178903] uhci_hcd: USB Universal Host Controller Interface driver [ 1.195044] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.196481] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.198641] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.201742] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203507] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205561] usb usb1: Product: UHCI Host Controller [ 1.206910] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.208655] usb usb1: SerialNumber: 0000:00:01.2 [ 1.210031] hub 1-0:1.0: USB hub found [ 1.211167] hub 1-0:1.0: 2 ports detected [ 1.212501] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.215570] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.216947] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.218478] mousedev: PS/2 mouse device common for all mice [ 1.220258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.222972] rtc_cmos 00:00: RTC can wake from S4 [ 1.224571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.226303] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.228040] i2c /dev entries driver [ 1.229139] device-mapper: uevent: version 1.0.3 [ 1.230488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.232907] ledtrig-cpu: registered to indicate activity on CPUs [ 1.234772] NET: Registered protocol family 10 [ 1.236274] NET: Registered protocol family 17 [ 1.237566] Key type dns_resolver registered [ 1.239019] registered taskstats version 1 [ 1.240222] Loading compiled-in X.509 certificates [ 1.242167] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.244903] zswap: loaded using pool lzo/zbud [ 1.247523] Key type trusted registered [ 1.250602] Key type encrypted registered [ 1.251834] AppArmor: AppArmor sha1 policy hashing enabled [ 1.253387] ima: No TPM chip found, activating TPM-bypass! [ 1.254914] evm: HMAC attrs: 0x1 [ 1.256213] Magic number: 2:712:962 [ 1.257427] rtc_cmos 00:00: setting system clock to 2018-09-02 01:57:24 UTC (1535853444) [ 1.259743] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.261352] EDD information not available. [ 1.318394] Freeing unused kernel memory: 1512K [ 1.319673] Write protecting the kernel read-only data: 14336k [ 1.336567] Freeing unused kernel memory: 1692K [ 1.338060] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.348455] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354028] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356603] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359195] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.364825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376879] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.379420] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.438081] virtio_net virtio0 ens3: renamed from eth0 [ 1.446009] [drm] Initialized drm 1.1.0 20060810 [ 1.447945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.450648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.480372] AVX2 version of gcm_enc/dec engaged. [ 1.481723] AES CTR mode by8 optimization enabled [ 1.483675] FDC 0 is a S82078B [ 1.520768] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.685572] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.687413] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.689256] usb 1-1: Product: QEMU USB Tablet [ 1.690495] usb 1-1: Manufacturer: QEMU [ 1.691606] usb 1-1: SerialNumber: 42 [ 1.700040] hidraw: raw HID events driver (C) Jiri Kosina [ 1.707093] usbcore: registered new interface driver usbhid [ 1.708639] usbhid: USB HID core driver [ 1.710982] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.714200] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.032792] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 2.032794] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns Begin: Loading essential drivers ... [ 2.079956] md: linear personality registered for level -1 [ 2.083644] md: multipath personality registered for level -4 [ 2.087347] md: raid0 personality registered for level 0 [ 2.091482] md: raid1 personality registered for level 1 [ 2.164754] raid6: sse2x1 gen() 11666 MB/s [ 2.232764] raid6: sse2x1 xor() 9057 MB/s [ 2.300756] raid6: sse2x2 gen() 14894 MB/s [ 2.368749] raid6: sse2x2 xor() 9941 MB/s [ 2.436747] raid6: sse2x4 gen() 17090 MB/s [ 2.504749] raid6: sse2x4 xor() 11883 MB/s [ 2.572765] raid6: avx2x1 gen() 22645 MB/s [ 2.640748] raid6: avx2x2 gen() 26664 MB/s [ 2.708761] raid6: avx2x4 gen() 30261 MB/s [ 2.709999] raid6: using algorithm avx2x4 gen() 30261 MB/s [ 2.711468] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.752749] avx : 32420.000 MB/sec [ 2.760312] async_tx: api initialized (async) [ 2.772306] md: raid6 personality registered for level 6 [ 2.773819] md: raid5 personality registered for level 5 [ 2.775259] md: raid4 personality registered for level 4 [ 2.781877] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.815607] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.834365] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.941664] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.946289] systemd[1]: Detected virtualization kvm. [ 2.947639] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.951667] systemd[1]: Set hostname to . [ 2.954825] systemd[1]: Initializing machine ID from KVM UUID. [ 2.956440] systemd[1]: Installed transient /etc/machine-id file. [ 3.068177] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.071562] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.075041] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.077747] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.081017] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.084193] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.086849] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.089788] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.092941] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.096171] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.098976] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.101480] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.104889] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.107376] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.111759] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.114660] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.117844] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.121390] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.127061] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.132952] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.139855] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.148720] systemd[1]: Starting Nameserver information manager... [ 3.155501] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.160485] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.168188] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.174721] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.181773] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.188901] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.193525] iscsi: registered transport (tcp) [ 3.196409] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.201238] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.213747] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.219488] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.229497] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.232536] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.242970] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.247184] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.265456] iscsi: registered transport (iser) [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.613115] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.053264] cloud-init[591]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 01:57:28 +0000. Up 4.91 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). 2018-09-02 01:57:29,916 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-09-02 01:57:38,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 01:57:38,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 01:57:38,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06286c6d-3b56-43ba-a691-7b42bfe57941 x-compute-request-id: req-06286c6d-3b56-43ba-a691-7b42bfe57941 Content-Encoding: gzip Content-Length: 14217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 713439589 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.177828] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.180144] pid_max: default: 32768 minimum: 301\n[ 0.181406] ACPI: Core revision 20150930\n[ 0.183106] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184933] Security Framework initialized\n[ 0.186073] Yama: becoming mindful.\n[ 0.187101] AppArmor: AppArmor initialized\n[ 0.188280] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.190126] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.191885] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195440] Initializing cgroup subsys io\n[ 0.196583] Initializing cgroup subsys memory\n[ 0.197802] Initializing cgroup subsys devices\n[ 0.199015] Initializing cgroup subsys freezer\n[ 0.200215] Initializing cgroup subsys net_cls\n[ 0.201428] Initializing cgroup subsys perf_event\n[ 0.202696] Initializing cgroup subsys net_prio\n[ 0.203935] Initializing cgroup subsys hugetlb\n[ 0.205150] Initializing cgroup subsys pids\n[ 0.206335] CPU: Physical Processor ID: 0\n[ 0.208150] mce: CPU supports 10 MCE banks\n[ 0.209322] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.210711] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.212248] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.213683] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.215503] Speculative Store Bypass: Vulnerable\n[ 0.234376] Freeing SMP alternatives memory: 32K\n[ 0.240212] ftrace: allocating 32237 entries in 126 pages\n[ 0.274957] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276653] smpboot: Max logical packages: 1\n[ 0.278074] x2apic enabled\n[ 0.279215] Switched APIC routing to physical x2apic.\n[ 0.281714] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283287] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288562] KVM setup paravirtual spinlock\n[ 0.290210] x86: Booted up 1 node, 1 CPUs\n[ 0.291330] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293248] devtmpfs: initialized\n[ 0.295248] evm: security.selinux\n[ 0.296220] evm: security.SMACK64\n[ 0.297195] evm: security.SMACK64EXEC\n[ 0.298242] evm: security.SMACK64TRANSMUTE\n[ 0.299359] evm: security.SMACK64MMAP\n[ 0.300390] evm: security.ima\n[ 0.301291] evm: security.capability\n[ 0.302400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304897] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.306497] pinctrl core: initialized pinctrl subsystem\n[ 0.308006] RTC time: 1:57:23, date: 09/02/18\n[ 0.309331] NET: Registered protocol family 16\n[ 0.310685] cpuidle: using governor ladder\n[ 0.311831] cpuidle: using governor menu\n[ 0.312928] PCCT header not found.\n[ 0.313974] ACPI: bus type PCI registered\n[ 0.315096] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316818] PCI: Using configuration type 1 for base access\n[ 0.319067] ACPI: Added _OSI(Module Device)\n[ 0.320243] ACPI: Added _OSI(Processor Device)\n[ 0.321448] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322696] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324941] ACPI: Interpreter enabled\n[ 0.326014] ACPI: (supports S0 S5)\n[ 0.327003] ACPI: Using IOAPIC for interrupt routing\n[ 0.328317] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337410] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340520] acpiphp: Slot [3] registered\n[ 0.341682] acpiphp: Slot [4] registered\n[ 0.342819] acpiphp: Slot [5] registered\n[ 0.343960] acpiphp: Slot [6] registered\n[ 0.358986] acpiphp: Slot [7] registered\n[ 0.362590] acpiphp: Slot [8] registered\n[ 0.364043] acpiphp: Slot [9] registered\n[ 0.365179] acpiphp: Slot [10] registered\n[ 0.366313] acpiphp: Slot [11] registered\n[ 0.367479] acpiphp: Slot [12] registered\n[ 0.368653] acpiphp: Slot [13] registered\n[ 0.369792] acpiphp: Slot [14] registered\n[ 0.370937] acpiphp: Slot [15] registered\n[ 0.372091] acpiphp: Slot [16] registered\n[ 0.373238] acpiphp: Slot [17] registered\n[ 0.374382] acpiphp: Slot [18] registered\n[ 0.375821] acpiphp: Slot [19] registered\n[ 0.376970] acpiphp: Slot [20] registered\n[ 0.378129] acpiphp: Slot [21] registered\n[ 0.379268] acpiphp: Slot [22] registered\n[ 0.380418] acpiphp: Slot [23] registered\n[ 0.381559] acpiphp: Slot [24] registered\n[ 0.382704] acpiphp: Slot [25] registered\n[ 0.383845] acpiphp: Slot [26] registered\n[ 0.385013] acpiphp: Slot [27] registered\n[ 0.386152] acpiphp: Slot [28] registered\n[ 0.387289] acpiphp: Slot [29] registered\n[ 0.388442] acpiphp: Slot [30] registered\n[ 0.389590] acpiphp: Slot [31] registered\n[ 0.390744] PCI host bridge to bus 0000:00\n[ 0.391908] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393627] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.397386] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.399468] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.401576] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.407183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.408977] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.410643] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.412443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.416668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.418790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441915] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.444068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.446381] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.450438] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452268] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454310] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.455867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458152] vgaarb: loaded\n[ 0.459047] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460919] SCSI subsystem initialized\n[ 0.462311] ACPI: bus type USB registered\n[ 0.463535] usbcore: registered new interface driver usbfs\n[ 0.465059] usbcore: registered new interface driver hub\n[ 0.466554] usbcore: registered new device driver usb\n[ 0.468187] PCI: Using ACPI for IRQ routing\n[ 0.469857] NetLabel: Initializing\n[ 0.470913] NetLabel: domain hash size = 128\n[ 0.472159] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473574] NetLabel: unlabeled traffic allowed by default\n[ 0.475296] amd_nb: Cannot enumerate AMD northbridges\n[ 0.476753] clocksource: Switched to clocksource kvm-clock\n[ 0.486443] AppArmor: AppArmor Filesystem Enabled\n[ 0.487861] pnp: PnP ACPI init\n[ 0.489205] pnp: PnP ACPI: found 5 devices\n[ 0.496207] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.498744] NET: Registered protocol family 2\n[ 0.500291] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.503937] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.505696] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507295] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509040] NET: Registered protocol family 1\n[ 0.510321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.511935] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513510] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529916] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546388] Unpacking initramfs...\n[ 1.033163] Freeing initrd memory: 37084K\n[ 1.034684] Scanning for low memory corruption every 60 seconds\n[ 1.036617] audit: initializing netlink subsys (disabled)\n[ 1.038164] audit: type=2000 audit(1535853444.395:1): initialized\n[ 1.040127] Initialise system trusted keyring\n[ 1.041573] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.043312] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.046150] zbud: loaded\n[ 1.047258] VFS: Disk quotas dquot_6.6.0\n[ 1.048441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.050512] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.052338] fuse init (API version 7.23)\n[ 1.053630] Key type big_key registered\n[ 1.054784] Allocating IMA MOK and blacklist keyrings.\n[ 1.056565] Key type asymmetric registered\n[ 1.057774] Asymmetric key parser 'x509' registered\n[ 1.059161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.061354] io scheduler noop registered\n[ 1.062494] io scheduler deadline registered (default)\n[ 1.063940] io scheduler cfq registered\n[ 1.065207] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.066714] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.068540] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.070699] ACPI: Power Button [PWRF]\n[ 1.071949] GHES: HEST is not enabled!\n[ 1.087492] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.119599] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.122627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.146367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.149416] Linux agpgart interface v0.103\n[ 1.152263] loop: module loaded\n[ 1.155419] vda: vda1\n[ 1.157002] scsi host0: ata_piix\n[ 1.158082] scsi host1: ata_piix\n[ 1.159107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.160909] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.163253] libphy: Fixed MDIO Bus: probed\n[ 1.164461] tun: Universal TUN/TAP device driver, 1.6\n[ 1.165859] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.168691] PPP generic driver version 2.4.2\n[ 1.170023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.171772] ehci-pci: EHCI PCI platform driver\n[ 1.173083] ehci-platform: EHCI generic platform driver\n[ 1.174503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.176160] ohci-pci: OHCI PCI platform driver\n[ 1.177449] ohci-platform: OHCI generic platform driver\n[ 1.178903] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.195044] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.196481] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.198641] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.201742] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203507] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205561] usb usb1: Product: UHCI Host Controller\n[ 1.206910] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.208655] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.210031] hub 1-0:1.0: USB hub found\n[ 1.211167] hub 1-0:1.0: 2 ports detected\n[ 1.212501] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.215570] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.216947] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.218478] mousedev: PS/2 mouse device common for all mice\n[ 1.220258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.222972] rtc_cmos 00:00: RTC can wake from S4\n[ 1.224571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.226303] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.228040] i2c /dev entries driver\n[ 1.229139] device-mapper: uevent: version 1.0.3\n[ 1.230488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.232907] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.234772] NET: Registered protocol family 10\n[ 1.236274] NET: Registered protocol family 17\n[ 1.237566] Key type dns_resolver registered\n[ 1.239019] registered taskstats version 1\n[ 1.240222] Loading compiled-in X.509 certificates\n[ 1.242167] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.244903] zswap: loaded using pool lzo/zbud\n[ 1.247523] Key type trusted registered\n[ 1.250602] Key type encrypted registered\n[ 1.251834] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.253387] ima: No TPM chip found, activating TPM-bypass!\n[ 1.254914] evm: HMAC attrs: 0x1\n[ 1.256213] Magic number: 2:712:962\n[ 1.257427] rtc_cmos 00:00: setting system clock to 2018-09-02 01:57:24 UTC (1535853444)\n[ 1.259743] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.261352] EDD information not available.\n[ 1.318394] Freeing unused kernel memory: 1512K\n[ 1.319673] Write protecting the kernel read-only data: 14336k\n[ 1.336567] Freeing unused kernel memory: 1692K\n[ 1.338060] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.348455] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.351319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.354028] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.356603] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.359195] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.364825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.369776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.372430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.376879] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.379420] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.438081] virtio_net virtio0 ens3: renamed from eth0\n[ 1.446009] [drm] Initialized drm 1.1.0 20060810\n[ 1.447945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.450648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.480372] AVX2 version of gcm_enc/dec engaged.\n[ 1.481723] AES CTR mode by8 optimization enabled\n[ 1.483675] FDC 0 is a S82078B\n[ 1.520768] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.685572] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.687413] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.689256] usb 1-1: Product: QEMU USB Tablet\n[ 1.690495] usb 1-1: Manufacturer: QEMU\n[ 1.691606] usb 1-1: SerialNumber: 42\n[ 1.700040] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.707093] usbcore: registered new interface driver usbhid\n[ 1.708639] usbhid: USB HID core driver\n[ 1.710982] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.714200] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.032792] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.032794] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 2.079956] md: linear personality registered for level -1\n[ 2.083644] md: multipath personality registered for level -4\n[ 2.087347] md: raid0 personality registered for level 0\n[ 2.091482] md: raid1 personality registered for level 1\n[ 2.164754] raid6: sse2x1 gen() 11666 MB/s\n[ 2.232764] raid6: sse2x1 xor() 9057 MB/s\n[ 2.300756] raid6: sse2x2 gen() 14894 MB/s\n[ 2.368749] raid6: sse2x2 xor() 9941 MB/s\n[ 2.436747] raid6: sse2x4 gen() 17090 MB/s\n[ 2.504749] raid6: sse2x4 xor() 11883 MB/s\n[ 2.572765] raid6: avx2x1 gen() 22645 MB/s\n[ 2.640748] raid6: avx2x2 gen() 26664 MB/s\n[ 2.708761] raid6: avx2x4 gen() 30261 MB/s\n[ 2.709999] raid6: using algorithm avx2x4 gen() 30261 MB/s\n[ 2.711468] raid6: using avx2x2 recovery algorithm\n[ 2.714191] xor: automatically using best checksumming function:\n[ 2.752749] avx : 32420.000 MB/sec\n[ 2.760312] async_tx: api initialized (async)\n[ 2.772306] md: raid6 personality registered for level 6\n[ 2.773819] md: raid5 personality registered for level 5\n[ 2.775259] md: raid4 personality registered for level 4\n[ 2.781877] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.815607] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.834365] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.941664] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.946289] systemd[1]: Detected virtualization kvm.\n[ 2.947639] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.951667] systemd[1]: Set hostname to .\n[ 2.954825] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.956440] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.068177] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.071562] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.075041] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.077747] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.081017] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.084193] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.086849] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.089788] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.092941] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.096171] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.098976] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.101480] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.104889] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.107376] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.111759] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.114660] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.117844] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.121390] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.127061] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.132952] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.139855] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.148720] systemd[1]: Starting Nameserver information manager...\n[ 3.155501] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 3.160485] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 3.168188] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.174721] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.181773] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.188901] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.193525] iscsi: registered transport (tcp)\n[ 3.196409] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.201238] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.213747] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.219488] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.229497] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.232536] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.242970] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.247184] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.265456] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.613115] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 5.053264] cloud-init[591]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 01:57:28 +0000. Up 4.91 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 9.344083] cloud-init[942]: Cloud-init v. 18.2 running 'init' at Sun, 02 Sep 2018 01:57:29 +0000. Up 6.05 seconds.\n[ 9.346768] cloud-init[942]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.352364] cloud-init[942]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.358281] cloud-init[942]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.364371] cloud-init[942]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.368119] cloud-init[942]: ci-info: | ens3 | True | 192.168.120.11 | 255.255.255.0 | . | fa:16:3e:6d:32:d2 |\n[ 9.375218] cloud-init[942]: ci-info: | ens3 | True | fe80::f816:3eff:fe6d:32d2/64 | . | link | fa:16:3e:6d:32:d2 |\n[ 9.380120] cloud-init[942]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.384128] cloud-init[942]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.388130] cloud-init[942]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.396131] cloud-init[942]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 9.398473] cloud-init[942]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.404347] cloud-init[942]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.408122] cloud-init[942]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.412134] cloud-init[942]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 9.420135] cloud-init[942]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH |\n[ 9.422536] cloud-init[942]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.426123] cloud-init[942]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.428768] cloud-init[942]: 2018-09-02 01:57:32,807 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 9.839330] cloud-init[942]: Generating public/private rsa key pair.\n[ 9.840989] cloud-init[942]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.844132] cloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.848132] cloud-init[942]: The key fingerprint is:\n[ 9.849492] cloud-init[942]: SHA256:69eW7c2uv/MlBxKHfEMEyMUWqIDQkt6DIyYaSkxHbw8 root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577\n[ 9.856175] cloud-init[942]: The key's randomart image is:\n[ 9.857624] cloud-init[942]: +---[RSA 2048]----+\n[ 9.860135] cloud-init[942]: | o= . . =++o |\n[ 9.864169] cloud-init[942]: | .o.+ . +.oo |\n[ 9.865494] cloud-init[942]: |o..+ E . . .+ + |\n[ 9.868129] cloud-init[942]: |+++ + o . + . |\n[ 9.872120] cloud-init[942]: |*o . . .S . . |\n[ 9.873453] cloud-init[942]: |o . . . |\n[ 9.876146] cloud-init[942]: | . . o. o|\n[ 9.880163] cloud-init[942]: | . . + .*.|\n[ 9.881490] cloud-init[942]: | .. . .o=X|\n[ 9.884118] cloud-init[942]: +----[SHA256]-----+\n[ 9.888145] cloud-init[942]: Generating public/private dsa key pair.\n[ 9.889676] cloud-init[942]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.896146] cloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 9.897985] cloud-init[942]: The key fingerprint is:\n[ 9.899320] cloud-init[942]: SHA256:aZt68ajLZ0PGB5208tc5eIEKP6qjh70n3bjyrVKjSjo root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577\n[ 9.904317] cloud-init[942]: The key's randomart image is:\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.909218] cloud-init[942]: +---[DSA 1024]----+\n[[0;32m OK [0m] Reached target Network is Online.\n[ 9.911737] Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.cloud-init[942]: | |\n[ 9.917027] cloud-init[942]: | . |\n[ 9.917963] cloud-init[942]: | o o . |\n[ 9.918892] cloud-init[942]: | +.+ . . |\n[ 9.919831] \n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\ncloud-init[942]: | .S* . o o |\n[ 9.924167] cloud-init[942]: | .Bo* o = |\n Starting LXD - unix socket.\n[ 9.928986] cloud-init[942]: | .o *oX o . . |\n Starting Socket activation for snappy daemon.\n[ 9.932068] cloud-init[942]: | Eo..O.@.o |\n[ 9.933395] cloud-init[942]: | ..o+B/++. |[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] \n[ 9.940254] cloud-init[942]: +----[SHA256]-----+\n[ 9.941194] cloud-init[942]: Generating public/private ecdsa key pair.\n[ 9.942456] cloud-init[942]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.943918] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.949362] cloud-init[942]: The key fingerprint is:\n[ 9.950645] cloud-init[942]: SHA256:igUu6rM/ambRz5eAAL+LMdJFEt+a7oX+Q1I45iWp8pc root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577\n[ 9.954390] cloud-init[942]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n Starting System Logging Service...\n[[0;32m OK [0m[ 9.961030] cloud-init[942]: +---[ECDSA 256]---+\n[ 9.961982] cloud-init[942]: | .. |\n[ 9.962911] cloud-init[942]: |. .... |\n[ 9.963839] ] Started Unattended Upgrades Shutdown.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n cloud-init[942]: |.. ooo. |\n[ 9.969397] cloud-init[942]: | ...B+o |\n[ 9.970344] cloud-init[942]: | .+*==. S |\n[ 9.971284] cloud-init[942]: |=o+=o=.. |Starting Accounts Service...\n\n[ 9.973983] cloud-init[942]: |o*..*++ . | Starting /etc/rc.local Compatibility...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iperf Service.\n\n[ 9.987725] cloud-init[[0;32m OK [0m] Started ACPI event daemon.\n[942]: Starting Apply the settings specified in cloud-config...|o=o+E+.o |\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 10.018114] cloud-init[942]: |++=o+.o. |\n[ 10.025645] cloud-init[942]: +----[SHA256]-----+\n[ 10.037869] cloud-init[942]: Generating public/private ed25519 key pair.\n[ 10.042426] Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...cloud-init[942]: \n Starting Snappy daemon...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.128258] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.150200] cloud-init[942]: The key fingerprint is:\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 10.176233] cloud-init[942]: SHA256:wi2YN7wY3znA24n50XkC75nEmLfMA7PcZCRmPI8Nrdw root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[ 10.212391] cloud-init[942]: The key's randomart image is:\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 10.232770] cloud-init[942]: +--[ED25519 256]--+[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m\n[ 10.249028] cloud-init] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[942]: | | Starting LSB: automatic crash report generation...\n\n[ 10.257128] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: network benchmark...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[942]: | |\n[ 10.306215] cloud-init[942]: Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...| . . |\n\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started Hold until boot process finishes up.[ 10.329029] cloud-init[942]: | * .B o |\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started Set console scheme.\n[ 10.379401] cloud-init[942]: | + X+S@ |\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[ 10.389731] cloud-init[942]: | = %*XE. |\n[ 10.400127] cloud-init[942]: | . *.XBO . |\n[ 10.408556] cloud-init[942]: | .oOo* |\n[ 10.420112] cloud-init[942]: | . B. |\n[ 10.424136] cloud-init[942]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 10.829391] cloud-init[1068]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[ 11.574214] cloud-init[1068]: en_US.UTF-8... done\n[ 11.576095] cloud-init[1068]: Generation complete.\n[ 12.011128] cloud-init[1068]: Cloud-init v. 18.2 running 'modules:config' at Sun, 02 Sep 2018 01:57:34 +0000. Up 10.70 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n[[0;32m OK [0m] Started Wait until snapd is fully seeded.\n[[0;32m OK [0m] Reached target Multi-User System.\n Starting Execute cloud user/final scripts...\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 8f:2c:57:2f:dc:65:57:51:e4:23:6d:46:1f:7d:e0:d0 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\n<14>Sep 2 01:57:36 ec2: \n<14>Sep 2 01:57:36 ec2: #############################################################\n<14>Sep 2 01:57:36 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Sep 2 01:57:36 ec2: 1024 SHA256:aZt68ajLZ0PGB5208tc5eIEKP6qjh70n3bjyrVKjSjo root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (DSA)\n<14>Sep 2 01:57:36 ec2: 256 SHA256:igUu6rM/ambRz5eAAL+LMdJFEt+a7oX+Q1I45iWp8pc root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (ECDSA)\n<14>Sep 2 01:57:36 ec2: 256 SHA256:wi2YN7wY3znA24n50XkC75nEmLfMA7PcZCRmPI8Nrdw root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (ED25519)\n<14>Sep 2 01:57:36 ec2: 2048 SHA256:69eW7c2uv/MlBxKHfEMEyMUWqIDQkt6DIyYaSkxHbw8 root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (RSA)\n<14>Sep 2 01:57:36 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Sep 2 01:57:36 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA2W+fWR1TzWc6eyrByER+/97AVjj+KCy3rUVwXMkIong34IktCl8/RKzI9ybHfuHZ1GbgJb5xxBxvISVPwNbL4= root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJncV7T3uvjbi98dW6A0Ij4tyilbg4UWrefpqrLlmuwT root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo8KXlhkuOW+hQ41SwttQvHvd9fcAtrAomoEw0geC2nQygKQsRr6d0JVklaeTsvl5jtLkaPzICLePMjIWDhQlutIE+cYItjwEXawAjjETyqASrAX6ztcZABHnk+zQNRtufrdJgnz7pcPmgrfiRnMJUPuLsJlQwi2ecUjEeAuaRTzxuSYS52KCbfveUZel8wOl2qFMMorQHDjzKBPqEyIrMaxRi4hm/+Txj3oX5xjtUiDVO97fT1C3/eay9A3PlVtOCyWuTA4yzV/kI/pd8enx41yUZ8e33SXwBC3107wDfEgH6KM0i5ppx1A9amaP+cctai6M6quL4/OCtQ/DZcv5f root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577\n-----END SSH HOST KEY KEYS-----\n[ 12.887072] cloud-init[1317]: Cloud-init v. 18.2 running 'modules:final' at Sun, 02 Sep 2018 01:57:36 +0000. Up 12.73 seconds.\n[ 12.889414] cloud-init[1317]: Cloud-init v. 18.2 finished at Sun, 02 Sep 2018 01:57:36 +0000. Datasource DataSourceEc2. Up 12.88 seconds\n[[0;32m OK [0m] Started Execute cloud user/final scripts.\n[[0;32m OK [0m] Reached target Cloud-init target.\n\nUbuntu 16.04.4 LTS shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 ttyS0\n\nshaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 login: "} 2018-09-02 01:57:39,000 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0/action used request id req-06286c6d-3b56-43ba-a691-7b42bfe57941 2018-09-02 01:57:39,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0736148357391s 2018-09-02 01:57:39,001 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0/action used request id req-06286c6d-3b56-43ba-a691-7b42bfe57941 2018-09-02 01:57:39,001 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 713439589 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.177828] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.180144] pid_max: default: 32768 minimum: 301 [ 0.181406] ACPI: Core revision 20150930 [ 0.183106] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184933] Security Framework initialized [ 0.186073] Yama: becoming mindful. [ 0.187101] AppArmor: AppArmor initialized [ 0.188280] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.190126] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.191885] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193561] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195440] Initializing cgroup subsys io [ 0.196583] Initializing cgroup subsys memory [ 0.197802] Initializing cgroup subsys devices [ 0.199015] Initializing cgroup subsys freezer [ 0.200215] Initializing cgroup subsys net_cls [ 0.201428] Initializing cgroup subsys perf_event [ 0.202696] Initializing cgroup subsys net_prio [ 0.203935] Initializing cgroup subsys hugetlb [ 0.205150] Initializing cgroup subsys pids [ 0.206335] CPU: Physical Processor ID: 0 [ 0.208150] mce: CPU supports 10 MCE banks [ 0.209322] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.210711] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.212248] Spectre V2 : Mitigation: Full generic retpoline [ 0.213683] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.215503] Speculative Store Bypass: Vulnerable [ 0.234376] Freeing SMP alternatives memory: 32K [ 0.240212] ftrace: allocating 32237 entries in 126 pages [ 0.274957] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276653] smpboot: Max logical packages: 1 [ 0.278074] x2apic enabled [ 0.279215] Switched APIC routing to physical x2apic. [ 0.281714] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283287] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288562] KVM setup paravirtual spinlock [ 0.290210] x86: Booted up 1 node, 1 CPUs [ 0.291330] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293248] devtmpfs: initialized [ 0.295248] evm: security.selinux [ 0.296220] evm: security.SMACK64 [ 0.297195] evm: security.SMACK64EXEC [ 0.298242] evm: security.SMACK64TRANSMUTE [ 0.299359] evm: security.SMACK64MMAP [ 0.300390] evm: security.ima [ 0.301291] evm: security.capability [ 0.302400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.304897] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.306497] pinctrl core: initialized pinctrl subsystem [ 0.308006] RTC time: 1:57:23, date: 09/02/18 [ 0.309331] NET: Registered protocol family 16 [ 0.310685] cpuidle: using governor ladder [ 0.311831] cpuidle: using governor menu [ 0.312928] PCCT header not found. [ 0.313974] ACPI: bus type PCI registered [ 0.315096] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316818] PCI: Using configuration type 1 for base access [ 0.319067] ACPI: Added _OSI(Module Device) [ 0.320243] ACPI: Added _OSI(Processor Device) [ 0.321448] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322696] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324941] ACPI: Interpreter enabled [ 0.326014] ACPI: (supports S0 S5) [ 0.327003] ACPI: Using IOAPIC for interrupt routing [ 0.328317] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335731] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337410] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340520] acpiphp: Slot [3] registered [ 0.341682] acpiphp: Slot [4] registered [ 0.342819] acpiphp: Slot [5] registered [ 0.343960] acpiphp: Slot [6] registered [ 0.358986] acpiphp: Slot [7] registered [ 0.362590] acpiphp: Slot [8] registered [ 0.364043] acpiphp: Slot [9] registered [ 0.365179] acpiphp: Slot [10] registered [ 0.366313] acpiphp: Slot [11] registered [ 0.367479] acpiphp: Slot [12] registered [ 0.368653] acpiphp: Slot [13] registered [ 0.369792] acpiphp: Slot [14] registered [ 0.370937] acpiphp: Slot [15] registered [ 0.372091] acpiphp: Slot [16] registered [ 0.373238] acpiphp: Slot [17] registered [ 0.374382] acpiphp: Slot [18] registered [ 0.375821] acpiphp: Slot [19] registered [ 0.376970] acpiphp: Slot [20] registered [ 0.378129] acpiphp: Slot [21] registered [ 0.379268] acpiphp: Slot [22] registered [ 0.380418] acpiphp: Slot [23] registered [ 0.381559] acpiphp: Slot [24] registered [ 0.382704] acpiphp: Slot [25] registered [ 0.383845] acpiphp: Slot [26] registered [ 0.385013] acpiphp: Slot [27] registered [ 0.386152] acpiphp: Slot [28] registered [ 0.387289] acpiphp: Slot [29] registered [ 0.388442] acpiphp: Slot [30] registered [ 0.389590] acpiphp: Slot [31] registered [ 0.390744] PCI host bridge to bus 0000:00 [ 0.391908] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393627] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.395330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.397386] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.399468] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.401576] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.407183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.408977] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.410643] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.412443] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.416668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.418790] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441915] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.444068] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.446381] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448430] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.450438] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452268] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454310] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.455867] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458152] vgaarb: loaded [ 0.459047] vgaarb: bridge control possible 0000:00:02.0 [ 0.460919] SCSI subsystem initialized [ 0.462311] ACPI: bus type USB registered [ 0.463535] usbcore: registered new interface driver usbfs [ 0.465059] usbcore: registered new interface driver hub [ 0.466554] usbcore: registered new device driver usb [ 0.468187] PCI: Using ACPI for IRQ routing [ 0.469857] NetLabel: Initializing [ 0.470913] NetLabel: domain hash size = 128 [ 0.472159] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473574] NetLabel: unlabeled traffic allowed by default [ 0.475296] amd_nb: Cannot enumerate AMD northbridges [ 0.476753] clocksource: Switched to clocksource kvm-clock [ 0.486443] AppArmor: AppArmor Filesystem Enabled [ 0.487861] pnp: PnP ACPI init [ 0.489205] pnp: PnP ACPI: found 5 devices [ 0.496207] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.498744] NET: Registered protocol family 2 [ 0.500291] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.502175] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.503937] TCP: Hash tables configured (established 4096 bind 4096) [ 0.505696] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.507295] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.509040] NET: Registered protocol family 1 [ 0.510321] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.511935] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.513510] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529916] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546388] Unpacking initramfs... [ 1.033163] Freeing initrd memory: 37084K [ 1.034684] Scanning for low memory corruption every 60 seconds [ 1.036617] audit: initializing netlink subsys (disabled) [ 1.038164] audit: type=2000 audit(1535853444.395:1): initialized [ 1.040127] Initialise system trusted keyring [ 1.041573] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.043312] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.046150] zbud: loaded [ 1.047258] VFS: Disk quotas dquot_6.6.0 [ 1.048441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.050512] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.052338] fuse init (API version 7.23) [ 1.053630] Key type big_key registered [ 1.054784] Allocating IMA MOK and blacklist keyrings. [ 1.056565] Key type asymmetric registered [ 1.057774] Asymmetric key parser 'x509' registered [ 1.059161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.061354] io scheduler noop registered [ 1.062494] io scheduler deadline registered (default) [ 1.063940] io scheduler cfq registered [ 1.065207] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.066714] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.068540] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.070699] ACPI: Power Button [PWRF] [ 1.071949] GHES: HEST is not enabled! [ 1.087492] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.119599] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.122627] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.146367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.149416] Linux agpgart interface v0.103 [ 1.152263] loop: module loaded [ 1.155419] vda: vda1 [ 1.157002] scsi host0: ata_piix [ 1.158082] scsi host1: ata_piix [ 1.159107] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.160909] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.163253] libphy: Fixed MDIO Bus: probed [ 1.164461] tun: Universal TUN/TAP device driver, 1.6 [ 1.165859] tun: (C) 1999-2004 Max Krasnyansky [ 1.168691] PPP generic driver version 2.4.2 [ 1.170023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.171772] ehci-pci: EHCI PCI platform driver [ 1.173083] ehci-platform: EHCI generic platform driver [ 1.174503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.176160] ohci-pci: OHCI PCI platform driver [ 1.177449] ohci-platform: OHCI generic platform driver [ 1.178903] uhci_hcd: USB Universal Host Controller Interface driver [ 1.195044] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.196481] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.198641] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.201742] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203507] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205561] usb usb1: Product: UHCI Host Controller [ 1.206910] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.208655] usb usb1: SerialNumber: 0000:00:01.2 [ 1.210031] hub 1-0:1.0: USB hub found [ 1.211167] hub 1-0:1.0: 2 ports detected [ 1.212501] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.215570] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.216947] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.218478] mousedev: PS/2 mouse device common for all mice [ 1.220258] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.222972] rtc_cmos 00:00: RTC can wake from S4 [ 1.224571] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.226303] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.228040] i2c /dev entries driver [ 1.229139] device-mapper: uevent: version 1.0.3 [ 1.230488] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.232907] ledtrig-cpu: registered to indicate activity on CPUs [ 1.234772] NET: Registered protocol family 10 [ 1.236274] NET: Registered protocol family 17 [ 1.237566] Key type dns_resolver registered [ 1.239019] registered taskstats version 1 [ 1.240222] Loading compiled-in X.509 certificates [ 1.242167] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.244903] zswap: loaded using pool lzo/zbud [ 1.247523] Key type trusted registered [ 1.250602] Key type encrypted registered [ 1.251834] AppArmor: AppArmor sha1 policy hashing enabled [ 1.253387] ima: No TPM chip found, activating TPM-bypass! [ 1.254914] evm: HMAC attrs: 0x1 [ 1.256213] Magic number: 2:712:962 [ 1.257427] rtc_cmos 00:00: setting system clock to 2018-09-02 01:57:24 UTC (1535853444) [ 1.259743] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.261352] EDD information not available. [ 1.318394] Freeing unused kernel memory: 1512K [ 1.319673] Write protecting the kernel read-only data: 14336k [ 1.336567] Freeing unused kernel memory: 1692K [ 1.338060] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.348455] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.351319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.354028] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.356603] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.359195] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.364825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.369776] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.372430] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.376879] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.379420] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.438081] virtio_net virtio0 ens3: renamed from eth0 [ 1.446009] [drm] Initialized drm 1.1.0 20060810 [ 1.447945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.450648] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.480372] AVX2 version of gcm_enc/dec engaged. [ 1.481723] AES CTR mode by8 optimization enabled [ 1.483675] FDC 0 is a S82078B [ 1.520768] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.685572] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.687413] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.689256] usb 1-1: Product: QEMU USB Tablet [ 1.690495] usb 1-1: Manufacturer: QEMU [ 1.691606] usb 1-1: SerialNumber: 42 [ 1.700040] hidraw: raw HID events driver (C) Jiri Kosina [ 1.707093] usbcore: registered new interface driver usbhid [ 1.708639] usbhid: USB HID core driver [ 1.710982] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.714200] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [ 2.032792] tsc: Refined TSC clocksource calibration: 3491.849 MHz [ 2.032794] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns Begin: Loading essential drivers ... [ 2.079956] md: linear personality registered for level -1 [ 2.083644] md: multipath personality registered for level -4 [ 2.087347] md: raid0 personality registered for level 0 [ 2.091482] md: raid1 personality registered for level 1 [ 2.164754] raid6: sse2x1 gen() 11666 MB/s [ 2.232764] raid6: sse2x1 xor() 9057 MB/s [ 2.300756] raid6: sse2x2 gen() 14894 MB/s [ 2.368749] raid6: sse2x2 xor() 9941 MB/s [ 2.436747] raid6: sse2x4 gen() 17090 MB/s [ 2.504749] raid6: sse2x4 xor() 11883 MB/s [ 2.572765] raid6: avx2x1 gen() 22645 MB/s [ 2.640748] raid6: avx2x2 gen() 26664 MB/s [ 2.708761] raid6: avx2x4 gen() 30261 MB/s [ 2.709999] raid6: using algorithm avx2x4 gen() 30261 MB/s [ 2.711468] raid6: using avx2x2 recovery algorithm [ 2.714191] xor: automatically using best checksumming function: [ 2.752749] avx : 32420.000 MB/sec [ 2.760312] async_tx: api initialized (async) [ 2.772306] md: raid6 personality registered for level 6 [ 2.773819] md: raid5 personality registered for level 5 [ 2.775259] md: raid4 personality registered for level 4 [ 2.781877] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.815607] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.834365] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.941664] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.946289] systemd[1]: Detected virtualization kvm. [ 2.947639] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.951667] systemd[1]: Set hostname to . [ 2.954825] systemd[1]: Initializing machine ID from KVM UUID. [ 2.956440] systemd[1]: Installed transient /etc/machine-id file. [ 3.068177] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.071562] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.075041] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.077747] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.081017] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.084193] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.086849] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.089788] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.092941] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.096171] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.098976] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.101480] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.104889] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.107376] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.111759] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.114660] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.117844] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.121390] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.127061] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.132952] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.139855] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.148720] systemd[1]: Starting Nameserver information manager... [ 3.155501] Loading iSCSI transport class v2.0-870. Starting Nameserver information manager... [ 3.160485] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.168188] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.174721] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.181773] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.188901] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.193525] iscsi: registered transport (tcp) [ 3.196409] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.201238] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.213747] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.219488] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.229497] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.232536] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.242970] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.247184] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.265456] iscsi: registered transport (iser) [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.613115] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting Tell Plymouth To Write Out Runtime Data... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 5.053264] cloud-init[591]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 01:57:28 +0000. Up 4.91 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 9.344083] cloud-init[942]: Cloud-init v. 18.2 running 'init' at Sun, 02 Sep 2018 01:57:29 +0000. Up 6.05 seconds. [ 9.346768] cloud-init[942]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 9.352364] cloud-init[942]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.358281] cloud-init[942]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 9.364371] cloud-init[942]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.368119] cloud-init[942]: ci-info: | ens3 | True | 192.168.120.11 | 255.255.255.0 | . | fa:16:3e:6d:32:d2 | [ 9.375218] cloud-init[942]: ci-info: | ens3 | True | fe80::f816:3eff:fe6d:32d2/64 | . | link | fa:16:3e:6d:32:d2 | [ 9.380120] cloud-init[942]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 9.384128] cloud-init[942]: ci-info: | lo | True | ::1/128 | . | host | . | [ 9.388130] cloud-init[942]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.396131] cloud-init[942]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 9.398473] cloud-init[942]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.404347] cloud-init[942]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 9.408122] cloud-init[942]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.412134] cloud-init[942]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 9.420135] cloud-init[942]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH | [ 9.422536] cloud-init[942]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 9.426123] cloud-init[942]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.428768] cloud-init[942]: 2018-09-02 01:57:32,807 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 9.839330] cloud-init[942]: Generating public/private rsa key pair. [ 9.840989] cloud-init[942]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 9.844132] cloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 9.848132] cloud-init[942]: The key fingerprint is: [ 9.849492] cloud-init[942]: SHA256:69eW7c2uv/MlBxKHfEMEyMUWqIDQkt6DIyYaSkxHbw8 root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 [ 9.856175] cloud-init[942]: The key's randomart image is: [ 9.857624] cloud-init[942]: +---[RSA 2048]----+ [ 9.860135] cloud-init[942]: | o= . . =++o | [ 9.864169] cloud-init[942]: | .o.+ . +.oo | [ 9.865494] cloud-init[942]: |o..+ E . . .+ + | [ 9.868129] cloud-init[942]: |+++ + o . + . | [ 9.872120] cloud-init[942]: |*o . . .S . . | [ 9.873453] cloud-init[942]: |o . . . | [ 9.876146] cloud-init[942]: | . . o. o| [ 9.880163] cloud-init[942]: | . . + .*.| [ 9.881490] cloud-init[942]: | .. . .o=X| [ 9.884118] cloud-init[942]: +----[SHA256]-----+ [ 9.888145] cloud-init[942]: Generating public/private dsa key pair. [ 9.889676] cloud-init[942]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 9.896146] cloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 9.897985] cloud-init[942]: The key fingerprint is: [ 9.899320] cloud-init[942]: SHA256:aZt68ajLZ0PGB5208tc5eIEKP6qjh70n3bjyrVKjSjo root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 [ 9.904317] cloud-init[942]: The key's randomart image is: [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Cloud-config availability. [ 9.909218] cloud-init[942]: +---[DSA 1024]----+ [[0;32m OK [0m] Reached target Network is Online. [ 9.911737] Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Listening on UUID daemon activation socket.cloud-init[942]: | | [ 9.917027] cloud-init[942]: | . | [ 9.917963] cloud-init[942]: | o o . | [ 9.918892] cloud-init[942]: | +.+ . . | [ 9.919831] [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. cloud-init[942]: | .S* . o o | [ 9.924167] cloud-init[942]: | .Bo* o = | Starting LXD - unix socket. [ 9.928986] cloud-init[942]: | .o *oX o . . | Starting Socket activation for snappy daemon. [ 9.932068] cloud-init[942]: | Eo..O.@.o | [ 9.933395] cloud-init[942]: | ..o+B/++. |[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] [ 9.940254] cloud-init[942]: +----[SHA256]-----+ [ 9.941194] cloud-init[942]: Generating public/private ecdsa key pair. [ 9.942456] cloud-init[942]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 9.943918] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. cloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 9.949362] cloud-init[942]: The key fingerprint is: [ 9.950645] cloud-init[942]: SHA256:igUu6rM/ambRz5eAAL+LMdJFEt+a7oX+Q1I45iWp8pc root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 [ 9.954390] cloud-init[942]: The key's randomart image is: [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. Starting System Logging Service... [[0;32m OK [0m[ 9.961030] cloud-init[942]: +---[ECDSA 256]---+ [ 9.961982] cloud-init[942]: | .. | [ 9.962911] cloud-init[942]: |. .... | [ 9.963839] ] Started Unattended Upgrades Shutdown. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started FUSE filesystem for LXC. cloud-init[942]: |.. ooo. | [ 9.969397] cloud-init[942]: | ...B+o | [ 9.970344] cloud-init[942]: | .+*==. S | [ 9.971284] cloud-init[942]: |=o+=o=.. |Starting Accounts Service... [ 9.973983] cloud-init[942]: |o*..*++ . | Starting /etc/rc.local Compatibility... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started iperf Service. [ 9.987725] cloud-init[[0;32m OK [0m] Started ACPI event daemon. [942]: Starting Apply the settings specified in cloud-config...|o=o+E+.o | [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 10.018114] cloud-init[942]: |++=o+.o. | [ 10.025645] cloud-init[942]: +----[SHA256]-----+ [ 10.037869] cloud-init[942]: Generating public/private ed25519 key pair. [ 10.042426] Starting Login Service... Starting Pollinate to seed the pseudo random number generator...cloud-init[942]: Starting Snappy daemon... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 10.128258] [[0;32m OK [0m] Started LSB: MD monitoring daemon. cloud-init[942]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 10.150200] cloud-init[942]: The key fingerprint is: [[0;32m OK [0m] Started LXD - container startup/shutdown. [ 10.176233] cloud-init[942]: SHA256:wi2YN7wY3znA24n50XkC75nEmLfMA7PcZCRmPI8Nrdw root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... Starting Login to default iSCSI targets... [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [ 10.212391] cloud-init[942]: The key's randomart image is: [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 10.232770] cloud-init[942]: +--[ED25519 256]--+[[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m [ 10.249028] cloud-init] Reached target Remote File Systems. Starting Permit User Sessions... [942]: | | Starting LSB: automatic crash report generation... [ 10.257128] Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: network benchmark... Starting LSB: daemon to balance interrupts for SMP systems... [[0;32m OK [0m] Started Permit User Sessions. cloud-init[942]: | | [ 10.306215] cloud-init[942]: Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen...| . . | [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started Hold until boot process finishes up.[ 10.329029] cloud-init[942]: | * .B o | [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. Starting Set console scheme... [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started Set console scheme. [ 10.379401] cloud-init[942]: | + X+S@ | [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [ 10.389731] cloud-init[942]: | = %*XE. | [ 10.400127] cloud-init[942]: | . *.XBO . | [ 10.408556] cloud-init[942]: | .oOo* | [ 10.420112] cloud-init[942]: | . B. | [ 10.424136] cloud-init[942]: +----[SHA256]-----+ [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 10.829391] cloud-init[1068]: Generating locales (this might take a while)... [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [ 11.574214] cloud-init[1068]: en_US.UTF-8... done [ 11.576095] cloud-init[1068]: Generation complete. [ 12.011128] cloud-init[1068]: Cloud-init v. 18.2 running 'modules:config' at Sun, 02 Sep 2018 01:57:34 +0000. Up 10.70 seconds. [[0;32m OK [0m] Started Apply the settings specified in cloud-config. [[0;32m OK [0m] Started Wait until snapd is fully seeded. [[0;32m OK [0m] Reached target Multi-User System. Starting Execute cloud user/final scripts... [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 8f:2c:57:2f:dc:65:57:51:e4:23:6d:46:1f:7d:e0:d0 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Sep 2 01:57:36 ec2: <14>Sep 2 01:57:36 ec2: ############################################################# <14>Sep 2 01:57:36 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Sep 2 01:57:36 ec2: 1024 SHA256:aZt68ajLZ0PGB5208tc5eIEKP6qjh70n3bjyrVKjSjo root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (DSA) <14>Sep 2 01:57:36 ec2: 256 SHA256:igUu6rM/ambRz5eAAL+LMdJFEt+a7oX+Q1I45iWp8pc root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (ECDSA) <14>Sep 2 01:57:36 ec2: 256 SHA256:wi2YN7wY3znA24n50XkC75nEmLfMA7PcZCRmPI8Nrdw root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (ED25519) <14>Sep 2 01:57:36 ec2: 2048 SHA256:69eW7c2uv/MlBxKHfEMEyMUWqIDQkt6DIyYaSkxHbw8 root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 (RSA) <14>Sep 2 01:57:36 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Sep 2 01:57:36 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA2W+fWR1TzWc6eyrByER+/97AVjj+KCy3rUVwXMkIong34IktCl8/RKzI9ybHfuHZ1GbgJb5xxBxvISVPwNbL4= root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJncV7T3uvjbi98dW6A0Ij4tyilbg4UWrefpqrLlmuwT root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo8KXlhkuOW+hQ41SwttQvHvd9fcAtrAomoEw0geC2nQygKQsRr6d0JVklaeTsvl5jtLkaPzICLePMjIWDhQlutIE+cYItjwEXawAjjETyqASrAX6ztcZABHnk+zQNRtufrdJgnz7pcPmgrfiRnMJUPuLsJlQwi2ecUjEeAuaRTzxuSYS52KCbfveUZel8wOl2qFMMorQHDjzKBPqEyIrMaxRi4hm/+Txj3oX5xjtUiDVO97fT1C3/eay9A3PlVtOCyWuTA4yzV/kI/pd8enx41yUZ8e33SXwBC3107wDfEgH6KM0i5ppx1A9amaP+cctai6M6quL4/OCtQ/DZcv5f root@shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 -----END SSH HOST KEY KEYS----- [ 12.887072] cloud-init[1317]: Cloud-init v. 18.2 running 'modules:final' at Sun, 02 Sep 2018 01:57:36 +0000. Up 12.73 seconds. [ 12.889414] cloud-init[1317]: Cloud-init v. 18.2 finished at Sun, 02 Sep 2018 01:57:36 +0000. Datasource DataSourceEc2. Up 12.88 seconds [[0;32m OK [0m] Started Execute cloud user/final scripts. [[0;32m OK [0m] Reached target Cloud-init target. Ubuntu 16.04.4 LTS shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 ttyS0 shaker-vm-414f38af-9dd7-4644-b216-c1e7afd05577 login: 2018-09-02 01:57:39,005 - paramiko.transport - DEBUG - starting thread (client mode): 0xe3388b50L 2018-09-02 01:57:39,005 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 01:57:39,011 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-09-02 01:57:39,011 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-09-02 01:57:39,012 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 01:57:39,012 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 01:57:39,012 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 01:57:39,013 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 01:57:39,013 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 01:57:39,013 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 01:57:39,053 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 01:57:39,054 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 01:57:39,069 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.204: c80b25b56a6b55367f7918451554164a 2018-09-02 01:57:39,070 - paramiko.transport - DEBUG - Trying discovered key 8f2c572fdc655751e4236d461f7de0d0 in /tmp/tmpoWgfEk 2018-09-02 01:57:39,093 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 01:57:39,117 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 01:57:39,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 01:57:39,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 01:57:39,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 01:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2820821a-ac75-41a9-9378-e6ced4871a61 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-09-02 01:57:39,148 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-2820821a-ac75-41a9-9378-e6ced4871a61 2018-09-02 01:57:39,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:39,250 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-02 01:57:39,250 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-02 01:57:39,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776cfb16-fdb5-47e6-84d3-9d68804915db Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/03152272519047e784ab64998f146247"}, "enabled": true, "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/0d0850de8d204c008ffb4a0fb6aa9104"}, "enabled": true, "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10744d919fbe40deb763abfef73d2d06"}, "enabled": true, "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/1af778801bdb49ae81cc8bf03c6bbca9"}, "enabled": true, "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2acdfcdb9efa43698c4419fa6956f5b7"}, "enabled": true, "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5b6e76c0258d47f0b72d6d0f32ce7841"}, "enabled": true, "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/61d0e1fef8ca467fa3769dc41e745f71"}, "enabled": true, "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/7f3de4cf645c4538b8e2e7adc9f8c335"}, "enabled": true, "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/8da63989a85547e4a80290fc36054ef4"}, "enabled": true, "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c2b31f315999459fa3090b9800767f6a"}, "enabled": true, "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c9e3e32b1a0540789fa5dd352e30a282"}, "enabled": true, "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/cdd787984fe345699bf94ca5a969b22f"}, "enabled": true, "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d11d4b2866254421ad8e93e7897da2e6"}, "enabled": true, "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d71ddc6bbdaa4d2fac7e2fc72951ad40"}, "enabled": true, "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e0c9b76b259b4b2f8789e6a388d9c161"}, "enabled": true, "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-09-02 01:57:39,319 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-776cfb16-fdb5-47e6-84d3-9d68804915db 2018-09-02 01:57:39,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.180756807327s 2018-09-02 01:57:39,319 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-776cfb16-fdb5-47e6-84d3-9d68804915db 2018-09-02 01:57:39,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 01:57:39,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:39,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5af675-8658-4c87-ae36-bb200ae8c30a Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/01a171edb01147e5b0a521358fb32652"}, "url": "http://172.30.9.38:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "01a171edb01147e5b0a521358fb32652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/059b66e5c6c34410879e05f33ec0509c"}, "url": "http://172.30.9.38:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "03152272519047e784ab64998f146247", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/0f6aa7c97fc942668a4941db86c160bf"}, "url": "http://172.30.9.38:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/12cfdb616be04444a09def77d132758e"}, "url": "http://12.0.0.36:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "12cfdb616be04444a09def77d132758e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/149df4350e09482ca98f69cd8176785a"}, "url": "http://12.0.0.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "149df4350e09482ca98f69cd8176785a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/174eded9b7694ef9b371a1415555cab5"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "174eded9b7694ef9b371a1415555cab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/18d0e37ae8624d1f9a7d944e170790f6"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/20d8610febbc434abce8924d470a8600"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "20d8610febbc434abce8924d470a8600"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2598d05fe7ef43e8b18781d66656b9b3"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2c9d13e7ee124e699962336497c75f2e"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2d5e059c02dc476192ddca6e7e0347b5"}, "url": "http://172.30.9.38:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2fbd5922f55b4ff9bc6863cc41a92182"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/3084b4f84dd24e0b84cca02e6914932e"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/40bed19623a940598639ae2560554b93"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "40bed19623a940598639ae2560554b93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4afcb44242dc4eabb426e83cc74fd875"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "03152272519047e784ab64998f146247", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4e659f25030f4a6b96404f149c3c281c"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/52320c3072b1498b8ac0823b4de6db64"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "52320c3072b1498b8ac0823b4de6db64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/53180d77552841ada15d87b8d68550e9"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "53180d77552841ada15d87b8d68550e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/5915d8ba61fa45e89fb513957a463fb8"}, "url": "http://172.30.9.38:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6273d35e59ab4311ae3982eee17c2985"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/66955fe9d9b64eac91cdd6b4569a7958"}, "url": "http://172.30.9.38:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6bde690667f743b18a6e0d7484a0b14e"}, "url": "http://172.30.9.38:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6ea7bb772a9f471da3647da4300a9d54"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/75942e34108e4924b75f0b93b318ff60"}, "url": "http://172.30.9.38:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "75942e34108e4924b75f0b93b318ff60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/8b58f690a9194b97886d6e69886fc75b"}, "url": "http://172.30.9.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "8b58f690a9194b97886d6e69886fc75b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/9497dcd3d91e46dfae7a732ad24a9dd4"}, "url": "http://172.30.9.38:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/98e2e574c3b943e2a727bb71556ff07e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/a58e3c0d035740acbb6085989a0034d2"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/aeee9c6233cf42db87188253f9be884f"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "03152272519047e784ab64998f146247", "id": "aeee9c6233cf42db87188253f9be884f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b101e53616fc4701b83cd9c4a72a2152"}, "url": "http://172.30.9.38:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b2fc63bbea9e4f79a8c5674eff9239f4"}, "url": "http://172.30.9.38:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/c9b19882ea5347c0b7b2b1554e463040"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/cbd24ae7336a472ba280179deedbb81f"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "cbd24ae7336a472ba280179deedbb81f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e47a066f3aa2456b8ed21962817c619a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "e47a066f3aa2456b8ed21962817c619a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e6b46c4ded3d4939aff885341394114f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "e6b46c4ded3d4939aff885341394114f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e703bb2fd08b48ee9448e805519cec79"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "e703bb2fd08b48ee9448e805519cec79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/ed42944e1b51403f8682356214f7becb"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "ed42944e1b51403f8682356214f7becb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f0c5843a2de94bd9a46d37331bfa4b07"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f337beb8c2f04455b3ecc387f26f6eaf"}, "url": "http://172.30.9.38:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f93a6cfd3c384a7d977b3c517ee5f18d"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fc6a184db39e497791f0bf77edc1a817"}, "url": "http://172.30.9.38:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "fc6a184db39e497791f0bf77edc1a817"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fea51e19760544889a6d3b919103d993"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "fea51e19760544889a6d3b919103d993"}], "links": {"self": "http://172.30.9.38:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 01:57:39,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-1a5af675-8658-4c87-ae36-bb200ae8c30a 2018-09-02 01:57:39,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.192466974258s 2018-09-02 01:57:39,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-1a5af675-8658-4c87-ae36-bb200ae8c30a 2018-09-02 01:57:39,528 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.38:5000 2018-09-02 01:57:39,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:57:39,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:39,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c228144-6b0b-46eb-81ca-9a5a45795db3 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:57:39,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0c228144-6b0b-46eb-81ca-9a5a45795db3 2018-09-02 01:57:39,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176447868347s 2018-09-02 01:57:39,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0c228144-6b0b-46eb-81ca-9a5a45795db3 2018-09-02 01:57:39,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:57:39,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:39,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff6d9bd-3c10-45b1-8312-0146cb159664 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:57:39,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0ff6d9bd-3c10-45b1-8312-0146cb159664 2018-09-02 01:57:39,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179549217224s 2018-09-02 01:57:39,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0ff6d9bd-3c10-45b1-8312-0146cb159664 2018-09-02 01:57:39,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:57:39,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:40,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cb5f894-799c-4ede-80ef-534974c92e73 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:57:40,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-0cb5f894-799c-4ede-80ef-534974c92e73 2018-09-02 01:57:40,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176409959793s 2018-09-02 01:57:40,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-0cb5f894-799c-4ede-80ef-534974c92e73 2018-09-02 01:57:40,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:57:40,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:40,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34290a3c-f103-495f-ae1c-f31431f2616d Content-Encoding: gzip Content-Length: 964 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577", "links": {"self": "http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8e0e237104a4d8ca7dc28d3793c5643", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:57:40,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-34290a3c-f103-495f-ae1c-f31431f2616d 2018-09-02 01:57:40,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193421125412s 2018-09-02 01:57:40,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-34290a3c-f103-495f-ae1c-f31431f2616d 2018-09-02 01:57:40,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:57:40,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:40,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fee6d9c-0b25-4383-8a3f-3f88c998c094 Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a"}, "tags": [], "enabled": true, "id": "9f3a03ea9c714735950cb64c0a64453a", "parent_id": "default", "domain_id": "default", "name": "shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:57:40,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-7fee6d9c-0b25-4383-8a3f-3f88c998c094 2018-09-02 01:57:40,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.175581932068s 2018-09-02 01:57:40,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-7fee6d9c-0b25-4383-8a3f-3f88c998c094 2018-09-02 01:57:40,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:57:40,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f3a03ea9c714735950cb64c0a64453a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:40,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb544c8b-0a36-437c-911a-ff0079231e4d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f3a03ea9c714735950cb64c0a64453a", "previous": null, "next": null}} 2018-09-02 01:57:40,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f3a03ea9c714735950cb64c0a64453a used request id req-bb544c8b-0a36-437c-911a-ff0079231e4d 2018-09-02 01:57:40,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.177551031113s 2018-09-02 01:57:40,641 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f3a03ea9c714735950cb64c0a64453a used request id req-bb544c8b-0a36-437c-911a-ff0079231e4d 2018-09-02 01:57:40,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:57:40,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:40,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bcf9d7a-20cc-4822-a7a9-39255c439579 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:57:40,857 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/527a26856ff64a55b36113867c009231 used request id req-9bcf9d7a-20cc-4822-a7a9-39255c439579 2018-09-02 01:57:40,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.212680101395s 2018-09-02 01:57:40,858 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/527a26856ff64a55b36113867c009231 used request id req-9bcf9d7a-20cc-4822-a7a9-39255c439579 2018-09-02 01:57:40,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:57:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:40,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ecbf8b6-06b1-4ced-96a3-10469405be84 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:57:40,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-9ecbf8b6-06b1-4ced-96a3-10469405be84 2018-09-02 01:57:40,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101920127869s 2018-09-02 01:57:40,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-9ecbf8b6-06b1-4ced-96a3-10469405be84 2018-09-02 01:57:40,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 01:57:40,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:41,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d45d3f4-fcf5-4f8b-b208-5b5f47296e98 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 01:57:41,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-2d45d3f4-fcf5-4f8b-b208-5b5f47296e98 2018-09-02 01:57:41,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111616134644s 2018-09-02 01:57:41,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-2d45d3f4-fcf5-4f8b-b208-5b5f47296e98 2018-09-02 01:57:41,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 01:57:41,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:41,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b87fd3-1a2e-4403-a00e-901ad0be5bc0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 01:57:41,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-82b87fd3-1a2e-4403-a00e-901ad0be5bc0 2018-09-02 01:57:41,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.175341844559s 2018-09-02 01:57:41,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-82b87fd3-1a2e-4403-a00e-901ad0be5bc0 2018-09-02 01:57:41,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 01:57:41,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:41,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b5d816-7c3b-4e39-914a-b2e3463b489b Content-Encoding: gzip Content-Length: 964 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577", "links": {"self": "http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8e0e237104a4d8ca7dc28d3793c5643", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 01:57:41,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a8b5d816-7c3b-4e39-914a-b2e3463b489b 2018-09-02 01:57:41,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203500986099s 2018-09-02 01:57:41,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a8b5d816-7c3b-4e39-914a-b2e3463b489b 2018-09-02 01:57:41,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 01:57:41,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:41,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcafa252-59a3-4163-95f8-e79817a60732 Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a"}, "tags": [], "enabled": true, "id": "9f3a03ea9c714735950cb64c0a64453a", "parent_id": "default", "domain_id": "default", "name": "shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}]} 2018-09-02 01:57:41,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-dcafa252-59a3-4163-95f8-e79817a60732 2018-09-02 01:57:41,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101388931274s 2018-09-02 01:57:41,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-dcafa252-59a3-4163-95f8-e79817a60732 2018-09-02 01:57:41,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 01:57:41,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=9f3a03ea9c714735950cb64c0a64453a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:41,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 01:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbf9ce26-a610-41df-9f81-47c47d6eff21 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=9f3a03ea9c714735950cb64c0a64453a", "previous": null, "next": null}} 2018-09-02 01:57:41,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=9f3a03ea9c714735950cb64c0a64453a used request id req-fbf9ce26-a610-41df-9f81-47c47d6eff21 2018-09-02 01:57:41,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0985839366913s 2018-09-02 01:57:41,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e8e0e237104a4d8ca7dc28d3793c5643&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=9f3a03ea9c714735950cb64c0a64453a used request id req-fbf9ce26-a610-41df-9f81-47c47d6eff21 2018-09-02 01:57:41,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 01:57:41,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/98fe14e3daf64427bd45b683823b0719 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 01:57:41,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 01:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3286ac73-471d-4de5-ae1d-61a1db5bd647 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 01:57:41,900 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/98fe14e3daf64427bd45b683823b0719 used request id req-3286ac73-471d-4de5-ae1d-61a1db5bd647 2018-09-02 01:57:41,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.213809967041s 2018-09-02 01:57:41,900 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a/users/e8e0e237104a4d8ca7dc28d3793c5643/roles/98fe14e3daf64427bd45b683823b0719 used request id req-3286ac73-471d-4de5-ae1d-61a1db5bd647 2018-09-02 01:57:41,901 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 01:57:41,902 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 01:57:41,902 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 01:57:41,904 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 01:57:41,977 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 01:57:41,978 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 01:57:41,978 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 01:57:42,017 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-02 01:57:42,018 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 01:57:42,043 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 02:23:34,119 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 02:23:34,119 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=9f3a03ea9c714735950cb64c0a64453a SHELL=/bin/bash SSH_CLIENT=172.30.9.66 39726 22 OS_REGION_NAME=regionOne OS_USER_DOMAIN_NAME=Default OS_IMAGE_API_VERSION=2 USER=ubuntu PYTHONWARNINGS=ignore:Certificate has no, ignore:A true SSLContext object is not available OS_PROJECT_NAME=shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577 CLOUDPROMPT_ENABLED=1 MAIL=/var/mail/ubuntu PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games OS_IDENTITY_API_VERSION=3 NOVA_VERSION=1.1 PWD=/home/ubuntu OS_PASSWORD=686dd3d0-c9c5-426a-b3d2-151105ad813e LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.38:5000 OS_USERNAME=shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.38,192.30.9.9 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 39726 192.168.120.11 22 OS_VOLUME_API_VERSION=3.52 COMPUTE_API_VERSION=1.1 OS_INTERFACE=public XDG_RUNTIME_DIR=/run/user/1000 OS_NO_CACHE=True OS_CLOUDNAME=overcloud OS_PROJECT_DOMAIN_NAME=Default _=/usr/bin/env 2018-09-02 01:57:42.845 1420 INFO shaker.engine.utils [-] Logging enabled 2018-09-02 01:57:42.847 1420 INFO shaker.engine.messaging [-] Listening on *:9000 2018-09-02 01:57:42.851 1420 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-09-02 01:57:42.859 1428 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-09-02 01:57:42.859 1428 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.204:9000 2018-09-02 01:57:42.859 1428 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-09-02 01:57:42.870 1420 INFO pykwalify.core [-] validation.valid 2018-09-02 01:57:43.411 1420 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 01:57:47.601 1420 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'88ebe4ae-5306-4474-9ce3-9a8f4b82a047', u'links': [{u'href': u'http://172.30.9.38:8004/v1/9f3a03ea9c714735950cb64c0a64453a/stacks/shaker_rpuaot/88ebe4ae-5306-4474-9ce3-9a8f4b82a047', u'rel': u'self'}]} 2018-09-02 02:01:46.026 1420 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_rpuaot_master_0', 'shaker_rpuaot_slave_0']) 2018-09-02 02:01:52.263 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:03:22.838 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:04:53.371 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:06:23.927 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:06:23.928 1420 INFO shaker.engine.server [-] Execution is done 2018-09-02 02:06:24.602 1420 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 02:06:46.363 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:06:46.366 1420 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_east_west 2018-09-02 02:06:46.379 1420 INFO pykwalify.core [-] validation.valid 2018-09-02 02:06:46.777 1420 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 02:06:50.024 1420 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'f7b5af1d-743f-44a6-b9a1-039db441a58f', u'links': [{u'href': u'http://172.30.9.38:8004/v1/9f3a03ea9c714735950cb64c0a64453a/stacks/shaker_ksmroa/f7b5af1d-743f-44a6-b9a1-039db441a58f', u'rel': u'self'}]} 2018-09-02 02:07:46.084 1420 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_ksmroa_slave_0', 'shaker_ksmroa_master_0']) 2018-09-02 02:07:51.634 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:09:22.883 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:10:53.391 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:12:23.905 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:12:23.906 1420 INFO shaker.engine.server [-] Execution is done 2018-09-02 02:12:24.768 1420 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 02:12:46.424 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:12:46.427 1420 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_north_south 2018-09-02 02:12:46.442 1420 INFO pykwalify.core [-] validation.valid 2018-09-02 02:12:46.846 1420 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 02:12:50.472 1420 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'166fec09-4010-46ac-8870-c0e92166d52d', u'links': [{u'href': u'http://172.30.9.38:8004/v1/9f3a03ea9c714735950cb64c0a64453a/stacks/shaker_poudes/166fec09-4010-46ac-8870-c0e92166d52d', u'rel': u'self'}]} 2018-09-02 02:13:43.714 1420 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_poudes_master_0', 'shaker_poudes_slave_0']) 2018-09-02 02:13:52.031 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:15:22.588 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:16:53.097 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:18:23.619 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:18:23.619 1420 INFO shaker.engine.server [-] Execution is done 2018-09-02 02:18:24.395 1420 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 02:18:44.417 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:18:44.419 1420 INFO shaker.engine.server [-] Play scenario: openstack/perf_l3_north_south 2018-09-02 02:18:44.432 1420 INFO pykwalify.core [-] validation.valid 2018-09-02 02:18:44.862 1420 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 02:18:48.289 1420 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'c5bb56b5-8076-4599-ac2a-3fb5c685dde5', u'links': [{u'href': u'http://172.30.9.38:8004/v1/9f3a03ea9c714735950cb64c0a64453a/stacks/shaker_oktsrm/c5bb56b5-8076-4599-ac2a-3fb5c685dde5', u'rel': u'self'}]} 2018-09-02 02:19:43.563 1420 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_oktsrm_slave_0', 'shaker_oktsrm_master_0']) 2018-09-02 02:20:00.232 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:20:31.757 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:21:51.969 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:23:12.372 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:23:12.372 1420 INFO shaker.engine.server [-] Execution is done 2018-09-02 02:23:12.775 1420 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 02:23:34.053 1420 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 02:23:34.054 1420 INFO shaker.engine.server [-] Generating aggregated report 2018-09-02 02:23:34.064 1420 INFO shaker.engine.server [-] Raw output is stored to: report.json 2018-09-02 02:23:34.066 1420 INFO shaker.engine.report [-] ******************************************************************************** 2018-09-02 02:23:34.066 1420 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.UDP.1.overcloud-novacompute-0.opnfvlf.org:stats.packets.avg > 100000 [OK] 2018-09-02 02:23:34.066 1420 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.Ping.1.overcloud-novacompute-0.opnfvlf.org:stats.ping_icmp.avg < 2.0 [OK] 2018-09-02 02:23:34.067 1420 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.bandwidth.avg > 5000 [FAIL] 2018-09-02 02:23:34.067 1420 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.retransmits.max < 10 [FAIL] 2018-09-02 02:23:34.067 1420 INFO shaker.engine.report [-] ******************************************************************************** 2018-09-02 02:23:34.067 1420 INFO shaker.engine.utils [-] Alias "interactive" is resolved into file "/usr/local/lib/python2.7/dist-packages/shaker/resources/report_templates/interactive.html" 2018-09-02 02:23:34.079 1420 INFO shaker.engine.report [-] Report saved to: report.html 2018-09-02 02:23:34,120 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 02:23:34,120 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-09-02 02:23:34,122 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-02 02:23:34,160 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-02 02:23:34,161 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-02 02:23:34,188 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-02 02:23:34,240 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-02 02:23:34,241 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-02 02:23:34,248 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-02 02:23:34,280 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-02 02:23:34,281 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-02 02:23:34,314 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-02 02:23:34,327 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-02 02:23:34,328 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-02 02:23:34,453 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 02:23:34,453 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 29:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 02:23:34,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 02:23:34,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/1e645cdc-86ad-480a-ba27-f96970c97d65.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:35,810 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-356e588f-6259-4e8d-940b-01e8b8e19579 Content-Length: 0 Date: Sun, 02 Sep 2018 02:23:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:23:35,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/1e645cdc-86ad-480a-ba27-f96970c97d65.json used request id req-356e588f-6259-4e8d-940b-01e8b8e19579 2018-09-02 02:23:35,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.34826397896s 2018-09-02 02:23:35,810 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/1e645cdc-86ad-480a-ba27-f96970c97d65.json used request id req-356e588f-6259-4e8d-940b-01e8b8e19579 2018-09-02 02:23:35,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:23:35,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:35,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a4ee75d9-789f-45cd-8697-389f6e0b908c Date: Sun, 02 Sep 2018 02:23:35 GMT RESP BODY: {"floatingips": []} 2018-09-02 02:23:35,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a4ee75d9-789f-45cd-8697-389f6e0b908c 2018-09-02 02:23:35,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0612180233002s 2018-09-02 02:23:35,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a4ee75d9-789f-45cd-8697-389f6e0b908c 2018-09-02 02:23:35,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 02:23:35,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:36,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8024e8ed-054c-478c-926d-c9c6fab63889 x-compute-request-id: req-8024e8ed-054c-478c-926d-c9c6fab63889 Content-Type: application/json 2018-09-02 02:23:36,291 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 used request id req-8024e8ed-054c-478c-926d-c9c6fab63889 2018-09-02 02:23:36,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.41253900528s 2018-09-02 02:23:36,291 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0 used request id req-8024e8ed-054c-478c-926d-c9c6fab63889 2018-09-02 02:23:36,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:23:36,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:36,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b73ac893-37d9-439d-ad82-10429597bce9 x-compute-request-id: req-b73ac893-37d9-439d-ad82-10429597bce9 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:32:d2", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6d:32:d2", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "rel": "bookmark"}], "image": {"id": "029dab50-dbb1-417c-a638-adf26f98de8b", "links": [{"href": "http://172.30.9.38:8774/images/029dab50-dbb1-417c-a638-adf26f98de8b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002d", "OS-SRV-USG:launched_at": "2018-09-02T01:57:22.000000", "flavor": {"id": "8753233a-fd4f-4556-ad23-0f4d126f25ee", "links": [{"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}]}, "id": "c3a0f9a9-2b0a-4f28-9855-7eaf8aa780e0", "security_groups": [{"name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}], "user_id": "e8e0e237104a4d8ca7dc28d3793c5643", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T02:23:36Z", "hostId": "e342e37c826076d3ee00af47c9d1dfb4931a92f80e7ef07c1e3273b7", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_414f38af-9dd7-4644-b216-c1e7afd05577", "created": "2018-09-02T01:54:02Z", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:23:36,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b73ac893-37d9-439d-ad82-10429597bce9 2018-09-02 02:23:36,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497880935669s 2018-09-02 02:23:36,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b73ac893-37d9-439d-ad82-10429597bce9 2018-09-02 02:23:36,791 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:23:38,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:23:38,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:38,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-785898f2-b4c2-41bf-accf-7b4ae014c549 x-compute-request-id: req-785898f2-b4c2-41bf-accf-7b4ae014c549 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 02:23:38,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-785898f2-b4c2-41bf-accf-7b4ae014c549 2018-09-02 02:23:38,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0715398788452s 2018-09-02 02:23:38,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-785898f2-b4c2-41bf-accf-7b4ae014c549 2018-09-02 02:23:38,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:23:38,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:38,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 62917 X-Openstack-Request-Id: req-cbb96aa5-c71e-46d7-a093-6a41351be5a1 Date: Sun, 02 Sep 2018 02:23:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:59Z", "updated_at": "2018-09-02T01:54:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T01:54:00Z", "revision_number": 0, "id": "1340c058-2335-47a6-9587-e56d47e5a29b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "1a3e52a3-bea3-4f43-ab07-94385f8495d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:54:00Z", "revision_number": 0, "id": "76c23bb4-2269-4ce4-b2ea-df814396ebca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:59Z", "revision_number": 0, "id": "ab3442ec-cad2-40a6-a21f-ed28fc5ec7f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:59Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-09-02T01:54:00Z", "revision_number": 0, "id": "b7d61b14-f0be-45e5-925f-ac674860a233", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:54:00Z", "security_group_id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 4, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "0b8714dc-3d29-4729-99fa-4d80831c5279", "name": "shaker-sg_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"description": "Default security group", "tags": [], "tenant_id": "541146e215b342e3bef150d069f63cca", "created_at": "2018-09-02T00:50:45Z", "updated_at": "2018-09-02T00:50:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:45Z", "revision_number": 0, "id": "3cde790d-7ce4-4d74-9a85-5b432f4087e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:45Z", "security_group_id": "3385a425-2d77-4eba-8e10-a741100eef08", "tenant_id": "541146e215b342e3bef150d069f63cca", "port_range_min": null, "ethertype": "IPv6", "project_id": "541146e215b342e3bef150d069f63cca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:45Z", "revision_number": 0, "id": "3f977d4f-ba79-4d9f-977e-562b9ea3aa44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:45Z", "security_group_id": "3385a425-2d77-4eba-8e10-a741100eef08", "tenant_id": "541146e215b342e3bef150d069f63cca", "port_range_min": null, "ethertype": "IPv4", "project_id": "541146e215b342e3bef150d069f63cca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:45Z", "revision_number": 0, "id": "50b6c9dc-d9ec-44df-8689-34b3324a239c", "remote_group_id": "3385a425-2d77-4eba-8e10-a741100eef08", "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:45Z", "security_group_id": "3385a425-2d77-4eba-8e10-a741100eef08", "tenant_id": "541146e215b342e3bef150d069f63cca", "port_range_min": null, "ethertype": "IPv6", "project_id": "541146e215b342e3bef150d069f63cca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:45Z", "revision_number": 0, "id": "fb850fe1-6a68-4c25-9b87-3a95b0fc4113", "remote_group_id": "3385a425-2d77-4eba-8e10-a741100eef08", "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:45Z", "security_group_id": "3385a425-2d77-4eba-8e10-a741100eef08", "tenant_id": "541146e215b342e3bef150d069f63cca", "port_range_min": null, "ethertype": "IPv4", "project_id": "541146e215b342e3bef150d069f63cca"}], "revision_number": 1, "project_id": "541146e215b342e3bef150d069f63cca", "id": "3385a425-2d77-4eba-8e10-a741100eef08", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "created_at": "2018-09-02T00:50:04Z", "updated_at": "2018-09-02T00:50:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:04Z", "revision_number": 0, "id": "0550ad1c-66b3-42c8-8366-4690e38f6fdd", "remote_group_id": "352c52d5-5503-41f1-b318-d1754b0bcb76", "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:04Z", "security_group_id": "352c52d5-5503-41f1-b318-d1754b0bcb76", "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2675f5697894a2cb4a935877b9443d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:04Z", "revision_number": 0, "id": "52297112-dce4-4c1e-b968-557666894ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:04Z", "security_group_id": "352c52d5-5503-41f1-b318-d1754b0bcb76", "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2675f5697894a2cb4a935877b9443d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:04Z", "revision_number": 0, "id": "89ecd39d-b964-4161-9443-5f563ea94002", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:04Z", "security_group_id": "352c52d5-5503-41f1-b318-d1754b0bcb76", "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2675f5697894a2cb4a935877b9443d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:50:04Z", "revision_number": 0, "id": "c92d4b02-565f-4fbc-9063-fff8c27b20db", "remote_group_id": "352c52d5-5503-41f1-b318-d1754b0bcb76", "remote_ip_prefix": null, "created_at": "2018-09-02T00:50:04Z", "security_group_id": "352c52d5-5503-41f1-b318-d1754b0bcb76", "tenant_id": "e2675f5697894a2cb4a935877b9443d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2675f5697894a2cb4a935877b9443d6"}], "revision_number": 1, "project_id": "e2675f5697894a2cb4a935877b9443d6", "id": "352c52d5-5503-41f1-b318-d1754b0bcb76", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "created_at": "2018-09-02T01:35:02Z", "updated_at": "2018-09-02T01:35:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:35:02Z", "revision_number": 0, "id": "72d146c7-f855-4c9c-abb6-8848438a5c23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:35:02Z", "security_group_id": "6a3ce583-d8dd-4971-a627-733752843cfe", "tenant_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3f9d4a20a254d61a89ee7f65d40a2de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:35:02Z", "revision_number": 0, "id": "bef74c52-e509-4232-9ea4-bd3adaa93405", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:35:02Z", "security_group_id": "6a3ce583-d8dd-4971-a627-733752843cfe", "tenant_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3f9d4a20a254d61a89ee7f65d40a2de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:35:02Z", "revision_number": 0, "id": "e262f8be-3b43-43c3-ab18-01b708079908", "remote_group_id": "6a3ce583-d8dd-4971-a627-733752843cfe", "remote_ip_prefix": null, "created_at": "2018-09-02T01:35:02Z", "security_group_id": "6a3ce583-d8dd-4971-a627-733752843cfe", "tenant_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3f9d4a20a254d61a89ee7f65d40a2de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:35:02Z", "revision_number": 0, "id": "eded2039-0da9-435f-bba7-aa96088cfa5c", "remote_group_id": "6a3ce583-d8dd-4971-a627-733752843cfe", "remote_ip_prefix": null, "created_at": "2018-09-02T01:35:02Z", "security_group_id": "6a3ce583-d8dd-4971-a627-733752843cfe", "tenant_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3f9d4a20a254d61a89ee7f65d40a2de"}], "revision_number": 1, "project_id": "b3f9d4a20a254d61a89ee7f65d40a2de", "id": "6a3ce583-d8dd-4971-a627-733752843cfe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f43d114e2c334430bf08047d43583a7d", "created_at": "2018-09-02T00:38:33Z", "updated_at": "2018-09-02T00:38:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "787a695a-b5c8-4950-8c03-4848da0cd40a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "8de04ede-6401-4b20-9f92-95abfe2c661b", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "d133d08b-7c2b-4bc4-9ae5-cb29fd1ea9c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:33Z", "revision_number": 0, "id": "f512335d-b272-4638-96e4-b9c51046ac33", "remote_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:33Z", "security_group_id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "tenant_id": "f43d114e2c334430bf08047d43583a7d", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43d114e2c334430bf08047d43583a7d"}], "revision_number": 1, "project_id": "f43d114e2c334430bf08047d43583a7d", "id": "6c70d5b2-e7fc-4b0a-a7a0-f715b134cbfb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "773ceeba33e24765a0567d78d1713f3a", "created_at": "2018-09-02T00:51:12Z", "updated_at": "2018-09-02T00:51:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:12Z", "revision_number": 0, "id": "4ddd5f5c-fc64-4005-b726-16711dfafe97", "remote_group_id": "711c3361-ebc0-4458-acc5-4128a95a6423", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:12Z", "security_group_id": "711c3361-ebc0-4458-acc5-4128a95a6423", "tenant_id": "773ceeba33e24765a0567d78d1713f3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "773ceeba33e24765a0567d78d1713f3a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:12Z", "revision_number": 0, "id": "5c5d5384-4204-42db-8932-ec293c5614bf", "remote_group_id": "711c3361-ebc0-4458-acc5-4128a95a6423", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:12Z", "security_group_id": "711c3361-ebc0-4458-acc5-4128a95a6423", "tenant_id": "773ceeba33e24765a0567d78d1713f3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "773ceeba33e24765a0567d78d1713f3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:12Z", "revision_number": 0, "id": "86a1f054-6012-4241-9a5f-a0dbaec6379e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:12Z", "security_group_id": "711c3361-ebc0-4458-acc5-4128a95a6423", "tenant_id": "773ceeba33e24765a0567d78d1713f3a", "port_range_min": null, "ethertype": "IPv6", "project_id": "773ceeba33e24765a0567d78d1713f3a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:12Z", "revision_number": 0, "id": "92f57d38-fc16-4070-978b-015d9d7a9e11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:12Z", "security_group_id": "711c3361-ebc0-4458-acc5-4128a95a6423", "tenant_id": "773ceeba33e24765a0567d78d1713f3a", "port_range_min": null, "ethertype": "IPv4", "project_id": "773ceeba33e24765a0567d78d1713f3a"}], "revision_number": 1, "project_id": "773ceeba33e24765a0567d78d1713f3a", "id": "711c3361-ebc0-4458-acc5-4128a95a6423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14b910cc3501468598b1fa941e490f00", "created_at": "2018-09-02T00:51:05Z", "updated_at": "2018-09-02T00:51:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:05Z", "revision_number": 0, "id": "07b50f03-f138-4e3e-a745-558c18dbb4f2", "remote_group_id": "77915248-c28c-4eff-9e3f-ba53495d228c", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:05Z", "security_group_id": "77915248-c28c-4eff-9e3f-ba53495d228c", "tenant_id": "14b910cc3501468598b1fa941e490f00", "port_range_min": null, "ethertype": "IPv4", "project_id": "14b910cc3501468598b1fa941e490f00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:05Z", "revision_number": 0, "id": "140a04ac-0a7b-4260-b123-ba77ee6994b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:05Z", "security_group_id": "77915248-c28c-4eff-9e3f-ba53495d228c", "tenant_id": "14b910cc3501468598b1fa941e490f00", "port_range_min": null, "ethertype": "IPv6", "project_id": "14b910cc3501468598b1fa941e490f00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:05Z", "revision_number": 0, "id": "3ca35203-8c5c-4c48-9725-0057f9316511", "remote_group_id": "77915248-c28c-4eff-9e3f-ba53495d228c", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:05Z", "security_group_id": "77915248-c28c-4eff-9e3f-ba53495d228c", "tenant_id": "14b910cc3501468598b1fa941e490f00", "port_range_min": null, "ethertype": "IPv6", "project_id": "14b910cc3501468598b1fa941e490f00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:05Z", "revision_number": 0, "id": "8833ff93-9fa0-4a0e-b96a-2acb9b530a0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:05Z", "security_group_id": "77915248-c28c-4eff-9e3f-ba53495d228c", "tenant_id": "14b910cc3501468598b1fa941e490f00", "port_range_min": null, "ethertype": "IPv4", "project_id": "14b910cc3501468598b1fa941e490f00"}], "revision_number": 1, "project_id": "14b910cc3501468598b1fa941e490f00", "id": "77915248-c28c-4eff-9e3f-ba53495d228c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T00:38:34Z", "updated_at": "2018-09-02T00:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "26c108b1-5028-4d59-9c8d-fdf44c8097a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "38baea11-a12b-4363-8baa-b114d440d8e6", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "6fcdc9cf-6849-4fb9-94ce-3d88a588d6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:34Z", "revision_number": 0, "id": "77485cc6-48a0-45b3-a2f3-071d3a15be9c", "remote_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:34Z", "security_group_id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "8408f9f8-92eb-4950-aac9-f776ff918ec0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "created_at": "2018-09-02T00:41:04Z", "updated_at": "2018-09-02T00:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "2eadf3e5-a854-4959-b012-cbf13e8a66de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "55debb4b-5c80-4808-9882-79f08b6959e6", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "96d4a81c-23b4-4da3-a018-c2c528e82271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv6", "project_id": "551456c273cd4416b2e2f6c1a362d663"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:04Z", "revision_number": 0, "id": "c7f8791f-f4d4-48d4-81a2-41155536def8", "remote_group_id": "84a65445-8217-4858-83fd-7f697204101f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:04Z", "security_group_id": "84a65445-8217-4858-83fd-7f697204101f", "tenant_id": "551456c273cd4416b2e2f6c1a362d663", "port_range_min": null, "ethertype": "IPv4", "project_id": "551456c273cd4416b2e2f6c1a362d663"}], "revision_number": 1, "project_id": "551456c273cd4416b2e2f6c1a362d663", "id": "84a65445-8217-4858-83fd-7f697204101f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "created_at": "2018-09-02T00:39:19Z", "updated_at": "2018-09-02T00:39:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "49708d36-16b1-4b74-b817-5e269b98e53d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "605276fd-7baa-429a-9913-925762b8076e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "820002ae-1f15-4240-ade3-4aa5d99b4f8e", "remote_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:39:19Z", "revision_number": 0, "id": "f0c91c8b-ef04-48d3-9328-e1e664f26436", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:39:19Z", "security_group_id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "tenant_id": "8bd8cf02d771468a9a81096b1490eb31", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bd8cf02d771468a9a81096b1490eb31"}], "revision_number": 1, "project_id": "8bd8cf02d771468a9a81096b1490eb31", "id": "967d6764-f9f4-45cc-be59-5e945d9f4c10", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:35Z", "updated_at": "2018-09-02T01:53:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "27776be4-da58-41e1-9dfd-a15274991fd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "72041756-1378-432a-8db4-0ae44bd16491", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "78c68c16-bcc9-44f4-805e-4a8b4c45bc48", "remote_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:53:35Z", "revision_number": 0, "id": "b521a0de-4eef-4cf0-99b0-abd090e3fbaa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:53:35Z", "security_group_id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9f3a03ea9c714735950cb64c0a64453a"}], "revision_number": 1, "project_id": "9f3a03ea9c714735950cb64c0a64453a", "id": "9dbab41a-4910-4aa3-950d-65d8eddb1830", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e21845483000424e965518c6f6d1f668", "created_at": "2018-09-02T01:32:18Z", "updated_at": "2018-09-02T01:32:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:32:18Z", "revision_number": 0, "id": "4c46e120-a118-4942-9084-d9402c70517b", "remote_group_id": "a06cad2b-847f-46d6-b1e1-f8707917bc62", "remote_ip_prefix": null, "created_at": "2018-09-02T01:32:18Z", "security_group_id": "a06cad2b-847f-46d6-b1e1-f8707917bc62", "tenant_id": "e21845483000424e965518c6f6d1f668", "port_range_min": null, "ethertype": "IPv6", "project_id": "e21845483000424e965518c6f6d1f668"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:32:18Z", "revision_number": 0, "id": "76cf068d-2a9f-4a31-b8b4-85ccd9436a59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:32:18Z", "security_group_id": "a06cad2b-847f-46d6-b1e1-f8707917bc62", "tenant_id": "e21845483000424e965518c6f6d1f668", "port_range_min": null, "ethertype": "IPv6", "project_id": "e21845483000424e965518c6f6d1f668"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:32:18Z", "revision_number": 0, "id": "9da83eaf-9c00-4a73-9ffa-fe4db3234d89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:32:18Z", "security_group_id": "a06cad2b-847f-46d6-b1e1-f8707917bc62", "tenant_id": "e21845483000424e965518c6f6d1f668", "port_range_min": null, "ethertype": "IPv4", "project_id": "e21845483000424e965518c6f6d1f668"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:32:18Z", "revision_number": 0, "id": "f41616da-1f52-4946-bcf4-f0c2d4e9b324", "remote_group_id": "a06cad2b-847f-46d6-b1e1-f8707917bc62", "remote_ip_prefix": null, "created_at": "2018-09-02T01:32:18Z", "security_group_id": "a06cad2b-847f-46d6-b1e1-f8707917bc62", "tenant_id": "e21845483000424e965518c6f6d1f668", "port_range_min": null, "ethertype": "IPv4", "project_id": "e21845483000424e965518c6f6d1f668"}], "revision_number": 1, "project_id": "e21845483000424e965518c6f6d1f668", "id": "a06cad2b-847f-46d6-b1e1-f8707917bc62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "created_at": "2018-09-02T00:36:27Z", "updated_at": "2018-09-02T00:36:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "39b225ff-fd57-48d4-bc91-faa3d17536c2", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "3ad0b91d-ef91-469d-a307-84081b32e213", "remote_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "756e9e5e-5766-4aa6-8c54-ae56e87522d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:36:27Z", "revision_number": 0, "id": "cde750ba-0048-47c0-963f-c84915cecba5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:36:27Z", "security_group_id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "tenant_id": "b78c08af4f41459f88b715e0581e7c1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "b78c08af4f41459f88b715e0581e7c1c"}], "revision_number": 1, "project_id": "b78c08af4f41459f88b715e0581e7c1c", "id": "adee8493-6ef2-4c3c-80e2-8557fc180836", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9938bef567e64845a5428ce40fcd3413", "created_at": "2018-09-02T01:25:15Z", "updated_at": "2018-09-02T01:25:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:25:15Z", "revision_number": 0, "id": "3c6d81b1-f813-4996-8140-0078b3bf07c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:25:15Z", "security_group_id": "c3b7815f-9db4-40bd-a7e2-6d2b515b5908", "tenant_id": "9938bef567e64845a5428ce40fcd3413", "port_range_min": null, "ethertype": "IPv6", "project_id": "9938bef567e64845a5428ce40fcd3413"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:25:15Z", "revision_number": 0, "id": "78c62182-ef99-4f73-9519-a0d079a15a2d", "remote_group_id": "c3b7815f-9db4-40bd-a7e2-6d2b515b5908", "remote_ip_prefix": null, "created_at": "2018-09-02T01:25:15Z", "security_group_id": "c3b7815f-9db4-40bd-a7e2-6d2b515b5908", "tenant_id": "9938bef567e64845a5428ce40fcd3413", "port_range_min": null, "ethertype": "IPv6", "project_id": "9938bef567e64845a5428ce40fcd3413"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:25:15Z", "revision_number": 0, "id": "942fddf9-109b-403f-89bf-6f2bdde15b38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:25:15Z", "security_group_id": "c3b7815f-9db4-40bd-a7e2-6d2b515b5908", "tenant_id": "9938bef567e64845a5428ce40fcd3413", "port_range_min": null, "ethertype": "IPv4", "project_id": "9938bef567e64845a5428ce40fcd3413"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:25:15Z", "revision_number": 0, "id": "bb931fbc-b8b5-4dc1-9e98-9164c97d9427", "remote_group_id": "c3b7815f-9db4-40bd-a7e2-6d2b515b5908", "remote_ip_prefix": null, "created_at": "2018-09-02T01:25:15Z", "security_group_id": "c3b7815f-9db4-40bd-a7e2-6d2b515b5908", "tenant_id": "9938bef567e64845a5428ce40fcd3413", "port_range_min": null, "ethertype": "IPv4", "project_id": "9938bef567e64845a5428ce40fcd3413"}], "revision_number": 1, "project_id": "9938bef567e64845a5428ce40fcd3413", "id": "c3b7815f-9db4-40bd-a7e2-6d2b515b5908", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6a4a6e5f4b2141d0a10c768592ac9d2f", "created_at": "2018-09-02T00:53:46Z", "updated_at": "2018-09-02T00:53:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "155f0cce-d9e4-493f-8153-68c90fee49b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "c83d1f27-1bb0-468f-b09e-4d0a9aaef382", "tenant_id": "6a4a6e5f4b2141d0a10c768592ac9d2f", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a4a6e5f4b2141d0a10c768592ac9d2f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "615fb50c-9c7d-4c9e-ba38-860d4d41e84b", "remote_group_id": "c83d1f27-1bb0-468f-b09e-4d0a9aaef382", "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "c83d1f27-1bb0-468f-b09e-4d0a9aaef382", "tenant_id": "6a4a6e5f4b2141d0a10c768592ac9d2f", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a4a6e5f4b2141d0a10c768592ac9d2f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "688e772a-d10d-4d58-8d3f-82893c868147", "remote_group_id": "c83d1f27-1bb0-468f-b09e-4d0a9aaef382", "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "c83d1f27-1bb0-468f-b09e-4d0a9aaef382", "tenant_id": "6a4a6e5f4b2141d0a10c768592ac9d2f", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a4a6e5f4b2141d0a10c768592ac9d2f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "fae09e40-aba2-477e-8b1a-cfa818326436", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "c83d1f27-1bb0-468f-b09e-4d0a9aaef382", "tenant_id": "6a4a6e5f4b2141d0a10c768592ac9d2f", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a4a6e5f4b2141d0a10c768592ac9d2f"}], "revision_number": 1, "project_id": "6a4a6e5f4b2141d0a10c768592ac9d2f", "id": "c83d1f27-1bb0-468f-b09e-4d0a9aaef382", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "created_at": "2018-09-02T00:45:06Z", "updated_at": "2018-09-02T00:45:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:45:06Z", "revision_number": 0, "id": "2e939b45-9aa5-4f63-9ae0-b9745cdaec59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:45:06Z", "security_group_id": "ce52e9a9-eaba-4d20-8ea7-3802863af19e", "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "port_range_min": null, "ethertype": "IPv6", "project_id": "ccaba8aa2fb3443085518b039995fe41"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:45:06Z", "revision_number": 0, "id": "574c564c-6cee-4ede-a552-5a8f26aba4e7", "remote_group_id": "ce52e9a9-eaba-4d20-8ea7-3802863af19e", "remote_ip_prefix": null, "created_at": "2018-09-02T00:45:06Z", "security_group_id": "ce52e9a9-eaba-4d20-8ea7-3802863af19e", "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "port_range_min": null, "ethertype": "IPv6", "project_id": "ccaba8aa2fb3443085518b039995fe41"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:45:06Z", "revision_number": 0, "id": "7c87154c-ef0e-4d23-8314-ed9e00eacf4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:45:06Z", "security_group_id": "ce52e9a9-eaba-4d20-8ea7-3802863af19e", "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "port_range_min": null, "ethertype": "IPv4", "project_id": "ccaba8aa2fb3443085518b039995fe41"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:45:06Z", "revision_number": 0, "id": "9d398b29-ca7e-4633-96a8-1339aa1a6d80", "remote_group_id": "ce52e9a9-eaba-4d20-8ea7-3802863af19e", "remote_ip_prefix": null, "created_at": "2018-09-02T00:45:06Z", "security_group_id": "ce52e9a9-eaba-4d20-8ea7-3802863af19e", "tenant_id": "ccaba8aa2fb3443085518b039995fe41", "port_range_min": null, "ethertype": "IPv4", "project_id": "ccaba8aa2fb3443085518b039995fe41"}], "revision_number": 1, "project_id": "ccaba8aa2fb3443085518b039995fe41", "id": "ce52e9a9-eaba-4d20-8ea7-3802863af19e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1af2e7842335428d8874e8e7ab7daad1", "created_at": "2018-09-02T00:51:03Z", "updated_at": "2018-09-02T00:51:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:03Z", "revision_number": 0, "id": "10a94e76-73f5-4f26-95d3-a7539c8552aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:03Z", "security_group_id": "ce5530b5-ffa8-4ade-aeb9-93c52326d977", "tenant_id": "1af2e7842335428d8874e8e7ab7daad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1af2e7842335428d8874e8e7ab7daad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:03Z", "revision_number": 0, "id": "518fe272-04aa-442b-9a17-7dc4d0b4e492", "remote_group_id": "ce5530b5-ffa8-4ade-aeb9-93c52326d977", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:03Z", "security_group_id": "ce5530b5-ffa8-4ade-aeb9-93c52326d977", "tenant_id": "1af2e7842335428d8874e8e7ab7daad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1af2e7842335428d8874e8e7ab7daad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:03Z", "revision_number": 0, "id": "951dc095-1280-413b-b1dc-7555681d5139", "remote_group_id": "ce5530b5-ffa8-4ade-aeb9-93c52326d977", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:03Z", "security_group_id": "ce5530b5-ffa8-4ade-aeb9-93c52326d977", "tenant_id": "1af2e7842335428d8874e8e7ab7daad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1af2e7842335428d8874e8e7ab7daad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:03Z", "revision_number": 0, "id": "b3258e3d-434d-479a-98aa-3a4aab5d54e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:03Z", "security_group_id": "ce5530b5-ffa8-4ade-aeb9-93c52326d977", "tenant_id": "1af2e7842335428d8874e8e7ab7daad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1af2e7842335428d8874e8e7ab7daad1"}], "revision_number": 1, "project_id": "1af2e7842335428d8874e8e7ab7daad1", "id": "ce5530b5-ffa8-4ade-aeb9-93c52326d977", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8350148e15de42cc9c6099517f3848d2", "created_at": "2018-09-02T00:40:21Z", "updated_at": "2018-09-02T00:40:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "134bf04a-d5e2-4c7b-a481-658ecd03beb6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "3420d258-c950-49b8-9982-ebd8317b5adc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "72b62212-6ef9-4f48-ad2e-50c488d2a5e6", "remote_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:40:21Z", "revision_number": 0, "id": "bcd0c78a-d28c-44e9-b5e5-5d937552345d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:40:21Z", "security_group_id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "tenant_id": "8350148e15de42cc9c6099517f3848d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "8350148e15de42cc9c6099517f3848d2"}], "revision_number": 1, "project_id": "8350148e15de42cc9c6099517f3848d2", "id": "d969e5e1-d584-465f-856b-a8580ed20b5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a2461b76c82a49f59b0ffe7a92de9e74", "created_at": "2018-09-02T00:51:13Z", "updated_at": "2018-09-02T00:51:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:13Z", "revision_number": 0, "id": "578bec6e-c166-4cea-89a5-3e2f330c9cd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:13Z", "security_group_id": "d9b5bf36-a497-48f9-83db-3f1547c8c58e", "tenant_id": "a2461b76c82a49f59b0ffe7a92de9e74", "port_range_min": null, "ethertype": "IPv6", "project_id": "a2461b76c82a49f59b0ffe7a92de9e74"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:13Z", "revision_number": 0, "id": "9ffc2c5a-b20b-4610-a980-9e8b75f192d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:13Z", "security_group_id": "d9b5bf36-a497-48f9-83db-3f1547c8c58e", "tenant_id": "a2461b76c82a49f59b0ffe7a92de9e74", "port_range_min": null, "ethertype": "IPv4", "project_id": "a2461b76c82a49f59b0ffe7a92de9e74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:13Z", "revision_number": 0, "id": "cdd3f2d7-6e98-4fe7-b646-1583ca6bdd8c", "remote_group_id": "d9b5bf36-a497-48f9-83db-3f1547c8c58e", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:13Z", "security_group_id": "d9b5bf36-a497-48f9-83db-3f1547c8c58e", "tenant_id": "a2461b76c82a49f59b0ffe7a92de9e74", "port_range_min": null, "ethertype": "IPv6", "project_id": "a2461b76c82a49f59b0ffe7a92de9e74"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:13Z", "revision_number": 0, "id": "e5ec10a2-6f91-451d-88c5-0f83b4ecc2c3", "remote_group_id": "d9b5bf36-a497-48f9-83db-3f1547c8c58e", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:13Z", "security_group_id": "d9b5bf36-a497-48f9-83db-3f1547c8c58e", "tenant_id": "a2461b76c82a49f59b0ffe7a92de9e74", "port_range_min": null, "ethertype": "IPv4", "project_id": "a2461b76c82a49f59b0ffe7a92de9e74"}], "revision_number": 1, "project_id": "a2461b76c82a49f59b0ffe7a92de9e74", "id": "d9b5bf36-a497-48f9-83db-3f1547c8c58e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cb0c4fe1908244ce941318bcf6ada37f", "created_at": "2018-09-02T00:53:46Z", "updated_at": "2018-09-02T00:53:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "3d971b1f-391c-4b7b-b989-9086afece25e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "db15cb2f-b352-41e3-94aa-92f17795290f", "tenant_id": "cb0c4fe1908244ce941318bcf6ada37f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb0c4fe1908244ce941318bcf6ada37f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "482520d6-2f9e-4ff7-94c0-4101e4fefb3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "db15cb2f-b352-41e3-94aa-92f17795290f", "tenant_id": "cb0c4fe1908244ce941318bcf6ada37f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb0c4fe1908244ce941318bcf6ada37f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "a3a6a006-9d62-4552-b3e8-e71938585939", "remote_group_id": "db15cb2f-b352-41e3-94aa-92f17795290f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "db15cb2f-b352-41e3-94aa-92f17795290f", "tenant_id": "cb0c4fe1908244ce941318bcf6ada37f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb0c4fe1908244ce941318bcf6ada37f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:53:46Z", "revision_number": 0, "id": "ffe92897-482a-4472-bfb6-89d114b34e6c", "remote_group_id": "db15cb2f-b352-41e3-94aa-92f17795290f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:53:46Z", "security_group_id": "db15cb2f-b352-41e3-94aa-92f17795290f", "tenant_id": "cb0c4fe1908244ce941318bcf6ada37f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb0c4fe1908244ce941318bcf6ada37f"}], "revision_number": 1, "project_id": "cb0c4fe1908244ce941318bcf6ada37f", "id": "db15cb2f-b352-41e3-94aa-92f17795290f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "created_at": "2018-09-02T01:01:12Z", "updated_at": "2018-09-02T01:01:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:01:12Z", "revision_number": 0, "id": "25365a2d-5f98-4a6f-86dc-807db7c3e862", "remote_group_id": "debbc65f-5371-4df4-92fa-593cebd39121", "remote_ip_prefix": null, "created_at": "2018-09-02T01:01:12Z", "security_group_id": "debbc65f-5371-4df4-92fa-593cebd39121", "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdf0df70ff55456ba99a758baa6fa227"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:01:12Z", "revision_number": 0, "id": "3c7aaaf2-7dbe-491b-95e1-dd30db6a0aee", "remote_group_id": "debbc65f-5371-4df4-92fa-593cebd39121", "remote_ip_prefix": null, "created_at": "2018-09-02T01:01:12Z", "security_group_id": "debbc65f-5371-4df4-92fa-593cebd39121", "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdf0df70ff55456ba99a758baa6fa227"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:01:12Z", "revision_number": 0, "id": "b4cbbdaf-ea7f-42b8-8619-ce58e9ac6524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:01:12Z", "security_group_id": "debbc65f-5371-4df4-92fa-593cebd39121", "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdf0df70ff55456ba99a758baa6fa227"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T01:01:12Z", "revision_number": 0, "id": "bf3bd061-8c17-4ddb-bf13-1ee6edca9f50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T01:01:12Z", "security_group_id": "debbc65f-5371-4df4-92fa-593cebd39121", "tenant_id": "bdf0df70ff55456ba99a758baa6fa227", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdf0df70ff55456ba99a758baa6fa227"}], "revision_number": 1, "project_id": "bdf0df70ff55456ba99a758baa6fa227", "id": "debbc65f-5371-4df4-92fa-593cebd39121", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0a6ac6e67a3c42b89bec1321f5b4d391", "created_at": "2018-09-02T00:51:09Z", "updated_at": "2018-09-02T00:51:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:09Z", "revision_number": 0, "id": "1c490065-9714-4201-a054-77dfe8d7f6e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:09Z", "security_group_id": "df1e8eee-ea77-487e-9481-9fa9f4191dbb", "tenant_id": "0a6ac6e67a3c42b89bec1321f5b4d391", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6ac6e67a3c42b89bec1321f5b4d391"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:09Z", "revision_number": 0, "id": "387cf055-dd05-4e78-935a-e27fae8552af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:09Z", "security_group_id": "df1e8eee-ea77-487e-9481-9fa9f4191dbb", "tenant_id": "0a6ac6e67a3c42b89bec1321f5b4d391", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6ac6e67a3c42b89bec1321f5b4d391"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:09Z", "revision_number": 0, "id": "61bcea02-47d5-4ccd-9f9e-3446d1ebb93b", "remote_group_id": "df1e8eee-ea77-487e-9481-9fa9f4191dbb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:09Z", "security_group_id": "df1e8eee-ea77-487e-9481-9fa9f4191dbb", "tenant_id": "0a6ac6e67a3c42b89bec1321f5b4d391", "port_range_min": null, "ethertype": "IPv4", "project_id": "0a6ac6e67a3c42b89bec1321f5b4d391"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:09Z", "revision_number": 0, "id": "f4a90970-195a-49a1-ad2c-81e7f0389522", "remote_group_id": "df1e8eee-ea77-487e-9481-9fa9f4191dbb", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:09Z", "security_group_id": "df1e8eee-ea77-487e-9481-9fa9f4191dbb", "tenant_id": "0a6ac6e67a3c42b89bec1321f5b4d391", "port_range_min": null, "ethertype": "IPv6", "project_id": "0a6ac6e67a3c42b89bec1321f5b4d391"}], "revision_number": 1, "project_id": "0a6ac6e67a3c42b89bec1321f5b4d391", "id": "df1e8eee-ea77-487e-9481-9fa9f4191dbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "created_at": "2018-09-02T00:38:47Z", "updated_at": "2018-09-02T00:38:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "28c95b34-253b-421d-8f28-41f3fb755141", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "3d0ffd89-48e6-4bbc-8bef-b93a7d73643b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "db161566-856b-47b2-b74b-deac5ec56391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:38:47Z", "revision_number": 0, "id": "e483b9a4-1093-4b31-a887-0f226ea78c52", "remote_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "remote_ip_prefix": null, "created_at": "2018-09-02T00:38:47Z", "security_group_id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "tenant_id": "1ecdb7ea85ec45639eeea812f5571aa8", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ecdb7ea85ec45639eeea812f5571aa8"}], "revision_number": 1, "project_id": "1ecdb7ea85ec45639eeea812f5571aa8", "id": "dff0ba92-230a-4644-b8f8-0323cc2f51ce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03fa1448aaf14b83baca065ed6c1fb15", "created_at": "2018-09-02T00:51:11Z", "updated_at": "2018-09-02T00:51:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:11Z", "revision_number": 0, "id": "3581ee12-35b4-4771-8887-127a29a79c05", "remote_group_id": "ec084441-899e-4083-8794-f98aeb6df82f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:11Z", "security_group_id": "ec084441-899e-4083-8794-f98aeb6df82f", "tenant_id": "03fa1448aaf14b83baca065ed6c1fb15", "port_range_min": null, "ethertype": "IPv6", "project_id": "03fa1448aaf14b83baca065ed6c1fb15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:11Z", "revision_number": 0, "id": "7a0b26be-291a-4c23-84c8-8fd47e106296", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:11Z", "security_group_id": "ec084441-899e-4083-8794-f98aeb6df82f", "tenant_id": "03fa1448aaf14b83baca065ed6c1fb15", "port_range_min": null, "ethertype": "IPv6", "project_id": "03fa1448aaf14b83baca065ed6c1fb15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:11Z", "revision_number": 0, "id": "fefe434d-6e29-48d0-b5d7-95f27f4f7031", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:11Z", "security_group_id": "ec084441-899e-4083-8794-f98aeb6df82f", "tenant_id": "03fa1448aaf14b83baca065ed6c1fb15", "port_range_min": null, "ethertype": "IPv4", "project_id": "03fa1448aaf14b83baca065ed6c1fb15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:51:11Z", "revision_number": 0, "id": "ffd1b05d-0355-4f1e-b822-8967d9d5b09b", "remote_group_id": "ec084441-899e-4083-8794-f98aeb6df82f", "remote_ip_prefix": null, "created_at": "2018-09-02T00:51:11Z", "security_group_id": "ec084441-899e-4083-8794-f98aeb6df82f", "tenant_id": "03fa1448aaf14b83baca065ed6c1fb15", "port_range_min": null, "ethertype": "IPv4", "project_id": "03fa1448aaf14b83baca065ed6c1fb15"}], "revision_number": 1, "project_id": "03fa1448aaf14b83baca065ed6c1fb15", "id": "ec084441-899e-4083-8794-f98aeb6df82f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "created_at": "2018-09-02T00:42:48Z", "updated_at": "2018-09-02T00:42:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "08ed0810-685e-45ed-b90d-4540c60a1e8c", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "789a9490-e069-447c-a35e-adcad9e8bc37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv4", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "c5a6ad4c-2a7f-4287-a5ed-d059c5c20521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:42:48Z", "revision_number": 0, "id": "d7f2a1f3-7c28-408f-b8bb-54402fc183aa", "remote_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "remote_ip_prefix": null, "created_at": "2018-09-02T00:42:48Z", "security_group_id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "tenant_id": "27ab22273ec942e287782b0770fdfbf0", "port_range_min": null, "ethertype": "IPv6", "project_id": "27ab22273ec942e287782b0770fdfbf0"}], "revision_number": 1, "project_id": "27ab22273ec942e287782b0770fdfbf0", "id": "f3c90aa7-3063-439f-ad10-ec3d7e8786b3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "db3428cd093445258b8891f9255b68fa", "created_at": "2018-09-02T00:41:58Z", "updated_at": "2018-09-02T00:41:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:58Z", "revision_number": 0, "id": "8895a52e-1ba8-4643-921d-9c100260d500", "remote_group_id": "f7233a7d-8202-4015-8975-bd13bdb58107", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:58Z", "security_group_id": "f7233a7d-8202-4015-8975-bd13bdb58107", "tenant_id": "db3428cd093445258b8891f9255b68fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3428cd093445258b8891f9255b68fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:58Z", "revision_number": 0, "id": "ab4bf1a4-44f2-44fb-979b-fccc8ae28fc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:58Z", "security_group_id": "f7233a7d-8202-4015-8975-bd13bdb58107", "tenant_id": "db3428cd093445258b8891f9255b68fa", "port_range_min": null, "ethertype": "IPv6", "project_id": "db3428cd093445258b8891f9255b68fa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:58Z", "revision_number": 0, "id": "c5f9acf6-fafc-4e0f-9995-747291a063db", "remote_group_id": "f7233a7d-8202-4015-8975-bd13bdb58107", "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:58Z", "security_group_id": "f7233a7d-8202-4015-8975-bd13bdb58107", "tenant_id": "db3428cd093445258b8891f9255b68fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3428cd093445258b8891f9255b68fa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T00:41:58Z", "revision_number": 0, "id": "d9e8e17c-0eae-4921-ae7c-e202d43eb94a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T00:41:58Z", "security_group_id": "f7233a7d-8202-4015-8975-bd13bdb58107", "tenant_id": "db3428cd093445258b8891f9255b68fa", "port_range_min": null, "ethertype": "IPv4", "project_id": "db3428cd093445258b8891f9255b68fa"}], "revision_number": 1, "project_id": "db3428cd093445258b8891f9255b68fa", "id": "f7233a7d-8202-4015-8975-bd13bdb58107", "name": "default"}]} 2018-09-02 02:23:38,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-cbb96aa5-c71e-46d7-a093-6a41351be5a1 2018-09-02 02:23:38,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.102831840515s 2018-09-02 02:23:38,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-cbb96aa5-c71e-46d7-a093-6a41351be5a1 2018-09-02 02:23:38,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 02:23:38,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/0b8714dc-3d29-4729-99fa-4d80831c5279.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:39,112 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4424b08d-8e2c-4a93-807b-94f92f364b52 Content-Length: 0 Date: Sun, 02 Sep 2018 02:23:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:23:39,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/0b8714dc-3d29-4729-99fa-4d80831c5279.json used request id req-4424b08d-8e2c-4a93-807b-94f92f364b52 2018-09-02 02:23:39,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.131016969681s 2018-09-02 02:23:39,113 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/0b8714dc-3d29-4729-99fa-4d80831c5279.json used request id req-4424b08d-8e2c-4a93-807b-94f92f364b52 2018-09-02 02:23:39,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 02:23:39,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:39,158 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a18d226-1428-4a92-9580-167182eebb5f x-compute-request-id: req-3a18d226-1428-4a92-9580-167182eebb5f Content-Length: 0 Content-Type: application/json 2018-09-02 02:23:39,158 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577 used request id req-3a18d226-1428-4a92-9580-167182eebb5f 2018-09-02 02:23:39,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0448729991913s 2018-09-02 02:23:39,158 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/shaker-kp_414f38af-9dd7-4644-b216-c1e7afd05577 used request id req-3a18d226-1428-4a92-9580-167182eebb5f 2018-09-02 02:23:39,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 02:23:39,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" -d '{"subnet_id": "397cf7c1-9188-4084-87a8-b5062a47eef7"}' 2018-09-02 02:23:40,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4f3b79d4-fa87-471b-8896-71dd25da587a Date: Sun, 02 Sep 2018 02:23:40 GMT RESP BODY: {"network_id": "3da976c0-0ed9-4e6d-b03b-b7080c5d7b64", "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "subnet_id": "397cf7c1-9188-4084-87a8-b5062a47eef7", "subnet_ids": ["397cf7c1-9188-4084-87a8-b5062a47eef7"], "port_id": "358cd321-88ee-49c3-b226-27bcdbc159f4", "id": "1a57a701-3405-45aa-8020-afb82ee3ab3d"} 2018-09-02 02:23:40,805 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d/remove_router_interface.json used request id req-4f3b79d4-fa87-471b-8896-71dd25da587a 2018-09-02 02:23:40,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.64654684067s 2018-09-02 02:23:40,806 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d/remove_router_interface.json used request id req-4f3b79d4-fa87-471b-8896-71dd25da587a returning object 1a57a701-3405-45aa-8020-afb82ee3ab3d 2018-09-02 02:23:40,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 02:23:40,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:41,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1704 X-Openstack-Request-Id: req-c54c6283-951c-4bf3-898a-65111d2c69ed Date: Sun, 02 Sep 2018 02:23:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9f3a03ea9c714735950cb64c0a64453a", "created_at": "2018-09-02T01:53:36Z", "admin_state_up": true, "updated_at": "2018-09-02T02:23:40Z", "project_id": "9f3a03ea9c714735950cb64c0a64453a", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "1a57a701-3405-45aa-8020-afb82ee3ab3d", "name": "shaker-router_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5a0296eb74a4b6e817e67377065c6c0", "created_at": "2018-09-02T00:51:22Z", "admin_state_up": true, "updated_at": "2018-09-02T00:51:22Z", "project_id": "f5a0296eb74a4b6e817e67377065c6c0", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4857129b-82a9-44a5-9393-4e0914e1004f", "name": "tempest-pretest-check-233014650"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "created_at": "2018-09-02T00:51:51Z", "admin_state_up": false, "updated_at": "2018-09-02T00:51:51Z", "project_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "823db40e-5adb-450c-8053-408c95630c03", "name": "tempest-router-1082214639"}]} 2018-09-02 02:23:41,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c54c6283-951c-4bf3-898a-65111d2c69ed 2018-09-02 02:23:41,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.389400005341s 2018-09-02 02:23:41,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c54c6283-951c-4bf3-898a-65111d2c69ed 2018-09-02 02:23:41,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 02:23:41,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:42,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da2d7789-f42d-4f80-900d-24af0685fd27 Content-Length: 0 Date: Sun, 02 Sep 2018 02:23:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:23:42,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d.json used request id req-da2d7789-f42d-4f80-900d-24af0685fd27 2018-09-02 02:23:42,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.18048095703s 2018-09-02 02:23:42,379 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/1a57a701-3405-45aa-8020-afb82ee3ab3d.json used request id req-da2d7789-f42d-4f80-900d-24af0685fd27 2018-09-02 02:23:42,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 02:23:42,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:42,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-793af238-3a4a-408d-a634-73ea4fd992f3 Date: Sun, 02 Sep 2018 02:23:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T01:53:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"397cf7c1-9188-4084-87a8-b5062a47eef7","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"9f3a03ea9c714735950cb64c0a64453a","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"shaker-subnet_414f38af-9dd7-4644-b216-c1e7afd05577","enable_dhcp":true,"segment_id":null,"network_id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:36Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 02:23:42,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-793af238-3a4a-408d-a634-73ea4fd992f3 2018-09-02 02:23:42,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0406160354614s 2018-09-02 02:23:42,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-793af238-3a4a-408d-a634-73ea4fd992f3 2018-09-02 02:23:42,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 02:23:42,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/397cf7c1-9188-4084-87a8-b5062a47eef7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:43,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2677ee34-a543-45bf-af91-f40fdb81dbe2 Date: Sun, 02 Sep 2018 02:23:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:23:43,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/397cf7c1-9188-4084-87a8-b5062a47eef7.json used request id req-2677ee34-a543-45bf-af91-f40fdb81dbe2 2018-09-02 02:23:43,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.873730182648s 2018-09-02 02:23:43,296 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/397cf7c1-9188-4084-87a8-b5062a47eef7.json used request id req-2677ee34-a543-45bf-af91-f40fdb81dbe2 2018-09-02 02:23:43,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:23:43,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:43,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1430 X-Openstack-Request-Id: req-3aa940e4-a668-4709-8034-da6af94de631 Date: Sun, 02 Sep 2018 02:23:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3da976c0-0ed9-4e6d-b03b-b7080c5d7b64","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"9f3a03ea9c714735950cb64c0a64453a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:23:43Z","qos_policy_id":null,"name":"shaker-net_414f38af-9dd7-4644-b216-c1e7afd05577","admin_state_up":true,"tenant_id":"9f3a03ea9c714735950cb64c0a64453a","created_at":"2018-09-02T01:53:35Z","provider:network_type":"vxlan"}]} 2018-09-02 02:23:43,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3aa940e4-a668-4709-8034-da6af94de631 2018-09-02 02:23:43,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.081197977066s 2018-09-02 02:23:43,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3aa940e4-a668-4709-8034-da6af94de631 2018-09-02 02:23:43,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 02:23:43,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/3da976c0-0ed9-4e6d-b03b-b7080c5d7b64.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:44,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7c2881be-5801-4c9f-97ea-82a6bb559a92 Date: Sun, 02 Sep 2018 02:23:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:23:44,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/3da976c0-0ed9-4e6d-b03b-b7080c5d7b64.json used request id req-7c2881be-5801-4c9f-97ea-82a6bb559a92 2018-09-02 02:23:44,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.15455102921s 2018-09-02 02:23:44,534 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/3da976c0-0ed9-4e6d-b03b-b7080c5d7b64.json used request id req-7c2881be-5801-4c9f-97ea-82a6bb559a92 2018-09-02 02:23:44,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:23:44,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:44,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-f362805e-abab-49e7-978e-f1086799eabe Date: Sun, 02 Sep 2018 02:23:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T01:53:58Z", "file": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b/file", "owner": "9f3a03ea9c714735950cb64c0a64453a", "id": "029dab50-dbb1-417c-a638-adf26f98de8b", "size": 666173440, "self": "/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/029dab50-dbb1-417c-a638-adf26f98de8b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_414f38af-9dd7-4644-b216-c1e7afd05577", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-09-02T01:53:48Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:23:44,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f362805e-abab-49e7-978e-f1086799eabe 2018-09-02 02:23:44,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.26357293129s 2018-09-02 02:23:44,802 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f362805e-abab-49e7-978e-f1086799eabe 2018-09-02 02:23:44,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 02:23:44,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d6fea94378d52e2fac08e21efc82b3895bfaec42" 2018-09-02 02:23:45,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2de4cbf2-536c-483e-ad3d-4369a1d33dba Date: Sun, 02 Sep 2018 02:23:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:23:45,329 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b used request id req-2de4cbf2-536c-483e-ad3d-4369a1d33dba 2018-09-02 02:23:45,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.525645971298s 2018-09-02 02:23:45,330 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/029dab50-dbb1-417c-a638-adf26f98de8b used request id req-2de4cbf2-536c-483e-ad3d-4369a1d33dba 2018-09-02 02:23:45,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:23:45,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 02:23:45,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c47ec4a5-0275-4374-8164-cfda7ea0ba3a x-compute-request-id: req-c47ec4a5-0275-4374-8164-cfda7ea0ba3a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_414f38af-9dd7-4644-b216-c1e7afd05577", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "8753233a-fd4f-4556-ad23-0f4d126f25ee"}]} 2018-09-02 02:23:45,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-c47ec4a5-0275-4374-8164-cfda7ea0ba3a 2018-09-02 02:23:45,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.261965990067s 2018-09-02 02:23:45,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-c47ec4a5-0275-4374-8164-cfda7ea0ba3a 2018-09-02 02:23:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 02:23:45,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 02:23:45,623 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:23:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a30c4ded-00df-4717-a4b8-45f57a5c1f8c x-compute-request-id: req-a30c4ded-00df-4717-a4b8-45f57a5c1f8c Content-Length: 0 Content-Type: application/json 2018-09-02 02:23:45,623 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee used request id req-a30c4ded-00df-4717-a4b8-45f57a5c1f8c 2018-09-02 02:23:45,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0290160179138s 2018-09-02 02:23:45,623 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/8753233a-fd4f-4556-ad23-0f4d126f25ee used request id req-a30c4ded-00df-4717-a4b8-45f57a5c1f8c 2018-09-02 02:23:45,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:23:45,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 02:23:45,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38b7701-38b9-4908-a4d5-609c2479f4d1 Content-Encoding: gzip Content-Length: 964 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577", "links": {"self": "http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8e0e237104a4d8ca7dc28d3793c5643", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:23:45,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-f38b7701-38b9-4908-a4d5-609c2479f4d1 2018-09-02 02:23:45,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.254153013229s 2018-09-02 02:23:45,879 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-f38b7701-38b9-4908-a4d5-609c2479f4d1 2018-09-02 02:23:45,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:23:45,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 02:23:46,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-401a117e-b175-4156-828b-44a59f00fb28 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_414f38af-9dd7-4644-b216-c1e7afd05577", "links": {"self": "http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e8e0e237104a4d8ca7dc28d3793c5643", "description": null}} 2018-09-02 02:23:46,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643 used request id req-401a117e-b175-4156-828b-44a59f00fb28 2018-09-02 02:23:46,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214126825333s 2018-09-02 02:23:46,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643 used request id req-401a117e-b175-4156-828b-44a59f00fb28 2018-09-02 02:23:46,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 02:23:46,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 02:23:46,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66078753-c220-4972-9398-321656745eea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:23:46,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643 used request id req-66078753-c220-4972-9398-321656745eea 2018-09-02 02:23:46,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.320322036743s 2018-09-02 02:23:46,421 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/e8e0e237104a4d8ca7dc28d3793c5643 used request id req-66078753-c220-4972-9398-321656745eea 2018-09-02 02:23:46,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:23:46,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 02:23:46,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26381597-0eff-4b02-bd5f-876095275387 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a"}, "tags": [], "enabled": true, "id": "9f3a03ea9c714735950cb64c0a64453a", "parent_id": "default", "domain_id": "default", "name": "shaker-project_414f38af-9dd7-4644-b216-c1e7afd05577"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 02:23:46,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-26381597-0eff-4b02-bd5f-876095275387 2018-09-02 02:23:46,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178105115891s 2018-09-02 02:23:46,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-26381597-0eff-4b02-bd5f-876095275387 2018-09-02 02:23:46,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 02:23:46,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}824e82129e45248448d149a18a81895fcbc2211d" 2018-09-02 02:23:46,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6c167ca-f3e6-4e70-b456-9ab28396590b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:23:46,856 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a used request id req-a6c167ca-f3e6-4e70-b456-9ab28396590b 2018-09-02 02:23:46,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.245709896088s 2018-09-02 02:23:46,856 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/9f3a03ea9c714735950cb64c0a64453a used request id req-a6c167ca-f3e6-4e70-b456-9ab28396590b 2018-09-02 02:23:46,914 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-09-02 02:23:47,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:23:47,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:23:47,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:23:47,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:23:47,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:23:47,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:23:47,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:23:47,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:23:47,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:23:47,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c19082-6974-4bb6-b135-01fee02bd126 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:23:47,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-a0c19082-6974-4bb6-b135-01fee02bd126 2018-09-02 02:23:47,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:23:47,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:23:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["-hVYE1hDSm6Xqt42b5AriA"], "issued_at": "2018-09-02T02:23:47.000000Z"}} 2018-09-02 02:23:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:23:47,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:23:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d121f0d-1f64-4219-af4e-9ff850f1ccd1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:23:47,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-0d121f0d-1f64-4219-af4e-9ff850f1ccd1 2018-09-02 02:23:47,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:23:47,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:47,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08ee773f-cd93-4f89-870b-7e91f71c7e89 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:23:47,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-08ee773f-cd93-4f89-870b-7e91f71c7e89 2018-09-02 02:23:47,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180557966232s 2018-09-02 02:23:47,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-08ee773f-cd93-4f89-870b-7e91f71c7e89 2018-09-02 02:23:47,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:23:47,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}}' 2018-09-02 02:23:48,013 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:23:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a33b4c86-0c83-49a4-bee5-2b0d30ed74c4 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}} 2018-09-02 02:23:48,014 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-a33b4c86-0c83-49a4-bee5-2b0d30ed74c4 2018-09-02 02:23:48,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.148937940598s 2018-09-02 02:23:48,014 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-a33b4c86-0c83-49a4-bee5-2b0d30ed74c4 2018-09-02 02:23:48,015 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: snaps_smoke', u'tags': [], 'enabled': True, 'id': u'c88d8574e76842df9b264d10a80e1b56', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a'}) 2018-09-02 02:23:48,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:23:48,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e0eaf46b-1c23-4492-9464-730a0299b3c6", "email": null, "name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}}' 2018-09-02 02:23:48,482 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb35311a-de4a-44ef-bb5c-5577567278ef Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:23:48,482 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-bb35311a-de4a-44ef-bb5c-5577567278ef 2018-09-02 02:23:48,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.461344003677s 2018-09-02 02:23:48,483 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-bb35311a-de4a-44ef-bb5c-5577567278ef 2018-09-02 02:23:48,483 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'49714531b9e04a1f8d08e3d4cd964c71', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a'}) 2018-09-02 02:23:48,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:48,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:48,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8945de21-fcd5-4dab-902e-114aeff7479a Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:48,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8945de21-fcd5-4dab-902e-114aeff7479a 2018-09-02 02:23:48,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181437969208s 2018-09-02 02:23:48,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8945de21-fcd5-4dab-902e-114aeff7479a 2018-09-02 02:23:48,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:48,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:48,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad4a8105-9746-4a6e-9c03-3757bb7b6fd6 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:48,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-ad4a8105-9746-4a6e-9c03-3757bb7b6fd6 2018-09-02 02:23:48,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.137980937958s 2018-09-02 02:23:48,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-ad4a8105-9746-4a6e-9c03-3757bb7b6fd6 2018-09-02 02:23:48,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:48,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:48,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5592ba11-131b-4014-be2a-631756f3c3a5 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:48,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-5592ba11-131b-4014-be2a-631756f3c3a5 2018-09-02 02:23:48,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10831618309s 2018-09-02 02:23:48,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-5592ba11-131b-4014-be2a-631756f3c3a5 2018-09-02 02:23:48,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:23:48,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:49,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f7b1537-85af-4dfa-a342-251d5e2406a8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:23:49,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-4f7b1537-85af-4dfa-a342-251d5e2406a8 2018-09-02 02:23:49,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183027029037s 2018-09-02 02:23:49,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-4f7b1537-85af-4dfa-a342-251d5e2406a8 2018-09-02 02:23:49,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:23:49,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:49,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-167e3ae6-b7e9-4529-8cc8-7e920612d302 Content-Encoding: gzip Content-Length: 962 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:23:49,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-167e3ae6-b7e9-4529-8cc8-7e920612d302 2018-09-02 02:23:49,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192489862442s 2018-09-02 02:23:49,308 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-167e3ae6-b7e9-4529-8cc8-7e920612d302 2018-09-02 02:23:49,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:23:49,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:49,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eecde23-80d8-49d7-b6a7-5af3a4d84fe4 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:23:49,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-2eecde23-80d8-49d7-b6a7-5af3a4d84fe4 2018-09-02 02:23:49,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.177405118942s 2018-09-02 02:23:49,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-2eecde23-80d8-49d7-b6a7-5af3a4d84fe4 2018-09-02 02:23:49,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:23:49,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=c88d8574e76842df9b264d10a80e1b56" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:49,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051fdd18-0feb-4dac-bb55-01ee766a1832 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=c88d8574e76842df9b264d10a80e1b56", "previous": null, "next": null}} 2018-09-02 02:23:49,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=c88d8574e76842df9b264d10a80e1b56 used request id req-051fdd18-0feb-4dac-bb55-01ee766a1832 2018-09-02 02:23:49,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.139311075211s 2018-09-02 02:23:49,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=c88d8574e76842df9b264d10a80e1b56 used request id req-051fdd18-0feb-4dac-bb55-01ee766a1832 2018-09-02 02:23:49,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:23:49,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:49,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f9485b-fd1e-4bdd-8c4c-76901f8c7dc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:23:49,789 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-10f9485b-fd1e-4bdd-8c4c-76901f8c7dc6 2018-09-02 02:23:49,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.139822006226s 2018-09-02 02:23:49,789 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-10f9485b-fd1e-4bdd-8c4c-76901f8c7dc6 2018-09-02 02:23:49,790 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'c88d8574e76842df9b264d10a80e1b56', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e0eaf46b-1c23-4492-9464-730a0299b3c6', 'username': u'snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:23:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:23:49,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:23:49,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:23:49,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:23:49,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:23:49,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:23:49,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:23:49,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:23:49,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:23:49,796 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a', 'password': 'e0eaf46b-1c23-4492-9464-730a0299b3c6', 'project_name': 'snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'c88d8574e76842df9b264d10a80e1b56', 'project_domain_name': 'Default'} 2018-09-02 02:23:49,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:49,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:49,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04e44a8-1f9e-4129-b4ee-a961439e8e28 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:49,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c04e44a8-1f9e-4129-b4ee-a961439e8e28 2018-09-02 02:23:49,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107509851456s 2018-09-02 02:23:49,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c04e44a8-1f9e-4129-b4ee-a961439e8e28 2018-09-02 02:23:49,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:49,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:50,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c374c2fd-485c-43f6-9be0-443a8b24ba4f Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:50,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c374c2fd-485c-43f6-9be0-443a8b24ba4f 2018-09-02 02:23:50,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175135135651s 2018-09-02 02:23:50,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c374c2fd-485c-43f6-9be0-443a8b24ba4f 2018-09-02 02:23:50,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:23:50,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:50,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d62bdfc-ec75-40a8-8376-864dcbf4f54b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:23:50,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5d62bdfc-ec75-40a8-8376-864dcbf4f54b 2018-09-02 02:23:50,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203797101974s 2018-09-02 02:23:50,297 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5d62bdfc-ec75-40a8-8376-864dcbf4f54b 2018-09-02 02:23:50,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:23:50,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:50,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1a09011-090a-4d86-abf2-ed686c5d9af0 Content-Encoding: gzip Content-Length: 962 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:23:50,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b1a09011-090a-4d86-abf2-ed686c5d9af0 2018-09-02 02:23:50,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.132476091385s 2018-09-02 02:23:50,431 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b1a09011-090a-4d86-abf2-ed686c5d9af0 2018-09-02 02:23:50,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:23:50,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:50,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde1236b-3cf3-4cc3-8377-fa2202450480 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:23:50,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-bde1236b-3cf3-4cc3-8377-fa2202450480 2018-09-02 02:23:50,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0992910861969s 2018-09-02 02:23:50,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-bde1236b-3cf3-4cc3-8377-fa2202450480 2018-09-02 02:23:50,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:23:50,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=527a26856ff64a55b36113867c009231&scope.project.id=c88d8574e76842df9b264d10a80e1b56" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:50,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa1fb6b-1929-4b6d-abe8-5bac5ab4ee06 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=527a26856ff64a55b36113867c009231&scope.project.id=c88d8574e76842df9b264d10a80e1b56", "previous": null, "next": null}} 2018-09-02 02:23:50,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=527a26856ff64a55b36113867c009231&scope.project.id=c88d8574e76842df9b264d10a80e1b56 used request id req-3fa1fb6b-1929-4b6d-abe8-5bac5ab4ee06 2018-09-02 02:23:50,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.140743970871s 2018-09-02 02:23:50,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=527a26856ff64a55b36113867c009231&scope.project.id=c88d8574e76842df9b264d10a80e1b56 used request id req-3fa1fb6b-1929-4b6d-abe8-5bac5ab4ee06 2018-09-02 02:23:50,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:23:50,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:50,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fc8e94c-6596-4f53-8fc9-57469f41a295 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:23:50,865 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/527a26856ff64a55b36113867c009231 used request id req-5fc8e94c-6596-4f53-8fc9-57469f41a295 2018-09-02 02:23:50,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.169914007187s 2018-09-02 02:23:50,865 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/527a26856ff64a55b36113867c009231 used request id req-5fc8e94c-6596-4f53-8fc9-57469f41a295 2018-09-02 02:23:50,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:50,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:50,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a2205a5-1806-40db-81b2-a1c12270de16 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:50,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6a2205a5-1806-40db-81b2-a1c12270de16 2018-09-02 02:23:50,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1030189991s 2018-09-02 02:23:50,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-6a2205a5-1806-40db-81b2-a1c12270de16 2018-09-02 02:23:50,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:50,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:51,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace9a5aa-74a7-444c-bac0-6436c4b949df Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:51,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-ace9a5aa-74a7-444c-bac0-6436c4b949df 2018-09-02 02:23:51,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106338024139s 2018-09-02 02:23:51,084 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-ace9a5aa-74a7-444c-bac0-6436c4b949df 2018-09-02 02:23:51,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:23:51,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:51,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a804aa60-2f18-4be9-b574-fe0fff9e344a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:23:51,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-a804aa60-2f18-4be9-b574-fe0fff9e344a 2018-09-02 02:23:51,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103781938553s 2018-09-02 02:23:51,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-a804aa60-2f18-4be9-b574-fe0fff9e344a 2018-09-02 02:23:51,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:23:51,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:51,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9cc8f14-dcff-4888-8217-ec637acf3e82 Content-Encoding: gzip Content-Length: 962 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:23:51,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a9cc8f14-dcff-4888-8217-ec637acf3e82 2018-09-02 02:23:51,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116159915924s 2018-09-02 02:23:51,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a9cc8f14-dcff-4888-8217-ec637acf3e82 2018-09-02 02:23:51,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:23:51,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:51,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486349ae-fb02-4505-ac2c-616d264e3572 Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:23:51,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-486349ae-fb02-4505-ac2c-616d264e3572 2018-09-02 02:23:51,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103173971176s 2018-09-02 02:23:51,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-486349ae-fb02-4505-ac2c-616d264e3572 2018-09-02 02:23:51,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:23:51,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=c88d8574e76842df9b264d10a80e1b56" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:51,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d561574d-82ea-4aa5-98c0-b160eaaee1ba Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=c88d8574e76842df9b264d10a80e1b56", "previous": null, "next": null}} 2018-09-02 02:23:51,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=c88d8574e76842df9b264d10a80e1b56 used request id req-d561574d-82ea-4aa5-98c0-b160eaaee1ba 2018-09-02 02:23:51,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100289106369s 2018-09-02 02:23:51,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=49714531b9e04a1f8d08e3d4cd964c71&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=c88d8574e76842df9b264d10a80e1b56 used request id req-d561574d-82ea-4aa5-98c0-b160eaaee1ba 2018-09-02 02:23:51,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:23:51,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/98fe14e3daf64427bd45b683823b0719 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f15b42fc69a968c98d3d242c0b4d2e3eb70ea6bb" 2018-09-02 02:23:52,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96d45ba8-dd83-41cf-a3d4-505b076ad88b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:23:52,758 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/98fe14e3daf64427bd45b683823b0719 used request id req-96d45ba8-dd83-41cf-a3d4-505b076ad88b 2018-09-02 02:23:52,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 1.22089600563s 2018-09-02 02:23:52,758 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56/users/49714531b9e04a1f8d08e3d4cd964c71/roles/98fe14e3daf64427bd45b683823b0719 used request id req-96d45ba8-dd83-41cf-a3d4-505b076ad88b 2018-09-02 02:23:52,759 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-02 02:23:52,759 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-02 02:23:52,760 - openstack_tests - INFO - OS Credentials = > 2018-09-02 02:23:52,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-02 02:23:52,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-09-02 02:23:52,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-09-02 02:23:52,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-09-02 02:23:52,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-09-02 02:23:52,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-02 02:23:52,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:23:53,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}, {"id": "98fe14e3daf64427bd45b683823b0719", "name": "heat_stack_owner"}], "expires_at": "2018-09-02T03:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c88d8574e76842df9b264d10a80e1b56", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c88d8574e76842df9b264d10a80e1b56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/c88d8574e76842df9b264d10a80e1b56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/c88d8574e76842df9b264d10a80e1b56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c88d8574e76842df9b264d10a80e1b56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/c88d8574e76842df9b264d10a80e1b56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/c88d8574e76842df9b264d10a80e1b56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/c88d8574e76842df9b264d10a80e1b56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/c88d8574e76842df9b264d10a80e1b56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/c88d8574e76842df9b264d10a80e1b56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_c88d8574e76842df9b264d10a80e1b56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_c88d8574e76842df9b264d10a80e1b56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/c88d8574e76842df9b264d10a80e1b56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/c88d8574e76842df9b264d10a80e1b56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/c88d8574e76842df9b264d10a80e1b56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "id": "49714531b9e04a1f8d08e3d4cd964c71"}, "audit_ids": ["OdDLwW9kS6um6KDli_f5pQ"], "issued_at": "2018-09-02T02:23:53.000000Z"}} 2018-09-02 02:23:53,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.38:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa5d8cb3dfa5803aca3f50d729f1aefe468811" 2018-09-02 02:23:53,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-9c891a80-dbda-407f-94af-ab32877ac47a Date: Sun, 02 Sep 2018 02:23:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:23:53,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks?router%3Aexternal=True used request id req-9c891a80-dbda-407f-94af-ab32877ac47a 2018-09-02 02:23:53,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.38:9696/v2.0/subnets?network_id=0663b1a1-5d73-466a-9220-dafde1635b36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fa5d8cb3dfa5803aca3f50d729f1aefe468811" 2018-09-02 02:23:53,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-dc833608-daec-4cc2-9a2b-105fb80fdc9d Date: Sun, 02 Sep 2018 02:23:53 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 02:23:53,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets?network_id=0663b1a1-5d73-466a-9220-dafde1635b36 used request id req-dc833608-daec-4cc2-9a2b-105fb80fdc9d 2018-09-02 02:23:53,567 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-02 02:23:53,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:23:53,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:23:53,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:23:53,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:23:53,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:23:53,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:23:53,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:23:53,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:23:53,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:23:53,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:23:53,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-09-02 02:23:53,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:23:53,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740c5156-6781-484b-b404-a4f88e8a1073 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:23:53,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-740c5156-6781-484b-b404-a4f88e8a1073 2018-09-02 02:23:53,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:23:53,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["b4l2b_vNQ-S-EmpYMmKNsA"], "issued_at": "2018-09-02T02:23:53.000000Z"}} 2018-09-02 02:23:53,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}119954784344191ba9e1eb97c7cbc87b1361de5f" 2018-09-02 02:23:54,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95d996cb-f2ac-4dbf-bbec-047971507a5c x-compute-request-id: req-95d996cb-f2ac-4dbf-bbec-047971507a5c Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.38:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.65", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-09-02 02:23:54,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/ used request id req-95d996cb-f2ac-4dbf-bbec-047971507a5c 2018-09-02 02:23:54,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.584701061249s 2018-09-02 02:23:54,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/ used request id req-95d996cb-f2ac-4dbf-bbec-047971507a5c 2018-09-02 02:23:54,158 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.38:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.65', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-09-02 02:23:54,159 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-09-02 02:23:54,159 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-09-02 02:23:54,159 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-09-02 02:23:54,216 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-09-02 02:23:54,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:23:54,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:23:54,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:23:54,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:23:54,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:23:54,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:23:54,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:23:54,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:23:54,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:23:54,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:23:54,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:23:54,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f29e6c0c-d4fd-476d-b329-68e83ea5ebf9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:23:54,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-f29e6c0c-d4fd-476d-b329-68e83ea5ebf9 2018-09-02 02:23:54,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:23:54,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["q8Y3ULRfSG2-RTSqr_-O3Q"], "issued_at": "2018-09-02T02:23:54.000000Z"}} 2018-09-02 02:23:54,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:23:54,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:54,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-4753612f-c0f1-4e42-add1-75be9339ee66 Date: Sun, 02 Sep 2018 02:23:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:23:54,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4753612f-c0f1-4e42-add1-75be9339ee66 2018-09-02 02:23:54,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300487041473s 2018-09-02 02:23:54,950 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4753612f-c0f1-4e42-add1-75be9339ee66 2018-09-02 02:23:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:23:54,959 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c55e647a-185c-4215-b656-05db2e5983fc Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:23:54,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-c55e647a-185c-4215-b656-05db2e5983fc 2018-09-02 02:23:54,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:23:54,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:55,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f414770a-6c79-435b-b8eb-4618be0ebe7e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:23:55,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-f414770a-6c79-435b-b8eb-4618be0ebe7e 2018-09-02 02:23:55,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.139416217804s 2018-09-02 02:23:55,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-f414770a-6c79-435b-b8eb-4618be0ebe7e 2018-09-02 02:23:55,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:23:55,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc"}}' 2018-09-02 02:23:56,317 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:23:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de37c6be-b35d-4483-af53-395e198a5f7f Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691"}, "tags": [], "enabled": true, "id": "017b95e4ab174b0d82992b135902b691", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc"}} 2018-09-02 02:23:56,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-de37c6be-b35d-4483-af53-395e198a5f7f 2018-09-02 02:23:56,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 1.21023011208s 2018-09-02 02:23:56,318 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-de37c6be-b35d-4483-af53-395e198a5f7f 2018-09-02 02:23:56,318 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: neutron_trunk', u'tags': [], 'enabled': True, 'id': u'017b95e4ab174b0d82992b135902b691', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc'}) 2018-09-02 02:23:56,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:23:56,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "76ae31a4-cf2c-4b6f-8106-82bfd098e001", "email": null, "name": "neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc"}}' 2018-09-02 02:23:56,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa5a9d45-5f1c-43f3-aa20-f5a18507caf2 Content-Length: 328 Content-Type: application/json RESP BODY: {"user": {"name": "neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": {"self": "http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4a30e1ad3b724cad89f04a6ee3edd8bc", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:23:56,709 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-fa5a9d45-5f1c-43f3-aa20-f5a18507caf2 2018-09-02 02:23:56,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.383281946182s 2018-09-02 02:23:56,709 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-fa5a9d45-5f1c-43f3-aa20-f5a18507caf2 2018-09-02 02:23:56,710 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4a30e1ad3b724cad89f04a6ee3edd8bc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc'}) 2018-09-02 02:23:56,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:56,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:56,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-072231b4-fa23-4bed-be71-a6b8b3e90942 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:56,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-072231b4-fa23-4bed-be71-a6b8b3e90942 2018-09-02 02:23:56,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187540054321s 2018-09-02 02:23:56,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-072231b4-fa23-4bed-be71-a6b8b3e90942 2018-09-02 02:23:56,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:56,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:57,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b675edf-2062-45c4-9e27-5282d3f061ad Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:57,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0b675edf-2062-45c4-9e27-5282d3f061ad 2018-09-02 02:23:57,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101806879044s 2018-09-02 02:23:57,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-0b675edf-2062-45c4-9e27-5282d3f061ad 2018-09-02 02:23:57,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:57,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:57,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-468c0915-4329-4c8d-89f4-95c0f07b22e5 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:57,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-468c0915-4329-4c8d-89f4-95c0f07b22e5 2018-09-02 02:23:57,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0965261459351s 2018-09-02 02:23:57,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-468c0915-4329-4c8d-89f4-95c0f07b22e5 2018-09-02 02:23:57,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:23:57,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:57,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b3b52c3-119c-4bd6-8111-c7ee4f730779 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:23:57,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3b3b52c3-119c-4bd6-8111-c7ee4f730779 2018-09-02 02:23:57,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19286108017s 2018-09-02 02:23:57,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3b3b52c3-119c-4bd6-8111-c7ee4f730779 2018-09-02 02:23:57,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:23:57,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:57,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b15b5588-408d-48e6-8f60-5359af7e888d Content-Encoding: gzip Content-Length: 1022 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": {"self": "http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4a30e1ad3b724cad89f04a6ee3edd8bc", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:23:57,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b15b5588-408d-48e6-8f60-5359af7e888d 2018-09-02 02:23:57,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.153444051743s 2018-09-02 02:23:57,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-b15b5588-408d-48e6-8f60-5359af7e888d 2018-09-02 02:23:57,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:23:57,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:57,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc87d0ca-0d6d-46fd-9dfb-bf73a0e0f9ea Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691"}, "tags": [], "enabled": true, "id": "017b95e4ab174b0d82992b135902b691", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:23:57,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-cc87d0ca-0d6d-46fd-9dfb-bf73a0e0f9ea 2018-09-02 02:23:57,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102869987488s 2018-09-02 02:23:57,580 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-cc87d0ca-0d6d-46fd-9dfb-bf73a0e0f9ea 2018-09-02 02:23:57,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:23:57,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=017b95e4ab174b0d82992b135902b691" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:57,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-531cfcb5-5b7e-415d-b2cb-58751f78daee Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=017b95e4ab174b0d82992b135902b691", "previous": null, "next": null}} 2018-09-02 02:23:57,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=017b95e4ab174b0d82992b135902b691 used request id req-531cfcb5-5b7e-415d-b2cb-58751f78daee 2018-09-02 02:23:57,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.180721998215s 2018-09-02 02:23:57,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=017b95e4ab174b0d82992b135902b691 used request id req-531cfcb5-5b7e-415d-b2cb-58751f78daee 2018-09-02 02:23:57,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:23:57,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691/users/4a30e1ad3b724cad89f04a6ee3edd8bc/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:57,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05b334f6-d9e7-470f-b914-48b9267abc15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:23:57,998 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691/users/4a30e1ad3b724cad89f04a6ee3edd8bc/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-05b334f6-d9e7-470f-b914-48b9267abc15 2018-09-02 02:23:57,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.224539041519s 2018-09-02 02:23:57,998 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691/users/4a30e1ad3b724cad89f04a6ee3edd8bc/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-05b334f6-d9e7-470f-b914-48b9267abc15 2018-09-02 02:23:57,999 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'017b95e4ab174b0d82992b135902b691', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '76ae31a4-cf2c-4b6f-8106-82bfd098e001', 'username': u'neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:23:58,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:23:58,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:23:58,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:23:58,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:23:58,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:23:58,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:23:58,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:23:58,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:23:58,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:23:58,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:23:58,006 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc', 'password': '76ae31a4-cf2c-4b6f-8106-82bfd098e001', 'project_name': 'neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '017b95e4ab174b0d82992b135902b691', 'project_domain_name': 'Default'} 2018-09-02 02:23:58,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:58,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:58,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a71dff3-52a9-45eb-a556-23ed916276e3 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:58,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-1a71dff3-52a9-45eb-a556-23ed916276e3 2018-09-02 02:23:58,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0956308841705s 2018-09-02 02:23:58,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-1a71dff3-52a9-45eb-a556-23ed916276e3 2018-09-02 02:23:58,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:23:58,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:58,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19791d4e-f83c-4cf6-b787-cfa99c2f4659 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:23:58,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-19791d4e-f83c-4cf6-b787-cfa99c2f4659 2018-09-02 02:23:58,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105148077011s 2018-09-02 02:23:58,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-19791d4e-f83c-4cf6-b787-cfa99c2f4659 2018-09-02 02:23:58,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:23:58,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:58,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80d6156-692f-4a76-9582-32e084572d7b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:23:58,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-b80d6156-692f-4a76-9582-32e084572d7b 2018-09-02 02:23:58,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.162569046021s 2018-09-02 02:23:58,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-b80d6156-692f-4a76-9582-32e084572d7b 2018-09-02 02:23:58,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:23:58,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:58,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a7bd324-0045-4caa-b1f7-bad260a2d8a6 Content-Encoding: gzip Content-Length: 1022 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": {"self": "http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4a30e1ad3b724cad89f04a6ee3edd8bc", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:23:58,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-6a7bd324-0045-4caa-b1f7-bad260a2d8a6 2018-09-02 02:23:58,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.18822312355s 2018-09-02 02:23:58,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-6a7bd324-0045-4caa-b1f7-bad260a2d8a6 2018-09-02 02:23:58,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:23:58,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:58,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d739989a-4627-4e6c-adaa-c69116b4806c Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691"}, "tags": [], "enabled": true, "id": "017b95e4ab174b0d82992b135902b691", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:23:58,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-d739989a-4627-4e6c-adaa-c69116b4806c 2018-09-02 02:23:58,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0999531745911s 2018-09-02 02:23:58,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-d739989a-4627-4e6c-adaa-c69116b4806c 2018-09-02 02:23:58,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:23:58,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=527a26856ff64a55b36113867c009231&scope.project.id=017b95e4ab174b0d82992b135902b691" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:58,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7275cba6-d2b6-4505-b191-feae874eed13 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=527a26856ff64a55b36113867c009231&scope.project.id=017b95e4ab174b0d82992b135902b691", "previous": null, "next": null}} 2018-09-02 02:23:58,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=527a26856ff64a55b36113867c009231&scope.project.id=017b95e4ab174b0d82992b135902b691 used request id req-7275cba6-d2b6-4505-b191-feae874eed13 2018-09-02 02:23:58,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0990660190582s 2018-09-02 02:23:58,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=4a30e1ad3b724cad89f04a6ee3edd8bc&role.id=527a26856ff64a55b36113867c009231&scope.project.id=017b95e4ab174b0d82992b135902b691 used request id req-7275cba6-d2b6-4505-b191-feae874eed13 2018-09-02 02:23:58,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:23:58,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691/users/4a30e1ad3b724cad89f04a6ee3edd8bc/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:23:58,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c07e179-48b8-42d9-8786-85a4436bada8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:23:58,940 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691/users/4a30e1ad3b724cad89f04a6ee3edd8bc/roles/527a26856ff64a55b36113867c009231 used request id req-6c07e179-48b8-42d9-8786-85a4436bada8 2018-09-02 02:23:58,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143701791763s 2018-09-02 02:23:58,941 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691/users/4a30e1ad3b724cad89f04a6ee3edd8bc/roles/527a26856ff64a55b36113867c009231 used request id req-6c07e179-48b8-42d9-8786-85a4436bada8 2018-09-02 02:23:58,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 02:24:01,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 02:24:04,525 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1ac31e7f-8584-42d4-8077-7f37d8fb4c59 | 2018-09-02T02:24:04.125349 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1ac31e7f-8584-42d4-8077-7f37d8fb4c59 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 02:24:08,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 02:24:08,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 02:24:11,197 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 02:24:14,626 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=fb9ac602-6596-4ac5-b643-d56847b0d2a9) as the default verifier for the future CLI operations. 2018-09-02 02:24:17,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:24:17,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a4ac33-4af1-4c03-82c0-0fdc737288b2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:24:17,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-57a4ac33-4af1-4c03-82c0-0fdc737288b2 2018-09-02 02:24:17,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:24:18,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "017b95e4ab174b0d82992b135902b691", "name": "neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/017b95e4ab174b0d82992b135902b691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/017b95e4ab174b0d82992b135902b691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/017b95e4ab174b0d82992b135902b691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/017b95e4ab174b0d82992b135902b691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/017b95e4ab174b0d82992b135902b691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/017b95e4ab174b0d82992b135902b691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/017b95e4ab174b0d82992b135902b691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/017b95e4ab174b0d82992b135902b691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/017b95e4ab174b0d82992b135902b691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_017b95e4ab174b0d82992b135902b691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_017b95e4ab174b0d82992b135902b691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/017b95e4ab174b0d82992b135902b691", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/017b95e4ab174b0d82992b135902b691", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/017b95e4ab174b0d82992b135902b691", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc", "id": "4a30e1ad3b724cad89f04a6ee3edd8bc"}, "audit_ids": ["MbZ9IXX_Q6qF_1Ld1rlxYA"], "issued_at": "2018-09-02T02:24:18.000000Z"}} 2018-09-02 02:24:18,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 02:24:18,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:18,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-e2d92ce1-cd7c-4479-a4fa-c684ac8f1653 Date: Sun, 02 Sep 2018 02:24:18 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 02:24:18,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-e2d92ce1-cd7c-4479-a4fa-c684ac8f1653 2018-09-02 02:24:18,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.275586128235s 2018-09-02 02:24:18,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-e2d92ce1-cd7c-4479-a4fa-c684ac8f1653 2018-09-02 02:24:18,558 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-09-02 02:24:18,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 02:24:18,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '{"network": {"shared": true, "name": "neutron_trunk-net_2f9bd4a8-c884-401e-b515-00402a9734cc", "admin_state_up": true}}' 2018-09-02 02:24:18,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-759ee4e9-8529-4d8c-9185-5664f00bda0f Date: Sun, 02 Sep 2018 02:24:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bdde33be-f726-4b93-a25d-4bc968838e50","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"017b95e4ab174b0d82992b135902b691","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:24:18Z","is_default":false,"qos_policy_id":null,"name":"neutron_trunk-net_2f9bd4a8-c884-401e-b515-00402a9734cc","admin_state_up":true,"tenant_id":"017b95e4ab174b0d82992b135902b691","created_at":"2018-09-02T02:24:18Z","mtu":1450}} 2018-09-02 02:24:18,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-759ee4e9-8529-4d8c-9185-5664f00bda0f 2018-09-02 02:24:18,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.318490982056s 2018-09-02 02:24:18,878 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-759ee4e9-8529-4d8c-9185-5664f00bda0f 2018-09-02 02:24:18,878 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T02:24:18Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bdde33be-f726-4b93-a25d-4bc968838e50', u'provider:segmentation_id': 59, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'neutron_trunk-net_2f9bd4a8-c884-401e-b515-00402a9734cc', u'created_at': u'2018-09-02T02:24:18Z', u'mtu': 1450, u'tenant_id': u'017b95e4ab174b0d82992b135902b691', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'017b95e4ab174b0d82992b135902b691', u'l2_adjacency': True}) 2018-09-02 02:24:18,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:24:18,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:19,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1431 X-Openstack-Request-Id: req-79c76ab6-38e4-4cb0-925d-ba0d162c7813 Date: Sun, 02 Sep 2018 02:24:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"bdde33be-f726-4b93-a25d-4bc968838e50","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"017b95e4ab174b0d82992b135902b691","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:24:18Z","qos_policy_id":null,"name":"neutron_trunk-net_2f9bd4a8-c884-401e-b515-00402a9734cc","admin_state_up":true,"tenant_id":"017b95e4ab174b0d82992b135902b691","created_at":"2018-09-02T02:24:18Z","provider:network_type":"vxlan"}]} 2018-09-02 02:24:19,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-79c76ab6-38e4-4cb0-925d-ba0d162c7813 2018-09-02 02:24:19,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127794981003s 2018-09-02 02:24:19,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-79c76ab6-38e4-4cb0-925d-ba0d162c7813 2018-09-02 02:24:19,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 02:24:19,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '{"subnet": {"name": "neutron_trunk-subnet_2f9bd4a8-c884-401e-b515-00402a9734cc", "enable_dhcp": true, "network_id": "bdde33be-f726-4b93-a25d-4bc968838e50", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 02:24:19,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-dda3bd5b-1f42-4714-83e8-3330dab95a24 Date: Sun, 02 Sep 2018 02:24:19 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T02:24:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"6864922d-4d5f-4a8a-b2ae-62d2830586c6","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"017b95e4ab174b0d82992b135902b691","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_2f9bd4a8-c884-401e-b515-00402a9734cc","enable_dhcp":true,"segment_id":null,"network_id":"bdde33be-f726-4b93-a25d-4bc968838e50","tenant_id":"017b95e4ab174b0d82992b135902b691","created_at":"2018-09-02T02:24:19Z","ip_version":4}} 2018-09-02 02:24:19,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-dda3bd5b-1f42-4714-83e8-3330dab95a24 2018-09-02 02:24:19,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.722919940948s 2018-09-02 02:24:19,732 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-dda3bd5b-1f42-4714-83e8-3330dab95a24 2018-09-02 02:24:19,733 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:24:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6864922d-4d5f-4a8a-b2ae-62d2830586c6', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_2f9bd4a8-c884-401e-b515-00402a9734cc', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'bdde33be-f726-4b93-a25d-4bc968838e50', u'tenant_id': u'017b95e4ab174b0d82992b135902b691', u'created_at': u'2018-09-02T02:24:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'017b95e4ab174b0d82992b135902b691'}) 2018-09-02 02:24:19,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 02:24:19,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "neutron_trunk-router_2f9bd4a8-c884-401e-b515-00402a9734cc", "admin_state_up": true}}' 2018-09-02 02:24:21,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-edb4e6ba-520e-4313-a590-3c6536984322 Date: Sun, 02 Sep 2018 02:24:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.215"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "017b95e4ab174b0d82992b135902b691", "created_at": "2018-09-02T02:24:19Z", "admin_state_up": true, "updated_at": "2018-09-02T02:24:20Z", "project_id": "017b95e4ab174b0d82992b135902b691", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "5e87f095-436f-41bc-a879-7e5b7d64dc43", "name": "neutron_trunk-router_2f9bd4a8-c884-401e-b515-00402a9734cc"}} 2018-09-02 02:24:21,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-edb4e6ba-520e-4313-a590-3c6536984322 2018-09-02 02:24:21,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.61388897896s 2018-09-02 02:24:21,348 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-edb4e6ba-520e-4313-a590-3c6536984322 2018-09-02 02:24:21,348 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:24:20Z', u'revision_number': 2, u'ha': False, u'id': u'5e87f095-436f-41bc-a879-7e5b7d64dc43', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.215'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-router_2f9bd4a8-c884-401e-b515-00402a9734cc', u'admin_state_up': True, u'tenant_id': u'017b95e4ab174b0d82992b135902b691', u'created_at': u'2018-09-02T02:24:19Z', u'flavor_id': None, u'routes': [], u'project_id': u'017b95e4ab174b0d82992b135902b691'}) 2018-09-02 02:24:21,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 02:24:21,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '{"subnet_id": "6864922d-4d5f-4a8a-b2ae-62d2830586c6"}' 2018-09-02 02:24:23,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-37c9947c-118d-45dd-b676-bdccd9e470d6 Date: Sun, 02 Sep 2018 02:24:23 GMT RESP BODY: {"network_id": "bdde33be-f726-4b93-a25d-4bc968838e50", "tenant_id": "017b95e4ab174b0d82992b135902b691", "subnet_id": "6864922d-4d5f-4a8a-b2ae-62d2830586c6", "subnet_ids": ["6864922d-4d5f-4a8a-b2ae-62d2830586c6"], "port_id": "6460d9b8-6539-408b-87bd-f6931be78940", "id": "5e87f095-436f-41bc-a879-7e5b7d64dc43"} 2018-09-02 02:24:23,469 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43/add_router_interface.json used request id req-37c9947c-118d-45dd-b676-bdccd9e470d6 2018-09-02 02:24:23,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.12079000473s 2018-09-02 02:24:23,470 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43/add_router_interface.json used request id req-37c9947c-118d-45dd-b676-bdccd9e470d6 returning object 5e87f095-436f-41bc-a879-7e5b7d64dc43 2018-09-02 02:24:23,470 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 02:24:23,603 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 02:24:23,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:24:23,609 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 02:24:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 02:24:23,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:24:23,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:23,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7bf1438e-dc11-4bf9-b98b-bac58e71508e Date: Sun, 02 Sep 2018 02:24:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:24:23,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-7bf1438e-dc11-4bf9-b98b-bac58e71508e 2018-09-02 02:24:23,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285562038422s 2018-09-02 02:24:23,897 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-7bf1438e-dc11-4bf9-b98b-bac58e71508e 2018-09-02 02:24:23,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 02:24:23,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc"}' 2018-09-02 02:24:23,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d11e2e4f-9d20-460c-a31a-6d6be1491a89 Date: Sun, 02 Sep 2018 02:24:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:24:23Z", "file": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file", "owner": "017b95e4ab174b0d82992b135902b691", "id": "74c55a9d-8170-432d-a73b-e44508a16b35", "size": null, "self": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "checksum": null, "created_at": "2018-09-02T02:24:23Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 02:24:23,953 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-d11e2e4f-9d20-460c-a31a-6d6be1491a89 2018-09-02 02:24:23,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0485029220581s 2018-09-02 02:24:23,954 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-d11e2e4f-9d20-460c-a31a-6d6be1491a89 returning object 74c55a9d-8170-432d-a73b-e44508a16b35 2018-09-02 02:24:23,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 02:24:23,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '' 2018-09-02 02:24:25,193 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f0e50607-1624-466c-83af-1a7eac8ba524 Date: Sun, 02 Sep 2018 02:24:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:24:25,194 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file used request id req-f0e50607-1624-466c-83af-1a7eac8ba524 2018-09-02 02:24:25,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23925304413s 2018-09-02 02:24:25,194 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file used request id req-f0e50607-1624-466c-83af-1a7eac8ba524 2018-09-02 02:24:25,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:24:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:25,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-b7192d1c-56c2-4dee-8bbe-d76f7bae9b42 Date: Sun, 02 Sep 2018 02:24:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:24:25Z", "file": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file", "owner": "017b95e4ab174b0d82992b135902b691", "id": "74c55a9d-8170-432d-a73b-e44508a16b35", "size": 12716032, "self": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T02:24:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:24:25,224 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b7192d1c-56c2-4dee-8bbe-d76f7bae9b42 2018-09-02 02:24:25,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.025463104248s 2018-09-02 02:24:25,224 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b7192d1c-56c2-4dee-8bbe-d76f7bae9b42 2018-09-02 02:24:25,226 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap', u'metadata': Munch({})})], 'file': u'/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file', 'owner': u'017b95e4ab174b0d82992b135902b691', 'id': u'74c55a9d-8170-432d-a73b-e44508a16b35', 'size': 12716032, u'self': u'/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'017b95e4ab174b0d82992b135902b691', 'name': 'neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T02:24:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T02:24:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc', 'created': u'2018-09-02T02:24:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T02:24:23Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 02:24:25,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 02:24:25,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_2f9bd4a8-c884-401e-b515-00402a9734cc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 02:24:25,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46e33f60-6cb8-43e7-9689-bf7985c5e48a x-compute-request-id: req-46e33f60-6cb8-43e7-9689-bf7985c5e48a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/c4f28686-b36f-4c70-a218-82a742219b72", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "c4f28686-b36f-4c70-a218-82a742219b72"}} 2018-09-02 02:24:25,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-46e33f60-6cb8-43e7-9689-bf7985c5e48a 2018-09-02 02:24:25,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.348531007767s 2018-09-02 02:24:25,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-46e33f60-6cb8-43e7-9689-bf7985c5e48a 2018-09-02 02:24:25,576 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_2f9bd4a8-c884-401e-b515-00402a9734cc', 'ephemeral': 0, 'ram': 512, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'c4f28686-b36f-4c70-a218-82a742219b72', 'swap': 0}) 2018-09-02 02:24:25,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 02:24:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" -d '{"extra_specs": {}}' 2018-09-02 02:24:25,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0e25a7a-64d0-44a6-89ad-d636c08b7aac x-compute-request-id: req-a0e25a7a-64d0-44a6-89ad-d636c08b7aac Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 02:24:25,604 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72/os-extra_specs used request id req-a0e25a7a-64d0-44a6-89ad-d636c08b7aac 2018-09-02 02:24:25,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0270218849182s 2018-09-02 02:24:25,604 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72/os-extra_specs used request id req-a0e25a7a-64d0-44a6-89ad-d636c08b7aac 2018-09-02 02:24:25,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:24:25,610 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-221d84eb-0e47-4823-8c2c-1788db840bae Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:24:25,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-221d84eb-0e47-4823-8c2c-1788db840bae 2018-09-02 02:24:25,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:24:25,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:25,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0daa954-90f6-4dcc-b264-9ddfe09ed15b Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:24:25,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-d0daa954-90f6-4dcc-b264-9ddfe09ed15b 2018-09-02 02:24:25,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192363023758s 2018-09-02 02:24:25,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-d0daa954-90f6-4dcc-b264-9ddfe09ed15b 2018-09-02 02:24:25,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:24:25,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:26,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584c0760-75fa-472f-9ca0-89720849549a Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:24:26,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-584c0760-75fa-472f-9ca0-89720849549a 2018-09-02 02:24:26,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195619821548s 2018-09-02 02:24:26,007 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-584c0760-75fa-472f-9ca0-89720849549a 2018-09-02 02:24:26,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 02:24:26,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:26,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f7c6530-5382-4561-8921-133640d4de9f x-compute-request-id: req-3f7c6530-5382-4561-8921-133640d4de9f Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 18}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 143, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 143, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-02 02:24:26,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-3f7c6530-5382-4561-8921-133640d4de9f 2018-09-02 02:24:26,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.297852993011s 2018-09-02 02:24:26,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/os-hypervisors/detail used request id req-3f7c6530-5382-4561-8921-133640d4de9f 2018-09-02 02:24:26,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:24:26,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:26,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-832a3083-c782-4e6b-9069-5c68c5525605 Date: Sun, 02 Sep 2018 02:24:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:24:25Z", "file": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file", "owner": "017b95e4ab174b0d82992b135902b691", "id": "74c55a9d-8170-432d-a73b-e44508a16b35", "size": 12716032, "self": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T02:24:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:24:26,345 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-832a3083-c782-4e6b-9069-5c68c5525605 2018-09-02 02:24:26,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0231139659882s 2018-09-02 02:24:26,345 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-832a3083-c782-4e6b-9069-5c68c5525605 2018-09-02 02:24:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 02:24:26,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc"}' 2018-09-02 02:24:26,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-84f85c0d-51c1-4c5a-8f0a-6e97e4c7ba79 Date: Sun, 02 Sep 2018 02:24:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:24:26Z", "file": "/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/file", "owner": "017b95e4ab174b0d82992b135902b691", "id": "baa43a63-262d-45d0-8ff6-f9909f5865c6", "size": null, "self": "/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "checksum": null, "created_at": "2018-09-02T02:24:26Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 02:24:26,404 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-84f85c0d-51c1-4c5a-8f0a-6e97e4c7ba79 2018-09-02 02:24:26,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0507068634033s 2018-09-02 02:24:26,404 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-84f85c0d-51c1-4c5a-8f0a-6e97e4c7ba79 returning object baa43a63-262d-45d0-8ff6-f9909f5865c6 2018-09-02 02:24:26,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 02:24:26,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '' 2018-09-02 02:24:27,277 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2644735e-3994-4dad-9495-35c0d978b016 Date: Sun, 02 Sep 2018 02:24:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:24:27,277 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/file used request id req-2644735e-3994-4dad-9495-35c0d978b016 2018-09-02 02:24:27,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.872096061707s 2018-09-02 02:24:27,277 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/file used request id req-2644735e-3994-4dad-9495-35c0d978b016 2018-09-02 02:24:27,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:24:27,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:24:27,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-04fc5129-ab69-444f-8eb0-b7957c5d841c Date: Sun, 02 Sep 2018 02:24:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:24:27Z", "file": "/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/file", "owner": "017b95e4ab174b0d82992b135902b691", "id": "baa43a63-262d-45d0-8ff6-f9909f5865c6", "size": 12716032, "self": "/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T02:24:26Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:24:25Z", "file": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file", "owner": "017b95e4ab174b0d82992b135902b691", "id": "74c55a9d-8170-432d-a73b-e44508a16b35", "size": 12716032, "self": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T02:24:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:24:27,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-04fc5129-ab69-444f-8eb0-b7957c5d841c 2018-09-02 02:24:27,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.025731086731s 2018-09-02 02:24:27,308 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-04fc5129-ab69-444f-8eb0-b7957c5d841c 2018-09-02 02:24:27,310 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/file', 'owner': u'017b95e4ab174b0d82992b135902b691', 'id': u'baa43a63-262d-45d0-8ff6-f9909f5865c6', 'size': 12716032, u'self': u'/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'017b95e4ab174b0d82992b135902b691', 'name': 'neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baa43a63-262d-45d0-8ff6-f9909f5865c6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T02:24:27Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T02:24:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc', 'created': u'2018-09-02T02:24:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T02:24:26Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2f9bd4a8-c884-401e-b515-00402a9734cc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 02:24:27,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 02:24:27,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 02:24:27,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccaf0560-e248-476f-ad6c-6221baa4f871 x-compute-request-id: req-ccaf0560-e248-476f-ad6c-6221baa4f871 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "43590e5b-2688-4b2a-9290-3d85cf27f4d9"}} 2018-09-02 02:24:27,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-ccaf0560-e248-476f-ad6c-6221baa4f871 2018-09-02 02:24:27,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0354220867157s 2018-09-02 02:24:27,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-ccaf0560-e248-476f-ad6c-6221baa4f871 2018-09-02 02:24:27,348 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2f9bd4a8-c884-401e-b515-00402a9734cc', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'43590e5b-2688-4b2a-9290-3d85cf27f4d9', 'swap': 0}) 2018-09-02 02:24:27,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 02:24:27,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" -d '{"extra_specs": {}}' 2018-09-02 02:24:27,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:24:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c653e45e-a815-4592-ae4a-24b447434495 x-compute-request-id: req-c653e45e-a815-4592-ae4a-24b447434495 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 02:24:27,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9/os-extra_specs used request id req-c653e45e-a815-4592-ae4a-24b447434495 2018-09-02 02:24:27,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0261149406433s 2018-09-02 02:24:27,375 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9/os-extra_specs used request id req-c653e45e-a815-4592-ae4a-24b447434495 2018-09-02 02:24:27,375 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2f9bd4a8-c884-401e-b515-00402a9734cc', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 1, 'id': u'43590e5b-2688-4b2a-9290-3d85cf27f4d9', 'swap': 0}) 2018-09-02 02:24:30,856 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 02:24:30,857 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 02:24:30,857 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 02:24:30,860 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 02:24:30,863 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 02:24:34,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-fb9ac602-6596-4ac5-b643-d56847b0d2a9/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-09-02 02:24:34,328 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 02:24:34,329 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 02:24:34,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-09-02 02:26:32,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 3637a480-d82f-4200-a51a-925cac8734ba 2018-09-02 02:26:32,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '3637a480-d82f-4200-a51a-925cac8734ba']'. 2018-09-02 02:26:33,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 02:26:33,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 02:26:33,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 02:26:33,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 3637a480-d82f-4200-a51a-925cac8734ba | 2018-09-02 02:26:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 02:26:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 02:24:36 | 2018-09-02 02:26:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 02:26:32 | 2018-09-02 02:26:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:56 | 2018-09-02 02:26:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 02:26:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 02:26:33,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: fb9ac602-6596-4ac5-b643-d56847b0d2a9) | 2018-09-02 02:26:33,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 02:26:33,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1ac31e7f-8584-42d4-8077-7f37d8fb4c59) | 2018-09-02 02:26:33,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-09-02 02:26:33,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 104.159 | 2018-09-02 02:26:33,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-09-02 02:26:33,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-09-02 02:26:33,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 02:26:33,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 02:26:33,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 02:26:33,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 02:26:33,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 02:26:33,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 02:26:33,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-09-02 02:26:33,992 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 02:26:33,993 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:15 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-09-02 02:26:33,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 02:26:34,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:35,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d58d89eb-b04b-4731-af7c-091b9b1c92ec Date: Sun, 02 Sep 2018 02:26:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:26:35,351 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6 used request id req-d58d89eb-b04b-4731-af7c-091b9b1c92ec 2018-09-02 02:26:35,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.35271477699s 2018-09-02 02:26:35,351 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/baa43a63-262d-45d0-8ff6-f9909f5865c6 used request id req-d58d89eb-b04b-4731-af7c-091b9b1c92ec 2018-09-02 02:26:35,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:26:35,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:35,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c41167f0-9e03-4c66-8b7b-5d9d449896be x-compute-request-id: req-c41167f0-9e03-4c66-8b7b-5d9d449896be Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "43590e5b-2688-4b2a-9290-3d85cf27f4d9"}, {"name": "neutron_trunk-flavor_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/c4f28686-b36f-4c70-a218-82a742219b72", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "c4f28686-b36f-4c70-a218-82a742219b72"}]} 2018-09-02 02:26:35,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-c41167f0-9e03-4c66-8b7b-5d9d449896be 2018-09-02 02:26:35,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026762008667s 2018-09-02 02:26:35,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-c41167f0-9e03-4c66-8b7b-5d9d449896be 2018-09-02 02:26:35,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 02:26:35,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:35,428 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a89a46e5-c5a0-4516-8ed4-3a8f3b2da46e x-compute-request-id: req-a89a46e5-c5a0-4516-8ed4-3a8f3b2da46e Content-Length: 0 Content-Type: application/json 2018-09-02 02:26:35,428 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9 used request id req-a89a46e5-c5a0-4516-8ed4-3a8f3b2da46e 2018-09-02 02:26:35,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0464770793915s 2018-09-02 02:26:35,429 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/43590e5b-2688-4b2a-9290-3d85cf27f4d9 used request id req-a89a46e5-c5a0-4516-8ed4-3a8f3b2da46e 2018-09-02 02:26:35,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 02:26:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" -d '{"subnet_id": "6864922d-4d5f-4a8a-b2ae-62d2830586c6"}' 2018-09-02 02:26:37,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2bda754f-dffe-4d3f-9286-5e37e7913568 Date: Sun, 02 Sep 2018 02:26:37 GMT RESP BODY: {"network_id": "bdde33be-f726-4b93-a25d-4bc968838e50", "tenant_id": "017b95e4ab174b0d82992b135902b691", "subnet_id": "6864922d-4d5f-4a8a-b2ae-62d2830586c6", "subnet_ids": ["6864922d-4d5f-4a8a-b2ae-62d2830586c6"], "port_id": "6460d9b8-6539-408b-87bd-f6931be78940", "id": "5e87f095-436f-41bc-a879-7e5b7d64dc43"} 2018-09-02 02:26:37,383 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43/remove_router_interface.json used request id req-2bda754f-dffe-4d3f-9286-5e37e7913568 2018-09-02 02:26:37,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.95413899422s 2018-09-02 02:26:37,384 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43/remove_router_interface.json used request id req-2bda754f-dffe-4d3f-9286-5e37e7913568 returning object 5e87f095-436f-41bc-a879-7e5b7d64dc43 2018-09-02 02:26:37,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 02:26:37,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:37,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1711 X-Openstack-Request-Id: req-eb94c4f2-0e81-40a2-a53d-92c862d640f5 Date: Sun, 02 Sep 2018 02:26:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5a0296eb74a4b6e817e67377065c6c0", "created_at": "2018-09-02T00:51:22Z", "admin_state_up": true, "updated_at": "2018-09-02T00:51:22Z", "project_id": "f5a0296eb74a4b6e817e67377065c6c0", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4857129b-82a9-44a5-9393-4e0914e1004f", "name": "tempest-pretest-check-233014650"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.215"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "017b95e4ab174b0d82992b135902b691", "created_at": "2018-09-02T02:24:19Z", "admin_state_up": true, "updated_at": "2018-09-02T02:26:36Z", "project_id": "017b95e4ab174b0d82992b135902b691", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "5e87f095-436f-41bc-a879-7e5b7d64dc43", "name": "neutron_trunk-router_2f9bd4a8-c884-401e-b515-00402a9734cc"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "created_at": "2018-09-02T00:51:51Z", "admin_state_up": false, "updated_at": "2018-09-02T00:51:51Z", "project_id": "06c3eba207ca4ddd82ef5dc19c5b7d07", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "823db40e-5adb-450c-8053-408c95630c03", "name": "tempest-router-1082214639"}]} 2018-09-02 02:26:37,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-eb94c4f2-0e81-40a2-a53d-92c862d640f5 2018-09-02 02:26:37,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120968103409s 2018-09-02 02:26:37,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-eb94c4f2-0e81-40a2-a53d-92c862d640f5 2018-09-02 02:26:37,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 02:26:37,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:38,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-218c91e6-b0c0-4515-9703-8ad3f5bb57e2 Content-Length: 0 Date: Sun, 02 Sep 2018 02:26:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:26:38,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43.json used request id req-218c91e6-b0c0-4515-9703-8ad3f5bb57e2 2018-09-02 02:26:38,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26940917969s 2018-09-02 02:26:38,777 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/5e87f095-436f-41bc-a879-7e5b7d64dc43.json used request id req-218c91e6-b0c0-4515-9703-8ad3f5bb57e2 2018-09-02 02:26:38,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 02:26:38,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:38,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-7ad74bab-d5d2-4f81-8f6a-411513b20bb1 Date: Sun, 02 Sep 2018 02:26:38 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T02:24:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"6864922d-4d5f-4a8a-b2ae-62d2830586c6","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"017b95e4ab174b0d82992b135902b691","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_2f9bd4a8-c884-401e-b515-00402a9734cc","enable_dhcp":true,"segment_id":null,"network_id":"bdde33be-f726-4b93-a25d-4bc968838e50","tenant_id":"017b95e4ab174b0d82992b135902b691","created_at":"2018-09-02T02:24:19Z","ip_version":4},{"updated_at":"2018-09-02T00:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"b78c08af4f41459f88b715e0581e7c1c","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0663b1a1-5d73-466a-9220-dafde1635b36","tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:31Z","ip_version":4}]} 2018-09-02 02:26:38,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-7ad74bab-d5d2-4f81-8f6a-411513b20bb1 2018-09-02 02:26:38,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0389850139618s 2018-09-02 02:26:38,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-7ad74bab-d5d2-4f81-8f6a-411513b20bb1 2018-09-02 02:26:38,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 02:26:38,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/6864922d-4d5f-4a8a-b2ae-62d2830586c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:39,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b95800d-eda7-4459-847a-785e8fce9887 Date: Sun, 02 Sep 2018 02:26:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:26:39,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/6864922d-4d5f-4a8a-b2ae-62d2830586c6.json used request id req-6b95800d-eda7-4459-847a-785e8fce9887 2018-09-02 02:26:39,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0897231102s 2018-09-02 02:26:39,909 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/6864922d-4d5f-4a8a-b2ae-62d2830586c6.json used request id req-6b95800d-eda7-4459-847a-785e8fce9887 2018-09-02 02:26:39,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:26:39,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:39,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1437 X-Openstack-Request-Id: req-c67ce23a-2c32-4459-b112-27529ba40505 Date: Sun, 02 Sep 2018 02:26:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bdde33be-f726-4b93-a25d-4bc968838e50","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"017b95e4ab174b0d82992b135902b691","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:26:39Z","qos_policy_id":null,"name":"neutron_trunk-net_2f9bd4a8-c884-401e-b515-00402a9734cc","admin_state_up":true,"tenant_id":"017b95e4ab174b0d82992b135902b691","created_at":"2018-09-02T02:24:18Z","provider:network_type":"vxlan"}]} 2018-09-02 02:26:39,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c67ce23a-2c32-4459-b112-27529ba40505 2018-09-02 02:26:39,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0858860015869s 2018-09-02 02:26:39,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c67ce23a-2c32-4459-b112-27529ba40505 2018-09-02 02:26:39,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 02:26:39,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/bdde33be-f726-4b93-a25d-4bc968838e50.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:41,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-beeafae6-aecb-41c5-aab6-3e9e062da673 Date: Sun, 02 Sep 2018 02:26:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:26:41,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/bdde33be-f726-4b93-a25d-4bc968838e50.json used request id req-beeafae6-aecb-41c5-aab6-3e9e062da673 2018-09-02 02:26:41,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.3342628479s 2018-09-02 02:26:41,332 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/bdde33be-f726-4b93-a25d-4bc968838e50.json used request id req-beeafae6-aecb-41c5-aab6-3e9e062da673 2018-09-02 02:26:41,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:26:41,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:41,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-27f42a2e-1bf8-4af4-b94c-bc1dd2119a5b Date: Sun, 02 Sep 2018 02:26:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:24:25Z", "file": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35/file", "owner": "017b95e4ab174b0d82992b135902b691", "id": "74c55a9d-8170-432d-a73b-e44508a16b35", "size": 12716032, "self": "/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/74c55a9d-8170-432d-a73b-e44508a16b35/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2f9bd4a8-c884-401e-b515-00402a9734cc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T02:24:23Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:26:41,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-27f42a2e-1bf8-4af4-b94c-bc1dd2119a5b 2018-09-02 02:26:41,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0253090858459s 2018-09-02 02:26:41,362 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-27f42a2e-1bf8-4af4-b94c-bc1dd2119a5b 2018-09-02 02:26:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 02:26:41,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d0723f627909a810faef39f94fe477127c8b812c" 2018-09-02 02:26:41,678 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47200aaf-60e5-4e16-a20e-ed1eed0622d6 Date: Sun, 02 Sep 2018 02:26:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:26:41,678 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35 used request id req-47200aaf-60e5-4e16-a20e-ed1eed0622d6 2018-09-02 02:26:41,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.313966989517s 2018-09-02 02:26:41,678 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/74c55a9d-8170-432d-a73b-e44508a16b35 used request id req-47200aaf-60e5-4e16-a20e-ed1eed0622d6 2018-09-02 02:26:41,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:26:41,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:41,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-376d01d6-9dfa-4e7d-8567-875ed4193e8b x-compute-request-id: req-376d01d6-9dfa-4e7d-8567-875ed4193e8b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/c4f28686-b36f-4c70-a218-82a742219b72", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "c4f28686-b36f-4c70-a218-82a742219b72"}]} 2018-09-02 02:26:41,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-376d01d6-9dfa-4e7d-8567-875ed4193e8b 2018-09-02 02:26:41,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235948562622s 2018-09-02 02:26:41,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-376d01d6-9dfa-4e7d-8567-875ed4193e8b 2018-09-02 02:26:41,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 02:26:41,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:41,731 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-540cd729-02f5-4205-abbe-787a3c65b2aa x-compute-request-id: req-540cd729-02f5-4205-abbe-787a3c65b2aa Content-Length: 0 Content-Type: application/json 2018-09-02 02:26:41,731 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72 used request id req-540cd729-02f5-4205-abbe-787a3c65b2aa 2018-09-02 02:26:41,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0265090465546s 2018-09-02 02:26:41,732 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/c4f28686-b36f-4c70-a218-82a742219b72 used request id req-540cd729-02f5-4205-abbe-787a3c65b2aa 2018-09-02 02:26:41,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:26:41,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:41,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1275e13-cc63-4783-a5b7-1de40e2ed1f6 Content-Encoding: gzip Content-Length: 1022 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": {"self": "http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4a30e1ad3b724cad89f04a6ee3edd8bc", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:26:41,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-e1275e13-cc63-4783-a5b7-1de40e2ed1f6 2018-09-02 02:26:41,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199742078781s 2018-09-02 02:26:41,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-e1275e13-cc63-4783-a5b7-1de40e2ed1f6 2018-09-02 02:26:41,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:26:41,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:42,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-348e31a7-8a6d-4608-9136-c171f805b0d9 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "neutron_trunk-user_2f9bd4a8-c884-401e-b515-00402a9734cc", "links": {"self": "http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4a30e1ad3b724cad89f04a6ee3edd8bc", "description": null}} 2018-09-02 02:26:42,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc used request id req-348e31a7-8a6d-4608-9136-c171f805b0d9 2018-09-02 02:26:42,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.184714078903s 2018-09-02 02:26:42,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc used request id req-348e31a7-8a6d-4608-9136-c171f805b0d9 2018-09-02 02:26:42,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 02:26:42,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:42,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8498f508-530e-44af-a505-b9e0cd079ba3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:26:42,399 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc used request id req-8498f508-530e-44af-a505-b9e0cd079ba3 2018-09-02 02:26:42,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.273940086365s 2018-09-02 02:26:42,399 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/4a30e1ad3b724cad89f04a6ee3edd8bc used request id req-8498f508-530e-44af-a505-b9e0cd079ba3 2018-09-02 02:26:42,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:26:42,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:42,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d5ecb94-e577-4d0e-8901-0edb5cbced03 Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691"}, "tags": [], "enabled": true, "id": "017b95e4ab174b0d82992b135902b691", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2f9bd4a8-c884-401e-b515-00402a9734cc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-02 02:26:42,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-1d5ecb94-e577-4d0e-8901-0edb5cbced03 2018-09-02 02:26:42,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182638883591s 2018-09-02 02:26:42,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-1d5ecb94-e577-4d0e-8901-0edb5cbced03 2018-09-02 02:26:42,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 02:26:42,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0865f5d510dbc50d6492c739237f4e3a082a19f4" 2018-09-02 02:26:42,835 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:26:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed0bb8c8-ab9d-43fa-8238-c5ed295c423e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:26:42,835 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691 used request id req-ed0bb8c8-ab9d-43fa-8238-c5ed295c423e 2018-09-02 02:26:42,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.241219997406s 2018-09-02 02:26:42,835 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/017b95e4ab174b0d82992b135902b691 used request id req-ed0bb8c8-ab9d-43fa-8238-c5ed295c423e 2018-09-02 02:26:42,896 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-09-02 02:26:42,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:26:42,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:26:42,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:26:42,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:26:42,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:26:42,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:26:42,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:26:42,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:26:42,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:26:42,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:26:42,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:26:42,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:26:42,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:26:42,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:26:42,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1273ae45-516a-4207-9253-79c6eb6251ba Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:26:42,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-1273ae45-516a-4207-9253-79c6eb6251ba 2018-09-02 02:26:42,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:26:43,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["VlkJ6reSTXKg8hgmtNz7Dg"], "issued_at": "2018-09-02T02:26:43.000000Z"}} 2018-09-02 02:26:43,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:26:43,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:43,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-74f23733-058f-4243-8ede-e8f9b9050e5d Date: Sun, 02 Sep 2018 02:26:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:26:43,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74f23733-058f-4243-8ede-e8f9b9050e5d 2018-09-02 02:26:43,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333764076233s 2018-09-02 02:26:43,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74f23733-058f-4243-8ede-e8f9b9050e5d 2018-09-02 02:26:43,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:26:43,690 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d61238b0-3eae-46df-9703-98f9d9bf6890 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:26:43,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-d61238b0-3eae-46df-9703-98f9d9bf6890 2018-09-02 02:26:43,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:26:43,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:43,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455456d3-efbc-4b13-8b12-7ea0ed52b0a8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:26:43,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-455456d3-efbc-4b13-8b12-7ea0ed52b0a8 2018-09-02 02:26:43,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10023021698s 2018-09-02 02:26:43,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-455456d3-efbc-4b13-8b12-7ea0ed52b0a8 2018-09-02 02:26:43,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:26:43,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" -d '{"project": {"description": "Created by OPNFV Functest: networking-bgpvpn", "enabled": true, "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}}' 2018-09-02 02:26:44,016 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:26:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85811af8-f95e-42fa-9006-3e7b75e6589a Content-Length: 380 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}} 2018-09-02 02:26:44,016 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-85811af8-f95e-42fa-9006-3e7b75e6589a 2018-09-02 02:26:44,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.217360973358s 2018-09-02 02:26:44,017 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-85811af8-f95e-42fa-9006-3e7b75e6589a 2018-09-02 02:26:44,017 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: networking-bgpvpn', u'tags': [], 'enabled': True, 'id': u'9f00ae17d86149e49f839c49f1fef717', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99'}) 2018-09-02 02:26:44,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:26:44,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ddd4088a-a194-4039-9a9d-ba0ecf17385b", "email": null, "name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}}' 2018-09-02 02:26:44,459 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:26:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff3f7b70-704d-4aac-97a2-85315a820d62 Content-Length: 332 Content-Type: application/json RESP BODY: {"user": {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:26:44,459 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-ff3f7b70-704d-4aac-97a2-85315a820d62 2018-09-02 02:26:44,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.435717821121s 2018-09-02 02:26:44,460 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-ff3f7b70-704d-4aac-97a2-85315a820d62 2018-09-02 02:26:44,460 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'17af2c604fdd4d81b4682ddcf8faa0f2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99'}) 2018-09-02 02:26:44,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:26:44,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:44,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3298d0fe-80d9-44d4-944b-62cf6e6c1218 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:26:44,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3298d0fe-80d9-44d4-944b-62cf6e6c1218 2018-09-02 02:26:44,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174445152283s 2018-09-02 02:26:44,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3298d0fe-80d9-44d4-944b-62cf6e6c1218 2018-09-02 02:26:44,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:26:44,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:44,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c59db7-045a-4ee1-b825-7124a2d65bdf Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:26:44,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c2c59db7-045a-4ee1-b825-7124a2d65bdf 2018-09-02 02:26:44,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178719043732s 2018-09-02 02:26:44,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c2c59db7-045a-4ee1-b825-7124a2d65bdf 2018-09-02 02:26:44,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:26:44,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:44,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79fbfc27-6004-41a9-972d-b0e82013e5ab Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:26:44,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-79fbfc27-6004-41a9-972d-b0e82013e5ab 2018-09-02 02:26:44,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111600160599s 2018-09-02 02:26:44,940 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-79fbfc27-6004-41a9-972d-b0e82013e5ab 2018-09-02 02:26:44,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:26:44,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:45,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39d7450d-2d8e-4d79-81b0-fb2a4dbe14f6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:26:45,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-39d7450d-2d8e-4d79-81b0-fb2a4dbe14f6 2018-09-02 02:26:45,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.163592815399s 2018-09-02 02:26:45,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-39d7450d-2d8e-4d79-81b0-fb2a4dbe14f6 2018-09-02 02:26:45,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:26:45,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:45,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea2a1146-a4c0-4a17-8dd9-0c64fed48fea Content-Encoding: gzip Content-Length: 1034 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:26:45,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-ea2a1146-a4c0-4a17-8dd9-0c64fed48fea 2018-09-02 02:26:45,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191428899765s 2018-09-02 02:26:45,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-ea2a1146-a4c0-4a17-8dd9-0c64fed48fea 2018-09-02 02:26:45,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:26:45,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:45,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f46394fe-562a-45e9-bb24-cb4af48482e1 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:26:45,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-f46394fe-562a-45e9-bb24-cb4af48482e1 2018-09-02 02:26:45,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105488061905s 2018-09-02 02:26:45,421 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-f46394fe-562a-45e9-bb24-cb4af48482e1 2018-09-02 02:26:45,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:26:45,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f00ae17d86149e49f839c49f1fef717" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:45,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3746d9b7-f25d-40b3-9b37-0f2eca5531a9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f00ae17d86149e49f839c49f1fef717", "previous": null, "next": null}} 2018-09-02 02:26:45,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f00ae17d86149e49f839c49f1fef717 used request id req-3746d9b7-f25d-40b3-9b37-0f2eca5531a9 2018-09-02 02:26:45,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103179216385s 2018-09-02 02:26:45,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9f00ae17d86149e49f839c49f1fef717 used request id req-3746d9b7-f25d-40b3-9b37-0f2eca5531a9 2018-09-02 02:26:45,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:26:45,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717/users/17af2c604fdd4d81b4682ddcf8faa0f2/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:45,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:26:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea8aa1e5-1e87-46db-b71c-b26f6dd6c352 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:26:45,672 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717/users/17af2c604fdd4d81b4682ddcf8faa0f2/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-ea8aa1e5-1e87-46db-b71c-b26f6dd6c352 2018-09-02 02:26:45,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.135858058929s 2018-09-02 02:26:45,673 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717/users/17af2c604fdd4d81b4682ddcf8faa0f2/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-ea8aa1e5-1e87-46db-b71c-b26f6dd6c352 2018-09-02 02:26:45,673 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'9f00ae17d86149e49f839c49f1fef717', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ddd4088a-a194-4039-9a9d-ba0ecf17385b', 'username': u'networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:26:45,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:26:45,675 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:26:45,676 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:26:45,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:26:45,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:26:45,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:26:45,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:26:45,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:26:45,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:26:45,677 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:26:45,679 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99', 'password': 'ddd4088a-a194-4039-9a9d-ba0ecf17385b', 'project_name': 'networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '9f00ae17d86149e49f839c49f1fef717', 'project_domain_name': 'Default'} 2018-09-02 02:26:45,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:26:45,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:45,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41adb305-79e1-40de-8f59-71a6c9915494 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:26:45,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-41adb305-79e1-40de-8f59-71a6c9915494 2018-09-02 02:26:45,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101504802704s 2018-09-02 02:26:45,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-41adb305-79e1-40de-8f59-71a6c9915494 2018-09-02 02:26:45,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:26:45,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:45,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb53c27-c432-4fc8-8a67-a166ecac1df7 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:26:45,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8bb53c27-c432-4fc8-8a67-a166ecac1df7 2018-09-02 02:26:45,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.138297080994s 2018-09-02 02:26:45,928 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8bb53c27-c432-4fc8-8a67-a166ecac1df7 2018-09-02 02:26:45,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:26:45,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:46,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d8bd230-569b-4c90-843e-694c3ff63e4b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:26:46,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5d8bd230-569b-4c90-843e-694c3ff63e4b 2018-09-02 02:26:46,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0959279537201s 2018-09-02 02:26:46,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5d8bd230-569b-4c90-843e-694c3ff63e4b 2018-09-02 02:26:46,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:26:46,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:46,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36f6e80-270a-4758-ac1e-9b5a809e0f40 Content-Encoding: gzip Content-Length: 1034 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:26:46,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a36f6e80-270a-4758-ac1e-9b5a809e0f40 2018-09-02 02:26:46,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115659952164s 2018-09-02 02:26:46,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a36f6e80-270a-4758-ac1e-9b5a809e0f40 2018-09-02 02:26:46,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:26:46,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:46,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b495046-3ac4-4de1-97ad-c3cc0788f38d Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:26:46,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-3b495046-3ac4-4de1-97ad-c3cc0788f38d 2018-09-02 02:26:46,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102769136429s 2018-09-02 02:26:46,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-3b495046-3ac4-4de1-97ad-c3cc0788f38d 2018-09-02 02:26:46,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:26:46,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f00ae17d86149e49f839c49f1fef717" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:46,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:26:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69352e02-26b7-4717-94ce-3ba81aa3fb20 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f00ae17d86149e49f839c49f1fef717", "previous": null, "next": null}} 2018-09-02 02:26:46,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f00ae17d86149e49f839c49f1fef717 used request id req-69352e02-26b7-4717-94ce-3ba81aa3fb20 2018-09-02 02:26:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.138510942459s 2018-09-02 02:26:46,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=17af2c604fdd4d81b4682ddcf8faa0f2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=9f00ae17d86149e49f839c49f1fef717 used request id req-69352e02-26b7-4717-94ce-3ba81aa3fb20 2018-09-02 02:26:46,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:26:46,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717/users/17af2c604fdd4d81b4682ddcf8faa0f2/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0143529fbd4a002bddc7a41687ba44169309c2dc" 2018-09-02 02:26:46,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:26:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60b42942-7319-48f2-b7ec-6a842d1ff45e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:26:46,556 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717/users/17af2c604fdd4d81b4682ddcf8faa0f2/roles/527a26856ff64a55b36113867c009231 used request id req-60b42942-7319-48f2-b7ec-6a842d1ff45e 2018-09-02 02:26:46,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.144729137421s 2018-09-02 02:26:46,556 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717/users/17af2c604fdd4d81b4682ddcf8faa0f2/roles/527a26856ff64a55b36113867c009231 used request id req-60b42942-7319-48f2-b7ec-6a842d1ff45e 2018-09-02 02:26:46,556 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 02:26:49,410 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 02:26:52,190 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | baa2171a-6543-4be3-844d-76f28e1890f3 | 2018-09-02T02:26:51.813510 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: baa2171a-6543-4be3-844d-76f28e1890f3 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 02:26:55,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 02:26:55,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 02:26:58,616 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 02:27:01,920 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=2a658863-a10a-4c0c-b33e-99a62de19747) as the default verifier for the future CLI operations. 2018-09-02 02:27:05,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:05,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7075e5d-17f8-49d4-971a-66ce417ea042 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:27:05,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-c7075e5d-17f8-49d4-971a-66ce417ea042 2018-09-02 02:27:05,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:27:05,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:27:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9f00ae17d86149e49f839c49f1fef717", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9f00ae17d86149e49f839c49f1fef717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/9f00ae17d86149e49f839c49f1fef717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/9f00ae17d86149e49f839c49f1fef717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9f00ae17d86149e49f839c49f1fef717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/9f00ae17d86149e49f839c49f1fef717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/9f00ae17d86149e49f839c49f1fef717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/9f00ae17d86149e49f839c49f1fef717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/9f00ae17d86149e49f839c49f1fef717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/9f00ae17d86149e49f839c49f1fef717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_9f00ae17d86149e49f839c49f1fef717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_9f00ae17d86149e49f839c49f1fef717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9f00ae17d86149e49f839c49f1fef717", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/9f00ae17d86149e49f839c49f1fef717", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/9f00ae17d86149e49f839c49f1fef717", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "id": "17af2c604fdd4d81b4682ddcf8faa0f2"}, "audit_ids": ["MgzzJ1HYQ6iFghQ407f9EQ"], "issued_at": "2018-09-02T02:27:05.000000Z"}} 2018-09-02 02:27:05,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 02:27:05,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6bc94d8b127c2c0ff7907704d843974791381a67" 2018-09-02 02:27:05,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-67d57b7f-6346-4da4-9478-42ad4fea69c2 Date: Sun, 02 Sep 2018 02:27:05 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 02:27:05,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-67d57b7f-6346-4da4-9478-42ad4fea69c2 2018-09-02 02:27:05,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.262879133224s 2018-09-02 02:27:05,823 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-67d57b7f-6346-4da4-9478-42ad4fea69c2 2018-09-02 02:27:05,832 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-09-02 02:27:05,832 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-09-02 02:27:05,832 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-09-02 02:27:05,889 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:27:05,930 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:27:05,931 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:27:05,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:27:05,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:05,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8419d4c-7495-478c-aa97-a750cf0acddc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:27:05,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-c8419d4c-7495-478c-aa97-a750cf0acddc 2018-09-02 02:27:05,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:27:06,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:27:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["aqzcdQIVRAiRAeqzyN53pA"], "issued_at": "2018-09-02T02:27:06.000000Z"}} 2018-09-02 02:27:06,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:27:06,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:06,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f858932d-9e86-416a-aa97-fd41ce29124b Date: Sun, 02 Sep 2018 02:27:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:27:06,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f858932d-9e86-416a-aa97-fd41ce29124b 2018-09-02 02:27:06,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335844039917s 2018-09-02 02:27:06,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f858932d-9e86-416a-aa97-fd41ce29124b 2018-09-02 02:27:06,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:06,689 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:27:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88266f83-4356-49b6-9444-80cabdee97bc Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:27:06,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-88266f83-4356-49b6-9444-80cabdee97bc 2018-09-02 02:27:06,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:27:06,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:06,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42b58234-f738-4439-853e-a0406825ed53 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:27:06,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-42b58234-f738-4439-853e-a0406825ed53 2018-09-02 02:27:06,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174032926559s 2018-09-02 02:27:06,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-42b58234-f738-4439-853e-a0406825ed53 2018-09-02 02:27:06,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:27:06,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" -d '{"project": {"description": "Created by OPNFV Functest: networking-sfc", "enabled": true, "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}}' 2018-09-02 02:27:07,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:27:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0164061-3117-4f9d-b414-959e1c1415d4 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}} 2018-09-02 02:27:07,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-d0164061-3117-4f9d-b414-959e1c1415d4 2018-09-02 02:27:07,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.224688053131s 2018-09-02 02:27:07,097 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-d0164061-3117-4f9d-b414-959e1c1415d4 2018-09-02 02:27:07,097 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: networking-sfc', u'tags': [], 'enabled': True, 'id': u'f2c6d210829d469da6015aa86c79b84a', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594'}) 2018-09-02 02:27:07,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:27:07,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a0e2dec2-9385-4618-9ee9-2bc1111196a3", "email": null, "name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594"}}' 2018-09-02 02:27:07,553 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:27:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7e6a784-2539-4057-9848-b70f00576192 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:27:07,553 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-f7e6a784-2539-4057-9848-b70f00576192 2018-09-02 02:27:07,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.44985294342s 2018-09-02 02:27:07,553 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-f7e6a784-2539-4057-9848-b70f00576192 2018-09-02 02:27:07,554 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'59478e175f424a0997cdd77fd6e03549', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594'}) 2018-09-02 02:27:07,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:07,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:07,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f502a7-35b7-4284-9929-2d7fc2a6ce65 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:07,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-d6f502a7-35b7-4284-9929-2d7fc2a6ce65 2018-09-02 02:27:07,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17703294754s 2018-09-02 02:27:07,735 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-d6f502a7-35b7-4284-9929-2d7fc2a6ce65 2018-09-02 02:27:07,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:07,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:07,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-944679be-522f-4076-9402-a56a3cbbb3c4 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:07,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-944679be-522f-4076-9402-a56a3cbbb3c4 2018-09-02 02:27:07,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182844877243s 2018-09-02 02:27:07,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-944679be-522f-4076-9402-a56a3cbbb3c4 2018-09-02 02:27:07,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:07,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:08,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28cdebd1-0e3e-4a5c-9cf2-dc5f1321833a Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:08,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-28cdebd1-0e3e-4a5c-9cf2-dc5f1321833a 2018-09-02 02:27:08,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.164180040359s 2018-09-02 02:27:08,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-28cdebd1-0e3e-4a5c-9cf2-dc5f1321833a 2018-09-02 02:27:08,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:27:08,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:08,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af50672b-f966-428b-a17e-760570010296 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:27:08,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-af50672b-f966-428b-a17e-760570010296 2018-09-02 02:27:08,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18997502327s 2018-09-02 02:27:08,288 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-af50672b-f966-428b-a17e-760570010296 2018-09-02 02:27:08,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:27:08,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:08,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2faa7e34-2c5f-4157-abc9-6296894f9c48 Content-Encoding: gzip Content-Length: 1093 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:27:08,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-2faa7e34-2c5f-4157-abc9-6296894f9c48 2018-09-02 02:27:08,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.1297519207s 2018-09-02 02:27:08,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-2faa7e34-2c5f-4157-abc9-6296894f9c48 2018-09-02 02:27:08,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:27:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:08,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1b6129-f14d-4f3d-bc63-0f1b40cf1d75 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:27:08,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-7c1b6129-f14d-4f3d-bc63-0f1b40cf1d75 2018-09-02 02:27:08,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181133985519s 2018-09-02 02:27:08,614 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-7c1b6129-f14d-4f3d-bc63-0f1b40cf1d75 2018-09-02 02:27:08,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:27:08,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f2c6d210829d469da6015aa86c79b84a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:08,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efde200a-994c-4bcf-88e4-d51b25e7c96e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f2c6d210829d469da6015aa86c79b84a", "previous": null, "next": null}} 2018-09-02 02:27:08,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f2c6d210829d469da6015aa86c79b84a used request id req-efde200a-994c-4bcf-88e4-d51b25e7c96e 2018-09-02 02:27:08,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.176009893417s 2018-09-02 02:27:08,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f2c6d210829d469da6015aa86c79b84a used request id req-efde200a-994c-4bcf-88e4-d51b25e7c96e 2018-09-02 02:27:08,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:27:08,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a/users/59478e175f424a0997cdd77fd6e03549/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:08,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:27:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a33deed-124b-4870-a086-631df1f44a6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:27:08,939 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a/users/59478e175f424a0997cdd77fd6e03549/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-8a33deed-124b-4870-a086-631df1f44a6f 2018-09-02 02:27:08,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.137905836105s 2018-09-02 02:27:08,940 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a/users/59478e175f424a0997cdd77fd6e03549/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-8a33deed-124b-4870-a086-631df1f44a6f 2018-09-02 02:27:08,940 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'f2c6d210829d469da6015aa86c79b84a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a0e2dec2-9385-4618-9ee9-2bc1111196a3', 'username': u'networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:27:08,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:27:08,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:27:08,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:27:08,946 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594', 'password': 'a0e2dec2-9385-4618-9ee9-2bc1111196a3', 'project_name': 'networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'f2c6d210829d469da6015aa86c79b84a', 'project_domain_name': 'Default'} 2018-09-02 02:27:08,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:08,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:09,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef486978-6b4e-482b-92f2-909aea3039bd Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:09,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-ef486978-6b4e-482b-92f2-909aea3039bd 2018-09-02 02:27:09,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100406885147s 2018-09-02 02:27:09,050 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-ef486978-6b4e-482b-92f2-909aea3039bd 2018-09-02 02:27:09,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:09,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:09,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6caf5ea-fbbb-4113-a8a4-317d78df76b1 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:09,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c6caf5ea-fbbb-4113-a8a4-317d78df76b1 2018-09-02 02:27:09,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105498075485s 2018-09-02 02:27:09,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-c6caf5ea-fbbb-4113-a8a4-317d78df76b1 2018-09-02 02:27:09,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:27:09,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:09,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dde57f9-843d-4d34-812d-872ccfcb5600 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:27:09,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3dde57f9-843d-4d34-812d-872ccfcb5600 2018-09-02 02:27:09,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.13917016983s 2018-09-02 02:27:09,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-3dde57f9-843d-4d34-812d-872ccfcb5600 2018-09-02 02:27:09,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:27:09,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:09,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa1ef0ac-0920-401e-b248-0d69c59ff05b Content-Encoding: gzip Content-Length: 1093 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:27:09,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-aa1ef0ac-0920-401e-b248-0d69c59ff05b 2018-09-02 02:27:09,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120500087738s 2018-09-02 02:27:09,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-aa1ef0ac-0920-401e-b248-0d69c59ff05b 2018-09-02 02:27:09,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:27:09,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:09,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a35cf61-8d28-4c4f-870d-eb1e98bd24ed Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:27:09,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-0a35cf61-8d28-4c4f-870d-eb1e98bd24ed 2018-09-02 02:27:09,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103958129883s 2018-09-02 02:27:09,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-0a35cf61-8d28-4c4f-870d-eb1e98bd24ed 2018-09-02 02:27:09,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:27:09,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f2c6d210829d469da6015aa86c79b84a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:09,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1da989a-7b30-4b1e-87ff-839d61c6147a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f2c6d210829d469da6015aa86c79b84a", "previous": null, "next": null}} 2018-09-02 02:27:09,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f2c6d210829d469da6015aa86c79b84a used request id req-e1da989a-7b30-4b1e-87ff-839d61c6147a 2018-09-02 02:27:09,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103857040405s 2018-09-02 02:27:09,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=59478e175f424a0997cdd77fd6e03549&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f2c6d210829d469da6015aa86c79b84a used request id req-e1da989a-7b30-4b1e-87ff-839d61c6147a 2018-09-02 02:27:09,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:27:09,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a/users/59478e175f424a0997cdd77fd6e03549/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4bd9ff2f2fefa56f13f557c5749bc4ef95502876" 2018-09-02 02:27:09,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:27:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22d213b6-0af1-4c5c-a9cb-9b1fde08b391 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:27:09,868 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a/users/59478e175f424a0997cdd77fd6e03549/roles/527a26856ff64a55b36113867c009231 used request id req-22d213b6-0af1-4c5c-a9cb-9b1fde08b391 2018-09-02 02:27:09,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.20981502533s 2018-09-02 02:27:09,868 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a/users/59478e175f424a0997cdd77fd6e03549/roles/527a26856ff64a55b36113867c009231 used request id req-22d213b6-0af1-4c5c-a9cb-9b1fde08b391 2018-09-02 02:27:09,868 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 02:27:12,691 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 02:27:15,417 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 7afa1a0a-b6e1-4f06-a981-0f8c2798b3c4 | 2018-09-02T02:27:15.051031 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 7afa1a0a-b6e1-4f06-a981-0f8c2798b3c4 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 02:27:19,132 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 02:27:19,132 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 02:27:21,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 02:27:24,984 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=d1c7f98d-47e3-42a4-bdd5-023b921946b5) as the default verifier for the future CLI operations. 2018-09-02 02:27:28,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:28,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5ffea1-b95e-4648-b687-a8738ba761e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:27:28,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-1b5ffea1-b95e-4648-b687-a8738ba761e9 2018-09-02 02:27:28,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:27:28,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2c6d210829d469da6015aa86c79b84a", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f2c6d210829d469da6015aa86c79b84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f2c6d210829d469da6015aa86c79b84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f2c6d210829d469da6015aa86c79b84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f2c6d210829d469da6015aa86c79b84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f2c6d210829d469da6015aa86c79b84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f2c6d210829d469da6015aa86c79b84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f2c6d210829d469da6015aa86c79b84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f2c6d210829d469da6015aa86c79b84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f2c6d210829d469da6015aa86c79b84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f2c6d210829d469da6015aa86c79b84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f2c6d210829d469da6015aa86c79b84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f2c6d210829d469da6015aa86c79b84a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f2c6d210829d469da6015aa86c79b84a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f2c6d210829d469da6015aa86c79b84a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "id": "59478e175f424a0997cdd77fd6e03549"}, "audit_ids": ["BL_fK6f8R82tkxlXfRIUnw"], "issued_at": "2018-09-02T02:27:28.000000Z"}} 2018-09-02 02:27:28,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 02:27:28,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d9506a7baa3bceb8e367f7ec049aaf67ba85194a" 2018-09-02 02:27:28,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-c68c5ba7-c8bf-44f5-b58a-aa975b958c5f Date: Sun, 02 Sep 2018 02:27:28 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 02:27:28,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-c68c5ba7-c8bf-44f5-b58a-aa975b958c5f 2018-09-02 02:27:28,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.280341863632s 2018-09-02 02:27:28,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-c68c5ba7-c8bf-44f5-b58a-aa975b958c5f 2018-09-02 02:27:28,909 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-09-02 02:27:28,909 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-09-02 02:27:28,909 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-09-02 02:27:28,970 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-09-02 02:27:29,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:27:29,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:27:29,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:27:29,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:27:29,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:27:29,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:27:29,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:27:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:27:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:27:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:27:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:27:29,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:27:29,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:29,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce69ba1c-d8d6-415d-8a38-d2f03ca0cd9e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:27:29,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-ce69ba1c-d8d6-415d-8a38-d2f03ca0cd9e 2018-09-02 02:27:29,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:27:29,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["CEoaAq_CSIeSpDI5G6qGHw"], "issued_at": "2018-09-02T02:27:29.000000Z"}} 2018-09-02 02:27:29,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:27:29,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:29,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-b5d729be-2f78-44a1-82a7-d5b8507e578a Date: Sun, 02 Sep 2018 02:27:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:27:29,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5d729be-2f78-44a1-82a7-d5b8507e578a 2018-09-02 02:27:29,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.432368040085s 2018-09-02 02:27:29,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b5d729be-2f78-44a1-82a7-d5b8507e578a 2018-09-02 02:27:29,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:29,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:27:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dec4050f-c0b4-4695-bb56-d82aca3af567 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:27:29,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-dec4050f-c0b4-4695-bb56-d82aca3af567 2018-09-02 02:27:29,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:27:29,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:30,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d098caa-310b-4478-9d9a-2b9cad6ae86a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:27:30,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-1d098caa-310b-4478-9d9a-2b9cad6ae86a 2018-09-02 02:27:30,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.172460079193s 2018-09-02 02:27:30,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-1d098caa-310b-4478-9d9a-2b9cad6ae86a 2018-09-02 02:27:30,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:27:30,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" -d '{"project": {"description": "Created by OPNFV Functest: barbican", "enabled": true, "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}}' 2018-09-02 02:27:30,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:27:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bf0a7b6-a5cf-4270-93ad-c3a2ba540c9f Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}} 2018-09-02 02:27:30,245 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-1bf0a7b6-a5cf-4270-93ad-c3a2ba540c9f 2018-09-02 02:27:30,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.208361148834s 2018-09-02 02:27:30,245 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-1bf0a7b6-a5cf-4270-93ad-c3a2ba540c9f 2018-09-02 02:27:30,246 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: barbican', u'tags': [], 'enabled': True, 'id': u'f89baf0e3724443881fcaaf34f669c2d', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91'}) 2018-09-02 02:27:30,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:27:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "133bea31-c27a-47a1-9ef7-d179df4cab0e", "email": null, "name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}}' 2018-09-02 02:27:30,700 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:27:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b903d8c-6dd9-40a6-8b87-0d3e837cea67 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:27:30,700 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-5b903d8c-6dd9-40a6-8b87-0d3e837cea67 2018-09-02 02:27:30,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.448723077774s 2018-09-02 02:27:30,701 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-5b903d8c-6dd9-40a6-8b87-0d3e837cea67 2018-09-02 02:27:30,701 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'898b6b5d0b2849caa90ba8e7001a94b2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91'}) 2018-09-02 02:27:30,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:30,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:30,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91eece5-2d1a-451b-b866-401dd7eceba0 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:30,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-f91eece5-2d1a-451b-b866-401dd7eceba0 2018-09-02 02:27:30,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184694051743s 2018-09-02 02:27:30,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-f91eece5-2d1a-451b-b866-401dd7eceba0 2018-09-02 02:27:30,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:30,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:31,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2adfc40-3b70-458f-8a52-00b6ec7d7bef Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:31,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-f2adfc40-3b70-458f-8a52-00b6ec7d7bef 2018-09-02 02:27:31,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.163375854492s 2018-09-02 02:27:31,058 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-f2adfc40-3b70-458f-8a52-00b6ec7d7bef 2018-09-02 02:27:31,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:31,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:31,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82095f2a-e170-4c10-b3e5-1147574f7fca Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:31,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-82095f2a-e170-4c10-b3e5-1147574f7fca 2018-09-02 02:27:31,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180788993835s 2018-09-02 02:27:31,245 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-82095f2a-e170-4c10-b3e5-1147574f7fca 2018-09-02 02:27:31,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:27:31,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:31,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874864f2-a9ff-48b4-8076-3dd1019d95ce Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:27:31,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-874864f2-a9ff-48b4-8076-3dd1019d95ce 2018-09-02 02:27:31,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.171810865402s 2018-09-02 02:27:31,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-874864f2-a9ff-48b4-8076-3dd1019d95ce 2018-09-02 02:27:31,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:27:31,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:31,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1adbba34-9423-4af1-b935-088cf32db4a7 Content-Encoding: gzip Content-Length: 1152 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:27:31,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-1adbba34-9423-4af1-b935-088cf32db4a7 2018-09-02 02:27:31,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202049016953s 2018-09-02 02:27:31,625 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-1adbba34-9423-4af1-b935-088cf32db4a7 2018-09-02 02:27:31,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:27:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:31,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eaf49e2-f847-48d4-b856-fe8d096626a4 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:27:31,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-2eaf49e2-f847-48d4-b856-fe8d096626a4 2018-09-02 02:27:31,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105720043182s 2018-09-02 02:27:31,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-2eaf49e2-f847-48d4-b856-fe8d096626a4 2018-09-02 02:27:31,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:27:31,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f89baf0e3724443881fcaaf34f669c2d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:31,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23bf2050-2764-4a83-8050-a02ce12fb4f7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f89baf0e3724443881fcaaf34f669c2d", "previous": null, "next": null}} 2018-09-02 02:27:31,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f89baf0e3724443881fcaaf34f669c2d used request id req-23bf2050-2764-4a83-8050-a02ce12fb4f7 2018-09-02 02:27:31,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.173564910889s 2018-09-02 02:27:31,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=f89baf0e3724443881fcaaf34f669c2d used request id req-23bf2050-2764-4a83-8050-a02ce12fb4f7 2018-09-02 02:27:31,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:27:31,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d/users/898b6b5d0b2849caa90ba8e7001a94b2/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:32,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:27:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ec14529-6035-4d09-91b4-9a5c996b1316 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:27:32,064 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d/users/898b6b5d0b2849caa90ba8e7001a94b2/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-0ec14529-6035-4d09-91b4-9a5c996b1316 2018-09-02 02:27:32,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134135007858s 2018-09-02 02:27:32,064 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d/users/898b6b5d0b2849caa90ba8e7001a94b2/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-0ec14529-6035-4d09-91b4-9a5c996b1316 2018-09-02 02:27:32,065 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'f89baf0e3724443881fcaaf34f669c2d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '133bea31-c27a-47a1-9ef7-d179df4cab0e', 'username': u'barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:27:32,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:27:32,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 02:27:32,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:27:32,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:27:32,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:27:32,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:27:32,067 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:27:32,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:27:32,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 02:27:32,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 02:27:32,070 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91', 'password': '133bea31-c27a-47a1-9ef7-d179df4cab0e', 'project_name': 'barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'f89baf0e3724443881fcaaf34f669c2d', 'project_domain_name': 'Default'} 2018-09-02 02:27:32,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:32,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:32,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051cb714-ccf5-4849-8ffe-40786797ed14 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:32,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-051cb714-ccf5-4849-8ffe-40786797ed14 2018-09-02 02:27:32,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0967800617218s 2018-09-02 02:27:32,170 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-051cb714-ccf5-4849-8ffe-40786797ed14 2018-09-02 02:27:32,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:27:32,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:32,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76048385-679f-48bb-8fee-d9addb926546 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:27:32,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-76048385-679f-48bb-8fee-d9addb926546 2018-09-02 02:27:32,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.215227127075s 2018-09-02 02:27:32,391 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-76048385-679f-48bb-8fee-d9addb926546 2018-09-02 02:27:32,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:27:32,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:32,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c2408d8-cd5e-492d-9940-e515ba7a82ed Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:27:32,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-0c2408d8-cd5e-492d-9940-e515ba7a82ed 2018-09-02 02:27:32,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101182937622s 2018-09-02 02:27:32,497 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-0c2408d8-cd5e-492d-9940-e515ba7a82ed 2018-09-02 02:27:32,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:27:32,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:32,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f19a01c-7db5-4fb1-9d73-10370ea24370 Content-Encoding: gzip Content-Length: 1152 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:27:32,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-8f19a01c-7db5-4fb1-9d73-10370ea24370 2018-09-02 02:27:32,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.155496835709s 2018-09-02 02:27:32,654 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-8f19a01c-7db5-4fb1-9d73-10370ea24370 2018-09-02 02:27:32,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:27:32,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:32,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e487900-49af-4493-8b3a-b1117ff06217 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:27:32,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-9e487900-49af-4493-8b3a-b1117ff06217 2018-09-02 02:27:32,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188789129257s 2018-09-02 02:27:32,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-9e487900-49af-4493-8b3a-b1117ff06217 2018-09-02 02:27:32,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:27:32,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f89baf0e3724443881fcaaf34f669c2d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:33,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aad9f0e-21cf-4db3-8390-df6b9e1d1a58 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f89baf0e3724443881fcaaf34f669c2d", "previous": null, "next": null}} 2018-09-02 02:27:33,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f89baf0e3724443881fcaaf34f669c2d used request id req-1aad9f0e-21cf-4db3-8390-df6b9e1d1a58 2018-09-02 02:27:33,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.182541847229s 2018-09-02 02:27:33,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=898b6b5d0b2849caa90ba8e7001a94b2&role.id=527a26856ff64a55b36113867c009231&scope.project.id=f89baf0e3724443881fcaaf34f669c2d used request id req-1aad9f0e-21cf-4db3-8390-df6b9e1d1a58 2018-09-02 02:27:33,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:27:33,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d/users/898b6b5d0b2849caa90ba8e7001a94b2/roles/527a26856ff64a55b36113867c009231 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad6873e83640f622161a898ea02bad48c3798736" 2018-09-02 02:27:33,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:27:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0e7529a-6e3a-4441-ac2b-34cffcecf2f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:27:33,183 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d/users/898b6b5d0b2849caa90ba8e7001a94b2/roles/527a26856ff64a55b36113867c009231 used request id req-c0e7529a-6e3a-4441-ac2b-34cffcecf2f5 2018-09-02 02:27:33,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.133731126785s 2018-09-02 02:27:33,184 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d/users/898b6b5d0b2849caa90ba8e7001a94b2/roles/527a26856ff64a55b36113867c009231 used request id req-c0e7529a-6e3a-4441-ac2b-34cffcecf2f5 2018-09-02 02:27:33,184 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 02:27:36,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 02:27:39,036 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | cfec3fdc-92de-4074-8b56-9cfd7279a5e5 | 2018-09-02T02:27:38.657468 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: cfec3fdc-92de-4074-8b56-9cfd7279a5e5 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-02 02:27:42,772 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-09-02 02:27:42,772 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 02:27:45,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 02:27:49,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=62ad9f08-8ce0-427c-885b-65b58b648461) as the default verifier for the future CLI operations. 2018-09-02 02:27:52,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:52,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497d94bb-77fd-42b6-aa6f-54a14889a339 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:27:52,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-497d94bb-77fd-42b6-aa6f-54a14889a339 2018-09-02 02:27:52,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:27:52,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f89baf0e3724443881fcaaf34f669c2d", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f89baf0e3724443881fcaaf34f669c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f89baf0e3724443881fcaaf34f669c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f89baf0e3724443881fcaaf34f669c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f89baf0e3724443881fcaaf34f669c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f89baf0e3724443881fcaaf34f669c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f89baf0e3724443881fcaaf34f669c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f89baf0e3724443881fcaaf34f669c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f89baf0e3724443881fcaaf34f669c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f89baf0e3724443881fcaaf34f669c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f89baf0e3724443881fcaaf34f669c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f89baf0e3724443881fcaaf34f669c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f89baf0e3724443881fcaaf34f669c2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f89baf0e3724443881fcaaf34f669c2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f89baf0e3724443881fcaaf34f669c2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "id": "898b6b5d0b2849caa90ba8e7001a94b2"}, "audit_ids": ["S_Pe9rlGRyumX3DxBesfqA"], "issued_at": "2018-09-02T02:27:52.000000Z"}} 2018-09-02 02:27:52,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:52,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be50e99a-53b3-4c8b-bf59-b26f9762bf3f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:27:52,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-be50e99a-53b3-4c8b-bf59-b26f9762bf3f 2018-09-02 02:27:52,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 02:27:52,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:27:52,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:27:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e817e69f-8f6a-4449-b116-7074f469152b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-09-02 02:27:52,743 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-e817e69f-8f6a-4449-b116-7074f469152b 2018-09-02 02:27:52,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2675a359152b99aba23f17698dfa00616428a3b" 2018-09-02 02:27:52,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ebb1e1-b153-437a-a3f7-1649a0131fde Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/03152272519047e784ab64998f146247"}, "enabled": true, "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/0d0850de8d204c008ffb4a0fb6aa9104"}, "enabled": true, "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10744d919fbe40deb763abfef73d2d06"}, "enabled": true, "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/1af778801bdb49ae81cc8bf03c6bbca9"}, "enabled": true, "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2acdfcdb9efa43698c4419fa6956f5b7"}, "enabled": true, "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5b6e76c0258d47f0b72d6d0f32ce7841"}, "enabled": true, "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/61d0e1fef8ca467fa3769dc41e745f71"}, "enabled": true, "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/7f3de4cf645c4538b8e2e7adc9f8c335"}, "enabled": true, "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/8da63989a85547e4a80290fc36054ef4"}, "enabled": true, "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c2b31f315999459fa3090b9800767f6a"}, "enabled": true, "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c9e3e32b1a0540789fa5dd352e30a282"}, "enabled": true, "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/cdd787984fe345699bf94ca5a969b22f"}, "enabled": true, "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d11d4b2866254421ad8e93e7897da2e6"}, "enabled": true, "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d71ddc6bbdaa4d2fac7e2fc72951ad40"}, "enabled": true, "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e0c9b76b259b4b2f8789e6a388d9c161"}, "enabled": true, "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-09-02 02:27:52,929 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-f1ebb1e1-b153-437a-a3f7-1649a0131fde 2018-09-02 02:27:52,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.194800853729s 2018-09-02 02:27:52,929 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-f1ebb1e1-b153-437a-a3f7-1649a0131fde 2018-09-02 02:27:52,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 02:27:52,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2675a359152b99aba23f17698dfa00616428a3b" 2018-09-02 02:27:53,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-d3be1c85-87e1-4f53-85ef-cea6eb1b6f35 Date: Sun, 02 Sep 2018 02:27:53 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "segment", "updated": "2016-02-24T17:00:00-00:00", "name": "Segment", "links": [], "description": "Segments extension."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "l3-ha", "updated": "2014-04-26T00:00:00-00:00", "name": "HA Router extension", "links": [], "description": "Adds HA capability to routers."}, {"alias": "filter-validation", "updated": "2018-03-21T10:00:00-00:00", "name": "Filter parameters validation", "links": [], "description": "Provides validation on filter parameters."}, {"alias": "subnet-segmentid-writable", "updated": "2018-03-12T00:00:00-00:00", "name": "Subnet SegmentID (writable)", "links": [], "description": "Provides a writable segment_id attribute for a subnet resource."}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "l2_adjacency", "updated": "2016-04-12T16:00:00-00:00", "name": "L2 Adjacency", "links": [], "description": "Display L2 Adjacency for Neutron Networks."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}, {"alias": "l3-flavors", "updated": "2016-05-17T00:00:00-00:00", "name": "Router Flavor Extension", "links": [], "description": "Flavor support for routers."}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "standard-attr-segment", "updated": "2018-04-09T10:00:00-00:00", "name": "Standard Attribute Segment Extension", "links": [], "description": "Add standard attributes to Segment resource"}, {"alias": "segments-peer-subnet-host-routes", "updated": "2018-06-12T10:00:00-00:00", "name": "Segments peer-subnet host routes", "links": [], "description": "Add host routes to subnets on a routed network (segments)"}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 agents"}, {"alias": "fip-port-details", "updated": "2018-04-09T10:00:00-00:00", "name": "Floating IP Port Details Extension", "links": [], "description": "Add port_details attribute to Floating IP resource"}, {"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Router Availability Zone", "links": [], "description": "Availability zone support for router."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "ip_allocation", "updated": "2016-06-10T23:00:00-00:00", "name": "IP Allocation", "links": [], "description": "IP allocation extension."}, {"alias": "qos-fip", "updated": "2017-07-20T00:00:00-00:00", "name": "Floating IP QoS", "links": [], "description": "The floating IP Quality of Service extension"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}]} 2018-09-02 02:27:53,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-d3be1c85-87e1-4f53-85ef-cea6eb1b6f35 2018-09-02 02:27:53,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.263091802597s 2018-09-02 02:27:53,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/extensions.json used request id req-d3be1c85-87e1-4f53-85ef-cea6eb1b6f35 2018-09-02 02:27:53,212 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-09-02 02:27:53,212 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-09-02 02:27:53,217 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 04:26 | PASS | | neutron-tempest-plugin-api | functest | smoke | 10:50 | PASS | | rally_sanity | functest | smoke | 23:30 | FAIL | | refstack_defcore | functest | smoke | 06:32 | PASS | | patrole | functest | smoke | 02:17 | PASS | | vmtp | functest | smoke | 18:42 | PASS | | shaker | functest | smoke | 29:59 | PASS | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:15 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-09-02 02:27:53,228 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-02 02:27:53,248 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 02:28:18,756 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 02:28:18,759 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.38,192.30.9.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.38:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=mOA0F1wlNEPJxkh8nbVLstLVA export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=f43d114e2c334430bf08047d43583a7d export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 02:28:18,759 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 02:28:18,759 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-09-02 02:28:18,760 - 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 | | vgpu | functest | features | 00:00 | SKIP | | stor4nfv_os | stor4nfv | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-09-02 02:28:18,762 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-02 02:28:55,888 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-275 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 02:28:55,891 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.38,192.30.9.9 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.38:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=mOA0F1wlNEPJxkh8nbVLstLVA export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=f43d114e2c334430bf08047d43583a7d export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 02:28:55,891 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 02:28:55,892 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+----------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+----------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims heat_ims | | | | | vyos_vrouter juju_epc | +---------------+---------------+---------------------------------------+----------------------------------------+ 2018-09-02 02:28:55,903 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-09-02 02:28:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:28:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:28:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:28:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:28:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:28:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:28:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:28:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:28:56,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:28:56,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:28:56,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aceb8fb-7d7f-4db4-b22b-beaa5c714b01 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:28:56,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-3aceb8fb-7d7f-4db4-b22b-beaa5c714b01 2018-09-02 02:28:56,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:28:56,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["NPQNOAK8RW26G0KJZb1P1A"], "issued_at": "2018-09-02T02:28:56.000000Z"}} 2018-09-02 02:28:56,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:28:56,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:57,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f66993b0-f795-48a8-bf2e-a536992ee1b3 Date: Sun, 02 Sep 2018 02:28:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:28:57,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f66993b0-f795-48a8-bf2e-a536992ee1b3 2018-09-02 02:28:57,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367285013199s 2018-09-02 02:28:57,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f66993b0-f795-48a8-bf2e-a536992ee1b3 2018-09-02 02:28:57,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:28:57,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:28:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-284a155d-e651-4676-a5c5-58e50f133748 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:28:57,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-284a155d-e651-4676-a5c5-58e50f133748 2018-09-02 02:28:57,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:28:57,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:57,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447cfab3-efa6-4df2-8bd3-06c0403e58a5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:28:57,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-447cfab3-efa6-4df2-8bd3-06c0403e58a5 2018-09-02 02:28:57,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183099031448s 2018-09-02 02:28:57,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-447cfab3-efa6-4df2-8bd3-06c0403e58a5 2018-09-02 02:28:57,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:28:57,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_812faff3-714c-4d57-a360-5d7cca016823"}}' 2018-09-02 02:28:57,495 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:28:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eac66f0-c28b-427f-984e-faf3b129ace4 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602"}, "tags": [], "enabled": true, "id": "2d9aee9b0d204d6dba5c7332591bb602", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_812faff3-714c-4d57-a360-5d7cca016823"}} 2018-09-02 02:28:57,495 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-3eac66f0-c28b-427f-984e-faf3b129ace4 2018-09-02 02:28:57,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.209940910339s 2018-09-02 02:28:57,496 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-3eac66f0-c28b-427f-984e-faf3b129ace4 2018-09-02 02:28:57,496 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify', u'tags': [], 'enabled': True, 'id': u'2d9aee9b0d204d6dba5c7332591bb602', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify-project_812faff3-714c-4d57-a360-5d7cca016823'}) 2018-09-02 02:28:57,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:28:57,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f055d8fb-7ab1-472d-afbf-c3c2adc5d5d3", "email": null, "name": "cloudify-user_812faff3-714c-4d57-a360-5d7cca016823"}}' 2018-09-02 02:28:58,054 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:28:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bf7a78a-1a0d-48ff-b638-1bd51c8c21af Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_812faff3-714c-4d57-a360-5d7cca016823", "links": {"self": "http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "699bc2230e4e48c884f041e39016063c", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:28:58,055 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-6bf7a78a-1a0d-48ff-b638-1bd51c8c21af 2018-09-02 02:28:58,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.552364110947s 2018-09-02 02:28:58,055 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-6bf7a78a-1a0d-48ff-b638-1bd51c8c21af 2018-09-02 02:28:58,056 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'699bc2230e4e48c884f041e39016063c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_812faff3-714c-4d57-a360-5d7cca016823'}) 2018-09-02 02:28:58,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:28:58,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:58,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1f9cb6-5ff5-4fed-916b-7ab03889088f Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:28:58,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7d1f9cb6-5ff5-4fed-916b-7ab03889088f 2018-09-02 02:28:58,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174711942673s 2018-09-02 02:28:58,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-7d1f9cb6-5ff5-4fed-916b-7ab03889088f 2018-09-02 02:28:58,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:28:58,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:58,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e1e6bd-f907-4f93-9d27-318552e6c29b Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:28:58,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-51e1e6bd-f907-4f93-9d27-318552e6c29b 2018-09-02 02:28:58,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103163957596s 2018-09-02 02:28:58,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-51e1e6bd-f907-4f93-9d27-318552e6c29b 2018-09-02 02:28:58,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:28:58,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:58,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d83e77-7c55-4968-a1f3-331e725a34ea Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:28:58,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-56d83e77-7c55-4968-a1f3-331e725a34ea 2018-09-02 02:28:58,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178806066513s 2018-09-02 02:28:58,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-56d83e77-7c55-4968-a1f3-331e725a34ea 2018-09-02 02:28:58,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:28:58,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:58,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983cfa09-6f90-4a10-af30-f0692e4176f4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:28:58,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-983cfa09-6f90-4a10-af30-f0692e4176f4 2018-09-02 02:28:58,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.171376228333s 2018-09-02 02:28:58,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-983cfa09-6f90-4a10-af30-f0692e4176f4 2018-09-02 02:28:58,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:28:58,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:58,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5294f6-8a94-413d-a0e2-8d825d694612 Content-Encoding: gzip Content-Length: 1213 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify-user_812faff3-714c-4d57-a360-5d7cca016823", "links": {"self": "http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "699bc2230e4e48c884f041e39016063c", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:28:58,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-6b5294f6-8a94-413d-a0e2-8d825d694612 2018-09-02 02:28:58,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196341991425s 2018-09-02 02:28:58,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-6b5294f6-8a94-413d-a0e2-8d825d694612 2018-09-02 02:28:58,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:28:58,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:59,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a205c4cf-eb49-45f6-a980-e5d355941ec7 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602"}, "tags": [], "enabled": true, "id": "2d9aee9b0d204d6dba5c7332591bb602", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_812faff3-714c-4d57-a360-5d7cca016823"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:28:59,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-a205c4cf-eb49-45f6-a980-e5d355941ec7 2018-09-02 02:28:59,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103621006012s 2018-09-02 02:28:59,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-a205c4cf-eb49-45f6-a980-e5d355941ec7 2018-09-02 02:28:59,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:28:59,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=699bc2230e4e48c884f041e39016063c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=2d9aee9b0d204d6dba5c7332591bb602" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:59,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83dbdcdf-9476-4a70-8554-57d958c85c30 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=699bc2230e4e48c884f041e39016063c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=2d9aee9b0d204d6dba5c7332591bb602", "previous": null, "next": null}} 2018-09-02 02:28:59,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=699bc2230e4e48c884f041e39016063c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=2d9aee9b0d204d6dba5c7332591bb602 used request id req-83dbdcdf-9476-4a70-8554-57d958c85c30 2018-09-02 02:28:59,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.17969083786s 2018-09-02 02:28:59,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=699bc2230e4e48c884f041e39016063c&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=2d9aee9b0d204d6dba5c7332591bb602 used request id req-83dbdcdf-9476-4a70-8554-57d958c85c30 2018-09-02 02:28:59,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:28:59,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602/users/699bc2230e4e48c884f041e39016063c/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:28:59,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:28:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f314b475-f907-4c08-a9f8-9430981c1455 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:28:59,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602/users/699bc2230e4e48c884f041e39016063c/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-f314b475-f907-4c08-a9f8-9430981c1455 2018-09-02 02:28:59,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.213240146637s 2018-09-02 02:28:59,423 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602/users/699bc2230e4e48c884f041e39016063c/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-f314b475-f907-4c08-a9f8-9430981c1455 2018-09-02 02:28:59,424 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_812faff3-714c-4d57-a360-5d7cca016823', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'2d9aee9b0d204d6dba5c7332591bb602', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f055d8fb-7ab1-472d-afbf-c3c2adc5d5d3', 'username': u'cloudify-user_812faff3-714c-4d57-a360-5d7cca016823', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:28:59,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:28:59,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:28:59,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:28:59,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:28:59,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:28:59,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:28:59,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:28:59,429 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_812faff3-714c-4d57-a360-5d7cca016823', 'password': 'f055d8fb-7ab1-472d-afbf-c3c2adc5d5d3', 'project_name': 'cloudify-project_812faff3-714c-4d57-a360-5d7cca016823', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '2d9aee9b0d204d6dba5c7332591bb602', 'project_domain_name': 'Default'} 2018-09-02 02:28:59,430 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-09-02 02:28:59,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:28:59,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7161316-77f8-4d10-81f3-81e5d6641bc8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:28:59,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-e7161316-77f8-4d10-81f3-81e5d6641bc8 2018-09-02 02:28:59,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:28:59,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:28:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d9aee9b0d204d6dba5c7332591bb602", "name": "cloudify-project_812faff3-714c-4d57-a360-5d7cca016823"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d9aee9b0d204d6dba5c7332591bb602", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/2d9aee9b0d204d6dba5c7332591bb602", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/2d9aee9b0d204d6dba5c7332591bb602", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d9aee9b0d204d6dba5c7332591bb602", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/2d9aee9b0d204d6dba5c7332591bb602", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/2d9aee9b0d204d6dba5c7332591bb602", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/2d9aee9b0d204d6dba5c7332591bb602", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/2d9aee9b0d204d6dba5c7332591bb602", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/2d9aee9b0d204d6dba5c7332591bb602", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_2d9aee9b0d204d6dba5c7332591bb602", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_2d9aee9b0d204d6dba5c7332591bb602", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/2d9aee9b0d204d6dba5c7332591bb602", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/2d9aee9b0d204d6dba5c7332591bb602", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/2d9aee9b0d204d6dba5c7332591bb602", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_812faff3-714c-4d57-a360-5d7cca016823", "id": "699bc2230e4e48c884f041e39016063c"}, "audit_ids": ["rhQ7BiYgQkKQKg-m4x6luQ"], "issued_at": "2018-09-02T02:28:59.000000Z"}} 2018-09-02 02:28:59,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 02:28:59,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"network": {"name": "cloudify-net_812faff3-714c-4d57-a360-5d7cca016823", "admin_state_up": true}}' 2018-09-02 02:29:00,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-88239ce9-48fd-47b6-be80-8e6eb3642c74 Date: Sun, 02 Sep 2018 02:29:00 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2d9aee9b0d204d6dba5c7332591bb602","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:29:00Z","is_default":false,"name":"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","mtu":1450}} 2018-09-02 02:29:00,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-88239ce9-48fd-47b6-be80-8e6eb3642c74 2018-09-02 02:29:00,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.760843992233s 2018-09-02 02:29:00,590 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-88239ce9-48fd-47b6-be80-8e6eb3642c74 2018-09-02 02:29:00,591 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T02:29:00Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f4cd35cf-bdfe-4a20-8ede-e2874034c0ce', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_812faff3-714c-4d57-a360-5d7cca016823', u'admin_state_up': True, u'tenant_id': u'2d9aee9b0d204d6dba5c7332591bb602', u'created_at': u'2018-09-02T02:29:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2d9aee9b0d204d6dba5c7332591bb602', u'l2_adjacency': True}) 2018-09-02 02:29:00,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:29:00,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:29:00,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-097e6a94-177f-4920-8906-facb6d5c88ab Date: Sun, 02 Sep 2018 02:29:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2d9aee9b0d204d6dba5c7332591bb602","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:29:00Z","qos_policy_id":null,"name":"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823","admin_state_up":true,"tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","mtu":1450}]} 2018-09-02 02:29:00,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-097e6a94-177f-4920-8906-facb6d5c88ab 2018-09-02 02:29:00,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106059074402s 2018-09-02 02:29:00,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-097e6a94-177f-4920-8906-facb6d5c88ab 2018-09-02 02:29:00,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 02:29:00,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"subnet": {"name": "cloudify-subnet_812faff3-714c-4d57-a360-5d7cca016823", "enable_dhcp": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 02:29:01,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4292bb97-95ec-40f3-a068-4ecdbb8bf82f Date: Sun, 02 Sep 2018 02:29:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:29:00Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"2d9aee9b0d204d6dba5c7332591bb602","id":"ba4ac846-adde-4bc3-be91-c5ee8218397a","subnetpool_id":null,"name":"cloudify-subnet_812faff3-714c-4d57-a360-5d7cca016823"}} 2018-09-02 02:29:01,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-4292bb97-95ec-40f3-a068-4ecdbb8bf82f 2018-09-02 02:29:01,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.581666946411s 2018-09-02 02:29:01,282 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-4292bb97-95ec-40f3-a068-4ecdbb8bf82f 2018-09-02 02:29:01,282 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:29:00Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'ba4ac846-adde-4bc3-be91-c5ee8218397a', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_812faff3-714c-4d57-a360-5d7cca016823', u'enable_dhcp': True, u'network_id': u'f4cd35cf-bdfe-4a20-8ede-e2874034c0ce', u'tenant_id': u'2d9aee9b0d204d6dba5c7332591bb602', u'created_at': u'2018-09-02T02:29:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2d9aee9b0d204d6dba5c7332591bb602'}) 2018-09-02 02:29:01,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 02:29:01,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "cloudify-router_812faff3-714c-4d57-a360-5d7cca016823", "admin_state_up": true}}' 2018-09-02 02:29:02,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-643257f1-1cab-41a7-849e-54d0594c71ca Date: Sun, 02 Sep 2018 02:29:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:01Z", "admin_state_up": true, "updated_at": "2018-09-02T02:29:02Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "name": "cloudify-router_812faff3-714c-4d57-a360-5d7cca016823"}} 2018-09-02 02:29:02,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-643257f1-1cab-41a7-849e-54d0594c71ca 2018-09-02 02:29:02,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.61150789261s 2018-09-02 02:29:02,895 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-643257f1-1cab-41a7-849e-54d0594c71ca 2018-09-02 02:29:02,895 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:29:02Z', u'revision_number': 2, u'id': u'a9b64796-9c82-4441-81db-1be7bfc7b592', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.211'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-router_812faff3-714c-4d57-a360-5d7cca016823', u'admin_state_up': True, u'tenant_id': u'2d9aee9b0d204d6dba5c7332591bb602', u'created_at': u'2018-09-02T02:29:01Z', u'flavor_id': None, u'routes': [], u'project_id': u'2d9aee9b0d204d6dba5c7332591bb602'}) 2018-09-02 02:29:02,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 02:29:02,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"subnet_id": "ba4ac846-adde-4bc3-be91-c5ee8218397a"}' 2018-09-02 02:29:05,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-471cac5a-2b03-4d47-bd32-1d4d16fa1953 Date: Sun, 02 Sep 2018 02:29:05 GMT RESP BODY: {"network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "subnet_id": "ba4ac846-adde-4bc3-be91-c5ee8218397a", "subnet_ids": ["ba4ac846-adde-4bc3-be91-c5ee8218397a"], "port_id": "0df2c9c7-78ae-42f7-99f7-98e2b45583aa", "id": "a9b64796-9c82-4441-81db-1be7bfc7b592"} 2018-09-02 02:29:05,444 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592/add_router_interface.json used request id req-471cac5a-2b03-4d47-bd32-1d4d16fa1953 2018-09-02 02:29:05,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.54855203629s 2018-09-02 02:29:05,445 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592/add_router_interface.json used request id req-471cac5a-2b03-4d47-bd32-1d4d16fa1953 returning object a9b64796-9c82-4441-81db-1be7bfc7b592 2018-09-02 02:29:05,445 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-02 02:29:59,870 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-02 02:29:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:29:59,883 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 02:29:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 02:29:59,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:29:59,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:30:00,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1f3dcd95-79ee-4e49-b2ec-2aea90ebf95f Date: Sun, 02 Sep 2018 02:30:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:30:00,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-1f3dcd95-79ee-4e49-b2ec-2aea90ebf95f 2018-09-02 02:30:00,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.370583057404s 2018-09-02 02:30:00,258 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-1f3dcd95-79ee-4e49-b2ec-2aea90ebf95f 2018-09-02 02:30:00,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 02:30:00,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_812faff3-714c-4d57-a360-5d7cca016823"}' 2018-09-02 02:30:00,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-09181c40-dc15-4db4-83a2-150998188a83 Date: Sun, 02 Sep 2018 02:30:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:30:00Z", "file": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file", "owner": "2d9aee9b0d204d6dba5c7332591bb602", "id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "size": null, "self": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "checksum": null, "created_at": "2018-09-02T02:30:00Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 02:30:00,310 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-09181c40-dc15-4db4-83a2-150998188a83 2018-09-02 02:30:00,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0439159870148s 2018-09-02 02:30:00,311 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-09181c40-dc15-4db4-83a2-150998188a83 returning object 55001289-77c7-49bc-9f8d-9bee7a8a1ddc 2018-09-02 02:30:00,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 02:30:00,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '' 2018-09-02 02:30:59,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f50dd18d-5576-498a-9758-016b4b434567 Date: Sun, 02 Sep 2018 02:30:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:30:59,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file used request id req-f50dd18d-5576-498a-9758-016b4b434567 2018-09-02 02:30:59,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 59.3932549953s 2018-09-02 02:30:59,705 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file used request id req-f50dd18d-5576-498a-9758-016b4b434567 2018-09-02 02:30:59,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:30:59,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:30:59,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6d893ea4-cb9f-401b-8053-581136c73989 Date: Sun, 02 Sep 2018 02:30:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:30:59Z", "file": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file", "owner": "2d9aee9b0d204d6dba5c7332591bb602", "id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "size": 4373348352, "self": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:30:00Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:30:59,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6d893ea4-cb9f-401b-8053-581136c73989 2018-09-02 02:30:59,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367419719696s 2018-09-02 02:30:59,747 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-6d893ea4-cb9f-401b-8053-581136c73989 2018-09-02 02:30:59,749 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file', 'owner': u'2d9aee9b0d204d6dba5c7332591bb602', 'id': u'55001289-77c7-49bc-9f8d-9bee7a8a1ddc', 'size': 4373348352, u'self': u'/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2d9aee9b0d204d6dba5c7332591bb602', 'name': 'cloudify-project_812faff3-714c-4d57-a360-5d7cca016823', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T02:30:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T02:30:59Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_812faff3-714c-4d57-a360-5d7cca016823', 'created': u'2018-09-02T02:30:00Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-02T02:30:00Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-09-02 02:30:59,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 02:30:59,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_812faff3-714c-4d57-a360-5d7cca016823", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-09-02 02:31:00,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:30:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fba30625-c247-46f7-8d6b-8eacb395e8a1 x-compute-request-id: req-fba30625-c247-46f7-8d6b-8eacb395e8a1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_812faff3-714c-4d57-a360-5d7cca016823", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f"}} 2018-09-02 02:31:00,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-fba30625-c247-46f7-8d6b-8eacb395e8a1 2018-09-02 02:31:00,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.288161039352s 2018-09-02 02:31:00,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-fba30625-c247-46f7-8d6b-8eacb395e8a1 2018-09-02 02:31:00,040 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_812faff3-714c-4d57-a360-5d7cca016823', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'f0771234-6fc6-48d2-a9d5-7d18bf90f37f', 'swap': 0}) 2018-09-02 02:31:00,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 02:31:00,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" -d '{"extra_specs": {}}' 2018-09-02 02:31:00,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67cedbcc-a97e-499c-a868-c7a709a7c30e x-compute-request-id: req-67cedbcc-a97e-499c-a868-c7a709a7c30e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 02:31:00,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f/os-extra_specs used request id req-67cedbcc-a97e-499c-a868-c7a709a7c30e 2018-09-02 02:31:00,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0306179523468s 2018-09-02 02:31:00,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f/os-extra_specs used request id req-67cedbcc-a97e-499c-a868-c7a709a7c30e 2018-09-02 02:31:00,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 02:31:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"keypair": {"name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823"}}' 2018-09-02 02:31:00,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae4e9e17-63bc-4d0d-9805-c3e15d8d9b1a x-compute-request-id: req-ae4e9e17-63bc-4d0d-9805-c3e15d8d9b1a Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/gRc+z3QqvsDj+Jjk7YnlLzpwQ02lxKVb4N0o39pIcMZIygSLqHSGiuRWJl/aNXvogP7DOg+0OOw3AhjNZ1XAw57BAX0z1s5uUfMfIEPd7yXrniaFJkirfTteIi3XJsQ3g9q+OyR0X8qNcTZCKlEcQ6wPPe3+yHVIB+cuv5lF220ZVUTGAnWPun0frVfDAL/j+i3ZBzv2rxfdDQPSPBL4FZq029CTq8VdM93b4CRs+jhR2UuIcR84gFW0oEuPeEi3gWuT+hYrryrlqTgsDN2tPL9dqRV/OHM8bVSJwaw7KkbBw5Iq/23BTLfHcB9dVS5EvZeyafOHb1z10BZSxx5L Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv4EXPs90Kr7A4/iY5O2J5S86cENNpcSlW+DdKN/aSHDGSMoE\ni6h0horkViZf2jV76ID+wzoPtDjsNwIYzWdVwMOewQF9M9bOblHzHyBD3e8l654m\nhSZIq307XiIt1ybEN4PavjskdF/KjXE2QipRHEOsDz3t/sh1SAfnLr+ZRdttGVVE\nxgJ1j7p9H61XwwC/4/ot2Qc79q8X3Q0D0jwS+BWatNvQk6vFXTPd2+AkbPo4UdlL\niHEfOIBVtKBLj3hIt4Frk/oWK68q5ak4LAzdrTy/XakVfzhzPG1UicGsOypGwcOS\nKv9twUy3x3AfXVUuRL2Xsmnzh29c9dAWUsceSwIDAQABAoIBAQCtbyL3Pnhtke4t\nSGJnyfz9s+UP8NQskchUSnTg5MLSolfhahvtw3UsuDMNFpnujEuYiOKxOi8ov/il\n5N9Dfxd5iXCISWnzfdHctZkikl0EbOaB2ev24HIl5TfUC85KMRC5Wk/LwtJEFtDh\ngitqhtqIZ303HJYjDbaxsn6bpugQC5TyJWsWT1hZBfWjnkCP8Y/gCzjUd/7wqDB2\n1yhb3xnjUNg0gz0qeCxQPUvi5a8VOwqVHUAN/rwXmeQB/x+uwnhxFNMF6HDH1u6D\n9mBjrtDRG13NkpuuwrF9ImBus1513ry/tegt98GslVvP54UAKnr5G9fmv5gCXfnV\n0JL/2P8xAoGBAOeCG2WPAay+niI8VIv6+M6PxEqKb912ZcHpWKRzp/pwxw/Jj/pu\nsbVXx5UtYrnF/jXFKFCS/L/jmlM6KaHcejzw/lQBVfeu0VNMCydlBuJeum0NESgK\nXJqtL75ekKiv1rkyHFnkAmLDwRGYvYdW3/Vhuc9CXp3/YZUKiBwGXu5ZAoGBANPD\nkF8nSuhp4LsrK5xDIx7s3K7u9Lnhr6KZ76FjBf2YY11K9M59ZCMyH0NRyeTFidYu\n/hp+5jFD9NX0NOoI+HfbYeSipkxwa4P9VZFxjXTW4vnVph3noXu2/uaXhaaPSyyS\nt5Acgzbn3O7/D7zA11VdOIdcukyXJUzAvRBknwVDAoGASJMoBYl0S/Qh3LevBYby\n8sZtEbUeZn3UXprJWByNv1wVe2SDx01mVmQjRCfLOFPSYobhIYlCxOEUIx0rqftV\nMr+V6z3T9maOZp+DK6FnLBXoOYGMLFI7P54lRnecv9UH6lzEOIXbHZ0ibGLGn6Pj\nZ6hwOIIk6UEDFVcM3kQ9BFkCgYBAWX4mnB8ULxBecAjpjDFA9YM+GVj+n0kq5RI/\nfYLVhBg1wlBP6ySh2VpMr67lOO3gyxjmXkd/EwJ0fagSsjUm3uCJhK96LPNPAY2e\nC96Lcb05ZCX9kmSs3nfpBIRVj9etLMxhG3j4F084xQM4PXVx+Ej0QUZPfeKUx0Ds\nmVcFVwKBgCULveqfqbKGUPSfCYcHIjh01CPUT6LSNbhnEzqnCKcL5E6RRZp7KkC1\nFuQnrY5Bgd38hXjasAQP4EZGGyPPDKdxaQ9+5EjXXynlkdvC+tDs+Ru/WIb0wuw1\n/nXTmkYL6jTOOrYVHat6p+3DTmhawzjdk281vdbU98cXSZXjdW+m\n-----END RSA PRIVATE KEY-----\n", "user_id": "699bc2230e4e48c884f041e39016063c", "name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "fingerprint": "41:7d:f4:d8:37:e4:02:f2:ea:5d:5b:48:94:94:78:78"}} 2018-09-02 02:31:00,783 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-ae4e9e17-63bc-4d0d-9805-c3e15d8d9b1a 2018-09-02 02:31:00,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.711000919342s 2018-09-02 02:31:00,784 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-ae4e9e17-63bc-4d0d-9805-c3e15d8d9b1a 2018-09-02 02:31:00,784 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/gRc+z3QqvsDj+Jjk7YnlLzpwQ02lxKVb4N0o39pIcMZIygSLqHSGiuRWJl/aNXvogP7DOg+0OOw3AhjNZ1XAw57BAX0z1s5uUfMfIEPd7yXrniaFJkirfTteIi3XJsQ3g9q+OyR0X8qNcTZCKlEcQ6wPPe3+yHVIB+cuv5lF220ZVUTGAnWPun0frVfDAL/j+i3ZBzv2rxfdDQPSPBL4FZq029CTq8VdM93b4CRs+jhR2UuIcR84gFW0oEuPeEi3gWuT+hYrryrlqTgsDN2tPL9dqRV/OHM8bVSJwaw7KkbBw5Iq/23BTLfHcB9dVS5EvZeyafOHb1z10BZSxx5L Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAv4EXPs90Kr7A4/iY5O2J5S86cENNpcSlW+DdKN/aSHDGSMoE\ni6h0horkViZf2jV76ID+wzoPtDjsNwIYzWdVwMOewQF9M9bOblHzHyBD3e8l654m\nhSZIq307XiIt1ybEN4PavjskdF/KjXE2QipRHEOsDz3t/sh1SAfnLr+ZRdttGVVE\nxgJ1j7p9H61XwwC/4/ot2Qc79q8X3Q0D0jwS+BWatNvQk6vFXTPd2+AkbPo4UdlL\niHEfOIBVtKBLj3hIt4Frk/oWK68q5ak4LAzdrTy/XakVfzhzPG1UicGsOypGwcOS\nKv9twUy3x3AfXVUuRL2Xsmnzh29c9dAWUsceSwIDAQABAoIBAQCtbyL3Pnhtke4t\nSGJnyfz9s+UP8NQskchUSnTg5MLSolfhahvtw3UsuDMNFpnujEuYiOKxOi8ov/il\n5N9Dfxd5iXCISWnzfdHctZkikl0EbOaB2ev24HIl5TfUC85KMRC5Wk/LwtJEFtDh\ngitqhtqIZ303HJYjDbaxsn6bpugQC5TyJWsWT1hZBfWjnkCP8Y/gCzjUd/7wqDB2\n1yhb3xnjUNg0gz0qeCxQPUvi5a8VOwqVHUAN/rwXmeQB/x+uwnhxFNMF6HDH1u6D\n9mBjrtDRG13NkpuuwrF9ImBus1513ry/tegt98GslVvP54UAKnr5G9fmv5gCXfnV\n0JL/2P8xAoGBAOeCG2WPAay+niI8VIv6+M6PxEqKb912ZcHpWKRzp/pwxw/Jj/pu\nsbVXx5UtYrnF/jXFKFCS/L/jmlM6KaHcejzw/lQBVfeu0VNMCydlBuJeum0NESgK\nXJqtL75ekKiv1rkyHFnkAmLDwRGYvYdW3/Vhuc9CXp3/YZUKiBwGXu5ZAoGBANPD\nkF8nSuhp4LsrK5xDIx7s3K7u9Lnhr6KZ76FjBf2YY11K9M59ZCMyH0NRyeTFidYu\n/hp+5jFD9NX0NOoI+HfbYeSipkxwa4P9VZFxjXTW4vnVph3noXu2/uaXhaaPSyyS\nt5Acgzbn3O7/D7zA11VdOIdcukyXJUzAvRBknwVDAoGASJMoBYl0S/Qh3LevBYby\n8sZtEbUeZn3UXprJWByNv1wVe2SDx01mVmQjRCfLOFPSYobhIYlCxOEUIx0rqftV\nMr+V6z3T9maOZp+DK6FnLBXoOYGMLFI7P54lRnecv9UH6lzEOIXbHZ0ibGLGn6Pj\nZ6hwOIIk6UEDFVcM3kQ9BFkCgYBAWX4mnB8ULxBecAjpjDFA9YM+GVj+n0kq5RI/\nfYLVhBg1wlBP6ySh2VpMr67lOO3gyxjmXkd/EwJ0fagSsjUm3uCJhK96LPNPAY2e\nC96Lcb05ZCX9kmSs3nfpBIRVj9etLMxhG3j4F084xQM4PXVx+Ej0QUZPfeKUx0Ds\nmVcFVwKBgCULveqfqbKGUPSfCYcHIjh01CPUT6LSNbhnEzqnCKcL5E6RRZp7KkC1\nFuQnrY5Bgd38hXjasAQP4EZGGyPPDKdxaQ9+5EjXXynlkdvC+tDs+Ru/WIb0wuw1\n/nXTmkYL6jTOOrYVHat6p+3DTmhawzjdk281vdbU98cXSZXjdW+m\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'699bc2230e4e48c884f041e39016063c', 'name': u'cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823', 'created_at': '2018-09-02T02:31:00.784843', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2d9aee9b0d204d6dba5c7332591bb602', 'name': 'cloudify-project_812faff3-714c-4d57-a360-5d7cca016823', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'41:7d:f4:d8:37:e4:02:f2:ea:5d:5b:48:94:94:78:78', 'type': 'ssh', 'id': u'cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823'}) 2018-09-02 02:31:00,785 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAv4EXPs90Kr7A4/iY5O2J5S86cENNpcSlW+DdKN/aSHDGSMoE i6h0horkViZf2jV76ID+wzoPtDjsNwIYzWdVwMOewQF9M9bOblHzHyBD3e8l654m hSZIq307XiIt1ybEN4PavjskdF/KjXE2QipRHEOsDz3t/sh1SAfnLr+ZRdttGVVE xgJ1j7p9H61XwwC/4/ot2Qc79q8X3Q0D0jwS+BWatNvQk6vFXTPd2+AkbPo4UdlL iHEfOIBVtKBLj3hIt4Frk/oWK68q5ak4LAzdrTy/XakVfzhzPG1UicGsOypGwcOS Kv9twUy3x3AfXVUuRL2Xsmnzh29c9dAWUsceSwIDAQABAoIBAQCtbyL3Pnhtke4t SGJnyfz9s+UP8NQskchUSnTg5MLSolfhahvtw3UsuDMNFpnujEuYiOKxOi8ov/il 5N9Dfxd5iXCISWnzfdHctZkikl0EbOaB2ev24HIl5TfUC85KMRC5Wk/LwtJEFtDh gitqhtqIZ303HJYjDbaxsn6bpugQC5TyJWsWT1hZBfWjnkCP8Y/gCzjUd/7wqDB2 1yhb3xnjUNg0gz0qeCxQPUvi5a8VOwqVHUAN/rwXmeQB/x+uwnhxFNMF6HDH1u6D 9mBjrtDRG13NkpuuwrF9ImBus1513ry/tegt98GslVvP54UAKnr5G9fmv5gCXfnV 0JL/2P8xAoGBAOeCG2WPAay+niI8VIv6+M6PxEqKb912ZcHpWKRzp/pwxw/Jj/pu sbVXx5UtYrnF/jXFKFCS/L/jmlM6KaHcejzw/lQBVfeu0VNMCydlBuJeum0NESgK XJqtL75ekKiv1rkyHFnkAmLDwRGYvYdW3/Vhuc9CXp3/YZUKiBwGXu5ZAoGBANPD kF8nSuhp4LsrK5xDIx7s3K7u9Lnhr6KZ76FjBf2YY11K9M59ZCMyH0NRyeTFidYu /hp+5jFD9NX0NOoI+HfbYeSipkxwa4P9VZFxjXTW4vnVph3noXu2/uaXhaaPSyyS t5Acgzbn3O7/D7zA11VdOIdcukyXJUzAvRBknwVDAoGASJMoBYl0S/Qh3LevBYby 8sZtEbUeZn3UXprJWByNv1wVe2SDx01mVmQjRCfLOFPSYobhIYlCxOEUIx0rqftV Mr+V6z3T9maOZp+DK6FnLBXoOYGMLFI7P54lRnecv9UH6lzEOIXbHZ0ibGLGn6Pj Z6hwOIIk6UEDFVcM3kQ9BFkCgYBAWX4mnB8ULxBecAjpjDFA9YM+GVj+n0kq5RI/ fYLVhBg1wlBP6ySh2VpMr67lOO3gyxjmXkd/EwJ0fagSsjUm3uCJhK96LPNPAY2e C96Lcb05ZCX9kmSs3nfpBIRVj9etLMxhG3j4F084xQM4PXVx+Ej0QUZPfeKUx0Ds mVcFVwKBgCULveqfqbKGUPSfCYcHIjh01CPUT6LSNbhnEzqnCKcL5E6RRZp7KkC1 FuQnrY5Bgd38hXjasAQP4EZGGyPPDKdxaQ9+5EjXXynlkdvC+tDs+Ru/WIb0wuw1 /nXTmkYL6jTOOrYVHat6p+3DTmhawzjdk281vdbU98cXSZXjdW+m -----END RSA PRIVATE KEY----- 2018-09-02 02:31:00,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 02:31:00,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"security_group": {"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823", "description": "created by OPNFV Functest (cloudify)"}}' 2018-09-02 02:31:01,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-573dd9ff-7236-4c4b-8495-dee2b39841a1 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}} 2018-09-02 02:31:01,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-573dd9ff-7236-4c4b-8495-dee2b39841a1 2018-09-02 02:31:01,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.439515113831s 2018-09-02 02:31:01,228 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-573dd9ff-7236-4c4b-8495-dee2b39841a1 2018-09-02 02:31:01,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:31:01,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:01,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-a93bb900-e936-49e7-b974-21d06a56926f Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}, {"description": "Default security group", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:00Z", "updated_at": "2018-09-02T02:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "50c87ca5-87ec-4f8c-a1f7-5c6deecd21f7", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "b36ae35a-40e7-48f2-9458-bc857252bffe", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "c771270b-daf3-41aa-a87e-8adc69822551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "dc5f9ab1-d46b-4722-813d-23577f59961b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "name": "default"}]} 2018-09-02 02:31:01,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a93bb900-e936-49e7-b974-21d06a56926f 2018-09-02 02:31:01,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0721039772034s 2018-09-02 02:31:01,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-a93bb900-e936-49e7-b974-21d06a56926f 2018-09-02 02:31:01,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:31:01,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "966b018b-4836-4238-80b8-89030760766d"}}' 2018-09-02 02:31:01,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a0c4719c-8705-4291-a252-01794dca63f4 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "port_range_min": 22, "revision_number": 0, "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e1f2cd67-4311-4354-8b55-5e01db8dc985"}} 2018-09-02 02:31:01,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-a0c4719c-8705-4291-a252-01794dca63f4 2018-09-02 02:31:01,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.109522104263s 2018-09-02 02:31:01,419 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-a0c4719c-8705-4291-a252-01794dca63f4 2018-09-02 02:31:01,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:31:01,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:01,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-09b805ae-eef3-45e5-8533-e99cd7d95fe5 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "e1f2cd67-4311-4354-8b55-5e01db8dc985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 2, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}, {"description": "Default security group", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:00Z", "updated_at": "2018-09-02T02:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "50c87ca5-87ec-4f8c-a1f7-5c6deecd21f7", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "b36ae35a-40e7-48f2-9458-bc857252bffe", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "c771270b-daf3-41aa-a87e-8adc69822551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "dc5f9ab1-d46b-4722-813d-23577f59961b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "name": "default"}]} 2018-09-02 02:31:01,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-09b805ae-eef3-45e5-8533-e99cd7d95fe5 2018-09-02 02:31:01,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0444829463959s 2018-09-02 02:31:01,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-09b805ae-eef3-45e5-8533-e99cd7d95fe5 2018-09-02 02:31:01,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:31:01,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "966b018b-4836-4238-80b8-89030760766d"}}' 2018-09-02 02:31:01,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-fc9f794e-5dee-416f-8ae4-67c3b8378d40 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "port_range_min": null, "revision_number": 0, "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "dca7c9b8-f480-49a7-b0db-cf04ab5992a4"}} 2018-09-02 02:31:01,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-fc9f794e-5dee-416f-8ae4-67c3b8378d40 2018-09-02 02:31:01,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.103792190552s 2018-09-02 02:31:01,575 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-fc9f794e-5dee-416f-8ae4-67c3b8378d40 2018-09-02 02:31:01,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:31:01,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:01,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-d079bed7-20ce-4859-abf3-6fcf7e1d3069 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "dca7c9b8-f480-49a7-b0db-cf04ab5992a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "e1f2cd67-4311-4354-8b55-5e01db8dc985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 3, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}, {"description": "Default security group", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:00Z", "updated_at": "2018-09-02T02:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "50c87ca5-87ec-4f8c-a1f7-5c6deecd21f7", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "b36ae35a-40e7-48f2-9458-bc857252bffe", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "c771270b-daf3-41aa-a87e-8adc69822551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "dc5f9ab1-d46b-4722-813d-23577f59961b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "name": "default"}]} 2018-09-02 02:31:01,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-d079bed7-20ce-4859-abf3-6fcf7e1d3069 2018-09-02 02:31:01,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0451200008392s 2018-09-02 02:31:01,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-d079bed7-20ce-4859-abf3-6fcf7e1d3069 2018-09-02 02:31:01,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:31:01,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "966b018b-4836-4238-80b8-89030760766d"}}' 2018-09-02 02:31:01,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e6a9538a-c7e8-4275-89b6-cd3def270f22 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "port_range_min": 80, "revision_number": 0, "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "ccde776d-ecdb-4aa8-ac78-edb526295e68"}} 2018-09-02 02:31:01,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-e6a9538a-c7e8-4275-89b6-cd3def270f22 2018-09-02 02:31:01,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.118581056595s 2018-09-02 02:31:01,747 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-e6a9538a-c7e8-4275-89b6-cd3def270f22 2018-09-02 02:31:01,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:31:01,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:01,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-27511681-7e1d-492e-b491-5e1463c4633d Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "ccde776d-ecdb-4aa8-ac78-edb526295e68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "dca7c9b8-f480-49a7-b0db-cf04ab5992a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "e1f2cd67-4311-4354-8b55-5e01db8dc985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 4, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}, {"description": "Default security group", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:00Z", "updated_at": "2018-09-02T02:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "50c87ca5-87ec-4f8c-a1f7-5c6deecd21f7", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "b36ae35a-40e7-48f2-9458-bc857252bffe", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "c771270b-daf3-41aa-a87e-8adc69822551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "dc5f9ab1-d46b-4722-813d-23577f59961b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "name": "default"}]} 2018-09-02 02:31:01,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-27511681-7e1d-492e-b491-5e1463c4633d 2018-09-02 02:31:01,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0434279441833s 2018-09-02 02:31:01,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-27511681-7e1d-492e-b491-5e1463c4633d 2018-09-02 02:31:01,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:31:01,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "966b018b-4836-4238-80b8-89030760766d"}}' 2018-09-02 02:31:01,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-36c66d7e-46fc-4168-a17a-0a1c05a146a2 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "port_range_min": 443, "revision_number": 0, "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "8910c854-d255-4ac7-b464-eefae88ddb35"}} 2018-09-02 02:31:01,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-36c66d7e-46fc-4168-a17a-0a1c05a146a2 2018-09-02 02:31:01,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.117259025574s 2018-09-02 02:31:01,914 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-36c66d7e-46fc-4168-a17a-0a1c05a146a2 2018-09-02 02:31:01,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:31:01,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:01,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-0d0a39ac-e40c-47ea-bcbc-97b6757dc335 Date: Sun, 02 Sep 2018 02:31:01 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "8910c854-d255-4ac7-b464-eefae88ddb35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "ccde776d-ecdb-4aa8-ac78-edb526295e68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "dca7c9b8-f480-49a7-b0db-cf04ab5992a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "e1f2cd67-4311-4354-8b55-5e01db8dc985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 5, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}, {"description": "Default security group", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:00Z", "updated_at": "2018-09-02T02:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "50c87ca5-87ec-4f8c-a1f7-5c6deecd21f7", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "b36ae35a-40e7-48f2-9458-bc857252bffe", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "c771270b-daf3-41aa-a87e-8adc69822551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "dc5f9ab1-d46b-4722-813d-23577f59961b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "name": "default"}]} 2018-09-02 02:31:01,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-0d0a39ac-e40c-47ea-bcbc-97b6757dc335 2018-09-02 02:31:01,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0441529750824s 2018-09-02 02:31:01,963 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-0d0a39ac-e40c-47ea-bcbc-97b6757dc335 2018-09-02 02:31:01,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:31:01,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "966b018b-4836-4238-80b8-89030760766d"}}' 2018-09-02 02:31:02,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-bc9a1810-ba34-4105-91c1-4b0db914c917 Date: Sun, 02 Sep 2018 02:31:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-09-02T02:31:02Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "port_range_min": 5671, "revision_number": 0, "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:02Z", "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "6ce3a2a4-a7fe-4c3d-958c-1a2b70b4d6f9"}} 2018-09-02 02:31:02,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-bc9a1810-ba34-4105-91c1-4b0db914c917 2018-09-02 02:31:02,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.130499124527s 2018-09-02 02:31:02,096 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-bc9a1810-ba34-4105-91c1-4b0db914c917 2018-09-02 02:31:02,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:31:02,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:02,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-00a424f1-2cde-40d5-b310-c8e759df6416 Date: Sun, 02 Sep 2018 02:31:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T02:31:02Z", "revision_number": 0, "id": "6ce3a2a4-a7fe-4c3d-958c-1a2b70b4d6f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:02Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "8910c854-d255-4ac7-b464-eefae88ddb35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "ccde776d-ecdb-4aa8-ac78-edb526295e68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "dca7c9b8-f480-49a7-b0db-cf04ab5992a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "e1f2cd67-4311-4354-8b55-5e01db8dc985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 6, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}, {"description": "Default security group", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:00Z", "updated_at": "2018-09-02T02:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "50c87ca5-87ec-4f8c-a1f7-5c6deecd21f7", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "b36ae35a-40e7-48f2-9458-bc857252bffe", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "c771270b-daf3-41aa-a87e-8adc69822551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "dc5f9ab1-d46b-4722-813d-23577f59961b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "name": "default"}]} 2018-09-02 02:31:02,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-00a424f1-2cde-40d5-b310-c8e759df6416 2018-09-02 02:31:02,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0456459522247s 2018-09-02 02:31:02,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-00a424f1-2cde-40d5-b310-c8e759df6416 2018-09-02 02:31:02,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:31:02,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "966b018b-4836-4238-80b8-89030760766d"}}' 2018-09-02 02:31:02,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-29b4dd55-04c0-4b7c-b1f3-b661835050e0 Date: Sun, 02 Sep 2018 02:31:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-09-02T02:31:02Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "port_range_min": 53333, "revision_number": 0, "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:02Z", "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "f606769a-a3c6-4c85-83cf-4c7cc467326f"}} 2018-09-02 02:31:02,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-29b4dd55-04c0-4b7c-b1f3-b661835050e0 2018-09-02 02:31:02,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.126721858978s 2018-09-02 02:31:02,276 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-29b4dd55-04c0-4b7c-b1f3-b661835050e0 2018-09-02 02:31:02,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:31:02,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:02,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-c91e7bde-f433-433d-8562-f30ae71645ee Date: Sun, 02 Sep 2018 02:31:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2d9aee9b0d204d6dba5c7332591bb602","l2_adjacency":true,"status":"ACTIVE","subnets":["ba4ac846-adde-4bc3-be91-c5ee8218397a"],"description":"","tags":[],"updated_at":"2018-09-02T02:29:00Z","qos_policy_id":null,"name":"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823","admin_state_up":true,"tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","mtu":1450}]} 2018-09-02 02:31:02,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c91e7bde-f433-433d-8562-f30ae71645ee 2018-09-02 02:31:02,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0959160327911s 2018-09-02 02:31:02,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-c91e7bde-f433-433d-8562-f30ae71645ee 2018-09-02 02:31:02,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:31:02,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:02,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-20b827a0-9530-4ac4-823b-1b8388b151dc Date: Sun, 02 Sep 2018 02:31:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:30:59Z", "file": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file", "owner": "2d9aee9b0d204d6dba5c7332591bb602", "id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "size": 4373348352, "self": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:30:00Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:31:02,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-20b827a0-9530-4ac4-823b-1b8388b151dc 2018-09-02 02:31:02,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0346808433533s 2018-09-02 02:31:02,414 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-20b827a0-9530-4ac4-823b-1b8388b151dc 2018-09-02 02:31:02,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:31:02,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:02,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15f50211-076c-4c8c-85c5-dde0fcaa0b29 x-compute-request-id: req-15f50211-076c-4c8c-85c5-dde0fcaa0b29 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_812faff3-714c-4d57-a360-5d7cca016823", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f"}]} 2018-09-02 02:31:02,438 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-15f50211-076c-4c8c-85c5-dde0fcaa0b29 2018-09-02 02:31:02,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0223259925842s 2018-09-02 02:31:02,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-15f50211-076c-4c8c-85c5-dde0fcaa0b29 2018-09-02 02:31:02,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 02:31:02,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"server": {"name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "imageRef": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "flavorRef": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce"}], "security_groups": [{"name": "966b018b-4836-4238-80b8-89030760766d"}]}}' 2018-09-02 02:31:04,144 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84567b11-54e3-4e78-a7a9-799677bc9a4a x-compute-request-id: req-84567b11-54e3-4e78-a7a9-799677bc9a4a Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "966b018b-4836-4238-80b8-89030760766d"}], "OS-DCF:diskConfig": "MANUAL", "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "adminPass": "i3oMCYycbFoT"}} 2018-09-02 02:31:04,144 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-84567b11-54e3-4e78-a7a9-799677bc9a4a 2018-09-02 02:31:04,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.70410585403s 2018-09-02 02:31:04,145 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-84567b11-54e3-4e78-a7a9-799677bc9a4a 2018-09-02 02:31:04,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:04,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:04,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cca9c37-05da-4f76-b400-ad4110d1438a x-compute-request-id: req-9cca9c37-05da-4f76-b400-ad4110d1438a Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:04,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9cca9c37-05da-4f76-b400-ad4110d1438a 2018-09-02 02:31:04,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345368146896s 2018-09-02 02:31:04,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9cca9c37-05da-4f76-b400-ad4110d1438a 2018-09-02 02:31:04,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:31:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:04,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-d28de944-fdb5-4ae4-8ebc-4693ce4694bf Date: Sun, 02 Sep 2018 02:31:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2d9aee9b0d204d6dba5c7332591bb602","l2_adjacency":true,"status":"ACTIVE","subnets":["ba4ac846-adde-4bc3-be91-c5ee8218397a"],"description":"","tags":[],"updated_at":"2018-09-02T02:29:00Z","qos_policy_id":null,"name":"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823","admin_state_up":true,"tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","mtu":1450}]} 2018-09-02 02:31:04,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d28de944-fdb5-4ae4-8ebc-4693ce4694bf 2018-09-02 02:31:04,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0880000591278s 2018-09-02 02:31:04,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d28de944-fdb5-4ae4-8ebc-4693ce4694bf 2018-09-02 02:31:04,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 02:31:04,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:04,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5d20597e-7145-4f22-8064-236399b8d1c2 Date: Sun, 02 Sep 2018 02:31:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:29:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2d9aee9b0d204d6dba5c7332591bb602","id":"ba4ac846-adde-4bc3-be91-c5ee8218397a","subnetpool_id":null,"name":"cloudify-subnet_812faff3-714c-4d57-a360-5d7cca016823"}]} 2018-09-02 02:31:04,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-5d20597e-7145-4f22-8064-236399b8d1c2 2018-09-02 02:31:04,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0436110496521s 2018-09-02 02:31:04,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-5d20597e-7145-4f22-8064-236399b8d1c2 2018-09-02 02:31:04,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:06,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:06,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:07,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0f418ef-ae5b-43f6-8cad-cf069e40a84d x-compute-request-id: req-e0f418ef-ae5b-43f6-8cad-cf069e40a84d Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:07,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e0f418ef-ae5b-43f6-8cad-cf069e40a84d 2018-09-02 02:31:07,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408957004547s 2018-09-02 02:31:07,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e0f418ef-ae5b-43f6-8cad-cf069e40a84d 2018-09-02 02:31:07,047 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:09,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:09,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:09,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6cf7db8-0b04-47e5-ae68-781ddf48319c x-compute-request-id: req-e6cf7db8-0b04-47e5-ae68-781ddf48319c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:09,687 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e6cf7db8-0b04-47e5-ae68-781ddf48319c 2018-09-02 02:31:09,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636513948441s 2018-09-02 02:31:09,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e6cf7db8-0b04-47e5-ae68-781ddf48319c 2018-09-02 02:31:09,691 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:11,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:11,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:12,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1465915-52ac-4ff0-9407-1ee64707e4ef x-compute-request-id: req-d1465915-52ac-4ff0-9407-1ee64707e4ef Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:12,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d1465915-52ac-4ff0-9407-1ee64707e4ef 2018-09-02 02:31:12,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500936985016s 2018-09-02 02:31:12,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d1465915-52ac-4ff0-9407-1ee64707e4ef 2018-09-02 02:31:12,199 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:14,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:14,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:14,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b06ecb25-9303-4e4a-80ab-05f0e2265226 x-compute-request-id: req-b06ecb25-9303-4e4a-80ab-05f0e2265226 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:14,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b06ecb25-9303-4e4a-80ab-05f0e2265226 2018-09-02 02:31:14,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541158914566s 2018-09-02 02:31:14,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b06ecb25-9303-4e4a-80ab-05f0e2265226 2018-09-02 02:31:14,747 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:16,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:16,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:17,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8fa0660-8c5a-4d96-a6cc-4badee8b19e8 x-compute-request-id: req-f8fa0660-8c5a-4d96-a6cc-4badee8b19e8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:17,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f8fa0660-8c5a-4d96-a6cc-4badee8b19e8 2018-09-02 02:31:17,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.47275519371s 2018-09-02 02:31:17,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f8fa0660-8c5a-4d96-a6cc-4badee8b19e8 2018-09-02 02:31:17,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:19,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:19,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:19,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72fa41da-293e-4750-892c-54c716965629 x-compute-request-id: req-72fa41da-293e-4750-892c-54c716965629 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:19,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-72fa41da-293e-4750-892c-54c716965629 2018-09-02 02:31:19,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665439128876s 2018-09-02 02:31:19,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-72fa41da-293e-4750-892c-54c716965629 2018-09-02 02:31:19,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:21,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:21,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:22,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f16236ca-194a-44e4-8c70-3fe3e0a75ed4 x-compute-request-id: req-f16236ca-194a-44e4-8c70-3fe3e0a75ed4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:22,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f16236ca-194a-44e4-8c70-3fe3e0a75ed4 2018-09-02 02:31:22,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392707824707s 2018-09-02 02:31:22,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f16236ca-194a-44e4-8c70-3fe3e0a75ed4 2018-09-02 02:31:22,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:24,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:24,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:24,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d442651b-66db-4177-af96-fdc2359b5bff x-compute-request-id: req-d442651b-66db-4177-af96-fdc2359b5bff Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:24,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d442651b-66db-4177-af96-fdc2359b5bff 2018-09-02 02:31:24,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183777093887s 2018-09-02 02:31:24,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d442651b-66db-4177-af96-fdc2359b5bff 2018-09-02 02:31:24,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:26,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:26,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:26,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28210518-a085-4fa2-8cd4-b00e02028e1c x-compute-request-id: req-28210518-a085-4fa2-8cd4-b00e02028e1c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:26,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-28210518-a085-4fa2-8cd4-b00e02028e1c 2018-09-02 02:31:26,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337835073471s 2018-09-02 02:31:26,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-28210518-a085-4fa2-8cd4-b00e02028e1c 2018-09-02 02:31:26,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:28,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:28,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:29,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffd7c042-8649-4a35-8153-2a06bc718ba6 x-compute-request-id: req-ffd7c042-8649-4a35-8153-2a06bc718ba6 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:29,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ffd7c042-8649-4a35-8153-2a06bc718ba6 2018-09-02 02:31:29,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345060110092s 2018-09-02 02:31:29,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ffd7c042-8649-4a35-8153-2a06bc718ba6 2018-09-02 02:31:29,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:31,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:31,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:31,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ef00502-d758-4915-917d-2984c3bc74b2 x-compute-request-id: req-5ef00502-d758-4915-917d-2984c3bc74b2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:31,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5ef00502-d758-4915-917d-2984c3bc74b2 2018-09-02 02:31:31,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411394119263s 2018-09-02 02:31:31,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5ef00502-d758-4915-917d-2984c3bc74b2 2018-09-02 02:31:31,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:33,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:33,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:33,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5474bec0-727c-45de-9b20-0e32f647346b x-compute-request-id: req-5474bec0-727c-45de-9b20-0e32f647346b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:33,971 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5474bec0-727c-45de-9b20-0e32f647346b 2018-09-02 02:31:33,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364683866501s 2018-09-02 02:31:33,972 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5474bec0-727c-45de-9b20-0e32f647346b 2018-09-02 02:31:33,976 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:35,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:35,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:36,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3381933a-fb00-4e0b-a99d-04e52fa763b9 x-compute-request-id: req-3381933a-fb00-4e0b-a99d-04e52fa763b9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:36,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3381933a-fb00-4e0b-a99d-04e52fa763b9 2018-09-02 02:31:36,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400377988815s 2018-09-02 02:31:36,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3381933a-fb00-4e0b-a99d-04e52fa763b9 2018-09-02 02:31:36,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:38,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:38,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:38,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-039407aa-ae8d-49c2-8510-e0f2d2fbe0a0 x-compute-request-id: req-039407aa-ae8d-49c2-8510-e0f2d2fbe0a0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:38,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-039407aa-ae8d-49c2-8510-e0f2d2fbe0a0 2018-09-02 02:31:38,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39483499527s 2018-09-02 02:31:38,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-039407aa-ae8d-49c2-8510-e0f2d2fbe0a0 2018-09-02 02:31:38,784 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:40,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:41,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01e8a472-f93a-461a-b83d-30013e3e962b x-compute-request-id: req-01e8a472-f93a-461a-b83d-30013e3e962b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:41,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-01e8a472-f93a-461a-b83d-30013e3e962b 2018-09-02 02:31:41,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407504081726s 2018-09-02 02:31:41,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-01e8a472-f93a-461a-b83d-30013e3e962b 2018-09-02 02:31:41,198 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:43,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:43,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:43,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31563d49-60c0-4bf2-9bcb-5b5d00bc1d5c x-compute-request-id: req-31563d49-60c0-4bf2-9bcb-5b5d00bc1d5c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:43,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-31563d49-60c0-4bf2-9bcb-5b5d00bc1d5c 2018-09-02 02:31:43,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414201974869s 2018-09-02 02:31:43,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-31563d49-60c0-4bf2-9bcb-5b5d00bc1d5c 2018-09-02 02:31:43,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:45,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:45,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:46,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a6a3322-af3c-4624-97c0-532486d48f4d x-compute-request-id: req-2a6a3322-af3c-4624-97c0-532486d48f4d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:46,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a6a3322-af3c-4624-97c0-532486d48f4d 2018-09-02 02:31:46,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.424290180206s 2018-09-02 02:31:46,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a6a3322-af3c-4624-97c0-532486d48f4d 2018-09-02 02:31:46,050 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:48,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:48,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:48,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18ca6add-27bc-419c-b765-d9df9f84ef5b x-compute-request-id: req-18ca6add-27bc-419c-b765-d9df9f84ef5b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:48,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-18ca6add-27bc-419c-b765-d9df9f84ef5b 2018-09-02 02:31:48,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404968976974s 2018-09-02 02:31:48,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-18ca6add-27bc-419c-b765-d9df9f84ef5b 2018-09-02 02:31:48,462 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:50,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:50,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:50,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7736c497-3b8c-422c-aa75-32c0d9d72202 x-compute-request-id: req-7736c497-3b8c-422c-aa75-32c0d9d72202 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:50,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7736c497-3b8c-422c-aa75-32c0d9d72202 2018-09-02 02:31:50,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179013967514s 2018-09-02 02:31:50,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7736c497-3b8c-422c-aa75-32c0d9d72202 2018-09-02 02:31:50,649 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:52,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:52,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:53,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dea49893-c7a4-421b-bac0-7b24cf611a23 x-compute-request-id: req-dea49893-c7a4-421b-bac0-7b24cf611a23 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:53,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dea49893-c7a4-421b-bac0-7b24cf611a23 2018-09-02 02:31:53,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398166894913s 2018-09-02 02:31:53,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dea49893-c7a4-421b-bac0-7b24cf611a23 2018-09-02 02:31:53,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:55,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:55,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:55,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2128be8c-d57f-4a5c-93d8-d220793ff670 x-compute-request-id: req-2128be8c-d57f-4a5c-93d8-d220793ff670 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:55,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2128be8c-d57f-4a5c-93d8-d220793ff670 2018-09-02 02:31:55,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356600999832s 2018-09-02 02:31:55,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2128be8c-d57f-4a5c-93d8-d220793ff670 2018-09-02 02:31:55,419 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:57,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:57,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:31:57,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-983cd7e7-4f70-41b0-a7fd-cb7b48754c56 x-compute-request-id: req-983cd7e7-4f70-41b0-a7fd-cb7b48754c56 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:31:57,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-983cd7e7-4f70-41b0-a7fd-cb7b48754c56 2018-09-02 02:31:57,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352152824402s 2018-09-02 02:31:57,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-983cd7e7-4f70-41b0-a7fd-cb7b48754c56 2018-09-02 02:31:57,777 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:31:59,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:31:59,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:00,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ab8cec9-2e1c-4e63-8e14-78be92b191f9 x-compute-request-id: req-7ab8cec9-2e1c-4e63-8e14-78be92b191f9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:00,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7ab8cec9-2e1c-4e63-8e14-78be92b191f9 2018-09-02 02:32:00,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412691831589s 2018-09-02 02:32:00,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7ab8cec9-2e1c-4e63-8e14-78be92b191f9 2018-09-02 02:32:00,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:02,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:02,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:02,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aae20a0d-906f-4861-a490-d458826ea9fb x-compute-request-id: req-aae20a0d-906f-4861-a490-d458826ea9fb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:02,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-aae20a0d-906f-4861-a490-d458826ea9fb 2018-09-02 02:32:02,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412350177765s 2018-09-02 02:32:02,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-aae20a0d-906f-4861-a490-d458826ea9fb 2018-09-02 02:32:02,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:04,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:04,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:05,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1805ea5f-f6f4-4ded-9ad1-ceb73862ca0d x-compute-request-id: req-1805ea5f-f6f4-4ded-9ad1-ceb73862ca0d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:05,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1805ea5f-f6f4-4ded-9ad1-ceb73862ca0d 2018-09-02 02:32:05,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677715063095s 2018-09-02 02:32:05,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1805ea5f-f6f4-4ded-9ad1-ceb73862ca0d 2018-09-02 02:32:05,302 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:07,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:07,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71b3e6f4-139b-42ee-a9e9-c16ba6aa4b72 x-compute-request-id: req-71b3e6f4-139b-42ee-a9e9-c16ba6aa4b72 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:07,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-71b3e6f4-139b-42ee-a9e9-c16ba6aa4b72 2018-09-02 02:32:07,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356558084488s 2018-09-02 02:32:07,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-71b3e6f4-139b-42ee-a9e9-c16ba6aa4b72 2018-09-02 02:32:07,666 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:09,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:09,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:10,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57624ac-46c2-4c7f-abdd-4e2dfcac9c23 x-compute-request-id: req-e57624ac-46c2-4c7f-abdd-4e2dfcac9c23 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:10,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e57624ac-46c2-4c7f-abdd-4e2dfcac9c23 2018-09-02 02:32:10,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346510887146s 2018-09-02 02:32:10,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e57624ac-46c2-4c7f-abdd-4e2dfcac9c23 2018-09-02 02:32:10,020 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:12,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:12,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:12,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d71cadc-223b-4799-8737-0ff72d970088 x-compute-request-id: req-5d71cadc-223b-4799-8737-0ff72d970088 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:12,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d71cadc-223b-4799-8737-0ff72d970088 2018-09-02 02:32:12,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200408220291s 2018-09-02 02:32:12,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d71cadc-223b-4799-8737-0ff72d970088 2018-09-02 02:32:12,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:14,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:14,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:14,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd2969fb-8d3e-4e39-a00b-1846def2e86b x-compute-request-id: req-dd2969fb-8d3e-4e39-a00b-1846def2e86b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:14,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dd2969fb-8d3e-4e39-a00b-1846def2e86b 2018-09-02 02:32:14,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199674844742s 2018-09-02 02:32:14,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dd2969fb-8d3e-4e39-a00b-1846def2e86b 2018-09-02 02:32:14,433 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:16,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:16,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:16,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15a13951-2791-4dd9-b584-ff9cfe58e6c4 x-compute-request-id: req-15a13951-2791-4dd9-b584-ff9cfe58e6c4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:16,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15a13951-2791-4dd9-b584-ff9cfe58e6c4 2018-09-02 02:32:16,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.330771923065s 2018-09-02 02:32:16,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15a13951-2791-4dd9-b584-ff9cfe58e6c4 2018-09-02 02:32:16,771 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:18,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:18,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:18,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2052590a-fc53-4e4f-8fe7-5a16b46e8471 x-compute-request-id: req-2052590a-fc53-4e4f-8fe7-5a16b46e8471 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:18,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2052590a-fc53-4e4f-8fe7-5a16b46e8471 2018-09-02 02:32:18,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176968812943s 2018-09-02 02:32:18,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2052590a-fc53-4e4f-8fe7-5a16b46e8471 2018-09-02 02:32:18,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:20,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:20,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:21,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c80a139c-4fea-46e3-a0a9-93bd2a5dc3d8 x-compute-request-id: req-c80a139c-4fea-46e3-a0a9-93bd2a5dc3d8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:21,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c80a139c-4fea-46e3-a0a9-93bd2a5dc3d8 2018-09-02 02:32:21,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171257019043s 2018-09-02 02:32:21,129 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c80a139c-4fea-46e3-a0a9-93bd2a5dc3d8 2018-09-02 02:32:21,133 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:23,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:23,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:23,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8251b67d-5e6e-47c1-bdba-67cb4fa8be46 x-compute-request-id: req-8251b67d-5e6e-47c1-bdba-67cb4fa8be46 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:23,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8251b67d-5e6e-47c1-bdba-67cb4fa8be46 2018-09-02 02:32:23,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352946996689s 2018-09-02 02:32:23,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8251b67d-5e6e-47c1-bdba-67cb4fa8be46 2018-09-02 02:32:23,493 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:25,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:25,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:25,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ff3c369-f6cd-471d-b2c1-925290cd2801 x-compute-request-id: req-1ff3c369-f6cd-471d-b2c1-925290cd2801 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:25,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1ff3c369-f6cd-471d-b2c1-925290cd2801 2018-09-02 02:32:25,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.353121042252s 2018-09-02 02:32:25,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1ff3c369-f6cd-471d-b2c1-925290cd2801 2018-09-02 02:32:25,853 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:27,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:27,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:28,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1f469b8-fe29-4aff-8853-52806914cf4d x-compute-request-id: req-f1f469b8-fe29-4aff-8853-52806914cf4d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:28,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f1f469b8-fe29-4aff-8853-52806914cf4d 2018-09-02 02:32:28,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700827121735s 2018-09-02 02:32:28,557 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f1f469b8-fe29-4aff-8853-52806914cf4d 2018-09-02 02:32:28,561 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:30,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:30,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:30,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cae6465-35ac-4883-84eb-c4123f9d0f8e x-compute-request-id: req-0cae6465-35ac-4883-84eb-c4123f9d0f8e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:30,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0cae6465-35ac-4883-84eb-c4123f9d0f8e 2018-09-02 02:32:30,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175296068192s 2018-09-02 02:32:30,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0cae6465-35ac-4883-84eb-c4123f9d0f8e 2018-09-02 02:32:30,743 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:32,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:33,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7399e043-ae57-48f4-9dbf-fa04455512a8 x-compute-request-id: req-7399e043-ae57-48f4-9dbf-fa04455512a8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:33,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7399e043-ae57-48f4-9dbf-fa04455512a8 2018-09-02 02:32:33,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416916847229s 2018-09-02 02:32:33,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7399e043-ae57-48f4-9dbf-fa04455512a8 2018-09-02 02:32:33,167 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:35,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:35,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:35,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f0d97f0-1e9a-42c0-965f-6efe1ec010a2 x-compute-request-id: req-5f0d97f0-1e9a-42c0-965f-6efe1ec010a2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:35,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5f0d97f0-1e9a-42c0-965f-6efe1ec010a2 2018-09-02 02:32:35,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195818185806s 2018-09-02 02:32:35,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5f0d97f0-1e9a-42c0-965f-6efe1ec010a2 2018-09-02 02:32:35,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:37,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:37,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:37,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31fbc531-7d7a-4839-b215-9a20814e6ce0 x-compute-request-id: req-31fbc531-7d7a-4839-b215-9a20814e6ce0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:37,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-31fbc531-7d7a-4839-b215-9a20814e6ce0 2018-09-02 02:32:37,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186655044556s 2018-09-02 02:32:37,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-31fbc531-7d7a-4839-b215-9a20814e6ce0 2018-09-02 02:32:37,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:39,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:39,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38b6a1ab-905a-4555-921b-4909bd122127 x-compute-request-id: req-38b6a1ab-905a-4555-921b-4909bd122127 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:39,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-38b6a1ab-905a-4555-921b-4909bd122127 2018-09-02 02:32:39,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431896924973s 2018-09-02 02:32:39,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-38b6a1ab-905a-4555-921b-4909bd122127 2018-09-02 02:32:40,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:42,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:42,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-320bd229-a9fd-49b9-83d6-8538cb3cbbc6 x-compute-request-id: req-320bd229-a9fd-49b9-83d6-8538cb3cbbc6 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:42,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-320bd229-a9fd-49b9-83d6-8538cb3cbbc6 2018-09-02 02:32:42,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.23219704628s 2018-09-02 02:32:42,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-320bd229-a9fd-49b9-83d6-8538cb3cbbc6 2018-09-02 02:32:42,242 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:44,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:44,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:44,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b895889b-c7c4-47c7-81db-1800c6e5771d x-compute-request-id: req-b895889b-c7c4-47c7-81db-1800c6e5771d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:44,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b895889b-c7c4-47c7-81db-1800c6e5771d 2018-09-02 02:32:44,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17743897438s 2018-09-02 02:32:44,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b895889b-c7c4-47c7-81db-1800c6e5771d 2018-09-02 02:32:44,426 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:46,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:46,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:47,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6d97b4a-85a8-48a6-9955-5ede94ffe50f x-compute-request-id: req-d6d97b4a-85a8-48a6-9955-5ede94ffe50f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:47,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d6d97b4a-85a8-48a6-9955-5ede94ffe50f 2018-09-02 02:32:47,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.616586923599s 2018-09-02 02:32:47,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d6d97b4a-85a8-48a6-9955-5ede94ffe50f 2018-09-02 02:32:47,050 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:49,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:49,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:49,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb2a1745-c453-454f-8af0-b39a75d3e1ca x-compute-request-id: req-fb2a1745-c453-454f-8af0-b39a75d3e1ca Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:49,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fb2a1745-c453-454f-8af0-b39a75d3e1ca 2018-09-02 02:32:49,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.615175962448s 2018-09-02 02:32:49,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-fb2a1745-c453-454f-8af0-b39a75d3e1ca 2018-09-02 02:32:49,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:51,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:51,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:51,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-831f5fe6-3b6a-49cc-9015-0ab2ca9a6344 x-compute-request-id: req-831f5fe6-3b6a-49cc-9015-0ab2ca9a6344 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:51,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-831f5fe6-3b6a-49cc-9015-0ab2ca9a6344 2018-09-02 02:32:51,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172715902328s 2018-09-02 02:32:51,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-831f5fe6-3b6a-49cc-9015-0ab2ca9a6344 2018-09-02 02:32:51,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:53,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:53,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:54,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e17b71dc-bb4b-4a77-a5de-baab8d94827b x-compute-request-id: req-e17b71dc-bb4b-4a77-a5de-baab8d94827b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:54,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e17b71dc-bb4b-4a77-a5de-baab8d94827b 2018-09-02 02:32:54,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.746399879456s 2018-09-02 02:32:54,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e17b71dc-bb4b-4a77-a5de-baab8d94827b 2018-09-02 02:32:54,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:56,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:56,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:57,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7973f71b-9df3-403f-aafa-553372d38e4f x-compute-request-id: req-7973f71b-9df3-403f-aafa-553372d38e4f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:57,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7973f71b-9df3-403f-aafa-553372d38e4f 2018-09-02 02:32:57,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416038990021s 2018-09-02 02:32:57,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7973f71b-9df3-403f-aafa-553372d38e4f 2018-09-02 02:32:57,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:32:59,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:32:59,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:32:59,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:32:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45941799-6efa-435d-aba6-bc95805f0a60 x-compute-request-id: req-45941799-6efa-435d-aba6-bc95805f0a60 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:32:59,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-45941799-6efa-435d-aba6-bc95805f0a60 2018-09-02 02:32:59,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71361207962s 2018-09-02 02:32:59,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-45941799-6efa-435d-aba6-bc95805f0a60 2018-09-02 02:32:59,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:01,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:01,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:01,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-999fa98f-da05-4efb-9ac8-b9ff8921ca9a x-compute-request-id: req-999fa98f-da05-4efb-9ac8-b9ff8921ca9a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:01,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-999fa98f-da05-4efb-9ac8-b9ff8921ca9a 2018-09-02 02:33:01,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188342094421s 2018-09-02 02:33:01,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-999fa98f-da05-4efb-9ac8-b9ff8921ca9a 2018-09-02 02:33:01,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:03,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:03,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:04,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83c0c74e-7b06-4e2d-ba55-bfc630773624 x-compute-request-id: req-83c0c74e-7b06-4e2d-ba55-bfc630773624 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:04,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-83c0c74e-7b06-4e2d-ba55-bfc630773624 2018-09-02 02:33:04,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173449039459s 2018-09-02 02:33:04,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-83c0c74e-7b06-4e2d-ba55-bfc630773624 2018-09-02 02:33:04,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:06,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:06,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:06,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54169a73-b6b2-4464-a935-ea20f71689a0 x-compute-request-id: req-54169a73-b6b2-4464-a935-ea20f71689a0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:06,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-54169a73-b6b2-4464-a935-ea20f71689a0 2018-09-02 02:33:06,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177675008774s 2018-09-02 02:33:06,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-54169a73-b6b2-4464-a935-ea20f71689a0 2018-09-02 02:33:06,309 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:08,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:08,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:09,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28e1b8e2-f58a-4649-ae7f-3b6b286528d4 x-compute-request-id: req-28e1b8e2-f58a-4649-ae7f-3b6b286528d4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:09,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-28e1b8e2-f58a-4649-ae7f-3b6b286528d4 2018-09-02 02:33:09,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.75470495224s 2018-09-02 02:33:09,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-28e1b8e2-f58a-4649-ae7f-3b6b286528d4 2018-09-02 02:33:09,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:11,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:11,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:11,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f8d8ec5-a2a3-4c03-95f6-bc8e382b8ecb x-compute-request-id: req-9f8d8ec5-a2a3-4c03-95f6-bc8e382b8ecb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:11,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9f8d8ec5-a2a3-4c03-95f6-bc8e382b8ecb 2018-09-02 02:33:11,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185062885284s 2018-09-02 02:33:11,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9f8d8ec5-a2a3-4c03-95f6-bc8e382b8ecb 2018-09-02 02:33:11,262 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:13,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:13,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:13,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09215258-fdbe-4f76-b7a1-af4ac6edbd8c x-compute-request-id: req-09215258-fdbe-4f76-b7a1-af4ac6edbd8c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:13,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09215258-fdbe-4f76-b7a1-af4ac6edbd8c 2018-09-02 02:33:13,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371273040771s 2018-09-02 02:33:13,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09215258-fdbe-4f76-b7a1-af4ac6edbd8c 2018-09-02 02:33:13,640 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:15,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:15,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:15,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57ed4618-ce67-4318-9001-6f8d85314384 x-compute-request-id: req-57ed4618-ce67-4318-9001-6f8d85314384 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:15,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-57ed4618-ce67-4318-9001-6f8d85314384 2018-09-02 02:33:15,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198131084442s 2018-09-02 02:33:15,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-57ed4618-ce67-4318-9001-6f8d85314384 2018-09-02 02:33:15,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:17,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:17,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:18,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce26c410-0ddd-4c01-98bb-ebc1b97c7293 x-compute-request-id: req-ce26c410-0ddd-4c01-98bb-ebc1b97c7293 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:18,256 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ce26c410-0ddd-4c01-98bb-ebc1b97c7293 2018-09-02 02:33:18,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407587051392s 2018-09-02 02:33:18,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ce26c410-0ddd-4c01-98bb-ebc1b97c7293 2018-09-02 02:33:18,260 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:20,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:20,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5120bdf-f0ff-44ad-acdd-4685caabcf3d x-compute-request-id: req-e5120bdf-f0ff-44ad-acdd-4685caabcf3d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:20,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e5120bdf-f0ff-44ad-acdd-4685caabcf3d 2018-09-02 02:33:20,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.1672270298s 2018-09-02 02:33:20,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e5120bdf-f0ff-44ad-acdd-4685caabcf3d 2018-09-02 02:33:20,434 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:22,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:22,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dcb1617-039d-4b15-9ef2-5f964c06779b x-compute-request-id: req-6dcb1617-039d-4b15-9ef2-5f964c06779b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:31:06Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:22,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6dcb1617-039d-4b15-9ef2-5f964c06779b 2018-09-02 02:33:22,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.477340936661s 2018-09-02 02:33:22,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6dcb1617-039d-4b15-9ef2-5f964c06779b 2018-09-02 02:33:22,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:24,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:24,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:25,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-057f2c62-9a2e-49b4-90d7-1a8ec8d21bb6 x-compute-request-id: req-057f2c62-9a2e-49b4-90d7-1a8ec8d21bb6 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:32:f2", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T02:33:22.000000", "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T02:33:22Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:25,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-057f2c62-9a2e-49b4-90d7-1a8ec8d21bb6 2018-09-02 02:33:25,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.336931943893s 2018-09-02 02:33:25,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-057f2c62-9a2e-49b4-90d7-1a8ec8d21bb6 2018-09-02 02:33:25,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 02:33:25,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=bad75453-9ff7-4adc-aa1f-531ce6b42419" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:25,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-5324b2da-d3ed-41a6-a59f-f2bdf093e97d Date: Sun, 02 Sep 2018 02:33:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T02:33:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba4ac846-adde-4bc3-be91-c5ee8218397a","ip_address":"192.168.120.8"}],"id":"7701ebf9-bffe-4a9b-87a3-90f50e66f785","security_groups":["966b018b-4836-4238-80b8-89030760766d"],"mac_address":"fa:16:3e:f4:32:f2","project_id":"2d9aee9b0d204d6dba5c7332591bb602","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:31:06Z","binding:vnic_type":"normal","device_id":"bad75453-9ff7-4adc-aa1f-531ce6b42419","ip_allocation":"immediate"}]} 2018-09-02 02:33:25,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=bad75453-9ff7-4adc-aa1f-531ce6b42419 used request id req-5324b2da-d3ed-41a6-a59f-f2bdf093e97d 2018-09-02 02:33:25,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.290261030197s 2018-09-02 02:33:25,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=bad75453-9ff7-4adc-aa1f-531ce6b42419 used request id req-5324b2da-d3ed-41a6-a59f-f2bdf093e97d 2018-09-02 02:33:25,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:25,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=7701ebf9-bffe-4a9b-87a3-90f50e66f785" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:25,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0e73323b-37bf-4100-9852-9a8412b377b8 Date: Sun, 02 Sep 2018 02:33:25 GMT RESP BODY: {"floatingips": []} 2018-09-02 02:33:25,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=7701ebf9-bffe-4a9b-87a3-90f50e66f785 used request id req-0e73323b-37bf-4100-9852-9a8412b377b8 2018-09-02 02:33:25,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0452020168304s 2018-09-02 02:33:25,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=7701ebf9-bffe-4a9b-87a3-90f50e66f785 used request id req-0e73323b-37bf-4100-9852-9a8412b377b8 2018-09-02 02:33:25,605 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_812faff3-714c-4d57-a360-5d7cca016823': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f4:32:f2', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'55001289-77c7-49bc-9f8d-9bee7a8a1ddc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T02:33:22.000000', 'flavor': Munch({u'id': u'f0771234-6fc6-48d2-a9d5-7d18bf90f37f'}), 'az': u'nova', 'id': u'bad75453-9ff7-4adc-aa1f-531ce6b42419', 'security_groups': [Munch({u'name': u'cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'699bc2230e4e48c884f041e39016063c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2d9aee9b0d204d6dba5c7332591bb602', 'name': 'cloudify-project_812faff3-714c-4d57-a360-5d7cca016823', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T02:33:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T02:33:22Z', 'hostId': u'66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T02:33:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2d9aee9b0d204d6dba5c7332591bb602', 'name': u'cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823', 'adminPass': u'i3oMCYycbFoT', 'tenant_id': u'2d9aee9b0d204d6dba5c7332591bb602', 'created_at': u'2018-09-02T02:31:04Z', 'created': u'2018-09-02T02:31:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 02:33:25,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:33:25,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:25,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-3c1127e8-916e-46fc-85bd-35c4a6d4b52d Date: Sun, 02 Sep 2018 02:33:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2d9aee9b0d204d6dba5c7332591bb602","l2_adjacency":true,"status":"ACTIVE","subnets":["ba4ac846-adde-4bc3-be91-c5ee8218397a"],"description":"","tags":[],"updated_at":"2018-09-02T02:29:00Z","qos_policy_id":null,"name":"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823","admin_state_up":true,"tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","mtu":1450}]} 2018-09-02 02:33:25,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3c1127e8-916e-46fc-85bd-35c4a6d4b52d 2018-09-02 02:33:25,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0903978347778s 2018-09-02 02:33:25,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3c1127e8-916e-46fc-85bd-35c4a6d4b52d 2018-09-02 02:33:25,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 02:33:25,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=bad75453-9ff7-4adc-aa1f-531ce6b42419" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:25,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-1671aa0f-c9f3-4ae3-b1ae-def041dc9760 Date: Sun, 02 Sep 2018 02:33:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T02:33:20Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba4ac846-adde-4bc3-be91-c5ee8218397a","ip_address":"192.168.120.8"}],"id":"7701ebf9-bffe-4a9b-87a3-90f50e66f785","security_groups":["966b018b-4836-4238-80b8-89030760766d"],"mac_address":"fa:16:3e:f4:32:f2","project_id":"2d9aee9b0d204d6dba5c7332591bb602","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:31:06Z","binding:vnic_type":"normal","device_id":"bad75453-9ff7-4adc-aa1f-531ce6b42419","ip_allocation":"immediate"}]} 2018-09-02 02:33:25,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=bad75453-9ff7-4adc-aa1f-531ce6b42419 used request id req-1671aa0f-c9f3-4ae3-b1ae-def041dc9760 2018-09-02 02:33:25,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0455980300903s 2018-09-02 02:33:25,747 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=bad75453-9ff7-4adc-aa1f-531ce6b42419 used request id req-1671aa0f-c9f3-4ae3-b1ae-def041dc9760 2018-09-02 02:33:25,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 02:33:25,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.8", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785"}}' 2018-09-02 02:33:27,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-f6b1b944-8deb-4791-be3f-7e574e0cc894 Date: Sun, 02 Sep 2018 02:33:27 GMT RESP BODY: {"floatingip": {"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 0, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}} 2018-09-02 02:33:27,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f6b1b944-8deb-4791-be3f-7e574e0cc894 2018-09-02 02:33:27,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.15822100639s 2018-09-02 02:33:27,906 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f6b1b944-8deb-4791-be3f-7e574e0cc894 2018-09-02 02:33:27,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:27,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:27,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-f7e7a821-de4a-467f-9e2c-7394994651ac Date: Sun, 02 Sep 2018 02:33:28 GMT RESP BODY: {"floatingips": [{"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 0, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}]} 2018-09-02 02:33:27,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f7e7a821-de4a-467f-9e2c-7394994651ac 2018-09-02 02:33:27,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0830979347229s 2018-09-02 02:33:27,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f7e7a821-de4a-467f-9e2c-7394994651ac 2018-09-02 02:33:28,002 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:33:28,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:28,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:28,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-d4612ddc-d0e1-4f41-91e8-c0f42029a6dc Date: Sun, 02 Sep 2018 02:33:28 GMT RESP BODY: {"floatingips": [{"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 0, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}]} 2018-09-02 02:33:28,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-d4612ddc-d0e1-4f41-91e8-c0f42029a6dc 2018-09-02 02:33:28,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0676169395447s 2018-09-02 02:33:28,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-d4612ddc-d0e1-4f41-91e8-c0f42029a6dc 2018-09-02 02:33:28,179 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:33:28,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:28,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:28,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-5fa0d3e9-4eec-4131-8ff8-276c40870941 Date: Sun, 02 Sep 2018 02:33:28 GMT RESP BODY: {"floatingips": [{"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 0, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}]} 2018-09-02 02:33:28,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5fa0d3e9-4eec-4131-8ff8-276c40870941 2018-09-02 02:33:28,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0740089416504s 2018-09-02 02:33:28,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-5fa0d3e9-4eec-4131-8ff8-276c40870941 2018-09-02 02:33:28,362 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:33:28,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:28,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:28,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-aed97b45-b3a6-4a90-904d-470535a9407e Date: Sun, 02 Sep 2018 02:33:28 GMT RESP BODY: {"floatingips": [{"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 0, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}]} 2018-09-02 02:33:28,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-aed97b45-b3a6-4a90-904d-470535a9407e 2018-09-02 02:33:28,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.291252851486s 2018-09-02 02:33:28,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-aed97b45-b3a6-4a90-904d-470535a9407e 2018-09-02 02:33:28,762 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:33:28,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:28,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:28,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-0d9ae911-d13f-4530-8b08-b9144ce675b9 Date: Sun, 02 Sep 2018 02:33:28 GMT RESP BODY: {"floatingips": [{"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 0, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}]} 2018-09-02 02:33:28,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-0d9ae911-d13f-4530-8b08-b9144ce675b9 2018-09-02 02:33:28,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0573768615723s 2018-09-02 02:33:28,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-0d9ae911-d13f-4530-8b08-b9144ce675b9 2018-09-02 02:33:28,929 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:33:29,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:29,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-e15c27fb-488c-41db-926b-e86e2ce67982 Date: Sun, 02 Sep 2018 02:33:29 GMT RESP BODY: {"floatingips": [{"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 0, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}]} 2018-09-02 02:33:29,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-e15c27fb-488c-41db-926b-e86e2ce67982 2018-09-02 02:33:29,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0558919906616s 2018-09-02 02:33:29,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-e15c27fb-488c-41db-926b-e86e2ce67982 2018-09-02 02:33:29,093 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:33:29,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:29,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:29,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-53923d7a-263f-4b6b-82f7-7509662f1397 Date: Sun, 02 Sep 2018 02:33:29 GMT RESP BODY: {"floatingips": [{"router_id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:33:26Z", "updated_at": "2018-09-02T02:33:29Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f4:32:f2", "device_id": "bad75453-9ff7-4adc-aa1f-531ce6b42419"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.216", "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_id": "7701ebf9-bffe-4a9b-87a3-90f50e66f785", "id": "266b029f-722b-4bdd-b97b-61b19c1a3f64", "qos_policy_id": null}]} 2018-09-02 02:33:29,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-53923d7a-263f-4b6b-82f7-7509662f1397 2018-09-02 02:33:29,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609707832336s 2018-09-02 02:33:29,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-53923d7a-263f-4b6b-82f7-7509662f1397 2018-09-02 02:33:29,263 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'a9b64796-9c82-4441-81db-1be7bfc7b592', 'updated_at': u'2018-09-02T02:33:29Z', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.216', 'revision_number': 1, 'port_id': u'7701ebf9-bffe-4a9b-87a3-90f50e66f785', 'id': u'266b029f-722b-4bdd-b97b-61b19c1a3f64', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'7701ebf9-bffe-4a9b-87a3-90f50e66f785', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2d9aee9b0d204d6dba5c7332591bb602', 'name': 'cloudify-project_812faff3-714c-4d57-a360-5d7cca016823', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'2d9aee9b0d204d6dba5c7332591bb602', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'f4cd35cf-bdfe-4a20-8ede-e2874034c0ce', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f4:32:f2', u'device_id': u'bad75453-9ff7-4adc-aa1f-531ce6b42419'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'2d9aee9b0d204d6dba5c7332591bb602', 'created_at': u'2018-09-02T02:33:26Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'f4cd35cf-bdfe-4a20-8ede-e2874034c0ce', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f4:32:f2', u'device_id': u'bad75453-9ff7-4adc-aa1f-531ce6b42419'}), 'router': u'a9b64796-9c82-4441-81db-1be7bfc7b592'}) 2018-09-02 02:33:29,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 02:33:29,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 02:33:29,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e174bfe-2956-4a27-b598-0ff2fc30e116 x-compute-request-id: req-1e174bfe-2956-4a27-b598-0ff2fc30e116 Content-Encoding: gzip Content-Length: 10970 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1994381678 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.432306] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.435608] pid_max: default: 32768 minimum: 301\n[ 0.437365] Security Framework initialized\n[ 0.439014] SELinux: Initializing.\n[ 0.440775] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.447746] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.452029] Mount-cache hash table entries: 4096\n[ 0.454094] Initializing cgroup subsys memory\n[ 0.455826] Initializing cgroup subsys devices\n[ 0.457553] Initializing cgroup subsys freezer\n[ 0.459251] Initializing cgroup subsys net_cls\n[ 0.460954] Initializing cgroup subsys blkio\n[ 0.462630] Initializing cgroup subsys perf_event\n[ 0.464378] Initializing cgroup subsys hugetlb\n[ 0.466074] Initializing cgroup subsys pids\n[ 0.467722] Initializing cgroup subsys net_prio\n[ 0.469565] CPU: Physical Processor ID: 0\n[ 0.471910] mce: CPU supports 10 MCE banks\n[ 0.473577] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.477357] tlb_flushall_shift: 6\n[ 0.479043] Freeing SMP alternatives: 28k freed\n[ 0.483585] ACPI: Core revision 20130517\n[ 0.485645] ACPI: All ACPI Tables successfully acquired\n[ 0.487767] ftrace: allocating 25812 entries in 101 pages\n[ 0.510633] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512846] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515054] smpboot: Max logical packages: 2\n[ 0.517013] Enabling x2apic\n[ 0.518340] Enabled x2apic\n[ 0.519952] Switched APIC routing to physical x2apic.\n[ 0.523207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.525301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.528994] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537370] KVM setup paravirtual spinlock\n[ 0.540275] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542489] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564589] Brought up 2 CPUs\n[ 0.564591] KVM setup async PF for cpu 1\n[ 0.564595] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569096] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572089] devtmpfs: initialized\n[ 0.574871] EVM: security.selinux\n[ 0.576335] EVM: security.ima\n[ 0.577617] EVM: security.capability\n[ 0.579744] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.581935] pinctrl core: initialized pinctrl subsystem\n[ 0.583908] NET: Registered protocol family 16\n[ 0.585842] ACPI: bus type PCI registered\n[ 0.587418] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.589567] PCI: Using configuration type 1 for base access\n[ 0.594815] ACPI: Added _OSI(Module Device)\n[ 0.596419] ACPI: Added _OSI(Processor Device)\n[ 0.598054] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.599749] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.602652] ACPI: Interpreter enabled\n[ 0.604139] ACPI: (supports S0 S5)\n[ 0.605576] ACPI: Using IOAPIC for interrupt routing\n[ 0.607329] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.612385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.614437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.616619] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.618743] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.622711] acpiphp: Slot [3] registered\n[ 0.624273] acpiphp: Slot [4] registered\n[ 0.625850] acpiphp: Slot [5] registered\n[ 0.627398] acpiphp: Slot [6] registered\n[ 0.628945] acpiphp: Slot [7] registered\n[ 0.630478] acpiphp: Slot [8] registered\n[ 0.632021] acpiphp: Slot [9] registered\n[ 0.633554] acpiphp: Slot [10] registered\n[ 0.635098] acpiphp: Slot [11] registered\n[ 0.636645] acpiphp: Slot [12] registered\n[ 0.638195] acpiphp: Slot [13] registered\n[ 0.639745] acpiphp: Slot [14] registered\n[ 0.641289] acpiphp: Slot [15] registered\n[ 0.642839] acpiphp: Slot [16] registered\n[ 0.644398] acpiphp: Slot [17] registered\n[ 0.645910] acpiphp: Slot [18] registered\n[ 0.647489] acpiphp: Slot [19] registered\n[ 0.648998] acpiphp: Slot [20] registered\n[ 0.650576] acpiphp: Slot [21] registered\n[ 0.652083] acpiphp: Slot [22] registered\n[ 0.653732] acpiphp: Slot [23] registered\n[ 0.655256] acpiphp: Slot [24] registered\n[ 0.656819] acpiphp: Slot [25] registered\n[ 0.658382] acpiphp: Slot [26] registered\n[ 0.659934] acpiphp: Slot [27] registered\n[ 0.661496] acpiphp: Slot [28] registered\n[ 0.663060] acpiphp: Slot [29] registered\n[ 0.664649] acpiphp: Slot [30] registered\n[ 0.666184] acpiphp: Slot [31] registered\n[ 0.667751] PCI host bridge to bus 0000:00\n[ 0.669299] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.671173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.673341] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.675496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.678342] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.681176] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.686849] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.689086] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.691180] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.693400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.697681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.700510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.723893] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.726431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.729167] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.731654] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.734135] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.736395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.738723] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.741734] vgaarb: loaded\n[ 0.742992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.745013] SCSI subsystem initialized\n[ 0.746538] ACPI: bus type USB registered\n[ 0.748069] usbcore: registered new interface driver usbfs\n[ 0.749967] usbcore: registered new interface driver hub\n[ 0.751827] usbcore: registered new device driver usb\n[ 0.753862] PCI: Using ACPI for IRQ routing\n[ 0.755868] NetLabel: Initializing\n[ 0.757302] NetLabel: domain hash size = 128\n[ 0.758928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.760739] NetLabel: unlabeled traffic allowed by default\n[ 0.762806] Switched to clocksource kvm-clock\n[ 0.772814] pnp: PnP ACPI init\n[ 0.774192] ACPI: bus type PNP registered\n[ 0.776151] pnp: PnP ACPI: found 5 devices\n[ 0.777730] ACPI: bus type PNP unregistered\n[ 0.785609] NET: Registered protocol family 2\n[ 0.787577] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.790677] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.793275] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.795493] TCP: reno registered\n[ 0.796884] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.798967] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.801123] NET: Registered protocol family 1\n[ 0.802760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.804711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.806658] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.826913] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.847331] Unpacking initramfs...\n[ 1.320020] Freeing initrd memory: 37508k freed\n[ 1.329753] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.331888] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.335861] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.337989] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.340442] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.342593] Initialise system trusted keyring\n[ 1.344304] audit: initializing netlink socket (disabled)\n[ 1.346249] type=2000 audit(1535855605.109:1): initialized\n[ 1.364078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.366227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.369268] zpool: loaded\n[ 1.370552] zbud: loaded\n[ 1.371990] VFS: Disk quotas dquot_6.5.2\n[ 1.373631] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.375942] msgmni has been set to 7578\n[ 1.377516] Key type big_key registered\n[ 1.379834] NET: Registered protocol family 38\n[ 1.381559] Key type asymmetric registered\n[ 1.383181] Asymmetric key parser 'x509' registered\n[ 1.385002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.388000] io scheduler noop registered\n[ 1.389584] io scheduler deadline registered (default)\n[ 1.405850] io scheduler cfq registered\n[ 1.407521] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.409496] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.411788] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.414774] ACPI: Power Button [PWRF]\n[ 1.416486] GHES: HEST is not enabled!\n[ 1.418111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.443366] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.445830] Non-volatile memory driver v1.3\n[ 1.447504] Linux agpgart interface v0.103\n[ 1.449254] crash memory driver: version 1.1\n[ 1.450973] rdac: device handler registered\n[ 1.452681] hp_sw: device handler registered\n[ 1.454360] emc: device handler registered\n[ 1.455936] alua: device handler registered\n[ 1.457516] libphy: Fixed MDIO Bus: probed\n[ 1.459136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.461223] ehci-pci: EHCI PCI platform driver\n[ 1.462855] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.464926] ohci-pci: OHCI PCI platform driver\n[ 1.466604] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.487026] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.488942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.491827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.493653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.495665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.497840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.500661] usb usb1: Product: UHCI Host Controller\n[ 1.502381] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.504616] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.506431] hub 1-0:1.0: USB hub found\n[ 1.507944] hub 1-0:1.0: 2 ports detected\n[ 1.509638] usbcore: registered new interface driver usbserial\n[ 1.511630] usbcore: registered new interface driver usbserial_generic\n[ 1.513756] usbserial: USB Serial support registered for generic\n[ 1.515786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.519521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.521289] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.523139] mousedev: PS/2 mouse device common for all mice\n[ 1.525399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.529169] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.530915] rtc_cmos 00:00: RTC can wake from S4\n[ 1.531203] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.531305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.531347] cpuidle: using governor menu\n[ 1.531405] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531484] usbcore: registered new interface driver usbhid\n[ 1.531486] usbhid: USB HID core driver\n[ 1.531521] drop_monitor: Initializing network drop monitor service\n[ 1.531567] TCP: cubic registered\n[ 1.531569] Initializing XFRM netlink socket\n[ 1.531653] NET: Registered protocol family 10\n[ 1.533966] NET: Registered protocol family 17\n[ 1.535997] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.536001] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.536022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.536094] Loading compiled-in X.509 certificates\n[ 1.536116] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.536123] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.536452] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.536467] registered taskstats version 1\n[ 1.540587] Key type trusted registered\n[ 1.541744] Key type encrypted registered\n[ 1.542949] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.543441] rtc_cmos 00:00: setting system clock to 2018-09-02 02:33:25 UTC (1535855605)\n[ 1.556173] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.584893] Freeing unused kernel memory: 1680k freed\n[ 1.590742] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.596571] systemd[1]: Detected virtualization kvm.\n[ 1.598346] systemd[1]: Detected architecture x86-64.\n[ 1.600103] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.603310] systemd[1]: No hostname configured.\n[ 1.604979] systemd[1]: Set hostname to .\n[ 1.606829] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.630249] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.633263] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.637161] systemd[1]: Reached target Paths.\n[ 1.638816] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.641329] systemd[1]: Reached target Swap.\n[ 1.642953] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.645454] systemd[1]: Reached target Timers.\n[ 1.647110] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.649748] systemd[1]: Reached target Local File Systems.\n[ 1.651635] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.654518] systemd[1]: Created slice Root Slice.\n[ 1.656228] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.658992] systemd[1]: Listening on udev Control Socket.\n[ 1.660856] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.663759] systemd[1]: Created slice System Slice.\n[ 1.665510] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.668257] systemd[1]: Listening on Journal Socket.\n[ 1.670017] systemd[1]: Starting Journal Socket.\n[ 1.672094] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.677239] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.680926] systemd[1]: Reached target Slices.\n[ 1.682536] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.685153] systemd[1]: Listening on udev Kernel Socket.\n[ 1.687017] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.689779] systemd[1]: Reached target Sockets.\n[ 1.691457] systemd[1]: Starting Sockets.\n[ 1.693316] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.696465] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.702073] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.707071] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.710080] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.751438] RPC: Registered named UNIX socket transport module.\n[ 1.753454] RPC: Registered udp transport module.\n[ 1.755158] RPC: Registered tcp transport module.\n[ 1.756863] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[ 1.811829] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[ 1.852299] FDC 0 is a S82078B\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.877841] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.918886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.922408] scsi host0: ata_piix\n[ 1.923978] scsi host1: ata_piix\n[ 1.925618] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.928288] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.928319] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.966015] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.968181] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.970415] usb 1-1: Product: QEMU USB Tablet\n[ 1.972041] usb 1-1: Manufacturer: QEMU\n[ 1.973551] usb 1-1: SerialNumber: 42\n[ 1.984329] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.987751] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.103686] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.106645] XFS (vda1): Mounting V4 Filesystem\n[ 2.130468] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m[ 2.335860] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.379942] systemd-journald[134]: Received SIGTERM from PID 1 (systemd).\n[ 2.581866] SELinux: Disabled at runtime.\n[ 2.618814] type=1404 audit(1535855606.575:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.641590] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.643522] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting Debug File System...\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n Mounting NFSD configuration filesystem...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.996210] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 3.078049] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.289622] type=1305 audit(1535855607.245:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[ 3.409875] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.417336] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m[ 3.421716] input: PC Speaker as /devices/platform/pcspkr/input/input5\n] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.[ 3.437021] ppdev: user-space parallel port driver\n\n[[32m OK [0m] Reached target Basic System.\n[ 3.456841] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.456841] [TTM] Initializing pool allocator\n[ 3.456843] [TTM] Initializing DMA pool allocator\n[ 3.457080] [drm] fb mappable at 0xFC000000\n[ 3.457080] [drm] vram aper at 0xFC000000\n[ 3.457080] [drm] size 33554432\n[ 3.457081] [drm] fb depth is 24\n[ 3.457081] [drm] pitch is 3072\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.498694] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.522008] Console: switching to colour frame buffer device 128x48\n[ 3.535723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.541752] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.644049] AES CTR mode by8 optimization enabled\n[ 3.650468] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.662861] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.679742] intel_rapl: no valid rapl domains found in package 0\n Starting Permit User Sessions...\n[ 3.683543] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n\n[ 3.690895] intel_powerclamp: No package C-state available[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.910864] cloud-init[498]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 02:33:28 +0000. Up 3.87 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-09-02 02:33:29,340 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419/action used request id req-1e174bfe-2956-4a27-b598-0ff2fc30e116 2018-09-02 02:33:29,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0757908821106s 2018-09-02 02:33:29,341 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419/action used request id req-1e174bfe-2956-4a27-b598-0ff2fc30e116 2018-09-02 02:33:29,341 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1994381678 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.432306] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.435608] pid_max: default: 32768 minimum: 301 [ 0.437365] Security Framework initialized [ 0.439014] SELinux: Initializing. [ 0.440775] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.447746] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.452029] Mount-cache hash table entries: 4096 [ 0.454094] Initializing cgroup subsys memory [ 0.455826] Initializing cgroup subsys devices [ 0.457553] Initializing cgroup subsys freezer [ 0.459251] Initializing cgroup subsys net_cls [ 0.460954] Initializing cgroup subsys blkio [ 0.462630] Initializing cgroup subsys perf_event [ 0.464378] Initializing cgroup subsys hugetlb [ 0.466074] Initializing cgroup subsys pids [ 0.467722] Initializing cgroup subsys net_prio [ 0.469565] CPU: Physical Processor ID: 0 [ 0.471910] mce: CPU supports 10 MCE banks [ 0.473577] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.477357] tlb_flushall_shift: 6 [ 0.479043] Freeing SMP alternatives: 28k freed [ 0.483585] ACPI: Core revision 20130517 [ 0.485645] ACPI: All ACPI Tables successfully acquired [ 0.487767] ftrace: allocating 25812 entries in 101 pages [ 0.510633] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512846] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515054] smpboot: Max logical packages: 2 [ 0.517013] Enabling x2apic [ 0.518340] Enabled x2apic [ 0.519952] Switched APIC routing to physical x2apic. [ 0.523207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.525301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.528994] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537370] KVM setup paravirtual spinlock [ 0.540275] smpboot: Booting Node 0, Processors #1 OK [ 0.542489] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564589] Brought up 2 CPUs [ 0.564591] KVM setup async PF for cpu 1 [ 0.564595] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569096] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572089] devtmpfs: initialized [ 0.574871] EVM: security.selinux [ 0.576335] EVM: security.ima [ 0.577617] EVM: security.capability [ 0.579744] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.581935] pinctrl core: initialized pinctrl subsystem [ 0.583908] NET: Registered protocol family 16 [ 0.585842] ACPI: bus type PCI registered [ 0.587418] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.589567] PCI: Using configuration type 1 for base access [ 0.594815] ACPI: Added _OSI(Module Device) [ 0.596419] ACPI: Added _OSI(Processor Device) [ 0.598054] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.599749] ACPI: Added _OSI(Processor Aggregator Device) [ 0.602652] ACPI: Interpreter enabled [ 0.604139] ACPI: (supports S0 S5) [ 0.605576] ACPI: Using IOAPIC for interrupt routing [ 0.607329] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.612385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.614437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.616619] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.618743] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.622711] acpiphp: Slot [3] registered [ 0.624273] acpiphp: Slot [4] registered [ 0.625850] acpiphp: Slot [5] registered [ 0.627398] acpiphp: Slot [6] registered [ 0.628945] acpiphp: Slot [7] registered [ 0.630478] acpiphp: Slot [8] registered [ 0.632021] acpiphp: Slot [9] registered [ 0.633554] acpiphp: Slot [10] registered [ 0.635098] acpiphp: Slot [11] registered [ 0.636645] acpiphp: Slot [12] registered [ 0.638195] acpiphp: Slot [13] registered [ 0.639745] acpiphp: Slot [14] registered [ 0.641289] acpiphp: Slot [15] registered [ 0.642839] acpiphp: Slot [16] registered [ 0.644398] acpiphp: Slot [17] registered [ 0.645910] acpiphp: Slot [18] registered [ 0.647489] acpiphp: Slot [19] registered [ 0.648998] acpiphp: Slot [20] registered [ 0.650576] acpiphp: Slot [21] registered [ 0.652083] acpiphp: Slot [22] registered [ 0.653732] acpiphp: Slot [23] registered [ 0.655256] acpiphp: Slot [24] registered [ 0.656819] acpiphp: Slot [25] registered [ 0.658382] acpiphp: Slot [26] registered [ 0.659934] acpiphp: Slot [27] registered [ 0.661496] acpiphp: Slot [28] registered [ 0.663060] acpiphp: Slot [29] registered [ 0.664649] acpiphp: Slot [30] registered [ 0.666184] acpiphp: Slot [31] registered [ 0.667751] PCI host bridge to bus 0000:00 [ 0.669299] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.671173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.673341] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.675496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.678342] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.681176] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.686849] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.689086] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.691180] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.693400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.697681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.700510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.723893] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.726431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.729167] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.731654] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.734135] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.736395] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.738723] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.741734] vgaarb: loaded [ 0.742992] vgaarb: bridge control possible 0000:00:02.0 [ 0.745013] SCSI subsystem initialized [ 0.746538] ACPI: bus type USB registered [ 0.748069] usbcore: registered new interface driver usbfs [ 0.749967] usbcore: registered new interface driver hub [ 0.751827] usbcore: registered new device driver usb [ 0.753862] PCI: Using ACPI for IRQ routing [ 0.755868] NetLabel: Initializing [ 0.757302] NetLabel: domain hash size = 128 [ 0.758928] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.760739] NetLabel: unlabeled traffic allowed by default [ 0.762806] Switched to clocksource kvm-clock [ 0.772814] pnp: PnP ACPI init [ 0.774192] ACPI: bus type PNP registered [ 0.776151] pnp: PnP ACPI: found 5 devices [ 0.777730] ACPI: bus type PNP unregistered [ 0.785609] NET: Registered protocol family 2 [ 0.787577] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.790677] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.793275] TCP: Hash tables configured (established 32768 bind 32768) [ 0.795493] TCP: reno registered [ 0.796884] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.798967] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.801123] NET: Registered protocol family 1 [ 0.802760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.804711] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.806658] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.826913] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.847331] Unpacking initramfs... [ 1.320020] Freeing initrd memory: 37508k freed [ 1.329753] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.331888] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.335861] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.337989] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.340442] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.342593] Initialise system trusted keyring [ 1.344304] audit: initializing netlink socket (disabled) [ 1.346249] type=2000 audit(1535855605.109:1): initialized [ 1.364078] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.366227] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.369268] zpool: loaded [ 1.370552] zbud: loaded [ 1.371990] VFS: Disk quotas dquot_6.5.2 [ 1.373631] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.375942] msgmni has been set to 7578 [ 1.377516] Key type big_key registered [ 1.379834] NET: Registered protocol family 38 [ 1.381559] Key type asymmetric registered [ 1.383181] Asymmetric key parser 'x509' registered [ 1.385002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.388000] io scheduler noop registered [ 1.389584] io scheduler deadline registered (default) [ 1.405850] io scheduler cfq registered [ 1.407521] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.409496] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.411788] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.414774] ACPI: Power Button [PWRF] [ 1.416486] GHES: HEST is not enabled! [ 1.418111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.443366] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.445830] Non-volatile memory driver v1.3 [ 1.447504] Linux agpgart interface v0.103 [ 1.449254] crash memory driver: version 1.1 [ 1.450973] rdac: device handler registered [ 1.452681] hp_sw: device handler registered [ 1.454360] emc: device handler registered [ 1.455936] alua: device handler registered [ 1.457516] libphy: Fixed MDIO Bus: probed [ 1.459136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.461223] ehci-pci: EHCI PCI platform driver [ 1.462855] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.464926] ohci-pci: OHCI PCI platform driver [ 1.466604] uhci_hcd: USB Universal Host Controller Interface driver [ 1.487026] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.488942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.491827] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.493653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.495665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.497840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.500661] usb usb1: Product: UHCI Host Controller [ 1.502381] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.504616] usb usb1: SerialNumber: 0000:00:01.2 [ 1.506431] hub 1-0:1.0: USB hub found [ 1.507944] hub 1-0:1.0: 2 ports detected [ 1.509638] usbcore: registered new interface driver usbserial [ 1.511630] usbcore: registered new interface driver usbserial_generic [ 1.513756] usbserial: USB Serial support registered for generic [ 1.515786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.519521] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.521289] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.523139] mousedev: PS/2 mouse device common for all mice [ 1.525399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.529169] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.530915] rtc_cmos 00:00: RTC can wake from S4 [ 1.531203] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.531305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.531347] cpuidle: using governor menu [ 1.531405] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531484] usbcore: registered new interface driver usbhid [ 1.531486] usbhid: USB HID core driver [ 1.531521] drop_monitor: Initializing network drop monitor service [ 1.531567] TCP: cubic registered [ 1.531569] Initializing XFRM netlink socket [ 1.531653] NET: Registered protocol family 10 [ 1.533966] NET: Registered protocol family 17 [ 1.535997] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.536001] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.536022] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.536094] Loading compiled-in X.509 certificates [ 1.536116] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.536123] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.536452] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.536467] registered taskstats version 1 [ 1.540587] Key type trusted registered [ 1.541744] Key type encrypted registered [ 1.542949] IMA: No TPM chip found, activating TPM-bypass! [ 1.543441] rtc_cmos 00:00: setting system clock to 2018-09-02 02:33:25 UTC (1535855605) [ 1.556173] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.584893] Freeing unused kernel memory: 1680k freed [ 1.590742] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.596571] systemd[1]: Detected virtualization kvm. [ 1.598346] systemd[1]: Detected architecture x86-64. [ 1.600103] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.603310] systemd[1]: No hostname configured. [ 1.604979] systemd[1]: Set hostname to . [ 1.606829] systemd[1]: Initializing machine ID from KVM UUID. [ 1.630249] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.633263] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.637161] systemd[1]: Reached target Paths. [ 1.638816] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.641329] systemd[1]: Reached target Swap. [ 1.642953] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.645454] systemd[1]: Reached target Timers. [ 1.647110] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.649748] systemd[1]: Reached target Local File Systems. [ 1.651635] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.654518] systemd[1]: Created slice Root Slice. [ 1.656228] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.658992] systemd[1]: Listening on udev Control Socket. [ 1.660856] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.663759] systemd[1]: Created slice System Slice. [ 1.665510] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.668257] systemd[1]: Listening on Journal Socket. [ 1.670017] systemd[1]: Starting Journal Socket. [ 1.672094] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.677239] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.680926] systemd[1]: Reached target Slices. [ 1.682536] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.685153] systemd[1]: Listening on udev Kernel Socket. [ 1.687017] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.689779] systemd[1]: Reached target Sockets. [ 1.691457] systemd[1]: Starting Sockets. [ 1.693316] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.696465] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.702073] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.707071] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.710080] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.751438] RPC: Registered named UNIX socket transport module. [ 1.753454] RPC: Registered udp transport module. [ 1.755158] RPC: Registered tcp transport module. [ 1.756863] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [ 1.811829] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [ 1.852299] FDC 0 is a S82078B [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.877841] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.918886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.922408] scsi host0: ata_piix [ 1.923978] scsi host1: ata_piix [ 1.925618] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.928288] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.928319] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.966015] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.968181] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.970415] usb 1-1: Product: QEMU USB Tablet [ 1.972041] usb 1-1: Manufacturer: QEMU [ 1.973551] usb 1-1: SerialNumber: 42 [ 1.984329] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.987751] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.103686] SGI XFS with ACLs, security attributes, no debug enabled [ 2.106645] XFS (vda1): Mounting V4 Filesystem [ 2.130468] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m[ 2.335860] tsc: Refined TSC clocksource calibration: 3491.874 MHz ] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.379942] systemd-journald[134]: Received SIGTERM from PID 1 (systemd). [ 2.581866] SELinux: Disabled at runtime. [ 2.618814] type=1404 audit(1535855606.575:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.641590] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.643522] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting Debug File System... Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. Mounting NFSD configuration filesystem... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... Starting Configure read-only root support... Starting Load/Save Random Seed... [[32m OK [0m] Started Load/Save Random Seed. [ 2.996210] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 3.078049] systemd-journald[383]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.289622] type=1305 audit(1535855607.245:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [ 3.409875] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.417336] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m[ 3.421716] input: PC Speaker as /devices/platform/pcspkr/input/input5 ] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets.[ 3.437021] ppdev: user-space parallel port driver [[32m OK [0m] Reached target Basic System. [ 3.456841] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.456841] [TTM] Initializing pool allocator [ 3.456843] [TTM] Initializing DMA pool allocator [ 3.457080] [drm] fb mappable at 0xFC000000 [ 3.457080] [drm] vram aper at 0xFC000000 [ 3.457080] [drm] size 33554432 [ 3.457081] [drm] fb depth is 24 [ 3.457081] [drm] pitch is 3072 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.498694] fbcon: cirrusdrmfb (fb0) is primary device [ 3.522008] Console: switching to colour frame buffer device 128x48 [ 3.535723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. [ 3.541752] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting Login Service... Starting GSSAPI Proxy Daemon... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.644049] AES CTR mode by8 optimization enabled [ 3.650468] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.662861] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.679742] intel_rapl: no valid rapl domains found in package 0 Starting Permit User Sessions... [ 3.683543] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.690895] intel_powerclamp: No package C-state available[[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.910864] cloud-init[498]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 02:33:28 +0000. Up 3.87 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-09-02 02:33:30,345 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.216: timed out 2018-09-02 02:33:39,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 02:33:39,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 02:33:39,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ee31aee-e259-4a78-9fa3-58bf1942ce7d x-compute-request-id: req-8ee31aee-e259-4a78-9fa3-58bf1942ce7d Content-Encoding: gzip Content-Length: 12748 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1994381678 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.432306] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.435608] pid_max: default: 32768 minimum: 301\n[ 0.437365] Security Framework initialized\n[ 0.439014] SELinux: Initializing.\n[ 0.440775] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.447746] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.452029] Mount-cache hash table entries: 4096\n[ 0.454094] Initializing cgroup subsys memory\n[ 0.455826] Initializing cgroup subsys devices\n[ 0.457553] Initializing cgroup subsys freezer\n[ 0.459251] Initializing cgroup subsys net_cls\n[ 0.460954] Initializing cgroup subsys blkio\n[ 0.462630] Initializing cgroup subsys perf_event\n[ 0.464378] Initializing cgroup subsys hugetlb\n[ 0.466074] Initializing cgroup subsys pids\n[ 0.467722] Initializing cgroup subsys net_prio\n[ 0.469565] CPU: Physical Processor ID: 0\n[ 0.471910] mce: CPU supports 10 MCE banks\n[ 0.473577] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.477357] tlb_flushall_shift: 6\n[ 0.479043] Freeing SMP alternatives: 28k freed\n[ 0.483585] ACPI: Core revision 20130517\n[ 0.485645] ACPI: All ACPI Tables successfully acquired\n[ 0.487767] ftrace: allocating 25812 entries in 101 pages\n[ 0.510633] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512846] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515054] smpboot: Max logical packages: 2\n[ 0.517013] Enabling x2apic\n[ 0.518340] Enabled x2apic\n[ 0.519952] Switched APIC routing to physical x2apic.\n[ 0.523207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.525301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.528994] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.537370] KVM setup paravirtual spinlock\n[ 0.540275] smpboot: Booting Node 0, Processors #1 OK\n[ 0.542489] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.564589] Brought up 2 CPUs\n[ 0.564591] KVM setup async PF for cpu 1\n[ 0.564595] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.569096] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.572089] devtmpfs: initialized\n[ 0.574871] EVM: security.selinux\n[ 0.576335] EVM: security.ima\n[ 0.577617] EVM: security.capability\n[ 0.579744] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.581935] pinctrl core: initialized pinctrl subsystem\n[ 0.583908] NET: Registered protocol family 16\n[ 0.585842] ACPI: bus type PCI registered\n[ 0.587418] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.589567] PCI: Using configuration type 1 for base access\n[ 0.594815] ACPI: Added _OSI(Module Device)\n[ 0.596419] ACPI: Added _OSI(Processor Device)\n[ 0.598054] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.599749] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.602652] ACPI: Interpreter enabled\n[ 0.604139] ACPI: (supports S0 S5)\n[ 0.605576] ACPI: Using IOAPIC for interrupt routing\n[ 0.607329] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.612385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.614437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.616619] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.618743] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.622711] acpiphp: Slot [3] registered\n[ 0.624273] acpiphp: Slot [4] registered\n[ 0.625850] acpiphp: Slot [5] registered\n[ 0.627398] acpiphp: Slot [6] registered\n[ 0.628945] acpiphp: Slot [7] registered\n[ 0.630478] acpiphp: Slot [8] registered\n[ 0.632021] acpiphp: Slot [9] registered\n[ 0.633554] acpiphp: Slot [10] registered\n[ 0.635098] acpiphp: Slot [11] registered\n[ 0.636645] acpiphp: Slot [12] registered\n[ 0.638195] acpiphp: Slot [13] registered\n[ 0.639745] acpiphp: Slot [14] registered\n[ 0.641289] acpiphp: Slot [15] registered\n[ 0.642839] acpiphp: Slot [16] registered\n[ 0.644398] acpiphp: Slot [17] registered\n[ 0.645910] acpiphp: Slot [18] registered\n[ 0.647489] acpiphp: Slot [19] registered\n[ 0.648998] acpiphp: Slot [20] registered\n[ 0.650576] acpiphp: Slot [21] registered\n[ 0.652083] acpiphp: Slot [22] registered\n[ 0.653732] acpiphp: Slot [23] registered\n[ 0.655256] acpiphp: Slot [24] registered\n[ 0.656819] acpiphp: Slot [25] registered\n[ 0.658382] acpiphp: Slot [26] registered\n[ 0.659934] acpiphp: Slot [27] registered\n[ 0.661496] acpiphp: Slot [28] registered\n[ 0.663060] acpiphp: Slot [29] registered\n[ 0.664649] acpiphp: Slot [30] registered\n[ 0.666184] acpiphp: Slot [31] registered\n[ 0.667751] PCI host bridge to bus 0000:00\n[ 0.669299] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.671173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.673341] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.675496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.678342] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.681176] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.686849] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.689086] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.691180] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.693400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.697681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.700510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.723893] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.726431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.729167] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.731654] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.734135] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.736395] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.738723] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.741734] vgaarb: loaded\n[ 0.742992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.745013] SCSI subsystem initialized\n[ 0.746538] ACPI: bus type USB registered\n[ 0.748069] usbcore: registered new interface driver usbfs\n[ 0.749967] usbcore: registered new interface driver hub\n[ 0.751827] usbcore: registered new device driver usb\n[ 0.753862] PCI: Using ACPI for IRQ routing\n[ 0.755868] NetLabel: Initializing\n[ 0.757302] NetLabel: domain hash size = 128\n[ 0.758928] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.760739] NetLabel: unlabeled traffic allowed by default\n[ 0.762806] Switched to clocksource kvm-clock\n[ 0.772814] pnp: PnP ACPI init\n[ 0.774192] ACPI: bus type PNP registered\n[ 0.776151] pnp: PnP ACPI: found 5 devices\n[ 0.777730] ACPI: bus type PNP unregistered\n[ 0.785609] NET: Registered protocol family 2\n[ 0.787577] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.790677] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.793275] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.795493] TCP: reno registered\n[ 0.796884] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.798967] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.801123] NET: Registered protocol family 1\n[ 0.802760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.804711] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.806658] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.826913] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.847331] Unpacking initramfs...\n[ 1.320020] Freeing initrd memory: 37508k freed\n[ 1.329753] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.331888] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.335861] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.337989] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.340442] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.342593] Initialise system trusted keyring\n[ 1.344304] audit: initializing netlink socket (disabled)\n[ 1.346249] type=2000 audit(1535855605.109:1): initialized\n[ 1.364078] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.366227] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.369268] zpool: loaded\n[ 1.370552] zbud: loaded\n[ 1.371990] VFS: Disk quotas dquot_6.5.2\n[ 1.373631] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.375942] msgmni has been set to 7578\n[ 1.377516] Key type big_key registered\n[ 1.379834] NET: Registered protocol family 38\n[ 1.381559] Key type asymmetric registered\n[ 1.383181] Asymmetric key parser 'x509' registered\n[ 1.385002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.388000] io scheduler noop registered\n[ 1.389584] io scheduler deadline registered (default)\n[ 1.405850] io scheduler cfq registered\n[ 1.407521] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.409496] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.411788] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.414774] ACPI: Power Button [PWRF]\n[ 1.416486] GHES: HEST is not enabled!\n[ 1.418111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.443366] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.445830] Non-volatile memory driver v1.3\n[ 1.447504] Linux agpgart interface v0.103\n[ 1.449254] crash memory driver: version 1.1\n[ 1.450973] rdac: device handler registered\n[ 1.452681] hp_sw: device handler registered\n[ 1.454360] emc: device handler registered\n[ 1.455936] alua: device handler registered\n[ 1.457516] libphy: Fixed MDIO Bus: probed\n[ 1.459136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.461223] ehci-pci: EHCI PCI platform driver\n[ 1.462855] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.464926] ohci-pci: OHCI PCI platform driver\n[ 1.466604] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.487026] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.488942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.491827] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.493653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.495665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.497840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.500661] usb usb1: Product: UHCI Host Controller\n[ 1.502381] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.504616] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.506431] hub 1-0:1.0: USB hub found\n[ 1.507944] hub 1-0:1.0: 2 ports detected\n[ 1.509638] usbcore: registered new interface driver usbserial\n[ 1.511630] usbcore: registered new interface driver usbserial_generic\n[ 1.513756] usbserial: USB Serial support registered for generic\n[ 1.515786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.519521] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.521289] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.523139] mousedev: PS/2 mouse device common for all mice\n[ 1.525399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.529169] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.530915] rtc_cmos 00:00: RTC can wake from S4\n[ 1.531203] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.531305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.531347] cpuidle: using governor menu\n[ 1.531405] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531484] usbcore: registered new interface driver usbhid\n[ 1.531486] usbhid: USB HID core driver\n[ 1.531521] drop_monitor: Initializing network drop monitor service\n[ 1.531567] TCP: cubic registered\n[ 1.531569] Initializing XFRM netlink socket\n[ 1.531653] NET: Registered protocol family 10\n[ 1.533966] NET: Registered protocol family 17\n[ 1.535997] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.536001] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.536022] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.536094] Loading compiled-in X.509 certificates\n[ 1.536116] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.536123] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.536452] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.536467] registered taskstats version 1\n[ 1.540587] Key type trusted registered\n[ 1.541744] Key type encrypted registered\n[ 1.542949] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.543441] rtc_cmos 00:00: setting system clock to 2018-09-02 02:33:25 UTC (1535855605)\n[ 1.556173] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.584893] Freeing unused kernel memory: 1680k freed\n[ 1.590742] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.596571] systemd[1]: Detected virtualization kvm.\n[ 1.598346] systemd[1]: Detected architecture x86-64.\n[ 1.600103] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.603310] systemd[1]: No hostname configured.\n[ 1.604979] systemd[1]: Set hostname to .\n[ 1.606829] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.630249] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.633263] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.637161] systemd[1]: Reached target Paths.\n[ 1.638816] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.641329] systemd[1]: Reached target Swap.\n[ 1.642953] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.645454] systemd[1]: Reached target Timers.\n[ 1.647110] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.649748] systemd[1]: Reached target Local File Systems.\n[ 1.651635] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.654518] systemd[1]: Created slice Root Slice.\n[ 1.656228] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.658992] systemd[1]: Listening on udev Control Socket.\n[ 1.660856] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.663759] systemd[1]: Created slice System Slice.\n[ 1.665510] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.668257] systemd[1]: Listening on Journal Socket.\n[ 1.670017] systemd[1]: Starting Journal Socket.\n[ 1.672094] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.677239] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Slices.\n[ 1.680926] systemd[1]: Reached target Slices.\n[ 1.682536] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.685153] systemd[1]: Listening on udev Kernel Socket.\n[ 1.687017] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.689779] systemd[1]: Reached target Sockets.\n[ 1.691457] systemd[1]: Starting Sockets.\n[ 1.693316] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.696465] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.702073] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.707071] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.710080] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.751438] RPC: Registered named UNIX socket transport module.\n[ 1.753454] RPC: Registered udp transport module.\n[ 1.755158] RPC: Registered tcp transport module.\n[ 1.756863] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[ 1.811829] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[ 1.852299] FDC 0 is a S82078B\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.877841] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.918886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.922408] scsi host0: ata_piix\n[ 1.923978] scsi host1: ata_piix\n[ 1.925618] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.928288] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.928319] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.966015] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.968181] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.970415] usb 1-1: Product: QEMU USB Tablet\n[ 1.972041] usb 1-1: Manufacturer: QEMU\n[ 1.973551] usb 1-1: SerialNumber: 42\n[ 1.984329] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.987751] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.103686] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.106645] XFS (vda1): Mounting V4 Filesystem\n[ 2.130468] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m[ 2.335860] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.379942] systemd-journald[134]: Received SIGTERM from PID 1 (systemd).\n[ 2.581866] SELinux: Disabled at runtime.\n[ 2.618814] type=1404 audit(1535855606.575:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.641590] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.643522] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting Debug File System...\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n Mounting NFSD configuration filesystem...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.996210] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 3.078049] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.289622] type=1305 audit(1535855607.245:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[ 3.409875] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.417336] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m[ 3.421716] input: PC Speaker as /devices/platform/pcspkr/input/input5\n] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.[ 3.437021] ppdev: user-space parallel port driver\n\n[[32m OK [0m] Reached target Basic System.\n[ 3.456841] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.456841] [TTM] Initializing pool allocator\n[ 3.456843] [TTM] Initializing DMA pool allocator\n[ 3.457080] [drm] fb mappable at 0xFC000000\n[ 3.457080] [drm] vram aper at 0xFC000000\n[ 3.457080] [drm] size 33554432\n[ 3.457081] [drm] fb depth is 24\n[ 3.457081] [drm] pitch is 3072\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.498694] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.522008] Console: switching to colour frame buffer device 128x48\n[ 3.535723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.541752] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting Login Service...\n Starting GSSAPI Proxy Daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.644049] AES CTR mode by8 optimization enabled\n[ 3.650468] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.662861] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.679742] intel_rapl: no valid rapl domains found in package 0\n Starting Permit User Sessions...\n[ 3.683543] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n\n[ 3.690895] intel_powerclamp: No package C-state available[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.910864] cloud-init[498]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 02:33:28 +0000. Up 3.87 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.013652] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 02:33:30 +0000. Up 5.95 seconds.\n[ 6.060422] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.062602] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.064673] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.066765] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.069446] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.078217] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:f4:32:f2 |\n[ 6.086046] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.088775] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.093885] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.109917] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.118988] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.129361] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.136378] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 6.150056] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.152477] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 10.884192] cloud-init[3206]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 02:33:35 +0000. Up 10.83 seconds.\n[ 11.209968] cloud-init[3383]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 02:33:35 +0000. Up 11.16 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 41:7d:f4:d8:37:e4:02:f2:ea:5d:5b:48:94:94:78:78 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 11.257752] cloud-init[3383]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 02:33:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.25 seconds\n"} 2018-09-02 02:33:39,430 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419/action used request id req-8ee31aee-e259-4a78-9fa3-58bf1942ce7d 2018-09-02 02:33:39,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.074805021286s 2018-09-02 02:33:39,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419/action used request id req-8ee31aee-e259-4a78-9fa3-58bf1942ce7d 2018-09-02 02:33:39,432 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1994381678 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.432306] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.435608] pid_max: default: 32768 minimum: 301 [ 0.437365] Security Framework initialized [ 0.439014] SELinux: Initializing. [ 0.440775] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.447746] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.452029] Mount-cache hash table entries: 4096 [ 0.454094] Initializing cgroup subsys memory [ 0.455826] Initializing cgroup subsys devices [ 0.457553] Initializing cgroup subsys freezer [ 0.459251] Initializing cgroup subsys net_cls [ 0.460954] Initializing cgroup subsys blkio [ 0.462630] Initializing cgroup subsys perf_event [ 0.464378] Initializing cgroup subsys hugetlb [ 0.466074] Initializing cgroup subsys pids [ 0.467722] Initializing cgroup subsys net_prio [ 0.469565] CPU: Physical Processor ID: 0 [ 0.471910] mce: CPU supports 10 MCE banks [ 0.473577] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475462] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.477357] tlb_flushall_shift: 6 [ 0.479043] Freeing SMP alternatives: 28k freed [ 0.483585] ACPI: Core revision 20130517 [ 0.485645] ACPI: All ACPI Tables successfully acquired [ 0.487767] ftrace: allocating 25812 entries in 101 pages [ 0.510633] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512846] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515054] smpboot: Max logical packages: 2 [ 0.517013] Enabling x2apic [ 0.518340] Enabled x2apic [ 0.519952] Switched APIC routing to physical x2apic. [ 0.523207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.525301] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.528994] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.537370] KVM setup paravirtual spinlock [ 0.540275] smpboot: Booting Node 0, Processors #1 OK [ 0.542489] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.564589] Brought up 2 CPUs [ 0.564591] KVM setup async PF for cpu 1 [ 0.564595] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.569096] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.572089] devtmpfs: initialized [ 0.574871] EVM: security.selinux [ 0.576335] EVM: security.ima [ 0.577617] EVM: security.capability [ 0.579744] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.581935] pinctrl core: initialized pinctrl subsystem [ 0.583908] NET: Registered protocol family 16 [ 0.585842] ACPI: bus type PCI registered [ 0.587418] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.589567] PCI: Using configuration type 1 for base access [ 0.594815] ACPI: Added _OSI(Module Device) [ 0.596419] ACPI: Added _OSI(Processor Device) [ 0.598054] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.599749] ACPI: Added _OSI(Processor Aggregator Device) [ 0.602652] ACPI: Interpreter enabled [ 0.604139] ACPI: (supports S0 S5) [ 0.605576] ACPI: Using IOAPIC for interrupt routing [ 0.607329] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.612385] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.614437] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.616619] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.618743] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.622711] acpiphp: Slot [3] registered [ 0.624273] acpiphp: Slot [4] registered [ 0.625850] acpiphp: Slot [5] registered [ 0.627398] acpiphp: Slot [6] registered [ 0.628945] acpiphp: Slot [7] registered [ 0.630478] acpiphp: Slot [8] registered [ 0.632021] acpiphp: Slot [9] registered [ 0.633554] acpiphp: Slot [10] registered [ 0.635098] acpiphp: Slot [11] registered [ 0.636645] acpiphp: Slot [12] registered [ 0.638195] acpiphp: Slot [13] registered [ 0.639745] acpiphp: Slot [14] registered [ 0.641289] acpiphp: Slot [15] registered [ 0.642839] acpiphp: Slot [16] registered [ 0.644398] acpiphp: Slot [17] registered [ 0.645910] acpiphp: Slot [18] registered [ 0.647489] acpiphp: Slot [19] registered [ 0.648998] acpiphp: Slot [20] registered [ 0.650576] acpiphp: Slot [21] registered [ 0.652083] acpiphp: Slot [22] registered [ 0.653732] acpiphp: Slot [23] registered [ 0.655256] acpiphp: Slot [24] registered [ 0.656819] acpiphp: Slot [25] registered [ 0.658382] acpiphp: Slot [26] registered [ 0.659934] acpiphp: Slot [27] registered [ 0.661496] acpiphp: Slot [28] registered [ 0.663060] acpiphp: Slot [29] registered [ 0.664649] acpiphp: Slot [30] registered [ 0.666184] acpiphp: Slot [31] registered [ 0.667751] PCI host bridge to bus 0000:00 [ 0.669299] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.671173] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.673341] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.675496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.678342] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.681176] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.686849] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.689086] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.691180] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.693400] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.697681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.700510] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.723893] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.726431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.729167] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.731654] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.734135] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.736395] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.738723] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.741734] vgaarb: loaded [ 0.742992] vgaarb: bridge control possible 0000:00:02.0 [ 0.745013] SCSI subsystem initialized [ 0.746538] ACPI: bus type USB registered [ 0.748069] usbcore: registered new interface driver usbfs [ 0.749967] usbcore: registered new interface driver hub [ 0.751827] usbcore: registered new device driver usb [ 0.753862] PCI: Using ACPI for IRQ routing [ 0.755868] NetLabel: Initializing [ 0.757302] NetLabel: domain hash size = 128 [ 0.758928] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.760739] NetLabel: unlabeled traffic allowed by default [ 0.762806] Switched to clocksource kvm-clock [ 0.772814] pnp: PnP ACPI init [ 0.774192] ACPI: bus type PNP registered [ 0.776151] pnp: PnP ACPI: found 5 devices [ 0.777730] ACPI: bus type PNP unregistered [ 0.785609] NET: Registered protocol family 2 [ 0.787577] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.790677] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.793275] TCP: Hash tables configured (established 32768 bind 32768) [ 0.795493] TCP: reno registered [ 0.796884] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.798967] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.801123] NET: Registered protocol family 1 [ 0.802760] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.804711] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.806658] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.826913] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.847331] Unpacking initramfs... [ 1.320020] Freeing initrd memory: 37508k freed [ 1.329753] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.331888] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.335861] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.337989] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.340442] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.342593] Initialise system trusted keyring [ 1.344304] audit: initializing netlink socket (disabled) [ 1.346249] type=2000 audit(1535855605.109:1): initialized [ 1.364078] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.366227] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.369268] zpool: loaded [ 1.370552] zbud: loaded [ 1.371990] VFS: Disk quotas dquot_6.5.2 [ 1.373631] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.375942] msgmni has been set to 7578 [ 1.377516] Key type big_key registered [ 1.379834] NET: Registered protocol family 38 [ 1.381559] Key type asymmetric registered [ 1.383181] Asymmetric key parser 'x509' registered [ 1.385002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.388000] io scheduler noop registered [ 1.389584] io scheduler deadline registered (default) [ 1.405850] io scheduler cfq registered [ 1.407521] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.409496] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.411788] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.414774] ACPI: Power Button [PWRF] [ 1.416486] GHES: HEST is not enabled! [ 1.418111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.443366] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.445830] Non-volatile memory driver v1.3 [ 1.447504] Linux agpgart interface v0.103 [ 1.449254] crash memory driver: version 1.1 [ 1.450973] rdac: device handler registered [ 1.452681] hp_sw: device handler registered [ 1.454360] emc: device handler registered [ 1.455936] alua: device handler registered [ 1.457516] libphy: Fixed MDIO Bus: probed [ 1.459136] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.461223] ehci-pci: EHCI PCI platform driver [ 1.462855] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.464926] ohci-pci: OHCI PCI platform driver [ 1.466604] uhci_hcd: USB Universal Host Controller Interface driver [ 1.487026] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.488942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.491827] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.493653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.495665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.497840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.500661] usb usb1: Product: UHCI Host Controller [ 1.502381] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.504616] usb usb1: SerialNumber: 0000:00:01.2 [ 1.506431] hub 1-0:1.0: USB hub found [ 1.507944] hub 1-0:1.0: 2 ports detected [ 1.509638] usbcore: registered new interface driver usbserial [ 1.511630] usbcore: registered new interface driver usbserial_generic [ 1.513756] usbserial: USB Serial support registered for generic [ 1.515786] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.519521] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.521289] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.523139] mousedev: PS/2 mouse device common for all mice [ 1.525399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.529169] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.530915] rtc_cmos 00:00: RTC can wake from S4 [ 1.531203] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.531305] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.531347] cpuidle: using governor menu [ 1.531405] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531484] usbcore: registered new interface driver usbhid [ 1.531486] usbhid: USB HID core driver [ 1.531521] drop_monitor: Initializing network drop monitor service [ 1.531567] TCP: cubic registered [ 1.531569] Initializing XFRM netlink socket [ 1.531653] NET: Registered protocol family 10 [ 1.533966] NET: Registered protocol family 17 [ 1.535997] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.536001] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.536022] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.536094] Loading compiled-in X.509 certificates [ 1.536116] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.536123] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.536452] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.536467] registered taskstats version 1 [ 1.540587] Key type trusted registered [ 1.541744] Key type encrypted registered [ 1.542949] IMA: No TPM chip found, activating TPM-bypass! [ 1.543441] rtc_cmos 00:00: setting system clock to 2018-09-02 02:33:25 UTC (1535855605) [ 1.556173] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.584893] Freeing unused kernel memory: 1680k freed [ 1.590742] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.596571] systemd[1]: Detected virtualization kvm. [ 1.598346] systemd[1]: Detected architecture x86-64. [ 1.600103] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.603310] systemd[1]: No hostname configured. [ 1.604979] systemd[1]: Set hostname to . [ 1.606829] systemd[1]: Initializing machine ID from KVM UUID. [ 1.630249] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.633263] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.637161] systemd[1]: Reached target Paths. [ 1.638816] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.641329] systemd[1]: Reached target Swap. [ 1.642953] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.645454] systemd[1]: Reached target Timers. [ 1.647110] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.649748] systemd[1]: Reached target Local File Systems. [ 1.651635] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.654518] systemd[1]: Created slice Root Slice. [ 1.656228] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.658992] systemd[1]: Listening on udev Control Socket. [ 1.660856] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.663759] systemd[1]: Created slice System Slice. [ 1.665510] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.668257] systemd[1]: Listening on Journal Socket. [ 1.670017] systemd[1]: Starting Journal Socket. [ 1.672094] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.677239] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Slices. [ 1.680926] systemd[1]: Reached target Slices. [ 1.682536] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.685153] systemd[1]: Listening on udev Kernel Socket. [ 1.687017] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.689779] systemd[1]: Reached target Sockets. [ 1.691457] systemd[1]: Starting Sockets. [ 1.693316] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.696465] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.702073] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.707071] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.710080] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.751438] RPC: Registered named UNIX socket transport module. [ 1.753454] RPC: Registered udp transport module. [ 1.755158] RPC: Registered tcp transport module. [ 1.756863] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [ 1.811829] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [ 1.852299] FDC 0 is a S82078B [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.877841] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.918886] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.922408] scsi host0: ata_piix [ 1.923978] scsi host1: ata_piix [ 1.925618] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.928288] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.928319] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.966015] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.968181] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.970415] usb 1-1: Product: QEMU USB Tablet [ 1.972041] usb 1-1: Manufacturer: QEMU [ 1.973551] usb 1-1: SerialNumber: 42 [ 1.984329] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.987751] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.103686] SGI XFS with ACLs, security attributes, no debug enabled [ 2.106645] XFS (vda1): Mounting V4 Filesystem [ 2.130468] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m[ 2.335860] tsc: Refined TSC clocksource calibration: 3491.874 MHz ] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.379942] systemd-journald[134]: Received SIGTERM from PID 1 (systemd). [ 2.581866] SELinux: Disabled at runtime. [ 2.618814] type=1404 audit(1535855606.575:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.641590] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.643522] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting Debug File System... Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. Mounting NFSD configuration filesystem... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... Starting Configure read-only root support... Starting Load/Save Random Seed... [[32m OK [0m] Started Load/Save Random Seed. [ 2.996210] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 3.078049] systemd-journald[383]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.289622] type=1305 audit(1535855607.245:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [ 3.409875] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.417336] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m[ 3.421716] input: PC Speaker as /devices/platform/pcspkr/input/input5 ] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets.[ 3.437021] ppdev: user-space parallel port driver [[32m OK [0m] Reached target Basic System. [ 3.456841] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.456841] [TTM] Initializing pool allocator [ 3.456843] [TTM] Initializing DMA pool allocator [ 3.457080] [drm] fb mappable at 0xFC000000 [ 3.457080] [drm] vram aper at 0xFC000000 [ 3.457080] [drm] size 33554432 [ 3.457081] [drm] fb depth is 24 [ 3.457081] [drm] pitch is 3072 [[32m OK [0m] Started D-Bus System Message Bus. [ 3.498694] fbcon: cirrusdrmfb (fb0) is primary device [ 3.522008] Console: switching to colour frame buffer device 128x48 [ 3.535723] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. [ 3.541752] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting Login Service... Starting GSSAPI Proxy Daemon... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.644049] AES CTR mode by8 optimization enabled [ 3.650468] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.662861] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.679742] intel_rapl: no valid rapl domains found in package 0 Starting Permit User Sessions... [ 3.683543] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.690895] intel_powerclamp: No package C-state available[[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.910864] cloud-init[498]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 02:33:28 +0000. Up 3.87 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting Initial cloud-init job (metadata service crawler)... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 6.013652] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 02:33:30 +0000. Up 5.95 seconds. [ 6.060422] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.062602] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.064673] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.066765] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.069446] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.078217] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:f4:32:f2 | [ 6.086046] cloud-init[796]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.088775] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.093885] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.109917] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.118988] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.129361] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.136378] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 6.150056] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.152477] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.884192] cloud-init[3206]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 02:33:35 +0000. Up 10.83 seconds. [ 11.209968] cloud-init[3383]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 02:33:35 +0000. Up 11.16 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 41:7d:f4:d8:37:e4:02:f2:ea:5d:5b:48:94:94:78:78 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 11.257752] cloud-init[3383]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 02:33:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.25 seconds 2018-09-02 02:33:39,436 - paramiko.transport - DEBUG - starting thread (client mode): 0xec8ca350L 2018-09-02 02:33:39,437 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 02:33:39,467 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-02 02:33:39,467 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-02 02:33:39,506 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 02:33:39,506 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 02:33:39,506 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 02:33:39,506 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 02:33:39,507 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 02:33:39,507 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 02:33:39,517 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 02:33:39,519 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 02:33:39,537 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.216: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-02 02:33:39,538 - paramiko.transport - DEBUG - Trying discovered key 417df4d837e402f2ea5d5b4894947878 in /tmp/tmpskUXti 2018-09-02 02:33:39,561 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 02:33:39,598 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 02:33:39,603 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-02 02:33:39,603 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-02 02:33:39,603 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-02 02:33:39,604 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.216:80/api/v3/status 2018-09-02 02:33:39,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:33:39,764 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:33:39,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:33:39,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:33:39,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:33:39,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:33:39,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:33:39,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4210, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4213, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 1771, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4197, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 854, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 819, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3886, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4174, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 02:33:39,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:33:39,765 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:33:39 GMT 2018-09-02 02:33:39,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:33:39,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-02 02:33:39,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:33:39,766 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4210, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 4213, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1771, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4197, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 854, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 819, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 808, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 3886, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4174, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-09-02 02:33:39,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.216:80/api/v3/status 2018-09-02 02:33:40,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:33:40,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:33:40,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4210, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4213, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 1771, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4197, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 854, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 819, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3886, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4174, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:33:39 GMT 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-02 02:33:40,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:33:40,120 - functest.core.cloudify - INFO - The current manager status is running 2018-09-02 02:33:40,120 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.216:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-02 02:33:40,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:33:39.957Z", "updated_at": "2018-09-02T02:33:39.957Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 02:33:40,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:33:40,235 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:33:39 GMT 2018-09-02 02:33:40,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:33:40,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 02:33:40,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:33:40,235 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.216:80/api/v3/secrets 2018-09-02 02:33:40,358 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:33:40,358 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:33:40,358 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:33:40,358 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:33:40,358 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T02:33:39.957Z", "updated_at": "2018-09-02T02:33:39.957Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:33:40 GMT 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-02 02:33:40,359 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:33:40,360 - functest.core.cloudify - DEBUG - List secrets: 2018-09-02 02:33:40,360 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.216:80/api/v3/secrets/foo 2018-09-02 02:33:40,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:33:40,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:33:40,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:33:39.957Z", "updated_at": "2018-09-02T02:33:39.957Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:33:40 GMT 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:33:40,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 02:33:40,483 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:33:40,483 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-02 02:33:40,483 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-02 02:33:40,603 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 02:33:40,603 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:41 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 02:33:40,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 02:33:40,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/266b029f-722b-4bdd-b97b-61b19c1a3f64.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:41,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdad8def-da46-4991-9e4b-92dfeea1d5d2 Content-Length: 0 Date: Sun, 02 Sep 2018 02:33:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:33:41,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/266b029f-722b-4bdd-b97b-61b19c1a3f64.json used request id req-cdad8def-da46-4991-9e4b-92dfeea1d5d2 2018-09-02 02:33:41,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.24659705162s 2018-09-02 02:33:41,858 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/266b029f-722b-4bdd-b97b-61b19c1a3f64.json used request id req-cdad8def-da46-4991-9e4b-92dfeea1d5d2 2018-09-02 02:33:41,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:33:41,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:41,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-27e91f95-1a36-497e-a39d-516ceef73c34 Date: Sun, 02 Sep 2018 02:33:41 GMT RESP BODY: {"floatingips": []} 2018-09-02 02:33:41,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-27e91f95-1a36-497e-a39d-516ceef73c34 2018-09-02 02:33:41,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.071142911911s 2018-09-02 02:33:41,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-27e91f95-1a36-497e-a39d-516ceef73c34 2018-09-02 02:33:41,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 02:33:41,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:42,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:33:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff167f5c-a69a-4a6f-917f-59a5041b6bd7 x-compute-request-id: req-ff167f5c-a69a-4a6f-917f-59a5041b6bd7 Content-Type: application/json 2018-09-02 02:33:42,103 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419 used request id req-ff167f5c-a69a-4a6f-917f-59a5041b6bd7 2018-09-02 02:33:42,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.16699886322s 2018-09-02 02:33:42,103 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419 used request id req-ff167f5c-a69a-4a6f-917f-59a5041b6bd7 2018-09-02 02:33:42,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:42,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:42,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57b7c2b-156c-4ba0-8d7f-0b5aa998a91a x-compute-request-id: req-e57b7c2b-156c-4ba0-8d7f-0b5aa998a91a Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:32:f2", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:32:f2", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/bad75453-9ff7-4adc-aa1f-531ce6b42419", "rel": "bookmark"}], "image": {"id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "links": [{"href": "http://172.30.9.38:8774/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T02:33:22.000000", "flavor": {"id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "links": [{"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}]}, "id": "bad75453-9ff7-4adc-aa1f-531ce6b42419", "security_groups": [{"name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}], "user_id": "699bc2230e4e48c884f041e39016063c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T02:33:42Z", "hostId": "66e066e6b830382c87270f842e4d46d889045ed119c8a0984444ba55", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823", "name": "cloudify-vm_812faff3-714c-4d57-a360-5d7cca016823", "created": "2018-09-02T02:31:04Z", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:33:42,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e57b7c2b-156c-4ba0-8d7f-0b5aa998a91a 2018-09-02 02:33:42,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544995069504s 2018-09-02 02:33:42,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e57b7c2b-156c-4ba0-8d7f-0b5aa998a91a 2018-09-02 02:33:42,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:33:44,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:33:44,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:44,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95d79b0a-a49f-4fe1-8ecf-c2da4b66017c x-compute-request-id: req-95d79b0a-a49f-4fe1-8ecf-c2da4b66017c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 02:33:44,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-95d79b0a-a49f-4fe1-8ecf-c2da4b66017c 2018-09-02 02:33:44,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0682458877563s 2018-09-02 02:33:44,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-95d79b0a-a49f-4fe1-8ecf-c2da4b66017c 2018-09-02 02:33:44,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:33:44,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:44,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-78a72dad-cec4-46f8-86b0-566320e90199 Date: Sun, 02 Sep 2018 02:33:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:31:01Z", "updated_at": "2018-09-02T02:31:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "35838c0f-c734-41af-8842-937f03b68e0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "54e8dfa3-e975-4e03-8fec-7d1224dd55ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T02:31:02Z", "revision_number": 0, "id": "6ce3a2a4-a7fe-4c3d-958c-1a2b70b4d6f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:02Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "8910c854-d255-4ac7-b464-eefae88ddb35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "ccde776d-ecdb-4aa8-ac78-edb526295e68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "dca7c9b8-f480-49a7-b0db-cf04ab5992a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:31:01Z", "revision_number": 0, "id": "e1f2cd67-4311-4354-8b55-5e01db8dc985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:01Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T02:31:02Z", "revision_number": 0, "id": "f606769a-a3c6-4c85-83cf-4c7cc467326f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:31:02Z", "security_group_id": "966b018b-4836-4238-80b8-89030760766d", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 7, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "966b018b-4836-4238-80b8-89030760766d", "name": "cloudify-sg_812faff3-714c-4d57-a360-5d7cca016823"}, {"description": "Default security group", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:00Z", "updated_at": "2018-09-02T02:29:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "50c87ca5-87ec-4f8c-a1f7-5c6deecd21f7", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "b36ae35a-40e7-48f2-9458-bc857252bffe", "remote_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "c771270b-daf3-41aa-a87e-8adc69822551", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:29:00Z", "revision_number": 0, "id": "dc5f9ab1-d46b-4722-813d-23577f59961b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:29:00Z", "security_group_id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d9aee9b0d204d6dba5c7332591bb602"}], "revision_number": 1, "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "e3eb4f4f-7fb7-4bee-a12c-76c35c20dae8", "name": "default"}]} 2018-09-02 02:33:44,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-78a72dad-cec4-46f8-86b0-566320e90199 2018-09-02 02:33:44,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0577220916748s 2018-09-02 02:33:44,784 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-78a72dad-cec4-46f8-86b0-566320e90199 2018-09-02 02:33:44,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 02:33:44,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/966b018b-4836-4238-80b8-89030760766d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:44,955 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f966d4d5-1658-431d-bce0-a53220c0ce19 Content-Length: 0 Date: Sun, 02 Sep 2018 02:33:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:33:44,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/966b018b-4836-4238-80b8-89030760766d.json used request id req-f966d4d5-1658-431d-bce0-a53220c0ce19 2018-09-02 02:33:44,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.166521072388s 2018-09-02 02:33:44,955 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/966b018b-4836-4238-80b8-89030760766d.json used request id req-f966d4d5-1658-431d-bce0-a53220c0ce19 2018-09-02 02:33:44,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 02:33:44,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:44,984 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ebeede28-9551-466d-a10c-5c04b93bd81b x-compute-request-id: req-ebeede28-9551-466d-a10c-5c04b93bd81b Content-Length: 0 Content-Type: application/json 2018-09-02 02:33:44,984 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823 used request id req-ebeede28-9551-466d-a10c-5c04b93bd81b 2018-09-02 02:33:44,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.02885389328s 2018-09-02 02:33:44,985 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/cloudify-kp_812faff3-714c-4d57-a360-5d7cca016823 used request id req-ebeede28-9551-466d-a10c-5c04b93bd81b 2018-09-02 02:33:44,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 02:33:44,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" -d '{"subnet_id": "ba4ac846-adde-4bc3-be91-c5ee8218397a"}' 2018-09-02 02:33:47,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de9d482b-a3e5-4794-b3d1-3e6a2278928a Date: Sun, 02 Sep 2018 02:33:47 GMT RESP BODY: {"network_id": "f4cd35cf-bdfe-4a20-8ede-e2874034c0ce", "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "subnet_id": "ba4ac846-adde-4bc3-be91-c5ee8218397a", "subnet_ids": ["ba4ac846-adde-4bc3-be91-c5ee8218397a"], "port_id": "0df2c9c7-78ae-42f7-99f7-98e2b45583aa", "id": "a9b64796-9c82-4441-81db-1be7bfc7b592"} 2018-09-02 02:33:47,054 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592/remove_router_interface.json used request id req-de9d482b-a3e5-4794-b3d1-3e6a2278928a 2018-09-02 02:33:47,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.06857800484s 2018-09-02 02:33:47,054 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592/remove_router_interface.json used request id req-de9d482b-a3e5-4794-b3d1-3e6a2278928a returning object a9b64796-9c82-4441-81db-1be7bfc7b592 2018-09-02 02:33:47,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 02:33:47,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:47,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-f55c5c3f-0225-4a04-9d7e-a84b3d53646f Date: Sun, 02 Sep 2018 02:33:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.211"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2d9aee9b0d204d6dba5c7332591bb602", "created_at": "2018-09-02T02:29:01Z", "admin_state_up": true, "updated_at": "2018-09-02T02:33:45Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "2d9aee9b0d204d6dba5c7332591bb602", "id": "a9b64796-9c82-4441-81db-1be7bfc7b592", "name": "cloudify-router_812faff3-714c-4d57-a360-5d7cca016823"}]} 2018-09-02 02:33:47,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-f55c5c3f-0225-4a04-9d7e-a84b3d53646f 2018-09-02 02:33:47,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120511054993s 2018-09-02 02:33:47,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-f55c5c3f-0225-4a04-9d7e-a84b3d53646f 2018-09-02 02:33:47,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 02:33:47,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:48,595 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e953eabf-e1b3-4f27-b338-d502b6516e72 Content-Length: 0 Date: Sun, 02 Sep 2018 02:33:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:33:48,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592.json used request id req-e953eabf-e1b3-4f27-b338-d502b6516e72 2018-09-02 02:33:48,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.41786384583s 2018-09-02 02:33:48,596 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/a9b64796-9c82-4441-81db-1be7bfc7b592.json used request id req-e953eabf-e1b3-4f27-b338-d502b6516e72 2018-09-02 02:33:48,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 02:33:48,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:48,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c35f0f86-4509-49d2-805a-cdb45b153f7b Date: Sun, 02 Sep 2018 02:33:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:29:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2d9aee9b0d204d6dba5c7332591bb602","id":"ba4ac846-adde-4bc3-be91-c5ee8218397a","subnetpool_id":null,"name":"cloudify-subnet_812faff3-714c-4d57-a360-5d7cca016823"}]} 2018-09-02 02:33:48,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c35f0f86-4509-49d2-805a-cdb45b153f7b 2018-09-02 02:33:48,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0396521091461s 2018-09-02 02:33:48,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-c35f0f86-4509-49d2-805a-cdb45b153f7b 2018-09-02 02:33:48,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 02:33:48,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/ba4ac846-adde-4bc3-be91-c5ee8218397a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:49,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7bbf7f16-aee1-43bf-b010-03252e28fb1b Date: Sun, 02 Sep 2018 02:33:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:33:49,773 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/ba4ac846-adde-4bc3-be91-c5ee8218397a.json used request id req-7bbf7f16-aee1-43bf-b010-03252e28fb1b 2018-09-02 02:33:49,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13498210907s 2018-09-02 02:33:49,773 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/ba4ac846-adde-4bc3-be91-c5ee8218397a.json used request id req-7bbf7f16-aee1-43bf-b010-03252e28fb1b 2018-09-02 02:33:49,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:33:49,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:49,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-69390466-df9c-4398-9abc-01c48626e92f Date: Sun, 02 Sep 2018 02:33:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"f4cd35cf-bdfe-4a20-8ede-e2874034c0ce","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2d9aee9b0d204d6dba5c7332591bb602","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:33:49Z","qos_policy_id":null,"name":"cloudify-net_812faff3-714c-4d57-a360-5d7cca016823","admin_state_up":true,"tenant_id":"2d9aee9b0d204d6dba5c7332591bb602","created_at":"2018-09-02T02:29:00Z","mtu":1450}]} 2018-09-02 02:33:49,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-69390466-df9c-4398-9abc-01c48626e92f 2018-09-02 02:33:49,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0856699943542s 2018-09-02 02:33:49,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-69390466-df9c-4398-9abc-01c48626e92f 2018-09-02 02:33:49,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 02:33:49,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/f4cd35cf-bdfe-4a20-8ede-e2874034c0ce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:50,846 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6a3e958-ef2a-448d-b6be-d4aa20724fe2 Date: Sun, 02 Sep 2018 02:33:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:33:50,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/f4cd35cf-bdfe-4a20-8ede-e2874034c0ce.json used request id req-b6a3e958-ef2a-448d-b6be-d4aa20724fe2 2018-09-02 02:33:50,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.98588514328s 2018-09-02 02:33:50,847 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/f4cd35cf-bdfe-4a20-8ede-e2874034c0ce.json used request id req-b6a3e958-ef2a-448d-b6be-d4aa20724fe2 2018-09-02 02:33:50,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:33:50,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:51,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f7e0b727-9b6c-42b3-a56b-1c550bb67a97 Date: Sun, 02 Sep 2018 02:33:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:30:59Z", "file": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/file", "owner": "2d9aee9b0d204d6dba5c7332591bb602", "id": "55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "size": 4373348352, "self": "/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_812faff3-714c-4d57-a360-5d7cca016823", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:30:00Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:33:51,126 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f7e0b727-9b6c-42b3-a56b-1c550bb67a97 2018-09-02 02:33:51,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275016784668s 2018-09-02 02:33:51,126 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f7e0b727-9b6c-42b3-a56b-1c550bb67a97 2018-09-02 02:33:51,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 02:33:51,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f76c3c0a1616861b5c640e5874b3843ac2fc7a08" 2018-09-02 02:33:51,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2eb72fa-1159-4e31-942c-462944857db0 Date: Sun, 02 Sep 2018 02:33:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:33:51,691 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc used request id req-f2eb72fa-1159-4e31-942c-462944857db0 2018-09-02 02:33:51,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.562487125397s 2018-09-02 02:33:51,691 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/55001289-77c7-49bc-9f8d-9bee7a8a1ddc used request id req-f2eb72fa-1159-4e31-942c-462944857db0 2018-09-02 02:33:51,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:33:51,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:33:51,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdd2754f-10aa-4e3d-9c00-6a597a64fbd3 x-compute-request-id: req-bdd2754f-10aa-4e3d-9c00-6a597a64fbd3 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_812faff3-714c-4d57-a360-5d7cca016823", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "f0771234-6fc6-48d2-a9d5-7d18bf90f37f"}]} 2018-09-02 02:33:51,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-bdd2754f-10aa-4e3d-9c00-6a597a64fbd3 2018-09-02 02:33:51,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0213730335236s 2018-09-02 02:33:51,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-bdd2754f-10aa-4e3d-9c00-6a597a64fbd3 2018-09-02 02:33:51,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 02:33:51,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:33:51,738 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:33:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3951c6e4-34ae-4c08-b70c-00672127e44b x-compute-request-id: req-3951c6e4-34ae-4c08-b70c-00672127e44b Content-Length: 0 Content-Type: application/json 2018-09-02 02:33:51,738 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f used request id req-3951c6e4-34ae-4c08-b70c-00672127e44b 2018-09-02 02:33:51,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0237441062927s 2018-09-02 02:33:51,738 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/f0771234-6fc6-48d2-a9d5-7d18bf90f37f used request id req-3951c6e4-34ae-4c08-b70c-00672127e44b 2018-09-02 02:33:51,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:33:51,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:33:52,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f373e2-490f-43ea-9871-9f8af2dfa724 Content-Encoding: gzip Content-Length: 1213 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify-user_812faff3-714c-4d57-a360-5d7cca016823", "links": {"self": "http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "699bc2230e4e48c884f041e39016063c", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:33:52,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a1f373e2-490f-43ea-9871-9f8af2dfa724 2018-09-02 02:33:52,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.28453207016s 2018-09-02 02:33:52,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-a1f373e2-490f-43ea-9871-9f8af2dfa724 2018-09-02 02:33:52,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:33:52,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:33:52,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c729a78-424a-4e07-a34f-c244d19820d8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_812faff3-714c-4d57-a360-5d7cca016823", "links": {"self": "http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "699bc2230e4e48c884f041e39016063c", "description": null}} 2018-09-02 02:33:52,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c used request id req-3c729a78-424a-4e07-a34f-c244d19820d8 2018-09-02 02:33:52,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22074508667s 2018-09-02 02:33:52,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c used request id req-3c729a78-424a-4e07-a34f-c244d19820d8 2018-09-02 02:33:52,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 02:33:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:33:52,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:33:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5db35130-eba3-46b5-a0c3-7b1bae6a7f11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:33:52,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c used request id req-5db35130-eba3-46b5-a0c3-7b1bae6a7f11 2018-09-02 02:33:52,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.275470018387s 2018-09-02 02:33:52,530 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/699bc2230e4e48c884f041e39016063c used request id req-5db35130-eba3-46b5-a0c3-7b1bae6a7f11 2018-09-02 02:33:52,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:33:52,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:33:52,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dafb1a3-e32d-4fa5-a47b-86165786578c Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602"}, "tags": [], "enabled": true, "id": "2d9aee9b0d204d6dba5c7332591bb602", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_812faff3-714c-4d57-a360-5d7cca016823"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}]} 2018-09-02 02:33:52,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-3dafb1a3-e32d-4fa5-a47b-86165786578c 2018-09-02 02:33:52,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190310955048s 2018-09-02 02:33:52,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-3dafb1a3-e32d-4fa5-a47b-86165786578c 2018-09-02 02:33:52,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 02:33:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d3717665cdcd3efaec2d030df1e67ea99c6f1ef9" 2018-09-02 02:33:52,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:33:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83489264-e347-4516-bc8b-bb4db403f13e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:33:52,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602 used request id req-83489264-e347-4516-bc8b-bb4db403f13e 2018-09-02 02:33:52,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.151381015778s 2018-09-02 02:33:52,884 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/2d9aee9b0d204d6dba5c7332591bb602 used request id req-83489264-e347-4516-bc8b-bb4db403f13e 2018-09-02 02:33:52,912 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-09-02 02:33:52,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:33:52,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:33:52,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:33:52,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:33:52,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:33:52,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:33:52,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:33:52,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76242e13-db4e-4b4a-a869-35b8276b7b04 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:33:52,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-76242e13-db4e-4b4a-a869-35b8276b7b04 2018-09-02 02:33:52,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:33:53,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["nto1yih7RqyAGYh1Ct1lWA"], "issued_at": "2018-09-02T02:33:53.000000Z"}} 2018-09-02 02:33:53,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:33:53,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:53,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-c65ac0e5-3233-49b0-a4de-c5ef23dbe6d7 Date: Sun, 02 Sep 2018 02:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:33:53,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c65ac0e5-3233-49b0-a4de-c5ef23dbe6d7 2018-09-02 02:33:53,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343138933182s 2018-09-02 02:33:53,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c65ac0e5-3233-49b0-a4de-c5ef23dbe6d7 2018-09-02 02:33:53,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:33:53,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:33:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f3fbf16-278c-4a18-b080-a57ba35656f5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:33:53,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-6f3fbf16-278c-4a18-b080-a57ba35656f5 2018-09-02 02:33:53,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:33:53,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:53,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02679826-12a8-4d97-9889-9f9653034184 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:33:53,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-02679826-12a8-4d97-9889-9f9653034184 2018-09-02 02:33:53,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174523830414s 2018-09-02 02:33:53,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-02679826-12a8-4d97-9889-9f9653034184 2018-09-02 02:33:53,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:33:53,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672"}}' 2018-09-02 02:33:54,038 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:33:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9836af1c-7c7a-4ac5-9178-db21c7f78ac9 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860"}, "tags": [], "enabled": true, "id": "9b87d97cd56147dab3bf1ab668ff1860", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672"}} 2018-09-02 02:33:54,038 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-9836af1c-7c7a-4ac5-9178-db21c7f78ac9 2018-09-02 02:33:54,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.161149978638s 2018-09-02 02:33:54,038 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-9836af1c-7c7a-4ac5-9178-db21c7f78ac9 2018-09-02 02:33:54,039 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify_ims', u'tags': [], 'enabled': True, 'id': u'9b87d97cd56147dab3bf1ab668ff1860', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672'}) 2018-09-02 02:33:54,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:33:54,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d4ad3ec9-d1fe-4c5b-b757-52787a6dfb19", "email": null, "name": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672"}}' 2018-09-02 02:33:54,601 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:33:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e53d853e-2bce-4b3c-8da0-2e1dd0b31240 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672", "links": {"self": "http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7979ec128134620bce1ece84272e605", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:33:54,601 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-e53d853e-2bce-4b3c-8da0-2e1dd0b31240 2018-09-02 02:33:54,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.555227994919s 2018-09-02 02:33:54,601 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-e53d853e-2bce-4b3c-8da0-2e1dd0b31240 2018-09-02 02:33:54,602 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e7979ec128134620bce1ece84272e605', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672'}) 2018-09-02 02:33:54,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:33:54,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:54,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e1b9c0-46c0-4a3b-8c86-26ae19bb79e5 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:33:54,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-51e1b9c0-46c0-4a3b-8c86-26ae19bb79e5 2018-09-02 02:33:54,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100227832794s 2018-09-02 02:33:54,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-51e1b9c0-46c0-4a3b-8c86-26ae19bb79e5 2018-09-02 02:33:54,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:33:54,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:54,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-496723fa-40e9-4cf1-801e-b8b095bfd8f3 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:33:54,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-496723fa-40e9-4cf1-801e-b8b095bfd8f3 2018-09-02 02:33:54,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.162678003311s 2018-09-02 02:33:54,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-496723fa-40e9-4cf1-801e-b8b095bfd8f3 2018-09-02 02:33:54,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:33:54,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:55,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34b1b95b-3bcf-44d8-9586-0a57a7767588 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:33:55,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-34b1b95b-3bcf-44d8-9586-0a57a7767588 2018-09-02 02:33:55,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181598901749s 2018-09-02 02:33:55,061 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-34b1b95b-3bcf-44d8-9586-0a57a7767588 2018-09-02 02:33:55,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:33:55,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:55,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e23feeac-85da-4b94-8ba7-1d143c0153fd Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:33:55,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-e23feeac-85da-4b94-8ba7-1d143c0153fd 2018-09-02 02:33:55,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101320028305s 2018-09-02 02:33:55,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-e23feeac-85da-4b94-8ba7-1d143c0153fd 2018-09-02 02:33:55,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:33:55,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:55,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3931fa55-f095-43d8-8dba-2c6315c9425e Content-Encoding: gzip Content-Length: 1214 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672", "links": {"self": "http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7979ec128134620bce1ece84272e605", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:33:55,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-3931fa55-f095-43d8-8dba-2c6315c9425e 2018-09-02 02:33:55,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20701789856s 2018-09-02 02:33:55,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-3931fa55-f095-43d8-8dba-2c6315c9425e 2018-09-02 02:33:55,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:33:55,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:55,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6957149a-ad7e-4e20-b5d1-b5ad94a3c015 Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860"}, "tags": [], "enabled": true, "id": "9b87d97cd56147dab3bf1ab668ff1860", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:33:55,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-6957149a-ad7e-4e20-b5d1-b5ad94a3c015 2018-09-02 02:33:55,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101573944092s 2018-09-02 02:33:55,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-6957149a-ad7e-4e20-b5d1-b5ad94a3c015 2018-09-02 02:33:55,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:33:55,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=e7979ec128134620bce1ece84272e605&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9b87d97cd56147dab3bf1ab668ff1860" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:55,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af28f651-73f0-4afd-b157-2807b964aa04 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=e7979ec128134620bce1ece84272e605&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9b87d97cd56147dab3bf1ab668ff1860", "previous": null, "next": null}} 2018-09-02 02:33:55,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e7979ec128134620bce1ece84272e605&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9b87d97cd56147dab3bf1ab668ff1860 used request id req-af28f651-73f0-4afd-b157-2807b964aa04 2018-09-02 02:33:55,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0994229316711s 2018-09-02 02:33:55,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=e7979ec128134620bce1ece84272e605&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=9b87d97cd56147dab3bf1ab668ff1860 used request id req-af28f651-73f0-4afd-b157-2807b964aa04 2018-09-02 02:33:55,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:33:55,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860/users/e7979ec128134620bce1ece84272e605/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:33:55,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:33:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43dd9aff-5479-461d-a3db-0c9544c12ae6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:33:55,746 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860/users/e7979ec128134620bce1ece84272e605/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-43dd9aff-5479-461d-a3db-0c9544c12ae6 2018-09-02 02:33:55,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.142853975296s 2018-09-02 02:33:55,746 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860/users/e7979ec128134620bce1ece84272e605/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-43dd9aff-5479-461d-a3db-0c9544c12ae6 2018-09-02 02:33:55,747 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd4ad3ec9-d1fe-4c5b-b757-52787a6dfb19', 'username': u'cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:33:55,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:33:55,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:33:55,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:33:55,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:33:55,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:33:55,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:33:55,751 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:33:55,752 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672', 'password': 'd4ad3ec9-d1fe-4c5b-b757-52787a6dfb19', 'project_name': 'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '9b87d97cd56147dab3bf1ab668ff1860', 'project_domain_name': 'Default'} 2018-09-02 02:33:55,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-09-02 02:33:55,820 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-09-02 02:33:55,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:33:55,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581027e0-9447-45dd-90fe-c8123da2a67e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:33:55,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-581027e0-9447-45dd-90fe-c8123da2a67e 2018-09-02 02:33:55,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:33:56,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:33:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b87d97cd56147dab3bf1ab668ff1860", "name": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9b87d97cd56147dab3bf1ab668ff1860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/9b87d97cd56147dab3bf1ab668ff1860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/9b87d97cd56147dab3bf1ab668ff1860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9b87d97cd56147dab3bf1ab668ff1860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/9b87d97cd56147dab3bf1ab668ff1860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/9b87d97cd56147dab3bf1ab668ff1860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/9b87d97cd56147dab3bf1ab668ff1860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/9b87d97cd56147dab3bf1ab668ff1860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/9b87d97cd56147dab3bf1ab668ff1860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_9b87d97cd56147dab3bf1ab668ff1860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_9b87d97cd56147dab3bf1ab668ff1860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/9b87d97cd56147dab3bf1ab668ff1860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/9b87d97cd56147dab3bf1ab668ff1860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/9b87d97cd56147dab3bf1ab668ff1860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672", "id": "e7979ec128134620bce1ece84272e605"}, "audit_ids": ["sD98xn0tTYyx1EukNnQ2_A"], "issued_at": "2018-09-02T02:33:56.000000Z"}} 2018-09-02 02:33:56,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 02:33:56,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"network": {"name": "cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672", "admin_state_up": true}}' 2018-09-02 02:33:56,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-48112270-f634-4bcb-8ed2-a79eee2a6f62 Date: Sun, 02 Sep 2018 02:33:56 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b87d97cd56147dab3bf1ab668ff1860","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:33:56Z","is_default":false,"name":"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:56Z","mtu":1450}} 2018-09-02 02:33:56,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-48112270-f634-4bcb-8ed2-a79eee2a6f62 2018-09-02 02:33:56,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.565757036209s 2018-09-02 02:33:56,786 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-48112270-f634-4bcb-8ed2-a79eee2a6f62 2018-09-02 02:33:56,787 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T02:33:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', u'admin_state_up': True, u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:33:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'l2_adjacency': True}) 2018-09-02 02:33:56,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:33:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:33:57,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-9084d4d6-f257-4a55-8b54-be129706c43c Date: Sun, 02 Sep 2018 02:33:57 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9b87d97cd56147dab3bf1ab668ff1860","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:33:56Z","qos_policy_id":null,"name":"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672","admin_state_up":true,"tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:56Z","mtu":1450}]} 2018-09-02 02:33:57,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9084d4d6-f257-4a55-8b54-be129706c43c 2018-09-02 02:33:57,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35233092308s 2018-09-02 02:33:57,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9084d4d6-f257-4a55-8b54-be129706c43c 2018-09-02 02:33:57,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 02:33:57,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"subnet": {"name": "cloudify_ims-subnet_5c1cef58-5583-44ee-889e-be9f95110672", "enable_dhcp": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 02:33:57,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-02759a53-2a92-4e13-9821-69b7a653c1f5 Date: Sun, 02 Sep 2018 02:33:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:33:57Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"9b87d97cd56147dab3bf1ab668ff1860","id":"cd00c0f9-51bb-46aa-b686-ffc0aa999fe6","subnetpool_id":null,"name":"cloudify_ims-subnet_5c1cef58-5583-44ee-889e-be9f95110672"}} 2018-09-02 02:33:57,734 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-02759a53-2a92-4e13-9821-69b7a653c1f5 2018-09-02 02:33:57,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.593007087708s 2018-09-02 02:33:57,735 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-02759a53-2a92-4e13-9821-69b7a653c1f5 2018-09-02 02:33:57,735 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:33:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'cd00c0f9-51bb-46aa-b686-ffc0aa999fe6', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_5c1cef58-5583-44ee-889e-be9f95110672', u'enable_dhcp': True, u'network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3', u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:33:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860'}) 2018-09-02 02:33:57,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 02:33:57,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "cloudify_ims-router_5c1cef58-5583-44ee-889e-be9f95110672", "admin_state_up": true}}' 2018-09-02 02:33:59,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-406a90ef-3f4d-49de-ab14-2a3a265df2f5 Date: Sun, 02 Sep 2018 02:33:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.219"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:57Z", "admin_state_up": true, "updated_at": "2018-09-02T02:33:58Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "name": "cloudify_ims-router_5c1cef58-5583-44ee-889e-be9f95110672"}} 2018-09-02 02:33:59,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-406a90ef-3f4d-49de-ab14-2a3a265df2f5 2018-09-02 02:33:59,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.62746191025s 2018-09-02 02:33:59,364 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-406a90ef-3f4d-49de-ab14-2a3a265df2f5 2018-09-02 02:33:59,364 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:33:58Z', u'revision_number': 2, u'id': u'97bf0323-8626-49e8-96dd-b80a7ff42b25', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.219'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_5c1cef58-5583-44ee-889e-be9f95110672', u'admin_state_up': True, u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:33:57Z', u'flavor_id': None, u'routes': [], u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860'}) 2018-09-02 02:33:59,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 02:33:59,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"subnet_id": "cd00c0f9-51bb-46aa-b686-ffc0aa999fe6"}' 2018-09-02 02:34:01,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ddd9087-d646-480a-9142-3375d135c2d2 Date: Sun, 02 Sep 2018 02:34:01 GMT RESP BODY: {"network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "subnet_id": "cd00c0f9-51bb-46aa-b686-ffc0aa999fe6", "subnet_ids": ["cd00c0f9-51bb-46aa-b686-ffc0aa999fe6"], "port_id": "0b7d0973-5be5-4faa-b751-eb0dd961daa1", "id": "97bf0323-8626-49e8-96dd-b80a7ff42b25"} 2018-09-02 02:34:01,957 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25/add_router_interface.json used request id req-1ddd9087-d646-480a-9142-3375d135c2d2 2018-09-02 02:34:01,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.59205102921s 2018-09-02 02:34:01,958 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25/add_router_interface.json used request id req-1ddd9087-d646-480a-9142-3375d135c2d2 returning object 97bf0323-8626-49e8-96dd-b80a7ff42b25 2018-09-02 02:34:01,958 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-02 02:34:28,344 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-02 02:34:28,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:34:28,354 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 02:34:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 02:34:28,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:34:28,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:34:28,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9a61cccc-f2f8-4ab8-a56c-f274203ae4f1 Date: Sun, 02 Sep 2018 02:34:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:34:28,637 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9a61cccc-f2f8-4ab8-a56c-f274203ae4f1 2018-09-02 02:34:28,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.276874065399s 2018-09-02 02:34:28,637 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9a61cccc-f2f8-4ab8-a56c-f274203ae4f1 2018-09-02 02:34:28,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 02:34:28,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672"}' 2018-09-02 02:34:29,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a0f20111-f111-4c0e-b4f2-3d9350060a94 Date: Sun, 02 Sep 2018 02:34:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:34:28Z", "file": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "size": null, "self": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": null, "created_at": "2018-09-02T02:34:28Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 02:34:29,711 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-a0f20111-f111-4c0e-b4f2-3d9350060a94 2018-09-02 02:34:29,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 1.06442785263s 2018-09-02 02:34:29,711 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-a0f20111-f111-4c0e-b4f2-3d9350060a94 returning object 4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8 2018-09-02 02:34:29,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 02:34:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '' 2018-09-02 02:35:31,586 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1bbabac7-4caf-41f1-9fba-2f0ea2ffdc66 Date: Sun, 02 Sep 2018 02:35:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:35:31,586 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file used request id req-1bbabac7-4caf-41f1-9fba-2f0ea2ffdc66 2018-09-02 02:35:31,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 61.8739988804s 2018-09-02 02:35:31,587 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file used request id req-1bbabac7-4caf-41f1-9fba-2f0ea2ffdc66 2018-09-02 02:35:31,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:35:31,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:31,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-093e5e0e-f483-4375-93aa-7a82ae167d93 Date: Sun, 02 Sep 2018 02:35:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:35:31Z", "file": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "size": 4373348352, "self": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:34:28Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:35:31,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-093e5e0e-f483-4375-93aa-7a82ae167d93 2018-09-02 02:35:31,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0428779125214s 2018-09-02 02:35:31,635 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-093e5e0e-f483-4375-93aa-7a82ae167d93 2018-09-02 02:35:31,638 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file', 'owner': u'9b87d97cd56147dab3bf1ab668ff1860', 'id': u'4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8', 'size': 4373348352, u'self': u'/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b87d97cd56147dab3bf1ab668ff1860', 'name': 'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T02:35:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T02:35:31Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672', 'created': u'2018-09-02T02:34:28Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-02T02:34:28Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-09-02 02:35:31,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 02:35:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_5c1cef58-5583-44ee-889e-be9f95110672", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-09-02 02:35:31,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4299411-7e1a-457b-ba16-6be07f473dde x-compute-request-id: req-c4299411-7e1a-457b-ba16-6be07f473dde Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_5c1cef58-5583-44ee-889e-be9f95110672", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772"}} 2018-09-02 02:35:31,941 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-c4299411-7e1a-457b-ba16-6be07f473dde 2018-09-02 02:35:31,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.301887989044s 2018-09-02 02:35:31,941 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-c4299411-7e1a-457b-ba16-6be07f473dde 2018-09-02 02:35:31,942 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_5c1cef58-5583-44ee-889e-be9f95110672', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'f68c8ed1-fde4-4e88-8856-4d9419aa1772', 'swap': 0}) 2018-09-02 02:35:31,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 02:35:31,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" -d '{"extra_specs": {}}' 2018-09-02 02:35:31,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45e529a2-98fb-4d24-bb7f-0e043efbe23b x-compute-request-id: req-45e529a2-98fb-4d24-bb7f-0e043efbe23b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 02:35:31,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772/os-extra_specs used request id req-45e529a2-98fb-4d24-bb7f-0e043efbe23b 2018-09-02 02:35:31,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019819021225s 2018-09-02 02:35:31,963 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772/os-extra_specs used request id req-45e529a2-98fb-4d24-bb7f-0e043efbe23b 2018-09-02 02:35:31,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 02:35:31,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"keypair": {"name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672"}}' 2018-09-02 02:35:32,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99fad651-93ad-44b2-ab7d-d97b523076af x-compute-request-id: req-99fad651-93ad-44b2-ab7d-d97b523076af Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDw0+6sX7rbu+x48+XpbZDdYORQfMCSbHPra0L1LU63ZEKIP/utZl+WFQd88eLxBc2eAfZTpVoujEBbraEf0l7KC+sZndGOpyoxOwv/dVawxt2x1xY78cR0Zq3nJW9sTkElRmdbaK23bKiKELLs0x0GyurONB9vbXAFF3yXIUwz2TX1NudiOGwglLaKl/USlveF/DmT9avzhMUDPxhDvhxCXxUAKtHBGW9Fb2W4ElfpX1+L1vjmzZ68h94ppVEypwa14NwgrsdEcLsEumARbYCFs/cXYnm68OG9Nm/YnukTK+rqwP7OYf6kBaELkTU5vQPNHUFdlkdpX32fLh9o40Bx Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA8NPurF+627vsePPl6W2Q3WDkUHzAkmxz62tC9S1Ot2RCiD/7\nrWZflhUHfPHi8QXNngH2U6VaLoxAW62hH9JeygvrGZ3RjqcqMTsL/3VWsMbdsdcW\nO/HEdGat5yVvbE5BJUZnW2itt2yoihCy7NMdBsrqzjQfb21wBRd8lyFMM9k19Tbn\nYjhsIJS2ipf1Epb3hfw5k/Wr84TFAz8YQ74cQl8VACrRwRlvRW9luBJX6V9fi9b4\n5s2evIfeKaVRMqcGteDcIK7HRHC7BLpgEW2AhbP3F2J5uvDhvTZv2J7pEyvq6sD+\nzmH+pAWhC5E1Ob0DzR1BXZZHaV99ny4faONAcQIDAQABAoIBAQDJf2lpTEeZ5mh6\n4wbxAj19HL6rIVY2rQtoZDyHyzrbcsXAHljDwq4jcsDrJ6/MHiDmHZoubmFAJRUM\nIAB6EZhB0SsKKePWScOhoVfujAzWp+2CCQaPbUAEbI0Ao2/Q3MDhIUEFWFZQ7Fcv\n/bzXLeRRdKJ1mWLb5mMdv4L9KF0L2wgZEZ7vr10e5YvS6/q0ciSEFTF3De3poJ24\ntM6wmQAXwzFcdwKnuL/1vMQVM4fyL9DlxyT1X/TsDkpNigakDhlT2GCoTSM3Tj67\nAUemhNbidNpvtK3I3ZPmYz9UdAyC49Sw4E6xCbIoYYPZ131n/syv39S0EzFziuji\nBS397JCBAoGBAP0Ef92V7nxrJSZ/cc0sneC9QgUlj5B7sbMFRZ0sBmXGhXOk6VG1\nMqjlLHqY5NSN92e3+4HFt3bYtEpCRsd18xrZExPXdGW31gjCNES+VRWDkydqpUeT\n7M/1OnlyPFB2aDZ4efHSJgwcxB8Y6IoRmLjiyvA9/RZPtxuLBD5NhBoZAoGBAPOq\npj/1GcL4/0dSm60vl+u8+4ChrpaJDwJfvh4FgIa9HvkU7QCBWTRlE3eesHtPRM7l\nFZiEVAEorIJI/473Moc+jDt8dAp8hywDFhzIOqt+q4C+gxLiTk55PzrCb1PiuiB0\n5+8XJHL/4FViU42zOpPYecE8i1/151VBHOjoYNQZAoGBAJYNnBN6/sP0+0RYotIu\nmrcVJtlMjFcAtMNZ5g4vdN/ZG34ZGHJnxtKZj4ZptJRGWaq+Vz+AVaz7GflMUxOp\n5PJQONs0lQhaPWpWWo9GXclzjcr7mWfY18IBSpuJ3zFM98MOMivzGLNoP/u9VvPD\nOdK0Veyipr0bq5l/GZYlfKnJAoGBAJJDLhYYHwWdB0cdvBrCBdRYlTNKWg08akkH\nhYxpyxOV9ECZogX6nrxHq97S36a1F12Fv2fUjsQ/UQXHobeEhM0P64dNli4xP8ZY\nd+6A9k6482ONeApe05hhSWYRDlhxMT6ITiyDXLq3A0bdhb/6BMB4YeVvXU4Vwm23\nbw4TZwQJAoGAVJa7oZ4GXYn7/14iTrX5VygDzUcDLo+bpbI8bMu2LXsTV8JWWTw4\nqy2CIVBKT8LBzYHqYMpglalmDVxj+eVQFgLvHBST6sJKhzIa7YsVTTJAZA6UVWHQ\n9Ifoytw6LOE3+q1GjMI0a7Pgsia1P8WRTrigebQVEODaBNY+o0USIsI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "e7979ec128134620bce1ece84272e605", "name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "fingerprint": "6c:1a:e7:aa:3a:5b:c2:44:ea:51:20:28:1e:8b:1f:73"}} 2018-09-02 02:35:32,501 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-99fad651-93ad-44b2-ab7d-d97b523076af 2018-09-02 02:35:32,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.537221908569s 2018-09-02 02:35:32,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-99fad651-93ad-44b2-ab7d-d97b523076af 2018-09-02 02:35:32,502 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDw0+6sX7rbu+x48+XpbZDdYORQfMCSbHPra0L1LU63ZEKIP/utZl+WFQd88eLxBc2eAfZTpVoujEBbraEf0l7KC+sZndGOpyoxOwv/dVawxt2x1xY78cR0Zq3nJW9sTkElRmdbaK23bKiKELLs0x0GyurONB9vbXAFF3yXIUwz2TX1NudiOGwglLaKl/USlveF/DmT9avzhMUDPxhDvhxCXxUAKtHBGW9Fb2W4ElfpX1+L1vjmzZ68h94ppVEypwa14NwgrsdEcLsEumARbYCFs/cXYnm68OG9Nm/YnukTK+rqwP7OYf6kBaELkTU5vQPNHUFdlkdpX32fLh9o40Bx Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA8NPurF+627vsePPl6W2Q3WDkUHzAkmxz62tC9S1Ot2RCiD/7\nrWZflhUHfPHi8QXNngH2U6VaLoxAW62hH9JeygvrGZ3RjqcqMTsL/3VWsMbdsdcW\nO/HEdGat5yVvbE5BJUZnW2itt2yoihCy7NMdBsrqzjQfb21wBRd8lyFMM9k19Tbn\nYjhsIJS2ipf1Epb3hfw5k/Wr84TFAz8YQ74cQl8VACrRwRlvRW9luBJX6V9fi9b4\n5s2evIfeKaVRMqcGteDcIK7HRHC7BLpgEW2AhbP3F2J5uvDhvTZv2J7pEyvq6sD+\nzmH+pAWhC5E1Ob0DzR1BXZZHaV99ny4faONAcQIDAQABAoIBAQDJf2lpTEeZ5mh6\n4wbxAj19HL6rIVY2rQtoZDyHyzrbcsXAHljDwq4jcsDrJ6/MHiDmHZoubmFAJRUM\nIAB6EZhB0SsKKePWScOhoVfujAzWp+2CCQaPbUAEbI0Ao2/Q3MDhIUEFWFZQ7Fcv\n/bzXLeRRdKJ1mWLb5mMdv4L9KF0L2wgZEZ7vr10e5YvS6/q0ciSEFTF3De3poJ24\ntM6wmQAXwzFcdwKnuL/1vMQVM4fyL9DlxyT1X/TsDkpNigakDhlT2GCoTSM3Tj67\nAUemhNbidNpvtK3I3ZPmYz9UdAyC49Sw4E6xCbIoYYPZ131n/syv39S0EzFziuji\nBS397JCBAoGBAP0Ef92V7nxrJSZ/cc0sneC9QgUlj5B7sbMFRZ0sBmXGhXOk6VG1\nMqjlLHqY5NSN92e3+4HFt3bYtEpCRsd18xrZExPXdGW31gjCNES+VRWDkydqpUeT\n7M/1OnlyPFB2aDZ4efHSJgwcxB8Y6IoRmLjiyvA9/RZPtxuLBD5NhBoZAoGBAPOq\npj/1GcL4/0dSm60vl+u8+4ChrpaJDwJfvh4FgIa9HvkU7QCBWTRlE3eesHtPRM7l\nFZiEVAEorIJI/473Moc+jDt8dAp8hywDFhzIOqt+q4C+gxLiTk55PzrCb1PiuiB0\n5+8XJHL/4FViU42zOpPYecE8i1/151VBHOjoYNQZAoGBAJYNnBN6/sP0+0RYotIu\nmrcVJtlMjFcAtMNZ5g4vdN/ZG34ZGHJnxtKZj4ZptJRGWaq+Vz+AVaz7GflMUxOp\n5PJQONs0lQhaPWpWWo9GXclzjcr7mWfY18IBSpuJ3zFM98MOMivzGLNoP/u9VvPD\nOdK0Veyipr0bq5l/GZYlfKnJAoGBAJJDLhYYHwWdB0cdvBrCBdRYlTNKWg08akkH\nhYxpyxOV9ECZogX6nrxHq97S36a1F12Fv2fUjsQ/UQXHobeEhM0P64dNli4xP8ZY\nd+6A9k6482ONeApe05hhSWYRDlhxMT6ITiyDXLq3A0bdhb/6BMB4YeVvXU4Vwm23\nbw4TZwQJAoGAVJa7oZ4GXYn7/14iTrX5VygDzUcDLo+bpbI8bMu2LXsTV8JWWTw4\nqy2CIVBKT8LBzYHqYMpglalmDVxj+eVQFgLvHBST6sJKhzIa7YsVTTJAZA6UVWHQ\n9Ifoytw6LOE3+q1GjMI0a7Pgsia1P8WRTrigebQVEODaBNY+o0USIsI=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e7979ec128134620bce1ece84272e605', 'name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'created_at': '2018-09-02T02:35:32.502492', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b87d97cd56147dab3bf1ab668ff1860', 'name': 'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6c:1a:e7:aa:3a:5b:c2:44:ea:51:20:28:1e:8b:1f:73', 'type': 'ssh', 'id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672'}) 2018-09-02 02:35:32,503 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA8NPurF+627vsePPl6W2Q3WDkUHzAkmxz62tC9S1Ot2RCiD/7 rWZflhUHfPHi8QXNngH2U6VaLoxAW62hH9JeygvrGZ3RjqcqMTsL/3VWsMbdsdcW O/HEdGat5yVvbE5BJUZnW2itt2yoihCy7NMdBsrqzjQfb21wBRd8lyFMM9k19Tbn YjhsIJS2ipf1Epb3hfw5k/Wr84TFAz8YQ74cQl8VACrRwRlvRW9luBJX6V9fi9b4 5s2evIfeKaVRMqcGteDcIK7HRHC7BLpgEW2AhbP3F2J5uvDhvTZv2J7pEyvq6sD+ zmH+pAWhC5E1Ob0DzR1BXZZHaV99ny4faONAcQIDAQABAoIBAQDJf2lpTEeZ5mh6 4wbxAj19HL6rIVY2rQtoZDyHyzrbcsXAHljDwq4jcsDrJ6/MHiDmHZoubmFAJRUM IAB6EZhB0SsKKePWScOhoVfujAzWp+2CCQaPbUAEbI0Ao2/Q3MDhIUEFWFZQ7Fcv /bzXLeRRdKJ1mWLb5mMdv4L9KF0L2wgZEZ7vr10e5YvS6/q0ciSEFTF3De3poJ24 tM6wmQAXwzFcdwKnuL/1vMQVM4fyL9DlxyT1X/TsDkpNigakDhlT2GCoTSM3Tj67 AUemhNbidNpvtK3I3ZPmYz9UdAyC49Sw4E6xCbIoYYPZ131n/syv39S0EzFziuji BS397JCBAoGBAP0Ef92V7nxrJSZ/cc0sneC9QgUlj5B7sbMFRZ0sBmXGhXOk6VG1 MqjlLHqY5NSN92e3+4HFt3bYtEpCRsd18xrZExPXdGW31gjCNES+VRWDkydqpUeT 7M/1OnlyPFB2aDZ4efHSJgwcxB8Y6IoRmLjiyvA9/RZPtxuLBD5NhBoZAoGBAPOq pj/1GcL4/0dSm60vl+u8+4ChrpaJDwJfvh4FgIa9HvkU7QCBWTRlE3eesHtPRM7l FZiEVAEorIJI/473Moc+jDt8dAp8hywDFhzIOqt+q4C+gxLiTk55PzrCb1PiuiB0 5+8XJHL/4FViU42zOpPYecE8i1/151VBHOjoYNQZAoGBAJYNnBN6/sP0+0RYotIu mrcVJtlMjFcAtMNZ5g4vdN/ZG34ZGHJnxtKZj4ZptJRGWaq+Vz+AVaz7GflMUxOp 5PJQONs0lQhaPWpWWo9GXclzjcr7mWfY18IBSpuJ3zFM98MOMivzGLNoP/u9VvPD OdK0Veyipr0bq5l/GZYlfKnJAoGBAJJDLhYYHwWdB0cdvBrCBdRYlTNKWg08akkH hYxpyxOV9ECZogX6nrxHq97S36a1F12Fv2fUjsQ/UQXHobeEhM0P64dNli4xP8ZY d+6A9k6482ONeApe05hhSWYRDlhxMT6ITiyDXLq3A0bdhb/6BMB4YeVvXU4Vwm23 bw4TZwQJAoGAVJa7oZ4GXYn7/14iTrX5VygDzUcDLo+bpbI8bMu2LXsTV8JWWTw4 qy2CIVBKT8LBzYHqYMpglalmDVxj+eVQFgLvHBST6sJKhzIa7YsVTTJAZA6UVWHQ 9Ifoytw6LOE3+q1GjMI0a7Pgsia1P8WRTrigebQVEODaBNY+o0USIsI= -----END RSA PRIVATE KEY----- 2018-09-02 02:35:32,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 02:35:32,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group": {"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-09-02 02:35:33,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-cb855dd8-88a5-4ba5-abc2-c42025614cbb Date: Sun, 02 Sep 2018 02:35:33 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}} 2018-09-02 02:35:33,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-cb855dd8-88a5-4ba5-abc2-c42025614cbb 2018-09-02 02:35:33,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.840175151825s 2018-09-02 02:35:33,346 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-cb855dd8-88a5-4ba5-abc2-c42025614cbb 2018-09-02 02:35:33,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:35:33,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:33,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-7c98252f-ee05-4465-a0dc-29367708ece8 Date: Sun, 02 Sep 2018 02:35:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:33:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:35:33,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-7c98252f-ee05-4465-a0dc-29367708ece8 2018-09-02 02:35:33,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0714931488037s 2018-09-02 02:35:33,423 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-7c98252f-ee05-4465-a0dc-29367708ece8 2018-09-02 02:35:33,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:35:33,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}}' 2018-09-02 02:35:33,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b940269d-3e7a-46d0-ab1d-a1f18b376172 Date: Sun, 02 Sep 2018 02:35:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "port_range_min": 22, "revision_number": 0, "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "73507480-7310-49e7-b751-4c41be92c699"}} 2018-09-02 02:35:33,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-b940269d-3e7a-46d0-ab1d-a1f18b376172 2018-09-02 02:35:33,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.124748945236s 2018-09-02 02:35:33,551 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-b940269d-3e7a-46d0-ab1d-a1f18b376172 2018-09-02 02:35:33,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:35:33,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:33,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-c6eb267d-5a9f-4857-b35c-9e0cd15af03a Date: Sun, 02 Sep 2018 02:35:33 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "73507480-7310-49e7-b751-4c41be92c699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 2, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:33:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:35:33,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-c6eb267d-5a9f-4857-b35c-9e0cd15af03a 2018-09-02 02:35:33,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0426499843597s 2018-09-02 02:35:33,598 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-c6eb267d-5a9f-4857-b35c-9e0cd15af03a 2018-09-02 02:35:33,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:35:33,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}}' 2018-09-02 02:35:33,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3194cd1d-c72a-4088-8e74-da91236e4e23 Date: Sun, 02 Sep 2018 02:35:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "port_range_min": null, "revision_number": 0, "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "987c2471-e53d-40f2-8132-750bfbacffe8"}} 2018-09-02 02:35:33,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-3194cd1d-c72a-4088-8e74-da91236e4e23 2018-09-02 02:35:33,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.123985052109s 2018-09-02 02:35:33,725 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-3194cd1d-c72a-4088-8e74-da91236e4e23 2018-09-02 02:35:33,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:35:33,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:34,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-bc46df9a-7c84-4b15-a699-97dcf94c0114 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "73507480-7310-49e7-b751-4c41be92c699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "987c2471-e53d-40f2-8132-750bfbacffe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 3, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:33:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:35:34,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-bc46df9a-7c84-4b15-a699-97dcf94c0114 2018-09-02 02:35:34,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.273788928986s 2018-09-02 02:35:34,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-bc46df9a-7c84-4b15-a699-97dcf94c0114 2018-09-02 02:35:34,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:35:34,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}}' 2018-09-02 02:35:34,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0ba8fe38-a2cc-4d91-9ce7-ff7f21e1548d Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "port_range_min": 80, "revision_number": 0, "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:34Z", "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "efdcfb59-706f-40af-b22a-5df8069e9c61"}} 2018-09-02 02:35:34,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-0ba8fe38-a2cc-4d91-9ce7-ff7f21e1548d 2018-09-02 02:35:34,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.138393878937s 2018-09-02 02:35:34,145 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-0ba8fe38-a2cc-4d91-9ce7-ff7f21e1548d 2018-09-02 02:35:34,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:35:34,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:34,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-49993f3d-6ea2-462b-8ba2-d95755e5643e Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "73507480-7310-49e7-b751-4c41be92c699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "987c2471-e53d-40f2-8132-750bfbacffe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "efdcfb59-706f-40af-b22a-5df8069e9c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 4, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:33:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:35:34,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-49993f3d-6ea2-462b-8ba2-d95755e5643e 2018-09-02 02:35:34,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0428922176361s 2018-09-02 02:35:34,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-49993f3d-6ea2-462b-8ba2-d95755e5643e 2018-09-02 02:35:34,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:35:34,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}}' 2018-09-02 02:35:34,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-31a004f9-c143-4dcf-9db1-73d92c12ef89 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "port_range_min": 443, "revision_number": 0, "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:34Z", "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "61bee467-d6f6-4660-98c3-9fd8d7e7a143"}} 2018-09-02 02:35:34,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-31a004f9-c143-4dcf-9db1-73d92c12ef89 2018-09-02 02:35:34,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.120723962784s 2018-09-02 02:35:34,316 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-31a004f9-c143-4dcf-9db1-73d92c12ef89 2018-09-02 02:35:34,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:35:34,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:34,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-2896a6b1-306f-49ca-a88b-3df492de12a3 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "61bee467-d6f6-4660-98c3-9fd8d7e7a143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 443, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "73507480-7310-49e7-b751-4c41be92c699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "987c2471-e53d-40f2-8132-750bfbacffe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "efdcfb59-706f-40af-b22a-5df8069e9c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 5, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:33:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:35:34,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-2896a6b1-306f-49ca-a88b-3df492de12a3 2018-09-02 02:35:34,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0502099990845s 2018-09-02 02:35:34,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-2896a6b1-306f-49ca-a88b-3df492de12a3 2018-09-02 02:35:34,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:35:34,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}}' 2018-09-02 02:35:34,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-062e8187-d348-4b65-9699-fbd1480ffda6 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "port_range_min": 5671, "revision_number": 0, "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:34Z", "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "49416301-5f42-4bfe-aeae-ffdc9c1c7ad2"}} 2018-09-02 02:35:34,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-062e8187-d348-4b65-9699-fbd1480ffda6 2018-09-02 02:35:34,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.133646011353s 2018-09-02 02:35:34,507 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-062e8187-d348-4b65-9699-fbd1480ffda6 2018-09-02 02:35:34,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:35:34,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:34,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-91acec16-b4d5-4666-891a-2b75fc1ed915 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "49416301-5f42-4bfe-aeae-ffdc9c1c7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "61bee467-d6f6-4660-98c3-9fd8d7e7a143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 443, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "73507480-7310-49e7-b751-4c41be92c699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "987c2471-e53d-40f2-8132-750bfbacffe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "efdcfb59-706f-40af-b22a-5df8069e9c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 6, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:33:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:35:34,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-91acec16-b4d5-4666-891a-2b75fc1ed915 2018-09-02 02:35:34,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0436580181122s 2018-09-02 02:35:34,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-91acec16-b4d5-4666-891a-2b75fc1ed915 2018-09-02 02:35:34,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:35:34,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}}' 2018-09-02 02:35:34,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-ca8160a3-b964-4a16-b27e-062c7cb04461 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "port_range_min": 53333, "revision_number": 0, "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:34Z", "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "cb992eaa-a3ea-46c8-b063-b668ee2a065e"}} 2018-09-02 02:35:34,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-ca8160a3-b964-4a16-b27e-062c7cb04461 2018-09-02 02:35:34,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.128109931946s 2018-09-02 02:35:34,687 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-ca8160a3-b964-4a16-b27e-062c7cb04461 2018-09-02 02:35:34,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:35:34,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:34,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-b62bd56a-980b-48ab-9d17-c508a7092bf4 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b87d97cd56147dab3bf1ab668ff1860","l2_adjacency":true,"status":"ACTIVE","subnets":["cd00c0f9-51bb-46aa-b686-ffc0aa999fe6"],"description":"","tags":[],"updated_at":"2018-09-02T02:33:57Z","qos_policy_id":null,"name":"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672","admin_state_up":true,"tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:56Z","mtu":1450}]} 2018-09-02 02:35:34,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b62bd56a-980b-48ab-9d17-c508a7092bf4 2018-09-02 02:35:34,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.090912103653s 2018-09-02 02:35:34,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-b62bd56a-980b-48ab-9d17-c508a7092bf4 2018-09-02 02:35:34,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:35:34,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:34,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-8ca8c942-928d-4a24-a017-e08997af4740 Date: Sun, 02 Sep 2018 02:35:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:35:31Z", "file": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "size": 4373348352, "self": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:34:28Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:35:34,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8ca8c942-928d-4a24-a017-e08997af4740 2018-09-02 02:35:34,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.03422498703s 2018-09-02 02:35:34,819 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-8ca8c942-928d-4a24-a017-e08997af4740 2018-09-02 02:35:34,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:35:34,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:34,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-934784f8-6655-42fb-ac4a-01f6a71689a0 x-compute-request-id: req-934784f8-6655-42fb-ac4a-01f6a71689a0 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_5c1cef58-5583-44ee-889e-be9f95110672", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772"}]} 2018-09-02 02:35:34,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-934784f8-6655-42fb-ac4a-01f6a71689a0 2018-09-02 02:35:34,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255689620972s 2018-09-02 02:35:34,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-934784f8-6655-42fb-ac4a-01f6a71689a0 2018-09-02 02:35:34,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 02:35:34,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"server": {"name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "imageRef": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "flavorRef": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9ed69917-916c-4e9b-8d86-7d6acb14bad3"}], "security_groups": [{"name": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}]}}' 2018-09-02 02:35:36,793 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:35:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d40abfbd-b700-4b64-92f1-3eb318d8e30c x-compute-request-id: req-d40abfbd-b700-4b64-92f1-3eb318d8e30c Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667"}], "OS-DCF:diskConfig": "MANUAL", "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "adminPass": "CxnWgb4dSeXr"}} 2018-09-02 02:35:36,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-d40abfbd-b700-4b64-92f1-3eb318d8e30c 2018-09-02 02:35:36,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.94504499435s 2018-09-02 02:35:36,794 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-d40abfbd-b700-4b64-92f1-3eb318d8e30c 2018-09-02 02:35:36,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:36,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:37,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c6c7e9d-9355-48b5-b890-a0b49112ad9d x-compute-request-id: req-2c6c7e9d-9355-48b5-b890-a0b49112ad9d Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:37,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2c6c7e9d-9355-48b5-b890-a0b49112ad9d 2018-09-02 02:35:37,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389997959137s 2018-09-02 02:35:37,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2c6c7e9d-9355-48b5-b890-a0b49112ad9d 2018-09-02 02:35:37,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:35:37,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:37,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-9d2831f0-b624-446e-8fc9-ce263d392368 Date: Sun, 02 Sep 2018 02:35:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b87d97cd56147dab3bf1ab668ff1860","l2_adjacency":true,"status":"ACTIVE","subnets":["cd00c0f9-51bb-46aa-b686-ffc0aa999fe6"],"description":"","tags":[],"updated_at":"2018-09-02T02:33:57Z","qos_policy_id":null,"name":"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672","admin_state_up":true,"tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:56Z","mtu":1450}]} 2018-09-02 02:35:37,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9d2831f0-b624-446e-8fc9-ce263d392368 2018-09-02 02:35:37,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100200891495s 2018-09-02 02:35:37,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-9d2831f0-b624-446e-8fc9-ce263d392368 2018-09-02 02:35:37,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 02:35:37,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:37,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-9ad5c519-638d-4a09-ab81-b0d4d7238bf1 Date: Sun, 02 Sep 2018 02:35:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:33:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9b87d97cd56147dab3bf1ab668ff1860","id":"cd00c0f9-51bb-46aa-b686-ffc0aa999fe6","subnetpool_id":null,"name":"cloudify_ims-subnet_5c1cef58-5583-44ee-889e-be9f95110672"}]} 2018-09-02 02:35:37,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-9ad5c519-638d-4a09-ab81-b0d4d7238bf1 2018-09-02 02:35:37,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0605669021606s 2018-09-02 02:35:37,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-9ad5c519-638d-4a09-ab81-b0d4d7238bf1 2018-09-02 02:35:37,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:39,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:39,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:39,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9126712-29a3-4d4c-99a2-bb8c50f42e32 x-compute-request-id: req-e9126712-29a3-4d4c-99a2-bb8c50f42e32 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:39,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e9126712-29a3-4d4c-99a2-bb8c50f42e32 2018-09-02 02:35:39,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.319318056107s 2018-09-02 02:35:39,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e9126712-29a3-4d4c-99a2-bb8c50f42e32 2018-09-02 02:35:39,681 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:41,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:41,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:42,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86edad8d-72dc-4444-8be6-6c916ac9d4be x-compute-request-id: req-86edad8d-72dc-4444-8be6-6c916ac9d4be Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:42,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-86edad8d-72dc-4444-8be6-6c916ac9d4be 2018-09-02 02:35:42,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.944977045059s 2018-09-02 02:35:42,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-86edad8d-72dc-4444-8be6-6c916ac9d4be 2018-09-02 02:35:42,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:44,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:44,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:45,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-526d20c8-d80f-4217-93d5-7f1eca8367a9 x-compute-request-id: req-526d20c8-d80f-4217-93d5-7f1eca8367a9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:45,655 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-526d20c8-d80f-4217-93d5-7f1eca8367a9 2018-09-02 02:35:45,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01934981346s 2018-09-02 02:35:45,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-526d20c8-d80f-4217-93d5-7f1eca8367a9 2018-09-02 02:35:45,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:47,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:47,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:47,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b0adc9d-c2d5-49ac-bc09-c219b878c3b8 x-compute-request-id: req-1b0adc9d-c2d5-49ac-bc09-c219b878c3b8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:47,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1b0adc9d-c2d5-49ac-bc09-c219b878c3b8 2018-09-02 02:35:47,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227831840515s 2018-09-02 02:35:47,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1b0adc9d-c2d5-49ac-bc09-c219b878c3b8 2018-09-02 02:35:47,894 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:49,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:49,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:50,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b99d5bed-4019-4c8b-98e1-5d041d582870 x-compute-request-id: req-b99d5bed-4019-4c8b-98e1-5d041d582870 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:50,353 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b99d5bed-4019-4c8b-98e1-5d041d582870 2018-09-02 02:35:50,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455937147141s 2018-09-02 02:35:50,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b99d5bed-4019-4c8b-98e1-5d041d582870 2018-09-02 02:35:50,357 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:52,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:53,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08371141-7ba8-4c19-a1b2-b39ab8588226 x-compute-request-id: req-08371141-7ba8-4c19-a1b2-b39ab8588226 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:53,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-08371141-7ba8-4c19-a1b2-b39ab8588226 2018-09-02 02:35:53,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.922991991043s 2018-09-02 02:35:53,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-08371141-7ba8-4c19-a1b2-b39ab8588226 2018-09-02 02:35:53,287 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:55,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:56,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e27beba-15c4-4d8c-b84c-7d1e59cf8f62 x-compute-request-id: req-1e27beba-15c4-4d8c-b84c-7d1e59cf8f62 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:56,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1e27beba-15c4-4d8c-b84c-7d1e59cf8f62 2018-09-02 02:35:56,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.987498998642s 2018-09-02 02:35:56,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1e27beba-15c4-4d8c-b84c-7d1e59cf8f62 2018-09-02 02:35:56,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:35:58,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:35:58,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:35:58,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3757b07-bf54-4582-8652-43b0155c6aa6 x-compute-request-id: req-a3757b07-bf54-4582-8652-43b0155c6aa6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:35:58,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a3757b07-bf54-4582-8652-43b0155c6aa6 2018-09-02 02:35:58,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344990968704s 2018-09-02 02:35:58,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a3757b07-bf54-4582-8652-43b0155c6aa6 2018-09-02 02:35:58,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:00,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:00,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:01,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfb80a2c-85d3-4266-82b5-a7faf52f6e1f x-compute-request-id: req-dfb80a2c-85d3-4266-82b5-a7faf52f6e1f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:01,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dfb80a2c-85d3-4266-82b5-a7faf52f6e1f 2018-09-02 02:36:01,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.445250988007s 2018-09-02 02:36:01,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dfb80a2c-85d3-4266-82b5-a7faf52f6e1f 2018-09-02 02:36:01,087 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:03,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:03,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:03,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89f2f271-8025-4ce7-8b23-cd186348c1ad x-compute-request-id: req-89f2f271-8025-4ce7-8b23-cd186348c1ad Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:03,714 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-89f2f271-8025-4ce7-8b23-cd186348c1ad 2018-09-02 02:36:03,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623780965805s 2018-09-02 02:36:03,714 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-89f2f271-8025-4ce7-8b23-cd186348c1ad 2018-09-02 02:36:03,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:05,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:05,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:06,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0021c7ba-d8ce-45ba-a719-2b3782a86c56 x-compute-request-id: req-0021c7ba-d8ce-45ba-a719-2b3782a86c56 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:06,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0021c7ba-d8ce-45ba-a719-2b3782a86c56 2018-09-02 02:36:06,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55795788765s 2018-09-02 02:36:06,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0021c7ba-d8ce-45ba-a719-2b3782a86c56 2018-09-02 02:36:06,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:08,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:08,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d320ee94-1564-4125-bc76-88bfd64e51ac x-compute-request-id: req-d320ee94-1564-4125-bc76-88bfd64e51ac Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:08,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d320ee94-1564-4125-bc76-88bfd64e51ac 2018-09-02 02:36:08,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.482987165451s 2018-09-02 02:36:08,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d320ee94-1564-4125-bc76-88bfd64e51ac 2018-09-02 02:36:08,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:10,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:10,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:11,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d8550f9-305b-4fa1-a93c-e82302566f86 x-compute-request-id: req-0d8550f9-305b-4fa1-a93c-e82302566f86 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:11,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0d8550f9-305b-4fa1-a93c-e82302566f86 2018-09-02 02:36:11,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656028985977s 2018-09-02 02:36:11,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0d8550f9-305b-4fa1-a93c-e82302566f86 2018-09-02 02:36:11,435 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:13,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:13,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:13,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cadb741-175b-4975-b90f-3f6058d30981 x-compute-request-id: req-8cadb741-175b-4975-b90f-3f6058d30981 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:13,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8cadb741-175b-4975-b90f-3f6058d30981 2018-09-02 02:36:13,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408620119095s 2018-09-02 02:36:13,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8cadb741-175b-4975-b90f-3f6058d30981 2018-09-02 02:36:13,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:15,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:15,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:16,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d49c9d78-92d7-43f7-a8ad-8d4d1919adc9 x-compute-request-id: req-d49c9d78-92d7-43f7-a8ad-8d4d1919adc9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:16,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d49c9d78-92d7-43f7-a8ad-8d4d1919adc9 2018-09-02 02:36:16,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185975074768s 2018-09-02 02:36:16,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d49c9d78-92d7-43f7-a8ad-8d4d1919adc9 2018-09-02 02:36:16,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:18,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:18,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:18,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01d3e960-7209-4bd3-9436-dd7d958fd87f x-compute-request-id: req-01d3e960-7209-4bd3-9436-dd7d958fd87f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:18,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-01d3e960-7209-4bd3-9436-dd7d958fd87f 2018-09-02 02:36:18,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556334018707s 2018-09-02 02:36:18,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-01d3e960-7209-4bd3-9436-dd7d958fd87f 2018-09-02 02:36:18,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:20,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:20,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:20,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c598a3de-51a1-471e-81d8-0ed917e8b891 x-compute-request-id: req-c598a3de-51a1-471e-81d8-0ed917e8b891 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:20,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c598a3de-51a1-471e-81d8-0ed917e8b891 2018-09-02 02:36:20,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167980194092s 2018-09-02 02:36:20,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c598a3de-51a1-471e-81d8-0ed917e8b891 2018-09-02 02:36:20,782 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:22,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:22,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:23,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdf6babc-2431-4019-a34a-be87b99b28f3 x-compute-request-id: req-bdf6babc-2431-4019-a34a-be87b99b28f3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:23,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bdf6babc-2431-4019-a34a-be87b99b28f3 2018-09-02 02:36:23,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528055906296s 2018-09-02 02:36:23,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-bdf6babc-2431-4019-a34a-be87b99b28f3 2018-09-02 02:36:23,317 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:25,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:25,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:25,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8792d877-c408-4128-9228-2a01f00b04f9 x-compute-request-id: req-8792d877-c408-4128-9228-2a01f00b04f9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:25,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8792d877-c408-4128-9228-2a01f00b04f9 2018-09-02 02:36:25,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175110816956s 2018-09-02 02:36:25,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8792d877-c408-4128-9228-2a01f00b04f9 2018-09-02 02:36:25,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:27,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:27,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:27,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af182241-bca7-41d3-8a02-087ab06091fe x-compute-request-id: req-af182241-bca7-41d3-8a02-087ab06091fe Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:27,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-af182241-bca7-41d3-8a02-087ab06091fe 2018-09-02 02:36:27,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41357922554s 2018-09-02 02:36:27,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-af182241-bca7-41d3-8a02-087ab06091fe 2018-09-02 02:36:27,920 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:29,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:29,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:30,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d021654-d388-4464-8480-97a4ac9349ea x-compute-request-id: req-4d021654-d388-4464-8480-97a4ac9349ea Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:30,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4d021654-d388-4464-8480-97a4ac9349ea 2018-09-02 02:36:30,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.892001867294s 2018-09-02 02:36:30,815 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4d021654-d388-4464-8480-97a4ac9349ea 2018-09-02 02:36:30,819 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:32,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:32,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:33,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae33c3ba-63ff-4cfe-8b63-95842a13363f x-compute-request-id: req-ae33c3ba-63ff-4cfe-8b63-95842a13363f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:33,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ae33c3ba-63ff-4cfe-8b63-95842a13363f 2018-09-02 02:36:33,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408829927444s 2018-09-02 02:36:33,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ae33c3ba-63ff-4cfe-8b63-95842a13363f 2018-09-02 02:36:33,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:35,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:35,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:35,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fcfb8ba-7c65-4d2c-8b72-b036ff503643 x-compute-request-id: req-8fcfb8ba-7c65-4d2c-8b72-b036ff503643 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:35,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8fcfb8ba-7c65-4d2c-8b72-b036ff503643 2018-09-02 02:36:35,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187315940857s 2018-09-02 02:36:35,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8fcfb8ba-7c65-4d2c-8b72-b036ff503643 2018-09-02 02:36:35,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:37,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:37,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:37,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-895057af-1818-47ab-ae71-8f79bf876d2f x-compute-request-id: req-895057af-1818-47ab-ae71-8f79bf876d2f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:37,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-895057af-1818-47ab-ae71-8f79bf876d2f 2018-09-02 02:36:37,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171050071716s 2018-09-02 02:36:37,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-895057af-1818-47ab-ae71-8f79bf876d2f 2018-09-02 02:36:37,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:39,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:39,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:40,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3518dec-65a3-43c4-97ce-bdc281f9d5c8 x-compute-request-id: req-b3518dec-65a3-43c4-97ce-bdc281f9d5c8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:40,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b3518dec-65a3-43c4-97ce-bdc281f9d5c8 2018-09-02 02:36:40,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450311899185s 2018-09-02 02:36:40,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b3518dec-65a3-43c4-97ce-bdc281f9d5c8 2018-09-02 02:36:40,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:42,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:42,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:42,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-918efc5e-c345-4aeb-8a25-aead1d3125e1 x-compute-request-id: req-918efc5e-c345-4aeb-8a25-aead1d3125e1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:42,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-918efc5e-c345-4aeb-8a25-aead1d3125e1 2018-09-02 02:36:42,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201177120209s 2018-09-02 02:36:42,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-918efc5e-c345-4aeb-8a25-aead1d3125e1 2018-09-02 02:36:42,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:44,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:44,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:44,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a64230f1-0fd8-4605-999a-d0c200eb3967 x-compute-request-id: req-a64230f1-0fd8-4605-999a-d0c200eb3967 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:44,728 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a64230f1-0fd8-4605-999a-d0c200eb3967 2018-09-02 02:36:44,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452626943588s 2018-09-02 02:36:44,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a64230f1-0fd8-4605-999a-d0c200eb3967 2018-09-02 02:36:44,733 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:46,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:46,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:47,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a8f360e-a299-45c9-a235-342623ced8e4 x-compute-request-id: req-2a8f360e-a299-45c9-a235-342623ced8e4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:47,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a8f360e-a299-45c9-a235-342623ced8e4 2018-09-02 02:36:47,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38640999794s 2018-09-02 02:36:47,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a8f360e-a299-45c9-a235-342623ced8e4 2018-09-02 02:36:47,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:49,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:49,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:49,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a102687-a7af-4779-b8fa-5d506a3bc85b x-compute-request-id: req-2a102687-a7af-4779-b8fa-5d506a3bc85b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:49,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a102687-a7af-4779-b8fa-5d506a3bc85b 2018-09-02 02:36:49,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19304394722s 2018-09-02 02:36:49,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2a102687-a7af-4779-b8fa-5d506a3bc85b 2018-09-02 02:36:49,326 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:51,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:52,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09e7f31a-21ee-44d1-bcf5-afc242231867 x-compute-request-id: req-09e7f31a-21ee-44d1-bcf5-afc242231867 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:52,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09e7f31a-21ee-44d1-bcf5-afc242231867 2018-09-02 02:36:52,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02199292183s 2018-09-02 02:36:52,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-09e7f31a-21ee-44d1-bcf5-afc242231867 2018-09-02 02:36:52,355 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:54,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:54,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:54,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27fd9e18-d68d-4814-96e8-f4ac90396346 x-compute-request-id: req-27fd9e18-d68d-4814-96e8-f4ac90396346 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:54,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-27fd9e18-d68d-4814-96e8-f4ac90396346 2018-09-02 02:36:54,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43820810318s 2018-09-02 02:36:54,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-27fd9e18-d68d-4814-96e8-f4ac90396346 2018-09-02 02:36:54,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:56,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:56,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:57,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40a6d28e-2afb-4711-a04d-370bd4d85be0 x-compute-request-id: req-40a6d28e-2afb-4711-a04d-370bd4d85be0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:57,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-40a6d28e-2afb-4711-a04d-370bd4d85be0 2018-09-02 02:36:57,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350853919983s 2018-09-02 02:36:57,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-40a6d28e-2afb-4711-a04d-370bd4d85be0 2018-09-02 02:36:57,158 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:36:59,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:36:59,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:36:59,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:36:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30dc9a24-bf97-4594-869f-e070ac29aba1 x-compute-request-id: req-30dc9a24-bf97-4594-869f-e070ac29aba1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:36:59,591 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30dc9a24-bf97-4594-869f-e070ac29aba1 2018-09-02 02:36:59,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431110858917s 2018-09-02 02:36:59,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30dc9a24-bf97-4594-869f-e070ac29aba1 2018-09-02 02:36:59,596 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:01,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:01,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:01,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30a70148-a3c2-4531-99f7-558f3b8f2748 x-compute-request-id: req-30a70148-a3c2-4531-99f7-558f3b8f2748 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:01,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30a70148-a3c2-4531-99f7-558f3b8f2748 2018-09-02 02:37:01,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195755958557s 2018-09-02 02:37:01,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30a70148-a3c2-4531-99f7-558f3b8f2748 2018-09-02 02:37:01,798 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:03,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:03,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:03,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8622ad5-90ad-43f5-b7f3-69fea86bc345 x-compute-request-id: req-d8622ad5-90ad-43f5-b7f3-69fea86bc345 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:03,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d8622ad5-90ad-43f5-b7f3-69fea86bc345 2018-09-02 02:37:03,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168444871902s 2018-09-02 02:37:03,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d8622ad5-90ad-43f5-b7f3-69fea86bc345 2018-09-02 02:37:03,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:05,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:05,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:06,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9b3865e-9cc4-4bba-908d-5297451ecb64 x-compute-request-id: req-e9b3865e-9cc4-4bba-908d-5297451ecb64 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:06,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e9b3865e-9cc4-4bba-908d-5297451ecb64 2018-09-02 02:37:06,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.961404085159s 2018-09-02 02:37:06,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e9b3865e-9cc4-4bba-908d-5297451ecb64 2018-09-02 02:37:06,942 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:08,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:09,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2054a019-720e-4842-9a32-dcb3a632abaa x-compute-request-id: req-2054a019-720e-4842-9a32-dcb3a632abaa Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:09,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2054a019-720e-4842-9a32-dcb3a632abaa 2018-09-02 02:37:09,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45406794548s 2018-09-02 02:37:09,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2054a019-720e-4842-9a32-dcb3a632abaa 2018-09-02 02:37:09,403 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:11,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:11,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:11,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd2076d9-dcb7-4541-bc32-f2c79ec214a7 x-compute-request-id: req-dd2076d9-dcb7-4541-bc32-f2c79ec214a7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:11,843 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dd2076d9-dcb7-4541-bc32-f2c79ec214a7 2018-09-02 02:37:11,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437436103821s 2018-09-02 02:37:11,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-dd2076d9-dcb7-4541-bc32-f2c79ec214a7 2018-09-02 02:37:11,847 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:13,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:13,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:14,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c18c4a6f-81a7-48d5-b2dc-91066e08b6a4 x-compute-request-id: req-c18c4a6f-81a7-48d5-b2dc-91066e08b6a4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:14,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c18c4a6f-81a7-48d5-b2dc-91066e08b6a4 2018-09-02 02:37:14,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.424309968948s 2018-09-02 02:37:14,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c18c4a6f-81a7-48d5-b2dc-91066e08b6a4 2018-09-02 02:37:14,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:16,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:16,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:17,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ce56691-a0ee-49bc-9bb1-769db6fa1ad1 x-compute-request-id: req-6ce56691-a0ee-49bc-9bb1-769db6fa1ad1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:17,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6ce56691-a0ee-49bc-9bb1-769db6fa1ad1 2018-09-02 02:37:17,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.740827083588s 2018-09-02 02:37:17,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6ce56691-a0ee-49bc-9bb1-769db6fa1ad1 2018-09-02 02:37:17,026 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:19,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:19,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:19,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c5dc460-fea0-45e8-8318-1fc29fda52a3 x-compute-request-id: req-7c5dc460-fea0-45e8-8318-1fc29fda52a3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:19,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7c5dc460-fea0-45e8-8318-1fc29fda52a3 2018-09-02 02:37:19,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421146154404s 2018-09-02 02:37:19,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7c5dc460-fea0-45e8-8318-1fc29fda52a3 2018-09-02 02:37:19,454 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:21,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:21,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:21,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85b56ea0-2f53-4ca9-beb8-4f8dff3e1bc7 x-compute-request-id: req-85b56ea0-2f53-4ca9-beb8-4f8dff3e1bc7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:21,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-85b56ea0-2f53-4ca9-beb8-4f8dff3e1bc7 2018-09-02 02:37:21,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.330885887146s 2018-09-02 02:37:21,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-85b56ea0-2f53-4ca9-beb8-4f8dff3e1bc7 2018-09-02 02:37:21,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:23,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:23,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:24,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6566a6d2-442a-41e5-8a73-a56536828fb9 x-compute-request-id: req-6566a6d2-442a-41e5-8a73-a56536828fb9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:24,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6566a6d2-442a-41e5-8a73-a56536828fb9 2018-09-02 02:37:24,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.406465053558s 2018-09-02 02:37:24,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6566a6d2-442a-41e5-8a73-a56536828fb9 2018-09-02 02:37:24,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:26,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:26,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:26,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-595ff2e9-ec0a-4eb5-9acb-6b5c207e7c65 x-compute-request-id: req-595ff2e9-ec0a-4eb5-9acb-6b5c207e7c65 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:26,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-595ff2e9-ec0a-4eb5-9acb-6b5c207e7c65 2018-09-02 02:37:26,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169528007507s 2018-09-02 02:37:26,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-595ff2e9-ec0a-4eb5-9acb-6b5c207e7c65 2018-09-02 02:37:26,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:28,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:28,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:28,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8c1a93a-23e1-4ed8-a961-b53dc23fa0a4 x-compute-request-id: req-b8c1a93a-23e1-4ed8-a961-b53dc23fa0a4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:28,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b8c1a93a-23e1-4ed8-a961-b53dc23fa0a4 2018-09-02 02:37:28,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455581903458s 2018-09-02 02:37:28,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b8c1a93a-23e1-4ed8-a961-b53dc23fa0a4 2018-09-02 02:37:28,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:30,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:31,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c71867b7-a69f-43d5-b738-d927600bb280 x-compute-request-id: req-c71867b7-a69f-43d5-b738-d927600bb280 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:31,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c71867b7-a69f-43d5-b738-d927600bb280 2018-09-02 02:37:31,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780086040497s 2018-09-02 02:37:31,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c71867b7-a69f-43d5-b738-d927600bb280 2018-09-02 02:37:31,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:33,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:33,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:33,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b88797c-8551-413d-907d-2a5ddac69b93 x-compute-request-id: req-9b88797c-8551-413d-907d-2a5ddac69b93 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:33,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9b88797c-8551-413d-907d-2a5ddac69b93 2018-09-02 02:37:33,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170817136765s 2018-09-02 02:37:33,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-9b88797c-8551-413d-907d-2a5ddac69b93 2018-09-02 02:37:33,812 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:35,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:35,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:35,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca0fd9a1-a518-4392-832d-09fd00bf8fbb x-compute-request-id: req-ca0fd9a1-a518-4392-832d-09fd00bf8fbb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:35,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ca0fd9a1-a518-4392-832d-09fd00bf8fbb 2018-09-02 02:37:35,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17283987999s 2018-09-02 02:37:35,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ca0fd9a1-a518-4392-832d-09fd00bf8fbb 2018-09-02 02:37:35,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:37,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:37,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:38,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b3c9a93-e840-4624-a0e0-865757bb99a2 x-compute-request-id: req-1b3c9a93-e840-4624-a0e0-865757bb99a2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:38,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1b3c9a93-e840-4624-a0e0-865757bb99a2 2018-09-02 02:37:38,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175103187561s 2018-09-02 02:37:38,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1b3c9a93-e840-4624-a0e0-865757bb99a2 2018-09-02 02:37:38,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:40,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:40,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:40,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67f4c6ae-53a8-48a5-9f44-0cf0da527f59 x-compute-request-id: req-67f4c6ae-53a8-48a5-9f44-0cf0da527f59 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:40,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-67f4c6ae-53a8-48a5-9f44-0cf0da527f59 2018-09-02 02:37:40,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183460950851s 2018-09-02 02:37:40,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-67f4c6ae-53a8-48a5-9f44-0cf0da527f59 2018-09-02 02:37:40,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:42,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:42,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:43,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecaf7a37-bf4d-494b-8b04-cf8f2425f0aa x-compute-request-id: req-ecaf7a37-bf4d-494b-8b04-cf8f2425f0aa Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:43,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ecaf7a37-bf4d-494b-8b04-cf8f2425f0aa 2018-09-02 02:37:43,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737432956696s 2018-09-02 02:37:43,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ecaf7a37-bf4d-494b-8b04-cf8f2425f0aa 2018-09-02 02:37:43,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:45,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:45,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:45,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0521dc15-b926-4dba-b2c3-f0a6f4820ec6 x-compute-request-id: req-0521dc15-b926-4dba-b2c3-f0a6f4820ec6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:45,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0521dc15-b926-4dba-b2c3-f0a6f4820ec6 2018-09-02 02:37:45,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.823310136795s 2018-09-02 02:37:45,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0521dc15-b926-4dba-b2c3-f0a6f4820ec6 2018-09-02 02:37:45,943 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:47,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:47,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:48,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a989e64-e3d4-405a-96ec-2a7d3d7f46b4 x-compute-request-id: req-6a989e64-e3d4-405a-96ec-2a7d3d7f46b4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:48,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6a989e64-e3d4-405a-96ec-2a7d3d7f46b4 2018-09-02 02:37:48,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361061811447s 2018-09-02 02:37:48,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6a989e64-e3d4-405a-96ec-2a7d3d7f46b4 2018-09-02 02:37:48,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:50,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:50,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:50,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a60212c8-9fc5-49dd-ae51-465665e596a5 x-compute-request-id: req-a60212c8-9fc5-49dd-ae51-465665e596a5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:50,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a60212c8-9fc5-49dd-ae51-465665e596a5 2018-09-02 02:37:50,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171056985855s 2018-09-02 02:37:50,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-a60212c8-9fc5-49dd-ae51-465665e596a5 2018-09-02 02:37:50,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:52,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:52,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:53,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15879704-965c-4f09-ac0d-fc2feaae2b08 x-compute-request-id: req-15879704-965c-4f09-ac0d-fc2feaae2b08 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:53,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15879704-965c-4f09-ac0d-fc2feaae2b08 2018-09-02 02:37:53,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64861702919s 2018-09-02 02:37:53,141 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15879704-965c-4f09-ac0d-fc2feaae2b08 2018-09-02 02:37:53,145 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:55,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:55,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:55,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b01b605-596c-4836-8930-49e81bd2e7c0 x-compute-request-id: req-2b01b605-596c-4836-8930-49e81bd2e7c0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:55,946 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2b01b605-596c-4836-8930-49e81bd2e7c0 2018-09-02 02:37:55,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.797582864761s 2018-09-02 02:37:55,946 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2b01b605-596c-4836-8930-49e81bd2e7c0 2018-09-02 02:37:55,949 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:37:57,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:37:57,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:37:58,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ba46da7-1595-4d62-8136-09071e616a08 x-compute-request-id: req-6ba46da7-1595-4d62-8136-09071e616a08 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T02:35:39Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:37:58,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6ba46da7-1595-4d62-8136-09071e616a08 2018-09-02 02:37:58,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184406042099s 2018-09-02 02:37:58,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-6ba46da7-1595-4d62-8136-09071e616a08 2018-09-02 02:37:58,140 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:38:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:38:00,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:00,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:38:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73e60d1f-f552-40ef-a5b7-d2d0ffb62b96 x-compute-request-id: req-73e60d1f-f552-40ef-a5b7-d2d0ffb62b96 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c7:32", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T02:37:59.000000", "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T02:37:59Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:38:00,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-73e60d1f-f552-40ef-a5b7-d2d0ffb62b96 2018-09-02 02:38:00,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437772035599s 2018-09-02 02:38:00,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-73e60d1f-f552-40ef-a5b7-d2d0ffb62b96 2018-09-02 02:38:00,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 02:38:00,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=1fd56da4-6ba4-4ec9-983b-4199cc59de29" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:00,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-2a434cd8-8ba3-42a4-bcdd-993ccde965ab Date: Sun, 02 Sep 2018 02:38:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T02:37:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cd00c0f9-51bb-46aa-b686-ffc0aa999fe6","ip_address":"192.168.120.6"}],"id":"09173504-5de1-4419-af33-56ad57310dfd","security_groups":["1534429b-2f6e-4f2d-b8ef-f20c9f23a667"],"mac_address":"fa:16:3e:a3:c7:32","project_id":"9b87d97cd56147dab3bf1ab668ff1860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:35:39Z","binding:vnic_type":"normal","device_id":"1fd56da4-6ba4-4ec9-983b-4199cc59de29","ip_allocation":"immediate"}]} 2018-09-02 02:38:00,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=1fd56da4-6ba4-4ec9-983b-4199cc59de29 used request id req-2a434cd8-8ba3-42a4-bcdd-993ccde965ab 2018-09-02 02:38:00,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0556938648224s 2018-09-02 02:38:00,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=1fd56da4-6ba4-4ec9-983b-4199cc59de29 used request id req-2a434cd8-8ba3-42a4-bcdd-993ccde965ab 2018-09-02 02:38:00,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:00,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=09173504-5de1-4419-af33-56ad57310dfd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:00,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-32948b75-32e8-45cc-98b1-201c58681d39 Date: Sun, 02 Sep 2018 02:38:00 GMT RESP BODY: {"floatingips": []} 2018-09-02 02:38:00,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=09173504-5de1-4419-af33-56ad57310dfd used request id req-32948b75-32e8-45cc-98b1-201c58681d39 2018-09-02 02:38:00,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0510339736938s 2018-09-02 02:38:00,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=09173504-5de1-4419-af33-56ad57310dfd used request id req-32948b75-32e8-45cc-98b1-201c58681d39 2018-09-02 02:38:00,701 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a3:c7:32', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T02:37:59.000000', 'flavor': Munch({u'id': u'f68c8ed1-fde4-4e88-8856-4d9419aa1772'}), 'az': u'nova', 'id': u'1fd56da4-6ba4-4ec9-983b-4199cc59de29', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e7979ec128134620bce1ece84272e605', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b87d97cd56147dab3bf1ab668ff1860', 'name': 'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T02:37:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T02:37:59Z', 'hostId': u'166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T02:37:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', 'name': u'cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672', 'adminPass': u'CxnWgb4dSeXr', 'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', 'created_at': u'2018-09-02T02:35:36Z', 'created': u'2018-09-02T02:35:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 02:38:00,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:38:00,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:00,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-e52718eb-cfa9-4b3c-aeed-c7e2f23f0824 Date: Sun, 02 Sep 2018 02:38:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b87d97cd56147dab3bf1ab668ff1860","l2_adjacency":true,"status":"ACTIVE","subnets":["cd00c0f9-51bb-46aa-b686-ffc0aa999fe6"],"description":"","tags":[],"updated_at":"2018-09-02T02:33:57Z","qos_policy_id":null,"name":"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672","admin_state_up":true,"tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:56Z","mtu":1450}]} 2018-09-02 02:38:00,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-e52718eb-cfa9-4b3c-aeed-c7e2f23f0824 2018-09-02 02:38:00,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0966508388519s 2018-09-02 02:38:00,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-e52718eb-cfa9-4b3c-aeed-c7e2f23f0824 2018-09-02 02:38:00,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 02:38:00,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=1fd56da4-6ba4-4ec9-983b-4199cc59de29" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:00,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-e358c189-090f-4b44-a94c-5424c96acee4 Date: Sun, 02 Sep 2018 02:38:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T02:37:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cd00c0f9-51bb-46aa-b686-ffc0aa999fe6","ip_address":"192.168.120.6"}],"id":"09173504-5de1-4419-af33-56ad57310dfd","security_groups":["1534429b-2f6e-4f2d-b8ef-f20c9f23a667"],"mac_address":"fa:16:3e:a3:c7:32","project_id":"9b87d97cd56147dab3bf1ab668ff1860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:35:39Z","binding:vnic_type":"normal","device_id":"1fd56da4-6ba4-4ec9-983b-4199cc59de29","ip_allocation":"immediate"}]} 2018-09-02 02:38:00,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=1fd56da4-6ba4-4ec9-983b-4199cc59de29 used request id req-e358c189-090f-4b44-a94c-5424c96acee4 2018-09-02 02:38:00,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.05575299263s 2018-09-02 02:38:00,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=1fd56da4-6ba4-4ec9-983b-4199cc59de29 used request id req-e358c189-090f-4b44-a94c-5424c96acee4 2018-09-02 02:38:00,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 02:38:00,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.6", "port_id": "09173504-5de1-4419-af33-56ad57310dfd"}}' 2018-09-02 02:38:03,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-88ccc3d3-c667-4ac1-b88e-7e4596054aae Date: Sun, 02 Sep 2018 02:38:03 GMT RESP BODY: {"floatingip": {"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}} 2018-09-02 02:38:03,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-88ccc3d3-c667-4ac1-b88e-7e4596054aae 2018-09-02 02:38:03,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.31549286842s 2018-09-02 02:38:03,175 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-88ccc3d3-c667-4ac1-b88e-7e4596054aae 2018-09-02 02:38:03,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:03,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:03,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-cbc1edbc-893f-44ee-a1fe-3d9895e00a89 Date: Sun, 02 Sep 2018 02:38:03 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:03,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-cbc1edbc-893f-44ee-a1fe-3d9895e00a89 2018-09-02 02:38:03,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0848731994629s 2018-09-02 02:38:03,270 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-cbc1edbc-893f-44ee-a1fe-3d9895e00a89 2018-09-02 02:38:03,273 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:03,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:03,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:03,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9b25d5b3-5c61-48e7-824e-3faa2edb0e16 Date: Sun, 02 Sep 2018 02:38:03 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:03,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9b25d5b3-5c61-48e7-824e-3faa2edb0e16 2018-09-02 02:38:03,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0588459968567s 2018-09-02 02:38:03,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9b25d5b3-5c61-48e7-824e-3faa2edb0e16 2018-09-02 02:38:03,442 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:03,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:03,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:03,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-6e595987-ae44-4b3b-a419-5dd1ddea18ac Date: Sun, 02 Sep 2018 02:38:03 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:03,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-6e595987-ae44-4b3b-a419-5dd1ddea18ac 2018-09-02 02:38:03,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0570020675659s 2018-09-02 02:38:03,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-6e595987-ae44-4b3b-a419-5dd1ddea18ac 2018-09-02 02:38:03,608 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:03,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:03,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:03,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8ea83d7b-1573-4ac2-aff7-3a0a905dc6e1 Date: Sun, 02 Sep 2018 02:38:03 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:03,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-8ea83d7b-1573-4ac2-aff7-3a0a905dc6e1 2018-09-02 02:38:03,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0627071857452s 2018-09-02 02:38:03,777 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-8ea83d7b-1573-4ac2-aff7-3a0a905dc6e1 2018-09-02 02:38:03,780 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:03,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:03,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:03,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-6d010c5d-fe8d-476b-9caf-66f014bd934e Date: Sun, 02 Sep 2018 02:38:03 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:03,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-6d010c5d-fe8d-476b-9caf-66f014bd934e 2018-09-02 02:38:03,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0589380264282s 2018-09-02 02:38:03,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-6d010c5d-fe8d-476b-9caf-66f014bd934e 2018-09-02 02:38:03,947 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:04,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:04,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:04,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-6bd2b8d7-a35d-4e55-8374-f3657c321b76 Date: Sun, 02 Sep 2018 02:38:04 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:04,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-6bd2b8d7-a35d-4e55-8374-f3657c321b76 2018-09-02 02:38:04,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0571820735931s 2018-09-02 02:38:04,110 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-6bd2b8d7-a35d-4e55-8374-f3657c321b76 2018-09-02 02:38:04,113 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:04,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:04,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:04,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-c9bd36b3-408e-4e7a-8603-b3d46a1460fc Date: Sun, 02 Sep 2018 02:38:04 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:04,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c9bd36b3-408e-4e7a-8603-b3d46a1460fc 2018-09-02 02:38:04,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0596449375153s 2018-09-02 02:38:04,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-c9bd36b3-408e-4e7a-8603-b3d46a1460fc 2018-09-02 02:38:04,279 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:04,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:04,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:04,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-f60bb06e-0b15-4fd8-89bd-7012012c6b8d Date: Sun, 02 Sep 2018 02:38:04 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:01Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:04,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f60bb06e-0b15-4fd8-89bd-7012012c6b8d 2018-09-02 02:38:04,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0597648620605s 2018-09-02 02:38:04,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-f60bb06e-0b15-4fd8-89bd-7012012c6b8d 2018-09-02 02:38:04,446 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 02:38:04,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:38:04,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:38:04,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-654493b0-fc6a-448f-9611-b7467a7418ed Date: Sun, 02 Sep 2018 02:38:04 GMT RESP BODY: {"floatingips": [{"router_id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:38:01Z", "updated_at": "2018-09-02T02:38:04Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "device_owner": "compute:nova", "mac_address": "fa:16:3e:a3:c7:32", "device_id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_id": "09173504-5de1-4419-af33-56ad57310dfd", "id": "9e1ca3ab-18cf-4794-acc3-cc0485da1bbf", "qos_policy_id": null}]} 2018-09-02 02:38:04,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-654493b0-fc6a-448f-9611-b7467a7418ed 2018-09-02 02:38:04,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0552849769592s 2018-09-02 02:38:04,607 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-654493b0-fc6a-448f-9611-b7467a7418ed 2018-09-02 02:38:04,610 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'97bf0323-8626-49e8-96dd-b80a7ff42b25', 'updated_at': u'2018-09-02T02:38:04Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.202', 'revision_number': 1, 'port_id': u'09173504-5de1-4419-af33-56ad57310dfd', 'id': u'9e1ca3ab-18cf-4794-acc3-cc0485da1bbf', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'09173504-5de1-4419-af33-56ad57310dfd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b87d97cd56147dab3bf1ab668ff1860', 'name': 'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:a3:c7:32', u'device_id': u'1fd56da4-6ba4-4ec9-983b-4199cc59de29'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', 'created_at': u'2018-09-02T02:38:01Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:a3:c7:32', u'device_id': u'1fd56da4-6ba4-4ec9-983b-4199cc59de29'}), 'router': u'97bf0323-8626-49e8-96dd-b80a7ff42b25'}) 2018-09-02 02:38:04,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 02:38:04,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 02:38:04,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:38:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aca71e79-84dd-4fc4-bc99-517af4f5f956 x-compute-request-id: req-aca71e79-84dd-4fc4-bc99-517af4f5f956 Content-Encoding: gzip Content-Length: 10896 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1992256119 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.429514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.432623] pid_max: default: 32768 minimum: 301\n[ 0.434305] Security Framework initialized\n[ 0.435864] SELinux: Initializing.\n[ 0.437540] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444178] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448214] Mount-cache hash table entries: 4096\n[ 0.450187] Initializing cgroup subsys memory\n[ 0.451827] Initializing cgroup subsys devices\n[ 0.453470] Initializing cgroup subsys freezer\n[ 0.455099] Initializing cgroup subsys net_cls\n[ 0.456884] Initializing cgroup subsys blkio\n[ 0.458814] Initializing cgroup subsys perf_event\n[ 0.460884] Initializing cgroup subsys hugetlb\n[ 0.462866] Initializing cgroup subsys pids\n[ 0.464760] Initializing cgroup subsys net_prio\n[ 0.466860] CPU: Physical Processor ID: 0\n[ 0.469429] mce: CPU supports 10 MCE banks\n[ 0.471331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475795] tlb_flushall_shift: 6\n[ 0.477645] Freeing SMP alternatives: 28k freed\n[ 0.482391] ACPI: Core revision 20130517\n[ 0.484663] ACPI: All ACPI Tables successfully acquired\n[ 0.487136] ftrace: allocating 25812 entries in 101 pages\n[ 0.510462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.513086] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515649] smpboot: Max logical packages: 2\n[ 0.517853] Enabling x2apic\n[ 0.519346] Enabled x2apic\n[ 0.521116] Switched APIC routing to physical x2apic.\n[ 0.524609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.527137] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.531551] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.541284] KVM setup paravirtual spinlock\n[ 0.544504] smpboot: Booting Node 0, Processors #1 OK\n[ 0.547174] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.569194] Brought up 2 CPUs\n[ 0.569196] KVM setup async PF for cpu 1\n[ 0.569199] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.574480] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.577952] devtmpfs: initialized\n[ 0.581251] EVM: security.selinux\n[ 0.582893] EVM: security.ima\n[ 0.584411] EVM: security.capability\n[ 0.586800] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.589166] pinctrl core: initialized pinctrl subsystem\n[ 0.591052] NET: Registered protocol family 16\n[ 0.592859] ACPI: bus type PCI registered\n[ 0.594362] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.596456] PCI: Using configuration type 1 for base access\n[ 0.601678] ACPI: Added _OSI(Module Device)\n[ 0.603243] ACPI: Added _OSI(Processor Device)\n[ 0.604842] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.606481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.609381] ACPI: Interpreter enabled\n[ 0.610828] ACPI: (supports S0 S5)\n[ 0.612188] ACPI: Using IOAPIC for interrupt routing\n[ 0.613885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.618866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.620822] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.622911] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.624953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.628713] acpiphp: Slot [3] registered\n[ 0.630206] acpiphp: Slot [4] registered\n[ 0.631705] acpiphp: Slot [5] registered\n[ 0.633201] acpiphp: Slot [6] registered\n[ 0.634690] acpiphp: Slot [7] registered\n[ 0.636174] acpiphp: Slot [8] registered\n[ 0.637664] acpiphp: Slot [9] registered\n[ 0.639149] acpiphp: Slot [10] registered\n[ 0.640663] acpiphp: Slot [11] registered\n[ 0.642178] acpiphp: Slot [12] registered\n[ 0.643689] acpiphp: Slot [13] registered\n[ 0.645192] acpiphp: Slot [14] registered\n[ 0.646698] acpiphp: Slot [15] registered\n[ 0.648211] acpiphp: Slot [16] registered\n[ 0.649717] acpiphp: Slot [17] registered\n[ 0.651227] acpiphp: Slot [18] registered\n[ 0.652732] acpiphp: Slot [19] registered\n[ 0.654245] acpiphp: Slot [20] registered\n[ 0.655764] acpiphp: Slot [21] registered\n[ 0.657271] acpiphp: Slot [22] registered\n[ 0.658777] acpiphp: Slot [23] registered\n[ 0.660326] acpiphp: Slot [24] registered\n[ 0.661853] acpiphp: Slot [25] registered\n[ 0.663361] acpiphp: Slot [26] registered\n[ 0.664878] acpiphp: Slot [27] registered\n[ 0.666385] acpiphp: Slot [28] registered\n[ 0.667902] acpiphp: Slot [29] registered\n[ 0.669404] acpiphp: Slot [30] registered\n[ 0.670910] acpiphp: Slot [31] registered\n[ 0.672410] PCI host bridge to bus 0000:00\n[ 0.673917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.675708] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.677771] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.679844] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.682595] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.685356] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.690994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.693127] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.695139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.697272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.701520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.704270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.728862] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.731336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.734024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.736383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.738713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.740908] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.743175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.746098] vgaarb: loaded\n[ 0.747322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.749311] SCSI subsystem initialized\n[ 0.750795] ACPI: bus type USB registered\n[ 0.752323] usbcore: registered new interface driver usbfs\n[ 0.754149] usbcore: registered new interface driver hub\n[ 0.755958] usbcore: registered new device driver usb\n[ 0.757911] PCI: Using ACPI for IRQ routing\n[ 0.759868] NetLabel: Initializing\n[ 0.761260] NetLabel: domain hash size = 128\n[ 0.762831] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.764560] NetLabel: unlabeled traffic allowed by default\n[ 0.766562] Switched to clocksource kvm-clock\n[ 0.776712] pnp: PnP ACPI init\n[ 0.778044] ACPI: bus type PNP registered\n[ 0.779984] pnp: PnP ACPI: found 5 devices\n[ 0.781497] ACPI: bus type PNP unregistered\n[ 0.789711] NET: Registered protocol family 2\n[ 0.791673] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.794671] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.797185] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.799336] TCP: reno registered\n[ 0.800661] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.802605] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804679] NET: Registered protocol family 1\n[ 0.806259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.808135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.809964] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.830471] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.851109] Unpacking initramfs...\n[ 1.349424] Freeing initrd memory: 37508k freed\n[ 1.359236] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.361303] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.365149] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.367149] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.369479] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.371449] Initialise system trusted keyring\n[ 1.373052] audit: initializing netlink socket (disabled)\n[ 1.374863] type=2000 audit(1535855881.865:1): initialized\n[ 1.392156] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.394146] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.397011] zpool: loaded\n[ 1.398236] zbud: loaded\n[ 1.399619] VFS: Disk quotas dquot_6.5.2\n[ 1.401148] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.403311] msgmni has been set to 7578\n[ 1.404827] Key type big_key registered\n[ 1.407197] NET: Registered protocol family 38\n[ 1.408766] Key type asymmetric registered\n[ 1.410256] Asymmetric key parser 'x509' registered\n[ 1.411923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.414687] io scheduler noop registered\n[ 1.416153] io scheduler deadline registered (default)\n[ 1.431879] io scheduler cfq registered\n[ 1.433421] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.435222] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.437324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.440051] ACPI: Power Button [PWRF]\n[ 1.441639] GHES: HEST is not enabled!\n[ 1.443171] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.467405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.469793] Non-volatile memory driver v1.3\n[ 1.471346] Linux agpgart interface v0.103\n[ 1.472983] crash memory driver: version 1.1\n[ 1.474614] rdac: device handler registered\n[ 1.476217] hp_sw: device handler registered\n[ 1.477777] emc: device handler registered\n[ 1.479287] alua: device handler registered\n[ 1.480851] libphy: Fixed MDIO Bus: probed\n[ 1.482432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.484461] ehci-pci: EHCI PCI platform driver\n[ 1.486063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.488021] ohci-pci: OHCI PCI platform driver\n[ 1.489618] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.510134] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.511942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.514733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.516500] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.518451] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.520531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.523256] usb usb1: Product: UHCI Host Controller\n[ 1.524930] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.527047] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.528772] hub 1-0:1.0: USB hub found\n[ 1.530231] hub 1-0:1.0: 2 ports detected\n[ 1.531900] usbcore: registered new interface driver usbserial\n[ 1.533804] usbcore: registered new interface driver usbserial_generic\n[ 1.535841] usbserial: USB Serial support registered for generic\n[ 1.537812] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.541431] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.543147] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.544967] mousedev: PS/2 mouse device common for all mice\n[ 1.547133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.550356] rtc_cmos 00:00: RTC can wake from S4\n[ 1.551144] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.552886] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.558817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.560905] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.562966] cpuidle: using governor menu\n[ 1.564526] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.566411] usbcore: registered new interface driver usbhid\n[ 1.568258] usbhid: USB HID core driver\n[ 1.569778] drop_monitor: Initializing network drop monitor service\n[ 1.571819] TCP: cubic registered\n[ 1.573182] Initializing XFRM netlink socket\n[ 1.574862] NET: Registered protocol family 10\n[ 1.576721] NET: Registered protocol family 17\n[ 1.578534] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.580395] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.582328] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.585539] Loading compiled-in X.509 certificates\n[ 1.587225] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.590459] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.594140] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.597428] registered taskstats version 1\n[ 1.600958] Key type trusted registered\n[ 1.603771] Key type encrypted registered\n[ 1.606492] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.608753] rtc_cmos 00:00: setting system clock to 2018-09-02 02:38:02 UTC (1535855882)\n[ 1.612347] Freeing unused kernel memory: 1680k freed\n[ 1.618588] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.624218] systemd[1]: Detected virtualization kvm.\n[ 1.625924] systemd[1]: Detected architecture x86-64.\n[ 1.627649] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.630854] systemd[1]: No hostname configured.\n[ 1.632557] systemd[1]: Set hostname to .\n[ 1.634331] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.660006] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.662927] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.666856] systemd[1]: Reached target Paths.\n[ 1.668465] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.670935] systemd[1]: Reached target Timers.\n[ 1.672577] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.675029] systemd[1]: Reached target Swap.\n[ 1.676609] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.679178] systemd[1]: Created slice Root Slice.\n[ 1.680846] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.683527] systemd[1]: Created slice System Slice.\n[ 1.685239] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.687820] systemd[1]: Reached target Slices.\n[ 1.689423] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.692075] systemd[1]: Listening on udev Control Socket.\n[ 1.693899] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.696701] systemd[1]: Listening on Journal Socket.\n[ 1.698443] systemd[1]: Starting Journal Socket.\n[ 1.700458] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.703503] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.706545] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.710871] systemd[1]: Reached target Local File Systems.\n[ 1.712743] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.715619] systemd[1]: Listening on udev Kernel Socket.\n[ 1.717437] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.720154] systemd[1]: Reached target Sockets.\n[ 1.721793] systemd[1]: Starting Sockets.\n[ 1.723801] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.730110] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.784011] RPC: Registered named UNIX socket transport module.\n[ 1.785951] RPC: Registered udp transport module.\n[ 1.787549] RPC: Registered tcp transport module.\n[ 1.789179] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.833583] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.902145] FDC 0 is a S82078B\n[ 1.919248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.922705] scsi host0: ata_piix\n[ 1.924205] scsi host1: ata_piix\n[ 1.925581] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.927641] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.967703] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.974766] vda: vda1\n[ 1.986845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.988959] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.991139] usb 1-1: Product: QEMU USB Tablet\n[ 1.992739] usb 1-1: Manufacturer: QEMU\n[ 1.994287] usb 1-1: SerialNumber: 42\n[ 2.004997] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.008492] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.101291] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.104220] XFS (vda1): Mounting V4 Filesystem\n[ 2.128410] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.358008] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.368610] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 2.440425] SELinux: Disabled at runtime.\n[ 2.478602] type=1404 audit(1535855883.369:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.508756] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.510610] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.006127] systemd-journald[386]: Received request to flush runtime journal from PID 1\n[ 3.010304] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[ 3.156905] type=1305 audit(1535855884.047:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[ 3.267635] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.270048] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.282076] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m[ 3.295438] ppdev: user-space parallel port driver\n] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[ 3.306286] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.306287] [TTM] Initializing pool allocator\n[ 3.306288] [TTM] Initializing DMA pool allocator\n[ 3.306508] [drm] fb mappable at 0xFC000000\n[ 3.306508] [drm] vram aper at 0xFC000000\n[ 3.306508] [drm] size 33554432\n[ 3.306509] [drm] fb depth is 24\n[ 3.306509] [drm] pitch is 3072\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 3.354446] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.378352] Console: switching to colour frame buffer device 128x48\n[ 3.391202] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 3.395572] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n[ 3.561135] AES CTR mode by8 optimization enabled\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.569444] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.575437] alg: No test for crc32 (crc32-pclmul)\n[ 3.583246] intel_rapl: no valid rapl domains found in package 0\n[ 3.589902] intel_rapl: no valid rapl domains found in package 0\n[ 3.592516] intel_powerclamp: No package C-state available\n[ 3.598291] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n"} 2018-09-02 02:38:04,683 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29/action used request id req-aca71e79-84dd-4fc4-bc99-517af4f5f956 2018-09-02 02:38:04,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0725069046021s 2018-09-02 02:38:04,685 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29/action used request id req-aca71e79-84dd-4fc4-bc99-517af4f5f956 2018-09-02 02:38:04,685 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1992256119 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.429514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.432623] pid_max: default: 32768 minimum: 301 [ 0.434305] Security Framework initialized [ 0.435864] SELinux: Initializing. [ 0.437540] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444178] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448214] Mount-cache hash table entries: 4096 [ 0.450187] Initializing cgroup subsys memory [ 0.451827] Initializing cgroup subsys devices [ 0.453470] Initializing cgroup subsys freezer [ 0.455099] Initializing cgroup subsys net_cls [ 0.456884] Initializing cgroup subsys blkio [ 0.458814] Initializing cgroup subsys perf_event [ 0.460884] Initializing cgroup subsys hugetlb [ 0.462866] Initializing cgroup subsys pids [ 0.464760] Initializing cgroup subsys net_prio [ 0.466860] CPU: Physical Processor ID: 0 [ 0.469429] mce: CPU supports 10 MCE banks [ 0.471331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475795] tlb_flushall_shift: 6 [ 0.477645] Freeing SMP alternatives: 28k freed [ 0.482391] ACPI: Core revision 20130517 [ 0.484663] ACPI: All ACPI Tables successfully acquired [ 0.487136] ftrace: allocating 25812 entries in 101 pages [ 0.510462] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.513086] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515649] smpboot: Max logical packages: 2 [ 0.517853] Enabling x2apic [ 0.519346] Enabled x2apic [ 0.521116] Switched APIC routing to physical x2apic. [ 0.524609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.527137] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.531551] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.541284] KVM setup paravirtual spinlock [ 0.544504] smpboot: Booting Node 0, Processors #1 OK [ 0.547174] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.569194] Brought up 2 CPUs [ 0.569196] KVM setup async PF for cpu 1 [ 0.569199] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.574480] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.577952] devtmpfs: initialized [ 0.581251] EVM: security.selinux [ 0.582893] EVM: security.ima [ 0.584411] EVM: security.capability [ 0.586800] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.589166] pinctrl core: initialized pinctrl subsystem [ 0.591052] NET: Registered protocol family 16 [ 0.592859] ACPI: bus type PCI registered [ 0.594362] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.596456] PCI: Using configuration type 1 for base access [ 0.601678] ACPI: Added _OSI(Module Device) [ 0.603243] ACPI: Added _OSI(Processor Device) [ 0.604842] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.606481] ACPI: Added _OSI(Processor Aggregator Device) [ 0.609381] ACPI: Interpreter enabled [ 0.610828] ACPI: (supports S0 S5) [ 0.612188] ACPI: Using IOAPIC for interrupt routing [ 0.613885] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.618866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.620822] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.622911] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.624953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.628713] acpiphp: Slot [3] registered [ 0.630206] acpiphp: Slot [4] registered [ 0.631705] acpiphp: Slot [5] registered [ 0.633201] acpiphp: Slot [6] registered [ 0.634690] acpiphp: Slot [7] registered [ 0.636174] acpiphp: Slot [8] registered [ 0.637664] acpiphp: Slot [9] registered [ 0.639149] acpiphp: Slot [10] registered [ 0.640663] acpiphp: Slot [11] registered [ 0.642178] acpiphp: Slot [12] registered [ 0.643689] acpiphp: Slot [13] registered [ 0.645192] acpiphp: Slot [14] registered [ 0.646698] acpiphp: Slot [15] registered [ 0.648211] acpiphp: Slot [16] registered [ 0.649717] acpiphp: Slot [17] registered [ 0.651227] acpiphp: Slot [18] registered [ 0.652732] acpiphp: Slot [19] registered [ 0.654245] acpiphp: Slot [20] registered [ 0.655764] acpiphp: Slot [21] registered [ 0.657271] acpiphp: Slot [22] registered [ 0.658777] acpiphp: Slot [23] registered [ 0.660326] acpiphp: Slot [24] registered [ 0.661853] acpiphp: Slot [25] registered [ 0.663361] acpiphp: Slot [26] registered [ 0.664878] acpiphp: Slot [27] registered [ 0.666385] acpiphp: Slot [28] registered [ 0.667902] acpiphp: Slot [29] registered [ 0.669404] acpiphp: Slot [30] registered [ 0.670910] acpiphp: Slot [31] registered [ 0.672410] PCI host bridge to bus 0000:00 [ 0.673917] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.675708] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.677771] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.679844] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.682595] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.685356] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.690994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.693127] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.695139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.697272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.701520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.704270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.728862] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.731336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.734024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.736383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.738713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.740908] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.743175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.746098] vgaarb: loaded [ 0.747322] vgaarb: bridge control possible 0000:00:02.0 [ 0.749311] SCSI subsystem initialized [ 0.750795] ACPI: bus type USB registered [ 0.752323] usbcore: registered new interface driver usbfs [ 0.754149] usbcore: registered new interface driver hub [ 0.755958] usbcore: registered new device driver usb [ 0.757911] PCI: Using ACPI for IRQ routing [ 0.759868] NetLabel: Initializing [ 0.761260] NetLabel: domain hash size = 128 [ 0.762831] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.764560] NetLabel: unlabeled traffic allowed by default [ 0.766562] Switched to clocksource kvm-clock [ 0.776712] pnp: PnP ACPI init [ 0.778044] ACPI: bus type PNP registered [ 0.779984] pnp: PnP ACPI: found 5 devices [ 0.781497] ACPI: bus type PNP unregistered [ 0.789711] NET: Registered protocol family 2 [ 0.791673] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.794671] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.797185] TCP: Hash tables configured (established 32768 bind 32768) [ 0.799336] TCP: reno registered [ 0.800661] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.802605] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804679] NET: Registered protocol family 1 [ 0.806259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.808135] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.809964] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.830471] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.851109] Unpacking initramfs... [ 1.349424] Freeing initrd memory: 37508k freed [ 1.359236] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.361303] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.365149] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.367149] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.369479] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.371449] Initialise system trusted keyring [ 1.373052] audit: initializing netlink socket (disabled) [ 1.374863] type=2000 audit(1535855881.865:1): initialized [ 1.392156] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.394146] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.397011] zpool: loaded [ 1.398236] zbud: loaded [ 1.399619] VFS: Disk quotas dquot_6.5.2 [ 1.401148] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.403311] msgmni has been set to 7578 [ 1.404827] Key type big_key registered [ 1.407197] NET: Registered protocol family 38 [ 1.408766] Key type asymmetric registered [ 1.410256] Asymmetric key parser 'x509' registered [ 1.411923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.414687] io scheduler noop registered [ 1.416153] io scheduler deadline registered (default) [ 1.431879] io scheduler cfq registered [ 1.433421] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.435222] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.437324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.440051] ACPI: Power Button [PWRF] [ 1.441639] GHES: HEST is not enabled! [ 1.443171] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.467405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.469793] Non-volatile memory driver v1.3 [ 1.471346] Linux agpgart interface v0.103 [ 1.472983] crash memory driver: version 1.1 [ 1.474614] rdac: device handler registered [ 1.476217] hp_sw: device handler registered [ 1.477777] emc: device handler registered [ 1.479287] alua: device handler registered [ 1.480851] libphy: Fixed MDIO Bus: probed [ 1.482432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.484461] ehci-pci: EHCI PCI platform driver [ 1.486063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.488021] ohci-pci: OHCI PCI platform driver [ 1.489618] uhci_hcd: USB Universal Host Controller Interface driver [ 1.510134] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.511942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.514733] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.516500] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.518451] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.520531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.523256] usb usb1: Product: UHCI Host Controller [ 1.524930] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.527047] usb usb1: SerialNumber: 0000:00:01.2 [ 1.528772] hub 1-0:1.0: USB hub found [ 1.530231] hub 1-0:1.0: 2 ports detected [ 1.531900] usbcore: registered new interface driver usbserial [ 1.533804] usbcore: registered new interface driver usbserial_generic [ 1.535841] usbserial: USB Serial support registered for generic [ 1.537812] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.541431] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.543147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.544967] mousedev: PS/2 mouse device common for all mice [ 1.547133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.550356] rtc_cmos 00:00: RTC can wake from S4 [ 1.551144] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.552886] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.558817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.560905] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.562966] cpuidle: using governor menu [ 1.564526] hidraw: raw HID events driver (C) Jiri Kosina [ 1.566411] usbcore: registered new interface driver usbhid [ 1.568258] usbhid: USB HID core driver [ 1.569778] drop_monitor: Initializing network drop monitor service [ 1.571819] TCP: cubic registered [ 1.573182] Initializing XFRM netlink socket [ 1.574862] NET: Registered protocol family 10 [ 1.576721] NET: Registered protocol family 17 [ 1.578534] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.580395] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.582328] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.585539] Loading compiled-in X.509 certificates [ 1.587225] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.590459] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.594140] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.597428] registered taskstats version 1 [ 1.600958] Key type trusted registered [ 1.603771] Key type encrypted registered [ 1.606492] IMA: No TPM chip found, activating TPM-bypass! [ 1.608753] rtc_cmos 00:00: setting system clock to 2018-09-02 02:38:02 UTC (1535855882) [ 1.612347] Freeing unused kernel memory: 1680k freed [ 1.618588] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.624218] systemd[1]: Detected virtualization kvm. [ 1.625924] systemd[1]: Detected architecture x86-64. [ 1.627649] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.630854] systemd[1]: No hostname configured. [ 1.632557] systemd[1]: Set hostname to . [ 1.634331] systemd[1]: Initializing machine ID from KVM UUID. [ 1.660006] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.662927] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.666856] systemd[1]: Reached target Paths. [ 1.668465] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.670935] systemd[1]: Reached target Timers. [ 1.672577] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.675029] systemd[1]: Reached target Swap. [ 1.676609] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.679178] systemd[1]: Created slice Root Slice. [ 1.680846] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.683527] systemd[1]: Created slice System Slice. [ 1.685239] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.687820] systemd[1]: Reached target Slices. [ 1.689423] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.692075] systemd[1]: Listening on udev Control Socket. [ 1.693899] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.696701] systemd[1]: Listening on Journal Socket. [ 1.698443] systemd[1]: Starting Journal Socket. [ 1.700458] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.703503] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.706545] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Local File Systems. [ 1.710871] systemd[1]: Reached target Local File Systems. [ 1.712743] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.715619] systemd[1]: Listening on udev Kernel Socket. [ 1.717437] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.720154] systemd[1]: Reached target Sockets. [ 1.721793] systemd[1]: Starting Sockets. [ 1.723801] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.730110] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.784011] RPC: Registered named UNIX socket transport module. [ 1.785951] RPC: Registered udp transport module. [ 1.787549] RPC: Registered tcp transport module. [ 1.789179] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.833583] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.902145] FDC 0 is a S82078B [ 1.919248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.922705] scsi host0: ata_piix [ 1.924205] scsi host1: ata_piix [ 1.925581] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.927641] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.967703] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.974766] vda: vda1 [ 1.986845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.988959] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.991139] usb 1-1: Product: QEMU USB Tablet [ 1.992739] usb 1-1: Manufacturer: QEMU [ 1.994287] usb 1-1: SerialNumber: 42 [ 2.004997] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.008492] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.101291] SGI XFS with ACLs, security attributes, no debug enabled [ 2.104220] XFS (vda1): Mounting V4 Filesystem [ 2.128410] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.358008] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.368610] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 2.440425] SELinux: Disabled at runtime. [ 2.478602] type=1404 audit(1535855883.369:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.508756] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.510610] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 3.006127] systemd-journald[386]: Received request to flush runtime journal from PID 1 [ 3.010304] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started udev Kernel Device Manager. [ 3.156905] type=1305 audit(1535855884.047:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [ 3.267635] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.270048] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.282076] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m[ 3.295438] ppdev: user-space parallel port driver ] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [ 3.306286] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.306287] [TTM] Initializing pool allocator [ 3.306288] [TTM] Initializing DMA pool allocator [ 3.306508] [drm] fb mappable at 0xFC000000 [ 3.306508] [drm] vram aper at 0xFC000000 [ 3.306508] [drm] size 33554432 [ 3.306509] [drm] fb depth is 24 [ 3.306509] [drm] pitch is 3072 [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 3.354446] fbcon: cirrusdrmfb (fb0) is primary device [ 3.378352] Console: switching to colour frame buffer device 128x48 [ 3.391202] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.395572] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... Starting NTP client/server... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. [ 3.561135] AES CTR mode by8 optimization enabled Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.569444] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.575437] alg: No test for crc32 (crc32-pclmul) [ 3.583246] intel_rapl: no valid rapl domains found in package 0 [ 3.589902] intel_rapl: no valid rapl domains found in package 0 [ 3.592516] intel_powerclamp: No package C-state available [ 3.598291] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. 2018-09-02 02:38:05,688 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-09-02 02:38:14,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 02:38:14,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 02:38:14,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:38:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-335e28e1-1ce5-48a7-a1ce-4e32d2044658 x-compute-request-id: req-335e28e1-1ce5-48a7-a1ce-4e32d2044658 Content-Encoding: gzip Content-Length: 12739 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1992256119 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.429514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.432623] pid_max: default: 32768 minimum: 301\n[ 0.434305] Security Framework initialized\n[ 0.435864] SELinux: Initializing.\n[ 0.437540] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.444178] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.448214] Mount-cache hash table entries: 4096\n[ 0.450187] Initializing cgroup subsys memory\n[ 0.451827] Initializing cgroup subsys devices\n[ 0.453470] Initializing cgroup subsys freezer\n[ 0.455099] Initializing cgroup subsys net_cls\n[ 0.456884] Initializing cgroup subsys blkio\n[ 0.458814] Initializing cgroup subsys perf_event\n[ 0.460884] Initializing cgroup subsys hugetlb\n[ 0.462866] Initializing cgroup subsys pids\n[ 0.464760] Initializing cgroup subsys net_prio\n[ 0.466860] CPU: Physical Processor ID: 0\n[ 0.469429] mce: CPU supports 10 MCE banks\n[ 0.471331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475795] tlb_flushall_shift: 6\n[ 0.477645] Freeing SMP alternatives: 28k freed\n[ 0.482391] ACPI: Core revision 20130517\n[ 0.484663] ACPI: All ACPI Tables successfully acquired\n[ 0.487136] ftrace: allocating 25812 entries in 101 pages\n[ 0.510462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.513086] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.515649] smpboot: Max logical packages: 2\n[ 0.517853] Enabling x2apic\n[ 0.519346] Enabled x2apic\n[ 0.521116] Switched APIC routing to physical x2apic.\n[ 0.524609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.527137] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.531551] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.541284] KVM setup paravirtual spinlock\n[ 0.544504] smpboot: Booting Node 0, Processors #1 OK\n[ 0.547174] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.569194] Brought up 2 CPUs\n[ 0.569196] KVM setup async PF for cpu 1\n[ 0.569199] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.574480] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.577952] devtmpfs: initialized\n[ 0.581251] EVM: security.selinux\n[ 0.582893] EVM: security.ima\n[ 0.584411] EVM: security.capability\n[ 0.586800] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.589166] pinctrl core: initialized pinctrl subsystem\n[ 0.591052] NET: Registered protocol family 16\n[ 0.592859] ACPI: bus type PCI registered\n[ 0.594362] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.596456] PCI: Using configuration type 1 for base access\n[ 0.601678] ACPI: Added _OSI(Module Device)\n[ 0.603243] ACPI: Added _OSI(Processor Device)\n[ 0.604842] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.606481] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.609381] ACPI: Interpreter enabled\n[ 0.610828] ACPI: (supports S0 S5)\n[ 0.612188] ACPI: Using IOAPIC for interrupt routing\n[ 0.613885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.618866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.620822] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.622911] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.624953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.628713] acpiphp: Slot [3] registered\n[ 0.630206] acpiphp: Slot [4] registered\n[ 0.631705] acpiphp: Slot [5] registered\n[ 0.633201] acpiphp: Slot [6] registered\n[ 0.634690] acpiphp: Slot [7] registered\n[ 0.636174] acpiphp: Slot [8] registered\n[ 0.637664] acpiphp: Slot [9] registered\n[ 0.639149] acpiphp: Slot [10] registered\n[ 0.640663] acpiphp: Slot [11] registered\n[ 0.642178] acpiphp: Slot [12] registered\n[ 0.643689] acpiphp: Slot [13] registered\n[ 0.645192] acpiphp: Slot [14] registered\n[ 0.646698] acpiphp: Slot [15] registered\n[ 0.648211] acpiphp: Slot [16] registered\n[ 0.649717] acpiphp: Slot [17] registered\n[ 0.651227] acpiphp: Slot [18] registered\n[ 0.652732] acpiphp: Slot [19] registered\n[ 0.654245] acpiphp: Slot [20] registered\n[ 0.655764] acpiphp: Slot [21] registered\n[ 0.657271] acpiphp: Slot [22] registered\n[ 0.658777] acpiphp: Slot [23] registered\n[ 0.660326] acpiphp: Slot [24] registered\n[ 0.661853] acpiphp: Slot [25] registered\n[ 0.663361] acpiphp: Slot [26] registered\n[ 0.664878] acpiphp: Slot [27] registered\n[ 0.666385] acpiphp: Slot [28] registered\n[ 0.667902] acpiphp: Slot [29] registered\n[ 0.669404] acpiphp: Slot [30] registered\n[ 0.670910] acpiphp: Slot [31] registered\n[ 0.672410] PCI host bridge to bus 0000:00\n[ 0.673917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.675708] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.677771] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.679844] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.682595] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.685356] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.690994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.693127] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.695139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.697272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.701520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.704270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.728862] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.731336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.734024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.736383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.738713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.740908] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.743175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.746098] vgaarb: loaded\n[ 0.747322] vgaarb: bridge control possible 0000:00:02.0\n[ 0.749311] SCSI subsystem initialized\n[ 0.750795] ACPI: bus type USB registered\n[ 0.752323] usbcore: registered new interface driver usbfs\n[ 0.754149] usbcore: registered new interface driver hub\n[ 0.755958] usbcore: registered new device driver usb\n[ 0.757911] PCI: Using ACPI for IRQ routing\n[ 0.759868] NetLabel: Initializing\n[ 0.761260] NetLabel: domain hash size = 128\n[ 0.762831] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.764560] NetLabel: unlabeled traffic allowed by default\n[ 0.766562] Switched to clocksource kvm-clock\n[ 0.776712] pnp: PnP ACPI init\n[ 0.778044] ACPI: bus type PNP registered\n[ 0.779984] pnp: PnP ACPI: found 5 devices\n[ 0.781497] ACPI: bus type PNP unregistered\n[ 0.789711] NET: Registered protocol family 2\n[ 0.791673] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.794671] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.797185] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.799336] TCP: reno registered\n[ 0.800661] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.802605] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804679] NET: Registered protocol family 1\n[ 0.806259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.808135] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.809964] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.830471] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.851109] Unpacking initramfs...\n[ 1.349424] Freeing initrd memory: 37508k freed\n[ 1.359236] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.361303] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.365149] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.367149] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.369479] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.371449] Initialise system trusted keyring\n[ 1.373052] audit: initializing netlink socket (disabled)\n[ 1.374863] type=2000 audit(1535855881.865:1): initialized\n[ 1.392156] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.394146] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.397011] zpool: loaded\n[ 1.398236] zbud: loaded\n[ 1.399619] VFS: Disk quotas dquot_6.5.2\n[ 1.401148] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.403311] msgmni has been set to 7578\n[ 1.404827] Key type big_key registered\n[ 1.407197] NET: Registered protocol family 38\n[ 1.408766] Key type asymmetric registered\n[ 1.410256] Asymmetric key parser 'x509' registered\n[ 1.411923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.414687] io scheduler noop registered\n[ 1.416153] io scheduler deadline registered (default)\n[ 1.431879] io scheduler cfq registered\n[ 1.433421] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.435222] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.437324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.440051] ACPI: Power Button [PWRF]\n[ 1.441639] GHES: HEST is not enabled!\n[ 1.443171] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.467405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.469793] Non-volatile memory driver v1.3\n[ 1.471346] Linux agpgart interface v0.103\n[ 1.472983] crash memory driver: version 1.1\n[ 1.474614] rdac: device handler registered\n[ 1.476217] hp_sw: device handler registered\n[ 1.477777] emc: device handler registered\n[ 1.479287] alua: device handler registered\n[ 1.480851] libphy: Fixed MDIO Bus: probed\n[ 1.482432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.484461] ehci-pci: EHCI PCI platform driver\n[ 1.486063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.488021] ohci-pci: OHCI PCI platform driver\n[ 1.489618] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.510134] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.511942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.514733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.516500] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.518451] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.520531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.523256] usb usb1: Product: UHCI Host Controller\n[ 1.524930] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.527047] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.528772] hub 1-0:1.0: USB hub found\n[ 1.530231] hub 1-0:1.0: 2 ports detected\n[ 1.531900] usbcore: registered new interface driver usbserial\n[ 1.533804] usbcore: registered new interface driver usbserial_generic\n[ 1.535841] usbserial: USB Serial support registered for generic\n[ 1.537812] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.541431] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.543147] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.544967] mousedev: PS/2 mouse device common for all mice\n[ 1.547133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.550356] rtc_cmos 00:00: RTC can wake from S4\n[ 1.551144] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.552886] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.558817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.560905] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.562966] cpuidle: using governor menu\n[ 1.564526] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.566411] usbcore: registered new interface driver usbhid\n[ 1.568258] usbhid: USB HID core driver\n[ 1.569778] drop_monitor: Initializing network drop monitor service\n[ 1.571819] TCP: cubic registered\n[ 1.573182] Initializing XFRM netlink socket\n[ 1.574862] NET: Registered protocol family 10\n[ 1.576721] NET: Registered protocol family 17\n[ 1.578534] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.580395] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.582328] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.585539] Loading compiled-in X.509 certificates\n[ 1.587225] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.590459] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.594140] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.597428] registered taskstats version 1\n[ 1.600958] Key type trusted registered\n[ 1.603771] Key type encrypted registered\n[ 1.606492] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.608753] rtc_cmos 00:00: setting system clock to 2018-09-02 02:38:02 UTC (1535855882)\n[ 1.612347] Freeing unused kernel memory: 1680k freed\n[ 1.618588] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.624218] systemd[1]: Detected virtualization kvm.\n[ 1.625924] systemd[1]: Detected architecture x86-64.\n[ 1.627649] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.630854] systemd[1]: No hostname configured.\n[ 1.632557] systemd[1]: Set hostname to .\n[ 1.634331] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.660006] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.662927] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.666856] systemd[1]: Reached target Paths.\n[ 1.668465] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.670935] systemd[1]: Reached target Timers.\n[ 1.672577] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.675029] systemd[1]: Reached target Swap.\n[ 1.676609] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.679178] systemd[1]: Created slice Root Slice.\n[ 1.680846] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.683527] systemd[1]: Created slice System Slice.\n[ 1.685239] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.687820] systemd[1]: Reached target Slices.\n[ 1.689423] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.692075] systemd[1]: Listening on udev Control Socket.\n[ 1.693899] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.696701] systemd[1]: Listening on Journal Socket.\n[ 1.698443] systemd[1]: Starting Journal Socket.\n[ 1.700458] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.703503] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.706545] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.710871] systemd[1]: Reached target Local File Systems.\n[ 1.712743] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.715619] systemd[1]: Listening on udev Kernel Socket.\n[ 1.717437] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.720154] systemd[1]: Reached target Sockets.\n[ 1.721793] systemd[1]: Starting Sockets.\n[ 1.723801] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Journal Service.\n[ 1.730110] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.784011] RPC: Registered named UNIX socket transport module.\n[ 1.785951] RPC: Registered udp transport module.\n[ 1.787549] RPC: Registered tcp transport module.\n[ 1.789179] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.833583] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.902145] FDC 0 is a S82078B\n[ 1.919248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.922705] scsi host0: ata_piix\n[ 1.924205] scsi host1: ata_piix\n[ 1.925581] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.927641] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.967703] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.974766] vda: vda1\n[ 1.986845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.988959] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.991139] usb 1-1: Product: QEMU USB Tablet\n[ 1.992739] usb 1-1: Manufacturer: QEMU\n[ 1.994287] usb 1-1: SerialNumber: 42\n[ 2.004997] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.008492] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.101291] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.104220] XFS (vda1): Mounting V4 Filesystem\n[ 2.128410] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.358008] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.368610] tsc: Refined TSC clocksource calibration: 3491.873 MHz\n[ 2.440425] SELinux: Disabled at runtime.\n[ 2.478602] type=1404 audit(1535855883.369:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.508756] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.510610] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.006127] systemd-journald[386]: Received request to flush runtime journal from PID 1\n[ 3.010304] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[ 3.156905] type=1305 audit(1535855884.047:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[ 3.267635] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.270048] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.282076] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m[ 3.295438] ppdev: user-space parallel port driver\n] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[ 3.306286] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.306287] [TTM] Initializing pool allocator\n[ 3.306288] [TTM] Initializing DMA pool allocator\n[ 3.306508] [drm] fb mappable at 0xFC000000\n[ 3.306508] [drm] vram aper at 0xFC000000\n[ 3.306508] [drm] size 33554432\n[ 3.306509] [drm] fb depth is 24\n[ 3.306509] [drm] pitch is 3072\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 3.354446] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.378352] Console: switching to colour frame buffer device 128x48\n[ 3.391202] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 3.395572] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n[ 3.561135] AES CTR mode by8 optimization enabled\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.569444] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.575437] alg: No test for crc32 (crc32-pclmul)\n[ 3.583246] intel_rapl: no valid rapl domains found in package 0\n[ 3.589902] intel_rapl: no valid rapl domains found in package 0\n[ 3.592516] intel_powerclamp: No package C-state available\n[ 3.598291] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.813275] cloud-init[490]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 02:38:05 +0000. Up 3.78 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.785140] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 02:38:07 +0000. Up 5.74 seconds.\n[ 5.806603] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.808965] cloud-init[804]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.811475] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.817969] cloud-init[804]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.824396] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.828543] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:a3:c7:32 |\n[ 5.834662] cloud-init[804]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.843014] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.852701] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.861035] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.868245] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.873647] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.879895] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.884171] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.891455] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 10.857588] cloud-init[3308]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 02:38:12 +0000. Up 10.80 seconds.\n[ 11.139841] cloud-init[3463]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 02:38:12 +0000. Up 11.09 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 6c:1a:e7:aa:3a:5b:c2:44:ea:51:20:28:1e:8b:1f:73 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 11.238197] cloud-init[3463]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 02:38:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.23 seconds\n"} 2018-09-02 02:38:14,779 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29/action used request id req-335e28e1-1ce5-48a7-a1ce-4e32d2044658 2018-09-02 02:38:14,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0812220573425s 2018-09-02 02:38:14,781 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29/action used request id req-335e28e1-1ce5-48a7-a1ce-4e32d2044658 2018-09-02 02:38:14,781 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1992256119 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.429514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.432623] pid_max: default: 32768 minimum: 301 [ 0.434305] Security Framework initialized [ 0.435864] SELinux: Initializing. [ 0.437540] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.444178] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.448214] Mount-cache hash table entries: 4096 [ 0.450187] Initializing cgroup subsys memory [ 0.451827] Initializing cgroup subsys devices [ 0.453470] Initializing cgroup subsys freezer [ 0.455099] Initializing cgroup subsys net_cls [ 0.456884] Initializing cgroup subsys blkio [ 0.458814] Initializing cgroup subsys perf_event [ 0.460884] Initializing cgroup subsys hugetlb [ 0.462866] Initializing cgroup subsys pids [ 0.464760] Initializing cgroup subsys net_prio [ 0.466860] CPU: Physical Processor ID: 0 [ 0.469429] mce: CPU supports 10 MCE banks [ 0.471331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473578] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475795] tlb_flushall_shift: 6 [ 0.477645] Freeing SMP alternatives: 28k freed [ 0.482391] ACPI: Core revision 20130517 [ 0.484663] ACPI: All ACPI Tables successfully acquired [ 0.487136] ftrace: allocating 25812 entries in 101 pages [ 0.510462] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.513086] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.515649] smpboot: Max logical packages: 2 [ 0.517853] Enabling x2apic [ 0.519346] Enabled x2apic [ 0.521116] Switched APIC routing to physical x2apic. [ 0.524609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.527137] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.531551] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.541284] KVM setup paravirtual spinlock [ 0.544504] smpboot: Booting Node 0, Processors #1 OK [ 0.547174] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.569194] Brought up 2 CPUs [ 0.569196] KVM setup async PF for cpu 1 [ 0.569199] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.574480] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.577952] devtmpfs: initialized [ 0.581251] EVM: security.selinux [ 0.582893] EVM: security.ima [ 0.584411] EVM: security.capability [ 0.586800] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.589166] pinctrl core: initialized pinctrl subsystem [ 0.591052] NET: Registered protocol family 16 [ 0.592859] ACPI: bus type PCI registered [ 0.594362] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.596456] PCI: Using configuration type 1 for base access [ 0.601678] ACPI: Added _OSI(Module Device) [ 0.603243] ACPI: Added _OSI(Processor Device) [ 0.604842] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.606481] ACPI: Added _OSI(Processor Aggregator Device) [ 0.609381] ACPI: Interpreter enabled [ 0.610828] ACPI: (supports S0 S5) [ 0.612188] ACPI: Using IOAPIC for interrupt routing [ 0.613885] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.618866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.620822] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.622911] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.624953] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.628713] acpiphp: Slot [3] registered [ 0.630206] acpiphp: Slot [4] registered [ 0.631705] acpiphp: Slot [5] registered [ 0.633201] acpiphp: Slot [6] registered [ 0.634690] acpiphp: Slot [7] registered [ 0.636174] acpiphp: Slot [8] registered [ 0.637664] acpiphp: Slot [9] registered [ 0.639149] acpiphp: Slot [10] registered [ 0.640663] acpiphp: Slot [11] registered [ 0.642178] acpiphp: Slot [12] registered [ 0.643689] acpiphp: Slot [13] registered [ 0.645192] acpiphp: Slot [14] registered [ 0.646698] acpiphp: Slot [15] registered [ 0.648211] acpiphp: Slot [16] registered [ 0.649717] acpiphp: Slot [17] registered [ 0.651227] acpiphp: Slot [18] registered [ 0.652732] acpiphp: Slot [19] registered [ 0.654245] acpiphp: Slot [20] registered [ 0.655764] acpiphp: Slot [21] registered [ 0.657271] acpiphp: Slot [22] registered [ 0.658777] acpiphp: Slot [23] registered [ 0.660326] acpiphp: Slot [24] registered [ 0.661853] acpiphp: Slot [25] registered [ 0.663361] acpiphp: Slot [26] registered [ 0.664878] acpiphp: Slot [27] registered [ 0.666385] acpiphp: Slot [28] registered [ 0.667902] acpiphp: Slot [29] registered [ 0.669404] acpiphp: Slot [30] registered [ 0.670910] acpiphp: Slot [31] registered [ 0.672410] PCI host bridge to bus 0000:00 [ 0.673917] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.675708] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.677771] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.679844] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.682595] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.685356] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.690994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.693127] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.695139] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.697272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.701520] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.704270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.728862] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.731336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.734024] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.736383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.738713] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.740908] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.743175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.746098] vgaarb: loaded [ 0.747322] vgaarb: bridge control possible 0000:00:02.0 [ 0.749311] SCSI subsystem initialized [ 0.750795] ACPI: bus type USB registered [ 0.752323] usbcore: registered new interface driver usbfs [ 0.754149] usbcore: registered new interface driver hub [ 0.755958] usbcore: registered new device driver usb [ 0.757911] PCI: Using ACPI for IRQ routing [ 0.759868] NetLabel: Initializing [ 0.761260] NetLabel: domain hash size = 128 [ 0.762831] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.764560] NetLabel: unlabeled traffic allowed by default [ 0.766562] Switched to clocksource kvm-clock [ 0.776712] pnp: PnP ACPI init [ 0.778044] ACPI: bus type PNP registered [ 0.779984] pnp: PnP ACPI: found 5 devices [ 0.781497] ACPI: bus type PNP unregistered [ 0.789711] NET: Registered protocol family 2 [ 0.791673] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.794671] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.797185] TCP: Hash tables configured (established 32768 bind 32768) [ 0.799336] TCP: reno registered [ 0.800661] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.802605] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804679] NET: Registered protocol family 1 [ 0.806259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.808135] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.809964] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.830471] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.851109] Unpacking initramfs... [ 1.349424] Freeing initrd memory: 37508k freed [ 1.359236] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.361303] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.365149] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.367149] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.369479] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.371449] Initialise system trusted keyring [ 1.373052] audit: initializing netlink socket (disabled) [ 1.374863] type=2000 audit(1535855881.865:1): initialized [ 1.392156] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.394146] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.397011] zpool: loaded [ 1.398236] zbud: loaded [ 1.399619] VFS: Disk quotas dquot_6.5.2 [ 1.401148] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.403311] msgmni has been set to 7578 [ 1.404827] Key type big_key registered [ 1.407197] NET: Registered protocol family 38 [ 1.408766] Key type asymmetric registered [ 1.410256] Asymmetric key parser 'x509' registered [ 1.411923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.414687] io scheduler noop registered [ 1.416153] io scheduler deadline registered (default) [ 1.431879] io scheduler cfq registered [ 1.433421] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.435222] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.437324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.440051] ACPI: Power Button [PWRF] [ 1.441639] GHES: HEST is not enabled! [ 1.443171] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.467405] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.469793] Non-volatile memory driver v1.3 [ 1.471346] Linux agpgart interface v0.103 [ 1.472983] crash memory driver: version 1.1 [ 1.474614] rdac: device handler registered [ 1.476217] hp_sw: device handler registered [ 1.477777] emc: device handler registered [ 1.479287] alua: device handler registered [ 1.480851] libphy: Fixed MDIO Bus: probed [ 1.482432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.484461] ehci-pci: EHCI PCI platform driver [ 1.486063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.488021] ohci-pci: OHCI PCI platform driver [ 1.489618] uhci_hcd: USB Universal Host Controller Interface driver [ 1.510134] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.511942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.514733] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.516500] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.518451] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.520531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.523256] usb usb1: Product: UHCI Host Controller [ 1.524930] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.527047] usb usb1: SerialNumber: 0000:00:01.2 [ 1.528772] hub 1-0:1.0: USB hub found [ 1.530231] hub 1-0:1.0: 2 ports detected [ 1.531900] usbcore: registered new interface driver usbserial [ 1.533804] usbcore: registered new interface driver usbserial_generic [ 1.535841] usbserial: USB Serial support registered for generic [ 1.537812] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.541431] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.543147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.544967] mousedev: PS/2 mouse device common for all mice [ 1.547133] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.550356] rtc_cmos 00:00: RTC can wake from S4 [ 1.551144] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.552886] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.558817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.560905] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.562966] cpuidle: using governor menu [ 1.564526] hidraw: raw HID events driver (C) Jiri Kosina [ 1.566411] usbcore: registered new interface driver usbhid [ 1.568258] usbhid: USB HID core driver [ 1.569778] drop_monitor: Initializing network drop monitor service [ 1.571819] TCP: cubic registered [ 1.573182] Initializing XFRM netlink socket [ 1.574862] NET: Registered protocol family 10 [ 1.576721] NET: Registered protocol family 17 [ 1.578534] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.580395] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.582328] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.585539] Loading compiled-in X.509 certificates [ 1.587225] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.590459] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.594140] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.597428] registered taskstats version 1 [ 1.600958] Key type trusted registered [ 1.603771] Key type encrypted registered [ 1.606492] IMA: No TPM chip found, activating TPM-bypass! [ 1.608753] rtc_cmos 00:00: setting system clock to 2018-09-02 02:38:02 UTC (1535855882) [ 1.612347] Freeing unused kernel memory: 1680k freed [ 1.618588] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.624218] systemd[1]: Detected virtualization kvm. [ 1.625924] systemd[1]: Detected architecture x86-64. [ 1.627649] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.630854] systemd[1]: No hostname configured. [ 1.632557] systemd[1]: Set hostname to . [ 1.634331] systemd[1]: Initializing machine ID from KVM UUID. [ 1.660006] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.662927] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.666856] systemd[1]: Reached target Paths. [ 1.668465] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.670935] systemd[1]: Reached target Timers. [ 1.672577] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.675029] systemd[1]: Reached target Swap. [ 1.676609] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.679178] systemd[1]: Created slice Root Slice. [ 1.680846] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.683527] systemd[1]: Created slice System Slice. [ 1.685239] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.687820] systemd[1]: Reached target Slices. [ 1.689423] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.692075] systemd[1]: Listening on udev Control Socket. [ 1.693899] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.696701] systemd[1]: Listening on Journal Socket. [ 1.698443] systemd[1]: Starting Journal Socket. [ 1.700458] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.703503] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.706545] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Local File Systems. [ 1.710871] systemd[1]: Reached target Local File Systems. [ 1.712743] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.715619] systemd[1]: Listening on udev Kernel Socket. [ 1.717437] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.720154] systemd[1]: Reached target Sockets. [ 1.721793] systemd[1]: Starting Sockets. [ 1.723801] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Journal Service. [ 1.730110] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.784011] RPC: Registered named UNIX socket transport module. [ 1.785951] RPC: Registered udp transport module. [ 1.787549] RPC: Registered tcp transport module. [ 1.789179] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.833583] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.902145] FDC 0 is a S82078B [ 1.919248] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.922705] scsi host0: ata_piix [ 1.924205] scsi host1: ata_piix [ 1.925581] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.927641] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.967703] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.974766] vda: vda1 [ 1.986845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.988959] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.991139] usb 1-1: Product: QEMU USB Tablet [ 1.992739] usb 1-1: Manufacturer: QEMU [ 1.994287] usb 1-1: SerialNumber: 42 [ 2.004997] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.008492] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.101291] SGI XFS with ACLs, security attributes, no debug enabled [ 2.104220] XFS (vda1): Mounting V4 Filesystem [ 2.128410] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.358008] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.368610] tsc: Refined TSC clocksource calibration: 3491.873 MHz [ 2.440425] SELinux: Disabled at runtime. [ 2.478602] type=1404 audit(1535855883.369:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.508756] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.510610] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 3.006127] systemd-journald[386]: Received request to flush runtime journal from PID 1 [ 3.010304] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started udev Kernel Device Manager. [ 3.156905] type=1305 audit(1535855884.047:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [ 3.267635] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.270048] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.282076] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m[ 3.295438] ppdev: user-space parallel port driver ] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [ 3.306286] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.306287] [TTM] Initializing pool allocator [ 3.306288] [TTM] Initializing DMA pool allocator [ 3.306508] [drm] fb mappable at 0xFC000000 [ 3.306508] [drm] vram aper at 0xFC000000 [ 3.306508] [drm] size 33554432 [ 3.306509] [drm] fb depth is 24 [ 3.306509] [drm] pitch is 3072 [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 3.354446] fbcon: cirrusdrmfb (fb0) is primary device [ 3.378352] Console: switching to colour frame buffer device 128x48 [ 3.391202] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 3.395572] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... Starting NTP client/server... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. [ 3.561135] AES CTR mode by8 optimization enabled Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.569444] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.575437] alg: No test for crc32 (crc32-pclmul) [ 3.583246] intel_rapl: no valid rapl domains found in package 0 [ 3.589902] intel_rapl: no valid rapl domains found in package 0 [ 3.592516] intel_powerclamp: No package C-state available [ 3.598291] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.813275] cloud-init[490]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 02:38:05 +0000. Up 3.78 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [ 5.785140] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 02:38:07 +0000. Up 5.74 seconds. [ 5.806603] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.808965] cloud-init[804]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.811475] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.817969] cloud-init[804]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.824396] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.828543] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:a3:c7:32 | [ 5.834662] cloud-init[804]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.843014] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.852701] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.861035] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.868245] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.873647] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.879895] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.884171] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.891455] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.857588] cloud-init[3308]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 02:38:12 +0000. Up 10.80 seconds. [ 11.139841] cloud-init[3463]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 02:38:12 +0000. Up 11.09 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 6c:1a:e7:aa:3a:5b:c2:44:ea:51:20:28:1e:8b:1f:73 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 11.238197] cloud-init[3463]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 02:38:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.23 seconds 2018-09-02 02:38:14,786 - paramiko.transport - DEBUG - starting thread (client mode): 0xec6dbed0L 2018-09-02 02:38:14,786 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 02:38:14,805 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-02 02:38:14,806 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-02 02:38:14,832 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 02:38:14,833 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 02:38:14,833 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 02:38:14,833 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 02:38:14,833 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 02:38:14,833 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 02:38:14,839 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 02:38:14,840 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 02:38:14,849 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-02 02:38:14,851 - paramiko.transport - DEBUG - Trying discovered key 6c1ae7aa3a5bc244ea5120281e8b1f73 in /tmp/tmpz33dc5 2018-09-02 02:38:14,893 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 02:38:14,951 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 02:38:14,952 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-02 02:38:14,952 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-02 02:38:14,953 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-02 02:38:14,954 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-09-02 02:38:15,258 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:15,258 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:15,258 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:15,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 810, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4234, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 1937, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4230, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 903, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 860, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 833, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4227, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 935, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:15 GMT 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-09-02 02:38:15,259 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:15,260 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 810, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 4234, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1937, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4230, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 903, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 860, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 833, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4227, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 935, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-09-02 02:38:15,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-09-02 02:38:15,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 810, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4234, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 1937, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4230, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 903, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 860, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 833, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4227, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 935, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:15,421 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:15 GMT 2018-09-02 02:38:15,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:15,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-09-02 02:38:15,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:15,422 - functest.core.cloudify - INFO - The current manager status is running 2018-09-02 02:38:15,423 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-02 02:38:15,781 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:15.549Z", "updated_at": "2018-09-02T02:38:15.549Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 02:38:15,782 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:15,783 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:15 GMT 2018-09-02 02:38:15,783 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:15,783 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 02:38:15,783 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:15,783 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-09-02 02:38:15,857 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:15,857 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:15,857 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:15,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:15,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:15,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:15,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:15,858 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:15.549Z", "updated_at": "2018-09-02T02:38:15.549Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 02:38:15,858 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:15,858 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:15 GMT 2018-09-02 02:38:15,858 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:15,858 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-02 02:38:15,858 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:15,858 - functest.core.cloudify - DEBUG - List secrets: 2018-09-02 02:38:15,859 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-09-02 02:38:15,931 - functest.core.cloudify - INFO - try 1: Cloudify Manager isn't up and running 2018-09-02 02:38:45,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:46,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4496, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4500, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 10079, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10669, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 903, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8846, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8863, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10668, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4481, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 02:38:46,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:46,269 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:46 GMT 2018-09-02 02:38:46,269 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:46,269 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2396 2018-09-02 02:38:46,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:46,269 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4496, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 4500, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 10079, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 10669, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 903, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 8846, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 8863, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 10668, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4481, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-09-02 02:38:46,270 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-09-02 02:38:46,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:46,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:46,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4496, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4500, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 10079, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10669, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 903, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8846, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8863, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10668, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4481, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:46 GMT 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2396 2018-09-02 02:38:46,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:46,525 - functest.core.cloudify - INFO - The current manager status is running 2018-09-02 02:38:46,525 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-02 02:38:46,649 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:46,649 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:46.612Z", "updated_at": "2018-09-02T02:38:46.612Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 02:38:46,650 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:46,651 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:46 GMT 2018-09-02 02:38:46,651 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:46,651 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 02:38:46,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:46,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-09-02 02:38:46,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:46.612Z", "updated_at": "2018-09-02T02:38:46.612Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:46,789 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:46 GMT 2018-09-02 02:38:46,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:46,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-02 02:38:46,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:46,790 - functest.core.cloudify - DEBUG - List secrets: 2018-09-02 02:38:46,790 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-09-02 02:38:46,850 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:46,850 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:46.612Z", "updated_at": "2018-09-02T02:38:46.612Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:46,851 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:46 GMT 2018-09-02 02:38:46,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:46,852 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 02:38:46,852 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:46,852 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-02 02:38:46,852 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-02 02:38:46,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:38:46,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:38:47,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc475322-ce9a-44e9-9a34-6e76b2967ea6 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860"}, "tags": [], "enabled": true, "id": "9b87d97cd56147dab3bf1ab668ff1860", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}]} 2018-09-02 02:38:47,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-bc475322-ce9a-44e9-9a34-6e76b2967ea6 2018-09-02 02:38:47,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186202049255s 2018-09-02 02:38:47,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-bc475322-ce9a-44e9-9a34-6e76b2967ea6 2018-09-02 02:38:47,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-09-02 02:38:47,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/quotas/9b87d97cd56147dab3bf1ab668ff1860.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-09-02 02:38:47,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-e68305b8-7de2-407b-a5af-ddc8aa0fd9b8 Date: Sun, 02 Sep 2018 02:38:47 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-09-02 02:38:47,783 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/quotas/9b87d97cd56147dab3bf1ab668ff1860.json used request id req-e68305b8-7de2-407b-a5af-ddc8aa0fd9b8 2018-09-02 02:38:47,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.733411073685s 2018-09-02 02:38:47,783 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/quotas/9b87d97cd56147dab3bf1ab668ff1860.json used request id req-e68305b8-7de2-407b-a5af-ddc8aa0fd9b8 2018-09-02 02:38:47,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-09-02 02:38:47,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 02:38:47,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:38:47,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d15e3dba-2ee8-42c7-a1d3-a92ddbd5d035 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-09-02 02:38:47,797 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-d15e3dba-2ee8-42c7-a1d3-a92ddbd5d035 2018-09-02 02:38:47,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:38:47,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3501145a-359e-4b41-a3a6-37fb47f2e528 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/03152272519047e784ab64998f146247"}, "enabled": true, "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/0d0850de8d204c008ffb4a0fb6aa9104"}, "enabled": true, "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10744d919fbe40deb763abfef73d2d06"}, "enabled": true, "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/1af778801bdb49ae81cc8bf03c6bbca9"}, "enabled": true, "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2acdfcdb9efa43698c4419fa6956f5b7"}, "enabled": true, "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5b6e76c0258d47f0b72d6d0f32ce7841"}, "enabled": true, "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/61d0e1fef8ca467fa3769dc41e745f71"}, "enabled": true, "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/7f3de4cf645c4538b8e2e7adc9f8c335"}, "enabled": true, "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/8da63989a85547e4a80290fc36054ef4"}, "enabled": true, "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c2b31f315999459fa3090b9800767f6a"}, "enabled": true, "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c9e3e32b1a0540789fa5dd352e30a282"}, "enabled": true, "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/cdd787984fe345699bf94ca5a969b22f"}, "enabled": true, "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d11d4b2866254421ad8e93e7897da2e6"}, "enabled": true, "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d71ddc6bbdaa4d2fac7e2fc72951ad40"}, "enabled": true, "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e0c9b76b259b4b2f8789e6a388d9c161"}, "enabled": true, "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-09-02 02:38:47,972 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-3501145a-359e-4b41-a3a6-37fb47f2e528 2018-09-02 02:38:47,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.184397935867s 2018-09-02 02:38:47,972 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-3501145a-359e-4b41-a3a6-37fb47f2e528 2018-09-02 02:38:47,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 02:38:47,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:38:48,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-524cfe21-437d-42e6-87db-7ce6644fa38a Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/01a171edb01147e5b0a521358fb32652"}, "url": "http://172.30.9.38:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "01a171edb01147e5b0a521358fb32652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/059b66e5c6c34410879e05f33ec0509c"}, "url": "http://172.30.9.38:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "03152272519047e784ab64998f146247", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/0f6aa7c97fc942668a4941db86c160bf"}, "url": "http://172.30.9.38:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/12cfdb616be04444a09def77d132758e"}, "url": "http://12.0.0.36:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "12cfdb616be04444a09def77d132758e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/149df4350e09482ca98f69cd8176785a"}, "url": "http://12.0.0.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "149df4350e09482ca98f69cd8176785a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/174eded9b7694ef9b371a1415555cab5"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "174eded9b7694ef9b371a1415555cab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/18d0e37ae8624d1f9a7d944e170790f6"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/20d8610febbc434abce8924d470a8600"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "20d8610febbc434abce8924d470a8600"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2598d05fe7ef43e8b18781d66656b9b3"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2c9d13e7ee124e699962336497c75f2e"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2d5e059c02dc476192ddca6e7e0347b5"}, "url": "http://172.30.9.38:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2fbd5922f55b4ff9bc6863cc41a92182"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/3084b4f84dd24e0b84cca02e6914932e"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/40bed19623a940598639ae2560554b93"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "40bed19623a940598639ae2560554b93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4afcb44242dc4eabb426e83cc74fd875"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "03152272519047e784ab64998f146247", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4e659f25030f4a6b96404f149c3c281c"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/52320c3072b1498b8ac0823b4de6db64"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "52320c3072b1498b8ac0823b4de6db64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/53180d77552841ada15d87b8d68550e9"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "53180d77552841ada15d87b8d68550e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/5915d8ba61fa45e89fb513957a463fb8"}, "url": "http://172.30.9.38:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6273d35e59ab4311ae3982eee17c2985"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/66955fe9d9b64eac91cdd6b4569a7958"}, "url": "http://172.30.9.38:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6bde690667f743b18a6e0d7484a0b14e"}, "url": "http://172.30.9.38:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6ea7bb772a9f471da3647da4300a9d54"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/75942e34108e4924b75f0b93b318ff60"}, "url": "http://172.30.9.38:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "75942e34108e4924b75f0b93b318ff60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/8b58f690a9194b97886d6e69886fc75b"}, "url": "http://172.30.9.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "8b58f690a9194b97886d6e69886fc75b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/9497dcd3d91e46dfae7a732ad24a9dd4"}, "url": "http://172.30.9.38:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/98e2e574c3b943e2a727bb71556ff07e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/a58e3c0d035740acbb6085989a0034d2"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/aeee9c6233cf42db87188253f9be884f"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "03152272519047e784ab64998f146247", "id": "aeee9c6233cf42db87188253f9be884f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b101e53616fc4701b83cd9c4a72a2152"}, "url": "http://172.30.9.38:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b2fc63bbea9e4f79a8c5674eff9239f4"}, "url": "http://172.30.9.38:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/c9b19882ea5347c0b7b2b1554e463040"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/cbd24ae7336a472ba280179deedbb81f"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "cbd24ae7336a472ba280179deedbb81f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e47a066f3aa2456b8ed21962817c619a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "e47a066f3aa2456b8ed21962817c619a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e6b46c4ded3d4939aff885341394114f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "e6b46c4ded3d4939aff885341394114f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e703bb2fd08b48ee9448e805519cec79"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "e703bb2fd08b48ee9448e805519cec79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/ed42944e1b51403f8682356214f7becb"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "ed42944e1b51403f8682356214f7becb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f0c5843a2de94bd9a46d37331bfa4b07"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f337beb8c2f04455b3ecc387f26f6eaf"}, "url": "http://172.30.9.38:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f93a6cfd3c384a7d977b3c517ee5f18d"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fc6a184db39e497791f0bf77edc1a817"}, "url": "http://172.30.9.38:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "fc6a184db39e497791f0bf77edc1a817"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fea51e19760544889a6d3b919103d993"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "fea51e19760544889a6d3b919103d993"}], "links": {"self": "http://172.30.9.38:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 02:38:48,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-524cfe21-437d-42e6-87db-7ce6644fa38a 2018-09-02 02:38:48,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.183908939362s 2018-09-02 02:38:48,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-524cfe21-437d-42e6-87db-7ce6644fa38a 2018-09-02 02:38:48,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'd4ad3ec9-d1fe-4c5b-b757-52787a6dfb19', 'keystone_tenant_name': u'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.38:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672', 'project_domain_name': 'Default'} 2018-09-02 02:38:48,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-09-02 02:38:48,228 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,228 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-09-02 02:38:48,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,230 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "d4ad3ec9-d1fe-4c5b-b757-52787a6dfb19"} 2018-09-02 02:38:48,289 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:48.275Z", "updated_at": "2018-09-02T02:38:48.275Z", "created_by": "admin", "private_resource": false, "value": "d4ad3ec9-d1fe-4c5b-b757-52787a6dfb19", "key": "keystone_password"} 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,290 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-09-02 02:38:48,291 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,291 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672"} 2018-09-02 02:38:48,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:48.371Z", "updated_at": "2018-09-02T02:38:48.371Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672", "key": "keystone_tenant_name"} 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-09-02 02:38:48,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,392 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-09-02 02:38:48,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:48.437Z", "updated_at": "2018-09-02T02:38:48.437Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-09-02 02:38:48,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,452 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.38:5000"} 2018-09-02 02:38:48,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,507 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,507 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:48.494Z", "updated_at": "2018-09-02T02:38:48.494Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.38:5000", "key": "keystone_url"} 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-09-02 02:38:48,508 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,509 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,564 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-09-02 02:38:48,565 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:48.551Z", "updated_at": "2018-09-02T02:38:48.551Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-09-02 02:38:48,565 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,565 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-09-02 02:38:48,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,565 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672"} 2018-09-02 02:38:48,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:48.608Z", "updated_at": "2018-09-02T02:38:48.608Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672", "key": "keystone_username"} 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,622 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-09-02 02:38:48,678 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:38:48,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T02:38:48.665Z", "updated_at": "2018-09-02T02:38:48.665Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:38:48 GMT 2018-09-02 02:38:48,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:38:48,680 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-09-02 02:38:48,680 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:38:48,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-09-02 02:38:48,681 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 02:38:48,682 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 02:38:48,683 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 02:38:48,688 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 02:38:48,722 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 02:38:48,723 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 02:38:48,724 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 02:38:48,764 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-02 02:38:48,764 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 02:38:48,789 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 02:39:24,294 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 02:39:24,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.s.uw.edu * extras: linux.mirrors.es.net * updates: mirrors.syringanetworks.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 4.0 MB/s | 54 MB 00:13 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-09-02 02:39:24,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-09-02 02:39:24,296 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 02:39:24,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:39:24,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:39:24,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-307883fe-5ff5-4275-ad1d-b624c881acf4 Date: Sun, 02 Sep 2018 02:39:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "49416301-5f42-4bfe-aeae-ffdc9c1c7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "61bee467-d6f6-4660-98c3-9fd8d7e7a143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 443, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "73507480-7310-49e7-b751-4c41be92c699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "987c2471-e53d-40f2-8132-750bfbacffe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "cb992eaa-a3ea-46c8-b063-b668ee2a065e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "efdcfb59-706f-40af-b22a-5df8069e9c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 7, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:33:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 1, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:39:24,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-307883fe-5ff5-4275-ad1d-b624c881acf4 2018-09-02 02:39:24,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0729010105133s 2018-09-02 02:39:24,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-307883fe-5ff5-4275-ad1d-b624c881acf4 2018-09-02 02:39:24,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 02:39:24,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 22, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 22, "ethertype": "IPv4", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb"}}' 2018-09-02 02:39:24,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8d374f5b-30e1-4dbb-b45c-d75560ed121f Date: Sun, 02 Sep 2018 02:39:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T02:39:24Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "port_range_min": 22, "revision_number": 0, "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:39:24Z", "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "09a26a3b-55c4-47d9-a63e-7de961eeaee2"}} 2018-09-02 02:39:24,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-8d374f5b-30e1-4dbb-b45c-d75560ed121f 2018-09-02 02:39:24,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.134164094925s 2018-09-02 02:39:24,512 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-8d374f5b-30e1-4dbb-b45c-d75560ed121f 2018-09-02 02:39:24,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-09-02 02:39:24,574 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-09-02 02:39:27,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:27,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:27,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:27,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:27,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:27,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:27,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:27,249 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-09-02 02:39:27,250 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:27.194Z", "updated_at": "2018-09-02T02:39:27.194Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-09-02 02:39:27,252 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:27,252 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:27 GMT 2018-09-02 02:39:27,252 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:27,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-09-02 02:39:27,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:27,280 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 02:39:29,899 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 02:39:29,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:39:29,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:39:30,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-29ee2df4-561f-4df8-a9f7-e77c703d9c85 Date: Sun, 02 Sep 2018 02:39:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:35:31Z", "file": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "size": 4373348352, "self": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:34:28Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:39:30,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-29ee2df4-561f-4df8-a9f7-e77c703d9c85 2018-09-02 02:39:30,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274407863617s 2018-09-02 02:39:30,177 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-29ee2df4-561f-4df8-a9f7-e77c703d9c85 2018-09-02 02:39:30,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 02:39:30,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672"}' 2018-09-02 02:39:30,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/db4eecae-4f9c-4851-b595-4baedf795261 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98b28ce1-ec62-4f3d-87d5-3efc37612f97 Date: Sun, 02 Sep 2018 02:39:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:39:30Z", "file": "/v2/images/db4eecae-4f9c-4851-b595-4baedf795261/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "db4eecae-4f9c-4851-b595-4baedf795261", "size": null, "self": "/v2/images/db4eecae-4f9c-4851-b595-4baedf795261", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": null, "created_at": "2018-09-02T02:39:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 02:39:30,234 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-98b28ce1-ec62-4f3d-87d5-3efc37612f97 2018-09-02 02:39:30,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.047080039978s 2018-09-02 02:39:30,234 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-98b28ce1-ec62-4f3d-87d5-3efc37612f97 returning object db4eecae-4f9c-4851-b595-4baedf795261 2018-09-02 02:39:30,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 02:39:30,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/db4eecae-4f9c-4851-b595-4baedf795261/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '' 2018-09-02 02:39:34,222 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aca488ed-20e3-46d5-b3d4-2d334a9e212b Date: Sun, 02 Sep 2018 02:39:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:39:34,223 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/db4eecae-4f9c-4851-b595-4baedf795261/file used request id req-aca488ed-20e3-46d5-b3d4-2d334a9e212b 2018-09-02 02:39:34,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.98843598366s 2018-09-02 02:39:34,224 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/db4eecae-4f9c-4851-b595-4baedf795261/file used request id req-aca488ed-20e3-46d5-b3d4-2d334a9e212b 2018-09-02 02:39:34,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:39:34,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:39:34,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-54cc02f2-1e0d-4258-8e19-ade82ee5bc37 Date: Sun, 02 Sep 2018 02:39:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:39:34Z", "file": "/v2/images/db4eecae-4f9c-4851-b595-4baedf795261/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "db4eecae-4f9c-4851-b595-4baedf795261", "size": 263193088, "self": "/v2/images/db4eecae-4f9c-4851-b595-4baedf795261", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db4eecae-4f9c-4851-b595-4baedf795261/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db4eecae-4f9c-4851-b595-4baedf795261/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:39:30Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:35:31Z", "file": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "size": 4373348352, "self": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:34:28Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:39:34,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-54cc02f2-1e0d-4258-8e19-ade82ee5bc37 2018-09-02 02:39:34,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0664532184601s 2018-09-02 02:39:34,295 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-54cc02f2-1e0d-4258-8e19-ade82ee5bc37 2018-09-02 02:39:34,297 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db4eecae-4f9c-4851-b595-4baedf795261/snap', u'metadata': Munch({})})], 'file': u'/v2/images/db4eecae-4f9c-4851-b595-4baedf795261/file', 'owner': u'9b87d97cd56147dab3bf1ab668ff1860', 'id': u'db4eecae-4f9c-4851-b595-4baedf795261', 'size': 263193088, u'self': u'/v2/images/db4eecae-4f9c-4851-b595-4baedf795261', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9b87d97cd56147dab3bf1ab668ff1860', 'name': 'cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/db4eecae-4f9c-4851-b595-4baedf795261/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T02:39:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T02:39:34Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/db4eecae-4f9c-4851-b595-4baedf795261', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672', 'created': u'2018-09-02T02:39:30Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T02:39:30Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/db4eecae-4f9c-4851-b595-4baedf795261', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_5c1cef58-5583-44ee-889e-be9f95110672', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 02:39:34,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 02:39:34,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_5c1cef58-5583-44ee-889e-be9f95110672", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-09-02 02:39:34,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:39:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e42d8287-6456-4492-a14f-a5c77f3cf661 x-compute-request-id: req-e42d8287-6456-4492-a14f-a5c77f3cf661 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_5c1cef58-5583-44ee-889e-be9f95110672", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f73d4f43-23aa-498a-bf74-5b6c5beb4a56"}} 2018-09-02 02:39:34,339 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e42d8287-6456-4492-a14f-a5c77f3cf661 2018-09-02 02:39:34,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0403130054474s 2018-09-02 02:39:34,339 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-e42d8287-6456-4492-a14f-a5c77f3cf661 2018-09-02 02:39:34,340 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_5c1cef58-5583-44ee-889e-be9f95110672', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 25, 'id': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56', 'swap': 0}) 2018-09-02 02:39:34,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 02:39:34,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" -d '{"extra_specs": {}}' 2018-09-02 02:39:34,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:39:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95dfef38-c7db-45ba-9c61-3250d4a797cb x-compute-request-id: req-95dfef38-c7db-45ba-9c61-3250d4a797cb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 02:39:34,360 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56/os-extra_specs used request id req-95dfef38-c7db-45ba-9c61-3250d4a797cb 2018-09-02 02:39:34,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0193529129028s 2018-09-02 02:39:34,360 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56/os-extra_specs used request id req-95dfef38-c7db-45ba-9c61-3250d4a797cb 2018-09-02 02:39:34,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-09-02 02:39:34,361 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "db4eecae-4f9c-4851-b595-4baedf795261", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "bono_cluster_size": 1, "flavor_id": "f73d4f43-23aa-498a-bf74-5b6c5beb4a56", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-09-02 02:39:35,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:35,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "db4eecae-4f9c-4851-b595-4baedf795261", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "bono_cluster_size": 1, "flavor_id": "f73d4f43-23aa-498a-bf74-5b6c5beb4a56", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:34.603Z", "updated_at": "2018-09-02T02:39:34.603Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-09-02 02:39:35,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:35,514 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:35 GMT 2018-09-02 02:39:35,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:35,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-09-02 02:39:35,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:35,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-09-02 02:39:35,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:35,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:35,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:35,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:35,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:35,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:35,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:35,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 02:39:35,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:35,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:35 GMT 2018-09-02 02:39:35,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:35,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-09-02 02:39:35,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:35,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:39:35,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:35,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:35,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:35,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:35,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:35,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:35,663 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:35,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 02:39:35,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:35,664 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:35 GMT 2018-09-02 02:39:35,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:35,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 02:39:35,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:35,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:39:35,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:35,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:35,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:35,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:35,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:35,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:35,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:35,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:39:35,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:35,728 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:35 GMT 2018-09-02 02:39:35,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:35,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 02:39:35,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:40,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:39:40,793 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:40,793 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:40,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:40,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:40,793 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:36.400Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:36.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:36.600Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:36.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:36.760Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:36.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:37.610Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:37.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:37.610Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:37.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:37.621Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:37.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:37.621Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:37.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:37.621Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:37.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:37.621Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:37.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:38.627Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpQW7SJA --prefix=\"/tmp/openstack-zw4EX3\" --constraint=\"/tmp/openstack-zw4EX3/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:39:38.627Z", "message": "Installing from directory: /tmp/tmpQW7SJA [args=--prefix=\"/tmp/openstack-zw4EX3\" --constraint=\"/tmp/openstack-zw4EX3/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:39:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:40 GMT 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-09-02 02:39:40,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:40,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-09-02 02:39:40,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-09-02 02:39:40,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-09-02 02:39:40,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:39:40,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:39:40,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-09-02 02:39:40,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:39:40,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-09-02 02:39:40,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-09-02 02:39:40,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpQW7SJA --prefix="/tmp/openstack-zw4EX3" --constraint="/tmp/openstack-zw4EX3/constraint.txt" 2018-09-02 02:39:40,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpQW7SJA [args=--prefix="/tmp/openstack-zw4EX3" --constraint="/tmp/openstack-zw4EX3/constraint.txt", package_name=cloudify-openstack-plugin] 2018-09-02 02:39:40,797 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:40,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:39:40,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:40,908 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:40 GMT 2018-09-02 02:39:40,908 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:40,908 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 02:39:40,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:45,910 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:39:45,980 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:45,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:45,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:45,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:45,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:45,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:45 GMT 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:45,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:39:46,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:46,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:46,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:46 GMT 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:46,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 02:39:46,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:51,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:39:51,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:51,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:51,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:51 GMT 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:51,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 02:39:51,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:51,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:39:51,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:51,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:51,184 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:51 GMT 2018-09-02 02:39:51,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:51,185 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 02:39:51,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:56,190 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:39:56,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:56,260 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:56 GMT 2018-09-02 02:39:56,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:56,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 02:39:56,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:39:56,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:39:56,358 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:39:56,358 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:39:56,358 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:39:56,358 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:39:56 GMT 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 02:39:56,359 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:01,365 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:01,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:01,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:01,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:01,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:01,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:01,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:01,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:01,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 02:40:01,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:01,428 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:01 GMT 2018-09-02 02:40:01,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:01,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 02:40:01,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:01,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:40:01,485 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:01,485 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:01 GMT 2018-09-02 02:40:01,486 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:01,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 02:40:01,487 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:06,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:06,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 02:40:06,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:06,560 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:06 GMT 2018-09-02 02:40:06,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:06,560 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 02:40:06,560 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:06,560 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:40:06,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:06,622 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:06 GMT 2018-09-02 02:40:06,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:06,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 02:40:06,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:11,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:11,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:07.029Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:07.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:07.648Z", "message": "Removing directory: /tmp/tmpQW7SJA", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:07.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004", "logger": "951bc35f-de76-452c-b392-531d79a9b3cf"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:08.016Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:08.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:08.641Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:08.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:08.641Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:08.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:08.641Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:08.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-09-02 02:40:11,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:11,692 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:11 GMT 2018-09-02 02:40:11,692 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:11,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3027 2018-09-02 02:40:11,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:11,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-09-02 02:40:11,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpQW7SJA 2018-09-02 02:40:11,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:40:11,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-09-02 02:40:11,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-09-02 02:40:11,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-09-02 02:40:11,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/86ca969c-fbf2-4897-b4d7-85704fbef004 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:11,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"} 2018-09-02 02:40:11,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:11,752 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:11 GMT 2018-09-02 02:40:11,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:11,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-09-02 02:40:11,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:11,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-09-02 02:40:11,753 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-09-02 02:40:11,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:11,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:11,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:11,917 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:11,917 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:11,917 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:11,917 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:11 GMT 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:11,918 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:11,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:11,982 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:11 GMT 2018-09-02 02:40:11,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:11,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 02:40:11,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:11,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:12,051 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:12,051 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:12,051 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:12,051 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:12,051 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:12 GMT 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:12,052 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:17,058 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:17,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:17,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:17,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:12.534Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:12.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:13.802Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:13.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.947Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_security_group_v8be0p", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:15.954Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:15.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9b72037-d3ac-49c1-af13-6fcf93cbd420"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "ellis_security_group_i8rgi0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "11effb15-0c44-4ad5-948c-2c6673955322"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "086a9ddf-6718-4608-96bb-26f556439c12"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "086a9ddf-6718-4608-96bb-26f556439c12"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "086a9ddf-6718-4608-96bb-26f556439c12"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "ellis_security_group_i8rgi0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "11effb15-0c44-4ad5-948c-2c6673955322"}, {"node_instance_id": "sprout_security_group_v8be0p", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9b72037-d3ac-49c1-af13-6fcf93cbd420"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "ellis_security_group_i8rgi0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "11effb15-0c44-4ad5-948c-2c6673955322"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "086a9ddf-6718-4608-96bb-26f556439c12"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "086a9ddf-6718-4608-96bb-26f556439c12"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "086a9ddf-6718-4608-96bb-26f556439c12"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "ellis_security_group_i8rgi0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "11effb15-0c44-4ad5-948c-2c6673955322"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.717Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e9a3e8df-c77e-486a-9070-cf188941f8e2"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "keypair_0hwsml", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 60, "offset": 0, "size": 50}}} 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:17 GMT 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:17,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29975 2018-09-02 02:40:17,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:17,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-09-02 02:40:17,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 02:40:17,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:17,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:17,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:17,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:17,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-09-02 02:40:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-09-02 02:40:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-09-02 02:40:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-09-02 02:40:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-09-02 02:40:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-09-02 02:40:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-09-02 02:40:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-09-02 02:40:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-09-02 02:40:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-09-02 02:40:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-09-02 02:40:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-09-02 02:40:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-09-02 02:40:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-09-02 02:40:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 02:40:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 02:40:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:17,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:17,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:17,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:17,189 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:17,189 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:17,189 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:17,189 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:17,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:17,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:17,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:17,190 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:17 GMT 2018-09-02 02:40:17,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:17,190 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:17,190 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:22,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:22,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:22,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:22,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:22,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:22,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_cpe92d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "keypair_0hwsml", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:16.970Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:16.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_floatingip_yfj45d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:18.940Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:40:18Z', u'updated_at': u'2018-09-02T02:40:18Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'port_id': None, u'id': u'5f06833f-efa0-4ee3-ae63-51ddd0cc49c8', u'qos_policy_id': None}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:18.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dbcab3c2-79b0-4e54-bffc-1e06056134f1"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:19.098Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:19.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:19.945Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:19.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:19.945Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:19.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:20.058Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:20.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:20.058Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:20.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:20.058Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:20.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:20.058Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:20.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.057Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.089Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.089Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.089Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.089Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.089Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:21.089Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:21.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_security_group_cpe92d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24fe1643-bf76-49e2-8556-13b99a07f8db"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "dime_security_group_p4dvjz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "176b89c7-690e-4a76-946a-c738483b740e"}, {"node_instance_id": "homer_security_group_he77l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "04c7e6be-3910-43e7-be8c-7090cd56d484"}, {"node_instance_id": "dime_security_group_p4dvjz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "176b89c7-690e-4a76-946a-c738483b740e"}, {"node_instance_id": "dime_security_group_p4dvjz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "176b89c7-690e-4a76-946a-c738483b740e"}, {"node_instance_id": "homer_security_group_he77l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "04c7e6be-3910-43e7-be8c-7090cd56d484"}, {"node_instance_id": "bind_security_group_cpe92d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24fe1643-bf76-49e2-8556-13b99a07f8db"}, {"node_instance_id": "bind_security_group_cpe92d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24fe1643-bf76-49e2-8556-13b99a07f8db"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "fff1f90c-ddb8-4744-9deb-b89b4aab6e8d"}, {"node_instance_id": "dime_security_group_p4dvjz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "176b89c7-690e-4a76-946a-c738483b740e"}, {"node_instance_id": "homer_security_group_he77l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "04c7e6be-3910-43e7-be8c-7090cd56d484"}, {"node_instance_id": "dime_security_group_p4dvjz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "176b89c7-690e-4a76-946a-c738483b740e"}, {"node_instance_id": "dime_security_group_p4dvjz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "176b89c7-690e-4a76-946a-c738483b740e"}, {"node_instance_id": "homer_security_group_he77l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "04c7e6be-3910-43e7-be8c-7090cd56d484"}, {"node_instance_id": "bind_security_group_cpe92d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.108Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24fe1643-bf76-49e2-8556-13b99a07f8db"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 106, "offset": 50, "size": 50}}} 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:22 GMT 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30815 2018-09-02 02:40:22,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:22,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-09-02 02:40:22,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 02:40:22,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:40:18Z', u'updated_at': u'2018-09-02T02:40:18Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'port_id': None, u'id': u'5f06833f-efa0-4ee3-ae63-51ddd0cc49c8', u'qos_policy_id': None} 2018-09-02 02:40:22,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 02:40:22,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-09-02 02:40:22,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:22,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-09-02 02:40:22,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-09-02 02:40:22,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-09-02 02:40:22,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-09-02 02:40:22,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:22,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:22,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 02:40:22,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:22,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:22,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-09-02 02:40:22,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-09-02 02:40:22,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-09-02 02:40:22,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-09-02 02:40:22,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-09-02 02:40:22,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-09-02 02:40:22,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-09-02 02:40:22,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-09-02 02:40:22,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:22,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:22,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:22,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:22,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:22,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:22,329 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:22 GMT 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:22,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:27,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:27,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_v8be0p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:22.116Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:22.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:23.130Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:23.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_floatingip_asswud", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:23.660Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:40:22Z', u'updated_at': u'2018-09-02T02:40:22Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'port_id': None, u'id': u'1de5f932-4e11-4bbf-a3ed-76da7ef05d0e', u'qos_policy_id': None}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:23.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db8e072b-4757-40cb-a1fd-6f94768ed46a"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.173Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.173Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.173Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.695Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.695Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.695Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.695Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.695Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.695Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:24.695Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:24.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:25.135Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:25.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70b80a02-814c-436c-bd91-310deb344e77"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:25.276Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:25.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:25.276Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:25.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "keypair_0hwsml", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:25.276Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:25.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:25.276Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:25.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:25.276Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:25.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:25.276Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:25.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.293Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.293Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.293Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.293Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.293Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.293Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.293Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "keypair_0hwsml", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:26.785Z", "message": "Using external resource keypair: cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:26.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2ffaa663-bd78-4338-8cab-c72a07089965"}, {"node_instance_id": "keypair_0hwsml", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:27.298Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:27.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:27.298Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:27.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:27.298Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:27.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "keypair_0hwsml", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:27.298Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:27.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 137, "offset": 100, "size": 50}}} 2018-09-02 02:40:27,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:27,404 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:27 GMT 2018-09-02 02:40:27,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:27,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20361 2018-09-02 02:40:27,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:27,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:27,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:27,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:27,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:40:22Z', u'updated_at': u'2018-09-02T02:40:22Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'port_id': None, u'id': u'1de5f932-4e11-4bbf-a3ed-76da7ef05d0e', u'qos_policy_id': None} 2018-09-02 02:40:27,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:27,406 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 02:40:27,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 02:40:27,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:27,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:27,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:27,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-09-02 02:40:27,407 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-09-02 02:40:27,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-09-02 02:40:27,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-09-02 02:40:27,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 02:40:27,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 02:40:27,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-09-02 02:40:27,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:27,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:27,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:27,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:27,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:27,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:27,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:27,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:27,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672 2018-09-02 02:40:27,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:27,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:27,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-09-02 02:40:27,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:27,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:27,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:27,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:27,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:27,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:27,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:27,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:27,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:27,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:27,468 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:27 GMT 2018-09-02 02:40:27,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:27,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:27,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:32,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:32,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:32,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:32,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:32,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:32,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:32,538 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:32,538 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:32,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_floatingip_rxvvc4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:27.820Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:40:27Z', u'updated_at': u'2018-09-02T02:40:27Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.217', u'revision_number': 0, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'port_id': None, u'id': u'4290102a-8bfa-47d2-bdc6-921f22a39367', u'qos_policy_id': None}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:27.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2e5e1166-6bb8-419b-912e-5f90682d1e7e"}, {"node_instance_id": "keypair_0hwsml", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:28.306Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:28.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:28.306Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:28.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.287Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d10f0062-7d4b-47bc-b021-9e2f18a5dce8"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:29.312Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:29.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:30.166Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_1nymna'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:30.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d10f0062-7d4b-47bc-b021-9e2f18a5dce8"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:30.319Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:30.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:30.319Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:30.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:30.319Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:30.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.472Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_1nymna', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d10f0062-7d4b-47bc-b021-9e2f18a5dce8"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:31.880Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:31.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.299Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d10f0062-7d4b-47bc-b021-9e2f18a5dce8"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.299Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_1nymna', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d10f0062-7d4b-47bc-b021-9e2f18a5dce8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.299Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'65818d98-ab29-4a78-a69a-9a2a0dd488e6', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3851a115-e9f6-4e80-8fff-39ed86c28e4a"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.299Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'669d0258-2478-4029-9479-6d331c4c9ac9', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd8fd0181-a7b2-4e07-b154-dec2c7448423', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5883ae96-817a-4e16-a8ba-f5bcb2a2d195"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.299Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_r0ozc2'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3851a115-e9f6-4e80-8fff-39ed86c28e4a"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.299Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_vcch6q'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5883ae96-817a-4e16-a8ba-f5bcb2a2d195"}], "metadata": {"pagination": {"total": 174, "offset": 137, "size": 50}}} 2018-09-02 02:40:32,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:32,539 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:32 GMT 2018-09-02 02:40:32,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:32,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21383 2018-09-02 02:40:32,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:32,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'created_at': u'2018-09-02T02:40:27Z', u'updated_at': u'2018-09-02T02:40:27Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.217', u'revision_number': 0, u'project_id': u'9b87d97cd56147dab3bf1ab668ff1860', u'port_id': None, u'id': u'4290102a-8bfa-47d2-bdc6-921f22a39367', u'qos_policy_id': None} 2018-09-02 02:40:32,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:32,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 02:40:32,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}] 2018-09-02 02:40:32,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:32,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:32,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:32,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:32,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:32,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:32,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 02:40:32,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_1nymna'} 2018-09-02 02:40:32,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_1nymna', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:32,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:40:32,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:32,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:32,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:32,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:32,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:32,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:32,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:32,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:32,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:32,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:32,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:32,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_1nymna', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:32,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'65818d98-ab29-4a78-a69a-9a2a0dd488e6', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-09-02 02:40:32,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'669d0258-2478-4029-9479-6d331c4c9ac9', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd8fd0181-a7b2-4e07-b154-dec2c7448423', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-09-02 02:40:32,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_r0ozc2'} 2018-09-02 02:40:32,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_vcch6q'} 2018-09-02 02:40:32,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:32,600 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:32,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:32,601 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:32 GMT 2018-09-02 02:40:32,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:32,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:32,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:37,606 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:37,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:37,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.907Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.907Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:32.907Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:32.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:33.321Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4731e3e3-f3f3-430f-8dc8-baae60e07af2', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'669d0258-2478-4029-9479-6d331c4c9ac9', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'5f06833f-efa0-4ee3-ae63-51ddd0cc49c8', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:33.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f00e4db9-c211-48f0-a5a1-d6cab0da9ad5"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:33.321Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ec7433bc-238c-41d7-9e5a-b836b1da03ef', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'4290102a-8bfa-47d2-bdc6-921f22a39367', u'floating_ip_address': u'172.30.9.217', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:33.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "cb9678d8-4a63-48ab-a8e3-85870bfe23f3"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:33.321Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_718lh2'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:33.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "cb9678d8-4a63-48ab-a8e3-85870bfe23f3"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:33.321Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_cdb51h'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:33.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f00e4db9-c211-48f0-a5a1-d6cab0da9ad5"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:33.911Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:33.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:33.911Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:33.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:33.911Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:33.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:34.333Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'777341a9-63c7-4b3a-ae04-bba7e3dbf431', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:34.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "de5570e2-2a10-4957-95bd-196f974f47e3"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:34.333Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_nxyero'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:34.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "de5570e2-2a10-4957-95bd-196f974f47e3"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:35.588Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_vcch6q', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:35.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5883ae96-817a-4e16-a8ba-f5bcb2a2d195"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:36.360Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:36.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5883ae96-817a-4e16-a8ba-f5bcb2a2d195"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:36.360Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_vcch6q', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:36.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5883ae96-817a-4e16-a8ba-f5bcb2a2d195"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "cb9678d8-4a63-48ab-a8e3-85870bfe23f3"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f00e4db9-c211-48f0-a5a1-d6cab0da9ad5"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3851a115-e9f6-4e80-8fff-39ed86c28e4a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_718lh2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "cb9678d8-4a63-48ab-a8e3-85870bfe23f3"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_cdb51h', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f00e4db9-c211-48f0-a5a1-d6cab0da9ad5"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_r0ozc2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3851a115-e9f6-4e80-8fff-39ed86c28e4a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_718lh2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "cb9678d8-4a63-48ab-a8e3-85870bfe23f3"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_cdb51h', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f00e4db9-c211-48f0-a5a1-d6cab0da9ad5"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.444Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_r0ozc2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3851a115-e9f6-4e80-8fff-39ed86c28e4a"}], "metadata": {"pagination": {"total": 198, "offset": 174, "size": 50}}} 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:37 GMT 2018-09-02 02:40:37,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:37,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18573 2018-09-02 02:40:37,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:37,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 02:40:37,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:37,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:37,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4731e3e3-f3f3-430f-8dc8-baae60e07af2', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'669d0258-2478-4029-9479-6d331c4c9ac9', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'5f06833f-efa0-4ee3-ae63-51ddd0cc49c8', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}] 2018-09-02 02:40:37,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ec7433bc-238c-41d7-9e5a-b836b1da03ef', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'4290102a-8bfa-47d2-bdc6-921f22a39367', u'floating_ip_address': u'172.30.9.217', u'external_type': u'floatingip'}] 2018-09-02 02:40:37,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_718lh2'} 2018-09-02 02:40:37,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_cdb51h'} 2018-09-02 02:40:37,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:37,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:37,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:37,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'777341a9-63c7-4b3a-ae04-bba7e3dbf431', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-09-02 02:40:37,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_nxyero'} 2018-09-02 02:40:37,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_vcch6q', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:37,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_vcch6q', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:37,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:37,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:37,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_718lh2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_cdb51h', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_r0ozc2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_718lh2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_cdb51h', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_r0ozc2', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:37,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:37,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:37,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:37 GMT 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:37,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:37,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:42,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:43,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:43,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:43,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.829Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:37.917Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:37.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:38.449Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:38.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "de5570e2-2a10-4957-95bd-196f974f47e3"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:38.449Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_nxyero', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:38.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "de5570e2-2a10-4957-95bd-196f974f47e3"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:38.449Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_nxyero', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:38.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "de5570e2-2a10-4957-95bd-196f974f47e3"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:38.923Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:38.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:39.972Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'90020572-09d1-4b67-a4c5-13504a7a9069', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'1de5f932-4e11-4bbf-a3ed-76da7ef05d0e', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:39.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0de97769-f45d-4d2a-abf5-7904cf4ad011"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:40.201Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:40.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:40.201Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:40.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:40.201Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:40.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:40.201Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:40.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:40.201Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:40.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.128Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'8ee97a8a-e595-4e87-998b-766da000a299', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "23c44486-a905-4443-ae2e-116bd124a137"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.128Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_4bupdk'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "23c44486-a905-4443-ae2e-116bd124a137"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.128Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_p4htry'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0de97769-f45d-4d2a-abf5-7904cf4ad011"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:41.222Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:41.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:42.228Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:42.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:42.228Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:42.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:42.228Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:42.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:42.228Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:42.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:42.953Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_p4htry', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:42.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0de97769-f45d-4d2a-abf5-7904cf4ad011"}], "metadata": {"pagination": {"total": 226, "offset": 198, "size": 50}}} 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:43 GMT 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16661 2018-09-02 02:40:43,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:43,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:43,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:43,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_nxyero', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_nxyero', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'90020572-09d1-4b67-a4c5-13504a7a9069', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'1de5f932-4e11-4bbf-a3ed-76da7ef05d0e', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:43,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', u'external_type': u'keypair'}, {u'external_id': u'4a16a1c8-bc5d-4a92-a4a4-f5c473c5aae7', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'8ee97a8a-e595-4e87-998b-766da000a299', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_4bupdk'} 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_p4htry'} 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:43,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:43,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:43,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_p4htry', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:43,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:43,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:43,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:43,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:43 GMT 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:43,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:43,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:48,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:48,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:48,695 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:48,695 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.148Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0de97769-f45d-4d2a-abf5-7904cf4ad011"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.148Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_p4htry', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0de97769-f45d-4d2a-abf5-7904cf4ad011"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.239Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.239Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.239Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.239Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.239Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.239Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:43.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:43.239Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:43.239Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.597Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:44.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.597Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:44.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.597Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:44.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.597Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:44.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.597Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:44.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.599Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:44.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "23c44486-a905-4443-ae2e-116bd124a137"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.599Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_4bupdk', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:44.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "23c44486-a905-4443-ae2e-116bd124a137"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:44.599Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_4bupdk', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:44.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "23c44486-a905-4443-ae2e-116bd124a137"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:45.604Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:45.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:45.604Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:45.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:45.604Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:45.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:46.665Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:40:46.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:48.063Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:48.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 256, "offset": 226, "size": 50}}} 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:48 GMT 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:48,696 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20806 2018-09-02 02:40:48,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:48,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:48,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_p4htry', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:48,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:48,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:48,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:48,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:48,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:48,699 - 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-09-02 02:40:48,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:48,699 - 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-09-02 02:40:48,699 - 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-09-02 02:40:48,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:48,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:48,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:48,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 02:40:48,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_4bupdk', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:48,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_4bupdk', 'key_name': u'cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672', 'image': u'db4eecae-4f9c-4851-b595-4baedf795261', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672', 'cloudify_management_network_id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}, 'nics': [{'net-id': u'9ed69917-916c-4e9b-8d86-7d6acb14bad3'}], 'flavor': u'f73d4f43-23aa-498a-bf74-5b6c5beb4a56'} 2018-09-02 02:40:48,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:48,700 - 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-09-02 02:40:48,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 02:40:48,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:40:48,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:48,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 02:40:48,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:48,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:40:48,701 - 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-09-02 02:40:48,701 - 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-09-02 02:40:48,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:48,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 02:40:48,702 - 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-09-02 02:40:48,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:48,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:48,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:48 GMT 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:48,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:48,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:53,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:53,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:53,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:53,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:53,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:53,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:53,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:53,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:53,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:40:49.675Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:40:49.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 257, "offset": 256, "size": 50}}} 2018-09-02 02:40:53,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:53,849 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:53 GMT 2018-09-02 02:40:53,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:53,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-09-02 02:40:53,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:53,849 - 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-09-02 02:40:53,850 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:53,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:53,984 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:53 GMT 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:53,985 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:53,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:58,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:40:59,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:59,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:59,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:59 GMT 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:40:59,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:40:59,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:40:59,115 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:40:59,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:40:59,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:40:59,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:40:59,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:40:59,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:40:59,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:40:59,116 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:40:59,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:40:59,117 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:40:59 GMT 2018-09-02 02:40:59,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:40:59,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:40:59,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:04,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:04,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:04,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:04 GMT 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:04,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:41:04,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:04,188 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:04,258 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:04,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:04,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:04,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:04,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:04,259 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:04,259 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:04,259 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:04,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:04,260 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:04 GMT 2018-09-02 02:41:04,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:04,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:04,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:09,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:09,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-02 02:41:09,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:09,367 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:09 GMT 2018-09-02 02:41:09,367 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:09,367 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:41:09,367 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:09,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:09,423 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:09,423 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:09,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:09,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:09,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:09,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:09,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:09,424 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:09,424 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:09,424 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:09 GMT 2018-09-02 02:41:09,424 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:09,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:09,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:14,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:14,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:14,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:12.318Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:12.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:12.681Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:12.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:13.759Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:13.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:13.759Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:13.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 261, "offset": 257, "size": 50}}} 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:14,492 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:14 GMT 2018-09-02 02:41:14,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:14,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2138 2018-09-02 02:41:14,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:14,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:14,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:14,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:14,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:14,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:14,549 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:14,549 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:14,549 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:14 GMT 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:14,550 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:19,556 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:19,624 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:19,624 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:19,624 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:19,624 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:14.762Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:14.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:14.762Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:14.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:15.773Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:15.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:15.773Z", "message": "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]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:15.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:15.773Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:15.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:16.824Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:16.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:16.824Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:16.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:16.824Z", "message": "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]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:16.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:16.824Z", "message": "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]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:16.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:16.824Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:16.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:16.824Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:16.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:17.831Z", "message": "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]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:17.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:18.843Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:18.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:18.843Z", "message": "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]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:18.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:18.843Z", "message": "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]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:18.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:18.843Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:18.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 277, "offset": 261, "size": 50}}} 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:19 GMT 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12024 2018-09-02 02:41:19,625 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:19,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,627 - 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-09-02 02:41:19,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,627 - 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-09-02 02:41:19,627 - 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-09-02 02:41:19,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,628 - 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-09-02 02:41:19,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,628 - 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-09-02 02:41:19,628 - 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-09-02 02:41:19,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:19,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:19,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:19,687 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:19 GMT 2018-09-02 02:41:19,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:19,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:19,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:24,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:24,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:24,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:24,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:24,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:24,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:24,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:24,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:24,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:19.847Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:19.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:19.847Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:19.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:20.852Z", "message": "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]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:20.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:20.852Z", "message": "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]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:20.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 281, "offset": 277, "size": 50}}} 2018-09-02 02:41:24,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:24,756 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:24 GMT 2018-09-02 02:41:24,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:24,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3374 2018-09-02 02:41:24,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:24,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:24,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 02:41:24,757 - 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-09-02 02:41:24,757 - 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-09-02 02:41:24,757 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:24,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:24,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:24,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:24,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:24,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:24,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:24,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:24,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:24,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:24,812 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:24 GMT 2018-09-02 02:41:24,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:24,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:24,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:29,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:29,880 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:29,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:29,881 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:29,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:29,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:29,881 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:29,881 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:29,881 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-02 02:41:29,882 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:29,882 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:29 GMT 2018-09-02 02:41:29,882 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:29,882 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:41:29,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:29,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:29,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:29,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:29,935 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:29,935 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:29,935 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:29,935 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:29,935 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:29,936 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:29,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:29,936 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:29 GMT 2018-09-02 02:41:29,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:29,936 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:29,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:34,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:35,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:35,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:35,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:35 GMT 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:41:35,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:35,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:35,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:35,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:35,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:35,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:35,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:35,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:35,078 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:35,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:35,079 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:35,079 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:35 GMT 2018-09-02 02:41:35,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:35,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:35,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:40,084 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:40,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:40,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:40,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:40,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:40,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:40,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:40,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:40,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-02 02:41:40,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:40,149 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:40 GMT 2018-09-02 02:41:40,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:40,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:41:40,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:40,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:40,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:40,204 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:40,204 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:40,204 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:40,204 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:40,204 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:40,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:40,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:40,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:40,205 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:40 GMT 2018-09-02 02:41:40,205 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:40,205 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:40,205 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:45,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:45,277 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:45,277 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:45,277 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:45,278 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:45,278 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:45,278 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:45,278 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:45,278 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:44.897Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:44.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 282, "offset": 281, "size": 50}}} 2018-09-02 02:41:45,278 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:45,278 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:45 GMT 2018-09-02 02:41:45,279 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:45,279 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-09-02 02:41:45,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:45,279 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:45,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:45,340 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:45 GMT 2018-09-02 02:41:45,341 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:45,341 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:45,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:50,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:50,448 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:50,448 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:50,448 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:45.860Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:45.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:46.928Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:46.928Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:46.928Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:46.928Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:46.928Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:46.928Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:46.928Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:46.928Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:47.935Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:47.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:47.935Z", "message": "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]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:47.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:47.935Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:47.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:48.964Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:48.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:48.964Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:48.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:48.964Z", "message": "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]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:48.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:48.964Z", "message": "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]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:48.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:48.964Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:48.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:48.964Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:48.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:49.969Z", "message": "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]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:49.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 297, "offset": 282, "size": 50}}} 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:50 GMT 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:50,449 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10269 2018-09-02 02:41:50,450 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:50,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,451 - 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-09-02 02:41:50,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,452 - 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-09-02 02:41:50,452 - 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-09-02 02:41:50,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:50,453 - 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-09-02 02:41:50,453 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:50,517 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:50,517 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:50,517 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:50 GMT 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:50,518 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:50,519 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:55,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:41:55,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:55,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:55,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:50.974Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:50.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:50.974Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:50.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:50.974Z", "message": "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]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:50.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:50.974Z", "message": "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]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:50.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:50.974Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:50.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:50.974Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:41:50.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:52.274Z", "message": "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]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:52.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:41:52.979Z", "message": "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]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:41:52.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 305, "offset": 297, "size": 50}}} 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:55 GMT 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:55,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6672 2018-09-02 02:41:55,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:41:55,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:55,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:55,591 - 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-09-02 02:41:55,592 - 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-09-02 02:41:55,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:55,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 02:41:55,592 - 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-09-02 02:41:55,592 - 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-09-02 02:41:55,593 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:41:55,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:41:55,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:41:55,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:41:55,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:41:55,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:41:55 GMT 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:41:55,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:00,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:00,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:00,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:00,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:00,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:00 GMT 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:42:00,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:00,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:00,783 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:00,783 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:00 GMT 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:00,784 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:00,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:05,790 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:05,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:05,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:05,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:05,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:05,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:05,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:05 GMT 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:05,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:05,924 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:05,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:05,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:05,924 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:05,924 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:05,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:05,925 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:05,925 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:05,925 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:05,925 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:05 GMT 2018-09-02 02:42:05,925 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:05,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:05,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:10,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:11,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:11 GMT 2018-09-02 02:42:11,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:11,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:42:11,114 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:11,114 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:11,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:11,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:11 GMT 2018-09-02 02:42:11,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:11,247 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:11,247 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:16,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:16,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-02 02:42:16,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:16,688 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:16 GMT 2018-09-02 02:42:16,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:16,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:42:16,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:16,688 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:16,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:16,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:16,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:16,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:16,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:16,923 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:16,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:16,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:16,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:16,924 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:16 GMT 2018-09-02 02:42:16,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:16,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:16,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:21,930 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:22,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:22,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:22,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:22,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:22,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:22,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:22,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:22,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:17.485Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:17.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:17.988Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:17.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:19.992Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:19.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:19.992Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:19.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:19.992Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:19.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:19.992Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:19.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:19.992Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:19.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:21.436Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:21.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:21.436Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:21.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:21.436Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:21.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:21.436Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:21.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 316, "offset": 305, "size": 50}}} 2018-09-02 02:42:22,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:22,391 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:22 GMT 2018-09-02 02:42:22,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:22,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5723 2018-09-02 02:42:22,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:22,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:22,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:26,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:26,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:26,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:26,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:26,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:26,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:26,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:26,788 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:26,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:26,788 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:26 GMT 2018-09-02 02:42:26,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:26,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:26,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:31,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:41,154 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:22.549Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:22.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:26.565Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:26.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:28.926Z", "message": "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]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:28.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:28.926Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:28.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:32.092Z", "message": "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]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:32.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:32.092Z", "message": "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]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:32.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:32.092Z", "message": "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]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:32.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:32.092Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:32.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:32.092Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:32.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:38.080Z", "message": "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]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:38.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 326, "offset": 316, "size": 50}}} 2018-09-02 02:42:41,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:41,156 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:41 GMT 2018-09-02 02:42:41,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:41,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8323 2018-09-02 02:42:41,156 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:41,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:41,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:41,157 - 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-09-02 02:42:41,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:41,157 - 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-09-02 02:42:41,157 - 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-09-02 02:42:41,157 - 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-09-02 02:42:41,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:41,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 02:42:41,158 - 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-09-02 02:42:41,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:42,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:42,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:42,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:42 GMT 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:42,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:47,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:47,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:47,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:47,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:47,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_nxyero", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:41.460Z", "message": "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]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:41.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:42.881Z", "message": "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]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:42.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 328, "offset": 326, "size": 50}}} 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:47 GMT 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2354 2018-09-02 02:42:47,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:47,367 - 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-09-02 02:42:47,367 - 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-09-02 02:42:47,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:47,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:47,498 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:47,498 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:47,498 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:47,498 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:47 GMT 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:47,499 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:52,505 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:52,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:52,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:47.631Z", "message": "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]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:42:47.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 329, "offset": 328, "size": 50}}} 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:52 GMT 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:52,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1218 2018-09-02 02:42:52,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:52,831 - 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-09-02 02:42:52,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:42:53,284 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:53,284 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:53,284 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:53,284 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:53,284 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:53,284 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:53,285 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:53,285 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:42:53,285 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:53,285 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:53 GMT 2018-09-02 02:42:53,285 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:53,285 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:42:53,285 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:58,291 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:42:59,624 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:42:59,624 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:42:59,624 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:42:59,624 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:42:59,624 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:42:59,624 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:42:59,625 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:42:59,625 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:58.230Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:58.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 330, "offset": 329, "size": 50}}} 2018-09-02 02:42:59,625 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:42:59,625 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:42:59 GMT 2018-09-02 02:42:59,625 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:42:59,625 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-09-02 02:42:59,625 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:42:59,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:42:59,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:00,519 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:00 GMT 2018-09-02 02:43:00,520 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:00,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:00,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:05,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:06,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:06,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:06,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:06,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:06,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:42:58.753Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:42:58.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:00.824Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:00.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:00.824Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:00.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:02.519Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:02.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:02.519Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:02.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:02.519Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:02.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:02.519Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:02.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:04.421Z", "message": "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]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:43:04.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:05.506Z", "message": "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]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:43:05.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 339, "offset": 330, "size": 50}}} 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:06 GMT 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5943 2018-09-02 02:43:06,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:06,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:06,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:06,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:06,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:06,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:06,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:06,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:06,340 - 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-09-02 02:43:06,340 - 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-09-02 02:43:06,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:06,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:06,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:06,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:06 GMT 2018-09-02 02:43:06,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:06,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:06,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:11,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:11,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:06.881Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:06.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:06.881Z", "message": "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]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:43:06.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:06.881Z", "message": "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]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:43:06.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:06.881Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:06.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:08.400Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:08.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "80c34d11-6b5d-4bef-993f-861f786e821a"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:09.233Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:09.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:09.444Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:09.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:10.763Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:10.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:10.763Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:10.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 348, "offset": 339, "size": 50}}} 2018-09-02 02:43:11,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:11,808 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:11 GMT 2018-09-02 02:43:11,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:11,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5894 2018-09-02 02:43:11,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:11,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:11,809 - 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-09-02 02:43:11,809 - 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-09-02 02:43:11,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:11,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:43:11,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:11,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:43:11,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:11,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:11,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:12,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:12,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:12,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:12,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:12,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:12,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:12,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:12,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:12,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:12,043 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:12 GMT 2018-09-02 02:43:12,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:12,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:12,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:17,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:17,124 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:17,124 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:11.824Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:11.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:11.824Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:11.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.003Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.003Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:13.801Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:13.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "db46ba66-d35c-4c27-9202-b6d67c9de0f7"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:14.032Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time)", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:43:14.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:14.864Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:14.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0ed2bbb-64b7-4686-9652-e44158dd5d59"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:14.864Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:14.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "79baee10-57f2-4560-b245-db8c817ca47d"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.184Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "703916ac-8f2a-4b42-95b3-e544827e3681"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:15.895Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:15.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}], "metadata": {"pagination": {"total": 396, "offset": 348, "size": 50}}} 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:17 GMT 2018-09-02 02:43:17,125 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:17,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26453 2018-09-02 02:43:17,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time) 2018-09-02 02:43:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:43:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:43:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:43:17,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:43:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:17,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:17,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:17,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:17,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:17,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:17,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:17,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:17,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:17,214 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:17 GMT 2018-09-02 02:43:17,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:17,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:17,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:22,219 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:22,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:17.478Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:17.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:18.480Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:18.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:19.339Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:19.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8a56e8b4-1ce7-4652-a4ed-aaf8afdf2e08"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:19.484Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (tried 1 time)", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T02:43:19.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:19.484Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:19.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.060Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.488Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.488Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:20.488Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:20.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Creating Agent vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}], "metadata": {"pagination": {"total": 450, "offset": 396, "size": 50}}} 2018-09-02 02:43:22,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:22,304 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:22 GMT 2018-09-02 02:43:22,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:22,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28118 2018-09-02 02:43:22,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:22,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:22,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:22,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:43:22,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.16 on port 22: Unable to connect to port 22 on 192.168.120.16 (tried 1 time) 2018-09-02 02:43:22,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 02:43:22,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 02:43:22,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:43:22,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 02:43:22,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:22,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:43:22,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:43:22,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:22,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:22,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:22,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:43:22,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 02:43:22,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_nxyero 2018-09-02 02:43:22,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:43:22,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:22,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:22,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:22,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:22,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:22,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:22,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:22,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:22,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:22,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:22,372 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:22 GMT 2018-09-02 02:43:22,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:22,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:22,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:27,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:27,463 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_nxyero/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:21.069Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:21.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:22.079Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:22.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:23.083Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_nxyero/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:23.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:23.083Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_nxyero/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_nxyero/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_nxyero', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_nxyero/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_nxyero', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:23.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:23.083Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:23.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:23.083Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:23.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:23.083Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:23.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:23.882Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:23.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": "/home/ubuntu/vellum_host_nxyero/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.151Z", "message": "Successfully created daemon: vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "572c8d53-acf7-45ef-b24b-6d123556ca4d"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.605Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.605Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:24.605Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:24.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Creating Agent ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}], "metadata": {"pagination": {"total": 518, "offset": 446, "size": 50}}} 2018-09-02 02:43:27,464 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:27,464 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:27 GMT 2018-09-02 02:43:27,464 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:27,464 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28757 2018-09-02 02:43:27,464 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:27,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:27,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_nxyero/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 02:43:27,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:27,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:43:27,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_nxyero/env 2018-09-02 02:43:27,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_nxyero/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_nxyero/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'vellum_host_nxyero', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_nxyero/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_nxyero', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:43:27,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:43:27,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:43:27,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:43:27,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:27,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:43:27,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_nxyero/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-02 02:43:27,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:43:27,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:27,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_nxyero 2018-09-02 02:43:27,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:43:27,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:27,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:27,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:27,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:43:27,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 02:43:27,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_p4htry 2018-09-02 02:43:27,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 02:43:27,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:27,533 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:27,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:27,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:27,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:27,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:27,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:27,533 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:27,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:27,534 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:27,534 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:27 GMT 2018-09-02 02:43:27,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:27,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:27,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:32,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:32,609 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_p4htry/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:25.177Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:25.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Configuring Agent vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Successfully configured daemon: vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3f5be703-69bc-40ff-b6fa-ebc0d6a9c659"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.241Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.353Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.675Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.675Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:26.675Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:26.675Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_p4htry/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_p4htry/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_p4htry/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_p4htry', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_p4htry/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_p4htry', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:27.573Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:27.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.079Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "/home/ubuntu/ellis_host_p4htry/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Starting Agent vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.581Z", "message": "Successfully created daemon: ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f8d2e2cb-b760-4ac2-8617-82ab37388771"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.748Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.748Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.748Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.748Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:28.748Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:28.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}], "metadata": {"pagination": {"total": 593, "offset": 496, "size": 50}}} 2018-09-02 02:43:32,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:32,610 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:32 GMT 2018-09-02 02:43:32,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:32,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28471 2018-09-02 02:43:32,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:32,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:43:32,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:43:32,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 02:43:32,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:32,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:43:32,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_p4htry/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 02:43:32,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:32,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:43:32,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_nxyero 2018-09-02 02:43:32,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:43:32,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 02:43:32,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_nxyero 2018-09-02 02:43:32,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:43:32,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:32,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:32,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:43:32,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:32,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_p4htry/env 2018-09-02 02:43:32,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_p4htry/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_p4htry/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_p4htry', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_p4htry/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_p4htry', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:43:32,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:43:32,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:43:32,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:43:32,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:32,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:32,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:43:32,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_p4htry/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-02 02:43:32,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:43:32,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:32,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_nxyero 2018-09-02 02:43:32,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_p4htry 2018-09-02 02:43:32,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:43:32,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:32,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 02:43:32,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:32,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 02:43:32,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:32,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:32,678 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:32,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:32,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:32,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:32 GMT 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:32,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:37,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:37,934 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:37,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:37,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Configuring Agent ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:29.588Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:29.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.155Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.598Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.598Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.598Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.598Z", "message": "Successfully configured daemon: ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c30770a5-eb12-4799-84d7-179d9a6f9333"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.779Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.779Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:30.779Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:30.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Starting Agent ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_nxyero start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Successfully started daemon: vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "8e7e3713-b6ae-4dbe-bf17-524ec484a619"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.603Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.782Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:31.782Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:31.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}], "metadata": {"pagination": {"total": 697, "offset": 546, "size": 50}}} 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:37 GMT 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:37,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27147 2018-09-02 02:43:37,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:37,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_p4htry 2018-09-02 02:43:37,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:37,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:37,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:37,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:37,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:37,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:43:37,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:43:37,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 02:43:37,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_p4htry 2018-09-02 02:43:37,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:37,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:43:37,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:37,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:37,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:43:37,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_p4htry 2018-09-02 02:43:37,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_nxyero start 2018-09-02 02:43:37,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_nxyero 2018-09-02 02:43:37,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:37,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:43:37,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:37,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:37,945 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:38,032 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:38,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:38,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:38,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:38 GMT 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:38,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:43,039 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:43,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:43,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:43,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:43,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:43,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:43,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:43,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:43,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e2c08dc3-239d-4633-932b-deb32565050f"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "[localhost] run: /home/ubuntu/vellum_host_nxyero/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e2c08dc3-239d-4633-932b-deb32565050f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.635Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.869Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:32.869Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:32.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_718lh2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e2c08dc3-239d-4633-932b-deb32565050f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Creating Agent bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e2c08dc3-239d-4633-932b-deb32565050f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.642Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e2c08dc3-239d-4633-932b-deb32565050f"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:33.872Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:33.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.739Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e2c08dc3-239d-4633-932b-deb32565050f"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.739Z", "message": "Removing directory: /tmp/tmp8VdCfY", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "e2c08dc3-239d-4633-932b-deb32565050f"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.929Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.929Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.929Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.929Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.929Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:34.929Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:34.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_718lh2/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}], "metadata": {"pagination": {"total": 860, "offset": 596, "size": 50}}} 2018-09-02 02:43:43,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:43,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:43 GMT 2018-09-02 02:43:43,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:43,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27703 2018-09-02 02:43:43,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:43,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 02:43:43,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 02:43:43,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:43:43,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_nxyero/env/bin/pip freeze 2018-09-02 02:43:43,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:43:43,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:43:43,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:43:43,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:43:43,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 02:43:43,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_718lh2/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 02:43:43,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:43:43,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:43:43,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_718lh2 2018-09-02 02:43:43,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:43:43,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:43:43,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:43:43,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:43:43,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:43:43,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:43:43,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp8VdCfY 2018-09-02 02:43:43,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:43,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:43,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:43:43,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:43:43,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 02:43:43,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 02:43:43,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:43,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_718lh2/env 2018-09-02 02:43:43,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:43,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:43,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:43,385 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:43 GMT 2018-09-02 02:43:43,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:43,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:43,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:48,390 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:48,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:48,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:48,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:48,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:48,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:48,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:48,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:48,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_718lh2/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Successfully started daemon: ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_718lh2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_718lh2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_718lh2', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_718lh2/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_718lh2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_p4htry start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "82346f4f-b678-4c3e-9b5a-032f744bc40e"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.895Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:35.936Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:35.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "/home/ubuntu/bind_host_718lh2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0b95847-6590-41f7-b431-31f6f7f1d2d5"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0b95847-6590-41f7-b431-31f6f7f1d2d5"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Successfully created daemon: bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b177a6d0-994d-4d07-b67f-b5f17347375f"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0b95847-6590-41f7-b431-31f6f7f1d2d5"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0b95847-6590-41f7-b431-31f6f7f1d2d5"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "[localhost] run: /home/ubuntu/ellis_host_p4htry/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0b95847-6590-41f7-b431-31f6f7f1d2d5"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.915Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "aea70397-e688-4121-9129-1504e6893db7"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1024, "offset": 646, "size": 50}}} 2018-09-02 02:43:48,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:48,801 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:48 GMT 2018-09-02 02:43:48,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:48,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27945 2018-09-02 02:43:48,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:48,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_718lh2/env 2018-09-02 02:43:48,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:48,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:43:48,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_p4htry 2018-09-02 02:43:48,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:43:48,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_718lh2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_718lh2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_718lh2', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_718lh2/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_718lh2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:43:48,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:43:48,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_p4htry start 2018-09-02 02:43:48,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:48,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:43:48,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:43:48,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:43:48,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 02:43:48,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:43:48,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:43:48,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:48,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:48,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:48,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:43:48,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:43:48,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:43:48,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 02:43:48,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_718lh2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-02 02:43:48,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:43:48,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:43:48,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:43:48,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_718lh2 2018-09-02 02:43:48,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:43:48,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:48,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:43:48,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:43:48,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_p4htry/env/bin/pip freeze 2018-09-02 02:43:48,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:43:48,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:43:48,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:48,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:43:48,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:48,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:48,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:48,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:48,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 02:43:48,811 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:48,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:48,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:48 GMT 2018-09-02 02:43:48,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:48,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:48,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:53,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:53,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:53,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:53,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:53,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:53,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:36.956Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:36.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Configuring Agent bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b8774b41-bbc3-4fa4-a8b8-08752e6b8b25"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Removing directory: /tmp/tmpdHVzSV", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0b95847-6590-41f7-b431-31f6f7f1d2d5"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "a0b95847-6590-41f7-b431-31f6f7f1d2d5"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.122Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:38.639Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:38.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Successfully configured daemon: bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}], "metadata": {"pagination": {"total": 1154, "offset": 696, "size": 50}}} 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:53 GMT 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27167 2018-09-02 02:43:53,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:53,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 02:43:53,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:53,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_718lh2 2018-09-02 02:43:53,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:43:53,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpdHVzSV 2018-09-02 02:43:53,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:53,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:53,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:53,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:43:53,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:43:53,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:53,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:43:53,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:43:53,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:53,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:43:53,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:53,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_718lh2 2018-09-02 02:43:53,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:53,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:53,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:43:53,999 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:54,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:54,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:54,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:54,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:54,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:54,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:54,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:54,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:54,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:54,270 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:54 GMT 2018-09-02 02:43:54,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:54,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:54,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:59,276 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:43:59,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:59,714 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:59,714 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Successfully configured daemon: bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f84865e7-4ba5-42ee-82fe-50e07f5f068a"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.132Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:39.645Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:39.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Creating Agent dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "674eceac-3b46-411d-9eab-a230696125f2"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}], "metadata": {"pagination": {"total": 1272, "offset": 746, "size": 50}}} 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:59 GMT 2018-09-02 02:43:59,715 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:59,716 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27071 2018-09-02 02:43:59,716 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:43:59,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:43:59,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:43:59,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 02:43:59,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:43:59,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_718lh2 2018-09-02 02:43:59,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:43:59,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:59,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:43:59,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:43:59,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:43:59,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:43:59,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:59,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:43:59,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:43:59,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:43:59,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:43:59,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:43:59,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:43:59,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_4bupdk 2018-09-02 02:43:59,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:43:59,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:43:59,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:43:59,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:43:59,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:43:59,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 02:43:59,726 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:43:59,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:43:59,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:43:59,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:43:59 GMT 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:43:59,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:04,918 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:05,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:05,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:05,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.138Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.651Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.651Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.651Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.651Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:40.651Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:40.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "70cf7f50-5887-42ac-ac53-ff2c8c0f1927"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Starting Agent bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.765Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.765Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:41.765Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:41.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_4bupdk', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_4bupdk/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_4bupdk', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Creating Agent proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_4bupdk/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}], "metadata": {"pagination": {"total": 1359, "offset": 796, "size": 50}}} 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:05 GMT 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:05,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27906 2018-09-02 02:44:05,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:05,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:44:05,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:44:05,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:05,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-09-02 02:44:05,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:05,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 02:44:05,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 02:44:05,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_718lh2 2018-09-02 02:44:05,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:05,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:05,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:44:05,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 02:44:05,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:05,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:05,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:05,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_4bupdk', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_4bupdk/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_4bupdk', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:44:05,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:44:05,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:44:05,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:44:05,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:44:05,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:05,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 02:44:05,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_1nymna 2018-09-02 02:44:05,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_4bupdk/env 2018-09-02 02:44:05,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:05,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:05,207 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:05,207 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:05,207 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:05,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:05,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:05 GMT 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:05,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:10,212 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:10,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:10,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_4bupdk', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_4bupdk/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_4bupdk', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Creating Agent proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:42.360Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:42.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.254Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "/home/ubuntu/dime_host_4bupdk/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Successfully created daemon: dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "2a0931f7-b34a-4cc9-a87b-53c18058b382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.578Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.779Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.779Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:43.779Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:43.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Successfully started daemon: bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}], "metadata": {"pagination": {"total": 1385, "offset": 846, "size": 50}}} 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:10 GMT 2018-09-02 02:44:10,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:10,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28567 2018-09-02 02:44:10,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:10,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:10,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:10,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_4bupdk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_4bupdk', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_4bupdk/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_4bupdk', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:44:10,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:44:10,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_1nymna 2018-09-02 02:44:10,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:44:10,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 02:44:10,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:44:10,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_4bupdk/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-02 02:44:10,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:10,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 02:44:10,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_4bupdk 2018-09-02 02:44:10,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:44:10,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:44:10,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:44:10,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:44:10,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 02:44:10,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:44:10,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:10,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:44:10,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 02:44:10,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_718lh2 2018-09-02 02:44:10,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:44:10,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:44:10,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:44:10,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:10,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 02:44:10,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:10,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:10,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:10,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:10,686 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:10,686 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:10 GMT 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:10,687 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:15,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:15,793 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:15,793 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:15,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:15,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:15,793 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:15,793 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:15,793 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:15,794 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Creating Agent bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Successfully started daemon: bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_718lh2 start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "43a62c97-dd13-44f4-8064-7bd8e3c521bb"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:44.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:44.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.045Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.045Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.045Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.045Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.045Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Creating Agent sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}], "metadata": {"pagination": {"total": 1395, "offset": 896, "size": 50}}} 2018-09-02 02:44:15,794 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:15,794 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:15 GMT 2018-09-02 02:44:15,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:15,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27482 2018-09-02 02:44:15,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:15,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_cdb51h 2018-09-02 02:44:15,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:44:15,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_718lh2 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_718lh2 start 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:44:15,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:44:15,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:44:15,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 02:44:15,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_vcch6q 2018-09-02 02:44:15,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:44:15,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:15,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:15,802 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:15,921 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:15 GMT 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:15,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:15,923 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:20,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:21,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:21,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:21,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:21,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c928dec3-bee8-4730-9259-1de13f0a74cc"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Creating Agent sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "132f381e-12d2-44fd-a497-d168059d6e38"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:45.725Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:45.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.209Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.209Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.209Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.209Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.209Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.209Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c928dec3-bee8-4730-9259-1de13f0a74cc"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c928dec3-bee8-4730-9259-1de13f0a74cc"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Removing directory: /tmp/tmp0txZZJ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c928dec3-bee8-4730-9259-1de13f0a74cc"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c928dec3-bee8-4730-9259-1de13f0a74cc"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c928dec3-bee8-4730-9259-1de13f0a74cc"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:46.765Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:46.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.213Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.213Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.213Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "/home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Successfully created daemon: bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Successfully configured daemon: dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}], "metadata": {"pagination": {"total": 1405, "offset": 946, "size": 50}}} 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:21 GMT 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27932 2018-09-02 02:44:21,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:21,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 02:44:21,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:44:21,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:44:21,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:44:21,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:44:21,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 02:44:21,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:44:21,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:21,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_vcch6q 2018-09-02 02:44:21,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:44:21,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 02:44:21,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 02:44:21,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:44:21,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:21,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 02:44:21,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:21,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:44:21,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:21,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:21,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:44:21,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:44:21,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:44:21,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:21,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp0txZZJ 2018-09-02 02:44:21,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:21,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:44:21,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:44:21,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:44:21,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:44:21,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:44:21,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:21,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:44:21,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-02 02:44:21,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:44:21,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_cdb51h 2018-09-02 02:44:21,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_4bupdk 2018-09-02 02:44:21,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:21,733 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:21,733 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:21,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:21,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:21,733 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:21,733 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:21,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:21,734 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:21,734 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:21,734 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:21 GMT 2018-09-02 02:44:21,734 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:21,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:21,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:26,740 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:27,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:27,093 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:27,093 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:27,093 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:27,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:27,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:27,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:27,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_cdb51h/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_cdb51h/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_cdb51h', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_cdb51h/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_cdb51h', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Successfully configured daemon: dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_cdb51h/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "00a33412-367c-4065-8598-942d581ea779"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:47.881Z", "message": "Successfully created daemon: bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:47.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "984d394c-e41c-4adc-b457-d72d8352e6fd"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.278Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_vcch6q/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_r0ozc2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Creating Agent homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}], "metadata": {"pagination": {"total": 1410, "offset": 996, "size": 50}}} 2018-09-02 02:44:27,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:27,094 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:27 GMT 2018-09-02 02:44:27,094 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:27,094 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27852 2018-09-02 02:44:27,094 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:27,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:27,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:44:27,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 02:44:27,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:44:27,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:27,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_cdb51h/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_cdb51h/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_cdb51h', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_cdb51h/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_cdb51h', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:44:27,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_4bupdk 2018-09-02 02:44:27,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:27,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:44:27,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_cdb51h/env 2018-09-02 02:44:27,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:27,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_cdb51h 2018-09-02 02:44:27,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:44:27,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:44:27,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:27,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:44:27,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:27,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:44:27,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:44:27,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:27,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:27,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 02:44:27,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:27,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_vcch6q/env 2018-09-02 02:44:27,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:44:27,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 02:44:27,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_r0ozc2/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 02:44:27,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 02:44:27,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:27,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_r0ozc2 2018-09-02 02:44:27,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:27,168 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:27,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:27,170 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:27 GMT 2018-09-02 02:44:27,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:27,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:27,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:32,175 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:32,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:32,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:32,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:32,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:32,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:32,443 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:32,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:32,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_vcch6q', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_vcch6q/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_vcch6q', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:48.924Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:48.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.430Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.430Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.430Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Successfully created daemon: sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "/home/ubuntu/sprout_host_vcch6q/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f4431ac6-98d8-4a69-b12d-c422acba7e40"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Configuring Agent proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:49.943Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:49.943Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.432Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.432Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.432Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.432Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.432Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.432Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.432Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Starting Agent dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}], "metadata": {"pagination": {"total": 1411, "offset": 1046, "size": 50}}} 2018-09-02 02:44:32,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:32,444 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:32 GMT 2018-09-02 02:44:32,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:32,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28420 2018-09-02 02:44:32,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:32,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:32,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_vcch6q/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_vcch6q', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_vcch6q/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_vcch6q', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:44:32,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 02:44:32,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 02:44:32,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:44:32,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:44:32,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:32,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:32,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 02:44:32,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:44:32,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_vcch6q 2018-09-02 02:44:32,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 02:44:32,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 02:44:32,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_vcch6q/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-02 02:44:32,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:32,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:44:32,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 02:44:32,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_1nymna 2018-09-02 02:44:32,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:32,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:32,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 02:44:32,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:32,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:32,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:32,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:32,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:44:32,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:32,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:32,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:32,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_4bupdk 2018-09-02 02:44:32,454 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:32,519 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:32,519 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:32,519 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:32,519 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:32,519 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:32 GMT 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:32,520 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:37,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:37,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:37,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:37,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:37,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:37,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:37,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:37,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:37,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "Successfully configured daemon: proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "365f726f-44f2-401f-82ca-ef0c55ba265c"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:50.962Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:50.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.612Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.612Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.612Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.612Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Successfully created daemon: homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_r0ozc2/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Successfully configured daemon: bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "/home/ubuntu/homer_host_r0ozc2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_r0ozc2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_r0ozc2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_r0ozc2', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_r0ozc2/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_r0ozc2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3fc22b52-e21c-49e9-ba89-65b2e449a253"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Configuring Agent bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:51.971Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:51.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "66f01fb4-baab-418d-aca9-db39c00e2a84"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.665Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}], "metadata": {"pagination": {"total": 1449, "offset": 1096, "size": 50}}} 2018-09-02 02:44:37,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:37,759 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:37 GMT 2018-09-02 02:44:37,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:37,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28029 2018-09-02 02:44:37,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:37,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:44:37,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,761 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:37,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_1nymna 2018-09-02 02:44:37,762 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:37,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:37,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:37,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:37,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:44:37,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:37,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_r0ozc2 2018-09-02 02:44:37,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:37,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 02:44:37,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_r0ozc2/env 2018-09-02 02:44:37,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_cdb51h 2018-09-02 02:44:37,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_r0ozc2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-09-02 02:44:37,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 02:44:37,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:37,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:44:37,765 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 02:44:37,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_r0ozc2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_r0ozc2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_r0ozc2', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_r0ozc2/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_r0ozc2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmzfCw.jSFcvapew6tt3eG5QohhBOETfKM'} 2018-09-02 02:44:37,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 02:44:37,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_cdb51h 2018-09-02 02:44:37,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 02:44:37,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:44:37,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:37,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:37,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:37,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:37,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:37,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 02:44:37,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:37,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 02:44:37,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:37,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:37,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:37,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:37,768 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:37,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:37,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:37 GMT 2018-09-02 02:44:37,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:37,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:37,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:42,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:42,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:42,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:42,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:52.977Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:52.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Configuring Agent homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Starting Agent proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Configuring Agent sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:53.992Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:53.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:54.315Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:54.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:54.704Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:54.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:54.704Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:54.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:54.704Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:54.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:54.704Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:54.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:54.704Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:54.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Successfully started daemon: dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Successfully configured daemon: sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "3b460db9-39f5-4929-aee5-6699f2f1a51e"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_4bupdk start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6cc6c690-a143-4df6-8f39-2ca68cdcb358"}], "metadata": {"pagination": {"total": 1450, "offset": 1146, "size": 50}}} 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:42 GMT 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:42,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27286 2018-09-02 02:44:42,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:42,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:42,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:42,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_r0ozc2 2018-09-02 02:44:42,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_1nymna 2018-09-02 02:44:42,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:42,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:42,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_vcch6q 2018-09-02 02:44:42,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:42,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:42,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:42,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:42,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:42,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:42,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:42,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:42,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:42,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 02:44:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_4bupdk 2018-09-02 02:44:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:44:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 02:44:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_vcch6q 2018-09-02 02:44:42,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 02:44:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 02:44:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:44:42,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_4bupdk start 2018-09-02 02:44:42,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:43,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:43,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:43,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:43 GMT 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:43,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:48,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:48,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:48,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:48,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:48,247 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:48,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:48,247 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:48,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:48,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.244Z", "message": "Successfully configured daemon: homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f1c04535-c45b-4301-91cb-2462db334ccf"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:55.715Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:55.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6052218d-2e30-4b52-8c46-7dd3745fd14c"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Starting Agent sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Starting Agent bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6052218d-2e30-4b52-8c46-7dd3745fd14c"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6052218d-2e30-4b52-8c46-7dd3745fd14c"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "[localhost] run: /home/ubuntu/dime_host_4bupdk/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6052218d-2e30-4b52-8c46-7dd3745fd14c"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:56.272Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:56.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6052218d-2e30-4b52-8c46-7dd3745fd14c"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.068Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.278Z", "message": "Removing directory: /tmp/tmpGBRMzG", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6052218d-2e30-4b52-8c46-7dd3745fd14c"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.278Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.278Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_1nymna start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.278Z", "message": "Successfully started daemon: proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5d906abc-4e2d-4206-a123-9f722691470d"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.278Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6052218d-2e30-4b52-8c46-7dd3745fd14c"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.740Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.740Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.740Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1451, "offset": 1196, "size": 50}}} 2018-09-02 02:44:48,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:48,248 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:48 GMT 2018-09-02 02:44:48,248 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:48,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27079 2018-09-02 02:44:48,248 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:48,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_r0ozc2 2018-09-02 02:44:48,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:48,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:48,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:44:48,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:48,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:48,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:48,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 02:44:48,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:48,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 02:44:48,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:44:48,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:48,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:48,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:48,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:44:48,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:48,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_vcch6q 2018-09-02 02:44:48,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_cdb51h 2018-09-02 02:44:48,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:48,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:44:48,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:44:48,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_4bupdk/env/bin/pip freeze 2018-09-02 02:44:48,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:48,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:44:48,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:48,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpGBRMzG 2018-09-02 02:44:48,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:44:48,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_1nymna start 2018-09-02 02:44:48,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_1nymna 2018-09-02 02:44:48,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:44:48,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:48,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:44:48,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:48,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:48,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:48,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:48,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:48,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:48 GMT 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:48,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:53,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:53,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:53,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:53,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:53,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:53,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:53,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:53,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:53,485 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.740Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:57.740Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:57.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.332Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.332Z", "message": "[localhost] run: /home/ubuntu/proxy_host_1nymna/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24605514-6934-4883-94cb-ad230a017382"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.332Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.332Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.332Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.332Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.332Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24605514-6934-4883-94cb-ad230a017382"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.857Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.857Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.857Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.857Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:58.857Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:58.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24605514-6934-4883-94cb-ad230a017382"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24605514-6934-4883-94cb-ad230a017382"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24605514-6934-4883-94cb-ad230a017382"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Starting Agent homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Removing directory: /tmp/tmpENQJcA", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24605514-6934-4883-94cb-ad230a017382"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.338Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24605514-6934-4883-94cb-ad230a017382"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.912Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.912Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.912Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.912Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.912Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.912Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:43:59.912Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:43:59.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.595Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_vcch6q start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.595Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.595Z", "message": "Successfully started daemon: bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.595Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.595Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_cdb51h start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "90875400-b6f4-41da-82f0-567afecd5e05"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.595Z", "message": "Successfully started daemon: sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "577da677-aaee-4b1d-a235-89ff105793e4"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1453, "offset": 1246, "size": 50}}} 2018-09-02 02:44:53,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:53,485 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:53 GMT 2018-09-02 02:44:53,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:53,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26709 2018-09-02 02:44:53,486 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:53,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:44:53,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:44:53,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_1nymna/env/bin/pip freeze 2018-09-02 02:44:53,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 02:44:53,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:44:53,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:44:53,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:53,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:44:53,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:44:53,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:53,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 02:44:53,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:44:53,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:44:53,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:44:53,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_r0ozc2 2018-09-02 02:44:53,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpENQJcA 2018-09-02 02:44:53,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:44:53,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:53,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_vcch6q start 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_cdb51h 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_cdb51h start 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_vcch6q 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:53,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:44:53,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:44:53,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:44:53,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:44:53,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:53,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:44:53,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:53,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:53,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:53,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:53,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:53,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:53 GMT 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:53,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:58,759 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:44:58,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:58,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:58,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:58,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:58,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:00.966Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "843adfbb-51a7-4bb5-a15f-2a12e9fbb7e4"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "[localhost] run: /home/ubuntu/bono_host_cdb51h/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f28fd0f0-5ba3-4a55-87c5-5c786cea4175"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f28fd0f0-5ba3-4a55-87c5-5c786cea4175"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f28fd0f0-5ba3-4a55-87c5-5c786cea4175"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f28fd0f0-5ba3-4a55-87c5-5c786cea4175"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "843adfbb-51a7-4bb5-a15f-2a12e9fbb7e4"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f28fd0f0-5ba3-4a55-87c5-5c786cea4175"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "[localhost] run: /home/ubuntu/sprout_host_vcch6q/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "843adfbb-51a7-4bb5-a15f-2a12e9fbb7e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "843adfbb-51a7-4bb5-a15f-2a12e9fbb7e4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.616Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "843adfbb-51a7-4bb5-a15f-2a12e9fbb7e4"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.970Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:01.970Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_node_3dmpi3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/W9FJO/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0cd0c06d-6096-44fe-ad96-57d2c09a30a4"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f28fd0f0-5ba3-4a55-87c5-5c786cea4175"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "843adfbb-51a7-4bb5-a15f-2a12e9fbb7e4"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_r0ozc2 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Successfully started daemon: homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6efa8764-d623-4790-a0cc-98424b0100c8"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Removing directory: /tmp/tmpAfK5Al", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "f28fd0f0-5ba3-4a55-87c5-5c786cea4175"}, {"node_instance_id": "proxy_node_3dmpi3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Executing: /tmp/W9FJO/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0cd0c06d-6096-44fe-ad96-57d2c09a30a4"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.621Z", "message": "Removing directory: /tmp/tmpZO0FDt", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "843adfbb-51a7-4bb5-a15f-2a12e9fbb7e4"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:02.978Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:02.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.626Z", "message": "[localhost] run: /home/ubuntu/homer_host_r0ozc2/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d85ef80b-939d-433d-a562-06dedb822fba"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.626Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d85ef80b-939d-433d-a562-06dedb822fba"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1453, "offset": 1296, "size": 50}}} 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:58 GMT 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26906 2018-09-02 02:44:58,865 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:44:58,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:44:58,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:58,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:58,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:44:58,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:44:58,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_cdb51h/env/bin/pip freeze 2018-09-02 02:44:58,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:44:58,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:44:58,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:44:58,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:44:58,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:44:58,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_vcch6q/env/bin/pip freeze 2018-09-02 02:44:58,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:44:58,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:44:58,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:44:58,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:44:58,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/W9FJO/install_requirements.sh 2018-09-02 02:44:58,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:44:58,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 02:44:58,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:44:58,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_r0ozc2 start 2018-09-02 02:44:58,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_r0ozc2 2018-09-02 02:44:58,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpAfK5Al 2018-09-02 02:44:58,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/W9FJO/install_requirements.sh 2018-09-02 02:44:58,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpZO0FDt 2018-09-02 02:44:58,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 02:44:58,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 02:44:58,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:44:58,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:58,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:44:58,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:44:58,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:44:58,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:44:58,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-02 02:44:58,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-02 02:44:58,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:44:58,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:44:58,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:58,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:44:58,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_r0ozc2/env/bin/pip freeze 2018-09-02 02:44:58,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 02:44:58,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 02:44:58,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:58,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:44:58,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:44:58,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:44:58,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 02:44:58,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:44:58,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:44:58,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:44:58,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:44:59,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:44:59,050 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:44:59,050 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:44:59 GMT 2018-09-02 02:44:59,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:44:59,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:44:59,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:04,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:04,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:04,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:04,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:04,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:04,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:04,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:04,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:04,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:03.991Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:03.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.635Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d85ef80b-939d-433d-a562-06dedb822fba"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.635Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d85ef80b-939d-433d-a562-06dedb822fba"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.635Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d85ef80b-939d-433d-a562-06dedb822fba"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.635Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d85ef80b-939d-433d-a562-06dedb822fba"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.635Z", "message": "Removing directory: /tmp/tmpK7m1bU", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d85ef80b-939d-433d-a562-06dedb822fba"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.997Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.997Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:04.997Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:04.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:06.076Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:06.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:06.076Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:06.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:06.076Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:06.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:06.076Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:06.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:06.076Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:06.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:06.076Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:06.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:06.076Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:06.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:07.080Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:07.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:07.080Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:07.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:07.080Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:07.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:07.080Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:07.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:08.083Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:08.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:08.083Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:08.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:08.083Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:08.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:08.452Z", "message": "Downloaded scripts/bind/bind.py to /tmp/FU2NV/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:08.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:09.062Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:09.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:09.062Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:09.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:09.095Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:09.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:09.095Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:09.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:09.095Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:09.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:10.157Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:10.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:10.157Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:10.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:10.157Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:10.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:10.157Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:10.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:12.246Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:12.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:13.391Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:13.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:13.391Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:13.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:14.420Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:14.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:14.420Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:14.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:14.420Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:14.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:16.107Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:16.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:16.431Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:16.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:16.431Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:16.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:17.436Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:17.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:17.436Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:17.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:17.436Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:17.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:18.621Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:18.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:19.457Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1453, "offset": 1346, "size": 50}}} 2018-09-02 02:45:04,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:04,180 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:04 GMT 2018-09-02 02:45:04,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:04,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26028 2018-09-02 02:45:04,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:45:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 02:45:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-09-02 02:45:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-09-02 02:45:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-09-02 02:45:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 02:45:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpK7m1bU 2018-09-02 02:45:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-02 02:45:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 02:45:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 02:45:04,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 02:45:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 02:45:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 02:45:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 02:45:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 02:45:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-02 02:45:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/FU2NV/bind.py 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:04,188 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:04,368 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:04,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:04,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:04 GMT 2018-09-02 02:45:04,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:04,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:04,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:09,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:09,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:09,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:09,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:09,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:09,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:19.457Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:19.457Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:21.009Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:21.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:22.716Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:22.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:23.462Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:23.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:23.462Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:23.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:26.100Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:26.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:27.310Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:27.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:32.542Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:32.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "[localhost] run: sudo mv /tmp/tmpDbSFUV /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "[localhost] run: sudo mv /tmp/tmppQF9Up /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "The config dict: {'etcd_ip': u'192.168.120.8', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.145Z", "message": "[localhost] run: sudo mv /tmp/tmpcVeBLT /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:33.704Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:33.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "[localhost] run: sudo mv /tmp/tmpCYXY7f /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "[localhost] run: sudo mv /tmp/tmpVKyR_5 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.150Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "99eabda2-5b94-4b98-af4f-cfb2a62820d9"}, {"node_instance_id": "bind_vyalc9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.478Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.478Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:34.478Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:34.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:35.153Z", "message": "Executing: /tmp/IIW5U/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:35.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:35.153Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/IIW5U/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:35.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:36.156Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:36.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:36.156Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:36.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:36.156Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:36.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:36.839Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:36.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:37.161Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:37.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "proxy_node_3dmpi3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:37.161Z", "message": "Execution done (return_code=0): /tmp/W9FJO/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:37.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0cd0c06d-6096-44fe-ad96-57d2c09a30a4"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:37.482Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:37.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:38.707Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:38.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:47.477Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-718lh2\nHit http://security.ubuntu.com trusty-security InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nHit http://security.ubuntu.com trusty-security/main Sources\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nHit http://security.ubuntu.com trusty-security/universe Sources\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 25.0 kB in 9s (2,752 B/s)\nReading package lists...\n\nreal\t0m10.815s\nuser\t0m2.651s\nsys\t0m0.205s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:47.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:48.166Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:48.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:44:48.166Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:44:48.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}], "metadata": {"pagination": {"total": 1453, "offset": 1396, "size": 50}}} 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:09 GMT 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29573 2018-09-02 02:45:09,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:09,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:09,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:09,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:09,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 02:45:09,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-02 02:45:09,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-02 02:45:09,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-09-02 02:45:09,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-02 02:45:09,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 02:45:09,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDbSFUV /etc/clearwater/shared_config 2018-09-02 02:45:09,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 02:45:09,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-09-02 02:45:09,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-09-02 02:45:09,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-09-02 02:45:09,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:45:09,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 02:45:09,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:45:09,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-09-02 02:45:09,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppQF9Up /etc/clearwater/local_config 2018-09-02 02:45:09,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.8', u'hss_port': u'3868', 'name': 'bind', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:45:09,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcVeBLT /etc/bind/named.conf.local 2018-09-02 02:45:09,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:09,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:45:09,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCYXY7f /etc/bind/db.clearwater.opnfv 2018-09-02 02:45:09,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:45:09,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:45:09,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVKyR_5 /etc/bind/db.clearwater.local 2018-09-02 02:45:09,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:45:09,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:45:09,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:45:09,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:45:09,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:09,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:09,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:09,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/IIW5U/install-etcd.sh 2018-09-02 02:45:09,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/IIW5U/install-etcd.sh 2018-09-02 02:45:09,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-09-02 02:45:09,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-09-02 02:45:09,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-09-02 02:45:09,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:09,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-09-02 02:45:09,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/W9FJO/install_requirements.sh 2018-09-02 02:45:09,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:09,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:45:09,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-718lh2 Hit http://security.ubuntu.com trusty-security InRelease Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security/main Sources Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Hit http://security.ubuntu.com trusty-security/universe Sources Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://security.ubuntu.com trusty-security/main amd64 Packages Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 9s (2,752 B/s) Reading package lists... real 0m10.815s user 0m2.651s sys 0m0.205s 2018-09-02 02:45:09,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-09-02 02:45:09,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:45:09,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:09,836 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:09 GMT 2018-09-02 02:45:09,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:09,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:09,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:14,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:14,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:14,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:14,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1453, "offset": 1443, "size": 50}}} 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:14 GMT 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:14,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:45:14,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:14,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:15,164 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:15,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:15,165 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:15 GMT 2018-09-02 02:45:15,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:15,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:15,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:20,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:20,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:20,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:20,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:20,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:20,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:20,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:20,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:20,309 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1453, "offset": 1443, "size": 50}}} 2018-09-02 02:45:20,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:20,309 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:20 GMT 2018-09-02 02:45:20,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:20,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:45:20,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:20,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:20,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:20,367 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:20,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:20,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:20,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:20,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:20,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:20,368 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:20,368 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:20,368 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:20 GMT 2018-09-02 02:45:20,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:20,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:20,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:25,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:25,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:25,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:25,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:25,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:25,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:25,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:25,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:25,474 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1453, "offset": 1443, "size": 50}}} 2018-09-02 02:45:25,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:25,474 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:25 GMT 2018-09-02 02:45:25,474 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:25,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:45:25,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:25,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:25,532 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:25,532 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:25,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:25,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:25,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:25,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:25,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:25,533 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:25,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:25,533 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:25 GMT 2018-09-02 02:45:25,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:25,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:25,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:30,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:30,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:30,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1453, "offset": 1443, "size": 50}}} 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:30 GMT 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:30,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:30,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:30,733 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:30 GMT 2018-09-02 02:45:30,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:30,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:30,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:35,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:35,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:35,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1453, "offset": 1443, "size": 50}}} 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:35 GMT 2018-09-02 02:45:35,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:35,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:45:35,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:35,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:35,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:35,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:35,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:35 GMT 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:35,865 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:40,871 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:41,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:41,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:41,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:41,041 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:41,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:41,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:41,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:41,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:37.336Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-718lh2\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc\n python-genshi python-lxml python-mock-doc python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-cluster-manager\n clearwater-config-manager clearwater-diags-monitor clearwater-etcd\n clearwater-infrastructure clearwater-log-cleanup clearwater-management\n clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base\n dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4\n libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 77 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:35 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:43 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:45 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 38%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 85.1 MB in 9s (8,999 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51391 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for port 53: Address already in use\n ...fail!\ninvoke-rc.d: initscript dnsmasq, action \"start\" failed.\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for 127.0.0.1: Address already in use\n ...fail!\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8940\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nreload: Job is not running: clearwater-monit\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m49.191s\nuser\t0m18.644s\nsys\t0m8.580s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:37.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:38.248Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:38.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:38.248Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:38.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:38.248Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:38.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:38.248Z", "message": "[etcd] => \nreal\t0m0.011s\nuser\t0m0.002s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:38.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:39.252Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:39.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:39.252Z", "message": "[etcd] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 192.168.120.8:53 0.0.0.0:* LISTEN 2428/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2428/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2428/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9073/monit \ntcp 0 0 192.168.120.8:2380 0.0.0.0:* LISTEN 9152/etcd \ntcp6 0 0 :::53 :::* LISTEN 2428/named \ntcp6 0 0 :::22 :::* LISTEN 1096/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2428/named \ntcp6 0 0 :::4000 :::* LISTEN 9152/etcd \nudp 0 0 192.168.120.8:123 0.0.0.0:* 8535/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8535/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8535/ntpd \nudp 0 0 0.0.0.0:28384 0.0.0.0:* 564/dhclient \nudp 0 0 192.168.120.8:53 0.0.0.0:* 2428/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2428/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 564/dhclient \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 8535/ntpd \nudp6 0 0 ::1:123 :::* 8535/ntpd \nudp6 0 0 :::123 :::* 8535/ntpd \nudp6 0 0 :::16049 :::* 564/dhclient \nudp6 0 0 :::53 :::* 2428/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9262 873/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11385 1651/python2.7 /tmp/cloudify-logging-server-9e71e.socket\nunix 2 [ ACC ] STREAM LISTENING 7097 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13622 2482/python2.7 /tmp/ctx-1rF4rm.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7559 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8886 1115/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:39.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:39.252Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 02:42 ? 00:00:01 /sbin/init\nroot 2 0 0 02:42 ? 00:00:00 [kthreadd]\nroot 3 2 0 02:42 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 02:42 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 02:42 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 02:42 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 02:42 ? 00:00:00 [rcu_sched]\nroot 8 2 0 02:42 ? 00:00:00 [rcuos/0]\nroot 9 2 0 02:42 ? 00:00:00 [rcuos/1]\nroot 10 2 0 02:42 ? 00:00:00 [rcu_bh]\nroot 11 2 0 02:42 ? 00:00:00 [rcuob/0]\nroot 12 2 0 02:42 ? 00:00:00 [rcuob/1]\nroot 13 2 0 02:42 ? 00:00:00 [migration/0]\nroot 14 2 0 02:42 ? 00:00:00 [watchdog/0]\nroot 15 2 0 02:42 ? 00:00:00 [watchdog/1]\nroot 16 2 0 02:42 ? 00:00:00 [migration/1]\nroot 17 2 0 02:42 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 02:42 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 02:42 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 02:42 ? 00:00:00 [khelper]\nroot 21 2 0 02:42 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 02:42 ? 00:00:00 [netns]\nroot 23 2 0 02:42 ? 00:00:00 [writeback]\nroot 24 2 0 02:42 ? 00:00:00 [kintegrityd]\nroot 25 2 0 02:42 ? 00:00:00 [bioset]\nroot 26 2 0 02:42 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 02:42 ? 00:00:00 [kblockd]\nroot 28 2 0 02:42 ? 00:00:00 [ata_sff]\nroot 29 2 0 02:42 ? 00:00:00 [khubd]\nroot 30 2 0 02:42 ? 00:00:00 [md]\nroot 31 2 0 02:42 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 02:42 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 02:42 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 02:42 ? 00:00:00 [khungtaskd]\nroot 36 2 0 02:42 ? 00:00:00 [kswapd0]\nroot 37 2 0 02:42 ? 00:00:00 [vmstat]\nroot 38 2 0 02:42 ? 00:00:00 [ksmd]\nroot 39 2 0 02:42 ? 00:00:00 [khugepaged]\nroot 40 2 0 02:42 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 02:42 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 02:42 ? 00:00:00 [crypto]\nroot 54 2 0 02:42 ? 00:00:00 [kthrotld]\nroot 55 2 0 02:42 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 02:42 ? 00:00:00 [vballoon]\nroot 57 2 0 02:42 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 02:42 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 02:42 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 02:42 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 02:42 ? 00:00:00 [deferwq]\nroot 80 2 0 02:42 ? 00:00:00 [charger_manager]\nroot 125 2 0 02:42 ? 00:00:00 [kpsmoused]\nroot 142 2 0 02:42 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 02:42 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 02:42 ? 00:00:00 [ext4-rsv-conver]\nroot 330 2 0 02:43 ? 00:00:00 [kworker/u5:1]\nroot 387 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 527 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon\nroot 564 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 688 2 0 02:43 ? 00:00:00 [kworker/u5:2]\nroot 820 2 0 02:43 ? 00:00:00 [kauditd]\nmessage+ 873 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork\nroot 919 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind\nroot 950 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1020 1 0 02:43 ? 00:00:00 rsyslogd\nroot 1051 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1096 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D\nroot 1097 1 0 02:43 ? 00:00:00 cron\ndaemon 1098 1 0 02:43 ? 00:00:00 atd\nroot 1115 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1120 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance\nroot 1200 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1451 2 0 02:43 ? 00:00:00 [kworker/1:2]\nubuntu 1651 1 0 02:43 ? 00:00:00 /home/ubuntu/bind_host_718lh2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_718lh2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_718lh2 --logging-server-logdir=/home/ubuntu/bind_host_718lh2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2%I.log --pidfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2.pid\nubuntu 1690 1651 0 02:43 ? 00:00:00 /home/ubuntu/bind_host_718lh2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_718lh2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_718lh2 --logging-server-logdir=/home/ubuntu/bind_host_718lh2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2%I.log --pidfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2.pid\nubuntu 1765 1 0 02:43 ? 00:00:00 python2.7 /home/ubuntu/bind_host_718lh2/env/bin/diamond --configfile /home/ubuntu/bind_host_718lh2/work/plugins/diamond/etc/diamond.conf\nbind 2428 1 0 02:44 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2482 1690 0 02:44 ? 00:00:00 /home/ubuntu/bind_host_718lh2/env/bin/python2.7 /home/ubuntu/bind_host_718lh2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-bhYhQi\nubuntu 2493 2482 0 02:44 ? 00:00:00 /bin/sh -c /tmp/IIW5U/install-etcd.sh\nubuntu 2495 2493 0 02:44 ? 00:00:00 /bin/bash -e /tmp/IIW5U/install-etcd.sh\nntp 8535 1 0 02:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9073 1 0 02:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9088 9073 0 02:45 ? 00:00:00 [check-monit-upt] \nclearwa+ 9152 1 0 02:45 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380\nroot 9171 9073 0 02:45 ? 00:00:00 [check-etcd-upti] \nroot 9174 9073 0 02:45 ? 00:00:00 [poll_etcd_clust] \nroot 9177 9073 0 02:45 ? 00:00:00 [poll_etcd.sh] \nroot 9202 1 0 02:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9206 9202 0 02:45 ? 00:00:00 inotifywait -e create -qq .\nubuntu 9362 2495 0 02:45 ? 00:00:00 /bin/bash -e /tmp/IIW5U/install-etcd.sh\nubuntu 9363 9362 0 02:45 ? 00:00:00 /bin/bash -e /tmp/IIW5U/install-etcd.sh\nroot 9364 9363 0 02:45 ? 00:00:00 sudo ps -edf\nroot 9365 9364 0 02:45 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:39.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:39.252Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:39.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:39.252Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c1:ed:d3 \n inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec1:edd3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68984 errors:0 dropped:0 overruns:0 frame:0\n TX packets:25732 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123306712 (123.3 MB) TX bytes:4380301 (4.3 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:165 errors:0 dropped:0 overruns:0 frame:0\n TX packets:165 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:13647 (13.6 KB) TX bytes:13647 (13.6 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:39.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:40.256Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:40.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:40.256Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---8*[{etcd}]\n |-7*[getty]\n |-irqbalance\n |-monit-+-check-etcd-upti\n | |-check-monit-upt\n | |-poll_etcd.sh\n | |-poll_etcd_clust\n | `-{monit}\n |-named---4*[{named}]\n |-ntpd\n |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+\n | | `-6*[{python2.7}]\n | `-3*[{python2.7}]\n |-python2.7---{python2.7}\n |-rsyslogd---3*[{rsyslogd}]\n |-sshd\n |-systemd-logind\n |-systemd-udevd\n |-upstart-file-br\n |-upstart-socket-\n `-upstart-udev-br\n\nreal\t0m0.009s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:40.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:40.256Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:40.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:40.256Z", "message": "[etcd] => /var/log/syslog\n/var/log/lastlog\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/sysstat/sa02\n/var/log/btmp\n/var/log/kern.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.021s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:40.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}], "metadata": {"pagination": {"total": 1467, "offset": 1443, "size": 50}}} 2018-09-02 02:45:41,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:41,041 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:41 GMT 2018-09-02 02:45:41,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:41,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 65666 2018-09-02 02:45:41,042 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:41,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-718lh2 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-cluster-manager clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-management clearwater-monit clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 77 newly installed, 0 to remove and 6 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:35 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:43 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:45 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 38% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 85.1 MB in 9s (8,999 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51391 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8940 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 reload: Job is not running: clearwater-monit Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m49.191s user 0m18.644s sys 0m8.580s 2018-09-02 02:45:41,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-09-02 02:45:41,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-09-02 02:45:41,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-09-02 02:45:41,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.011s user 0m0.002s sys 0m0.009s 2018-09-02 02:45:41,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-09-02 02:45:41,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 192.168.120.8:53 0.0.0.0:* LISTEN 2428/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2428/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2428/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9073/monit tcp 0 0 192.168.120.8:2380 0.0.0.0:* LISTEN 9152/etcd tcp6 0 0 :::53 :::* LISTEN 2428/named tcp6 0 0 :::22 :::* LISTEN 1096/sshd tcp6 0 0 ::1:953 :::* LISTEN 2428/named tcp6 0 0 :::4000 :::* LISTEN 9152/etcd udp 0 0 192.168.120.8:123 0.0.0.0:* 8535/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8535/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8535/ntpd udp 0 0 0.0.0.0:28384 0.0.0.0:* 564/dhclient udp 0 0 192.168.120.8:53 0.0.0.0:* 2428/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2428/named udp 0 0 0.0.0.0:68 0.0.0.0:* 564/dhclient udp6 0 0 fe80::f816:3eff:fec:123 :::* 8535/ntpd udp6 0 0 ::1:123 :::* 8535/ntpd udp6 0 0 :::123 :::* 8535/ntpd udp6 0 0 :::16049 :::* 564/dhclient udp6 0 0 :::53 :::* 2428/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9262 873/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11385 1651/python2.7 /tmp/cloudify-logging-server-9e71e.socket unix 2 [ ACC ] STREAM LISTENING 7097 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13622 2482/python2.7 /tmp/ctx-1rF4rm.socket unix 2 [ ACC ] SEQPACKET LISTENING 7559 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8886 1115/acpid /var/run/acpid.socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-09-02 02:45:41,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 02:42 ? 00:00:01 /sbin/init root 2 0 0 02:42 ? 00:00:00 [kthreadd] root 3 2 0 02:42 ? 00:00:00 [ksoftirqd/0] root 4 2 0 02:42 ? 00:00:00 [kworker/0:0] root 5 2 0 02:42 ? 00:00:00 [kworker/0:0H] root 6 2 0 02:42 ? 00:00:00 [kworker/u4:0] root 7 2 0 02:42 ? 00:00:00 [rcu_sched] root 8 2 0 02:42 ? 00:00:00 [rcuos/0] root 9 2 0 02:42 ? 00:00:00 [rcuos/1] root 10 2 0 02:42 ? 00:00:00 [rcu_bh] root 11 2 0 02:42 ? 00:00:00 [rcuob/0] root 12 2 0 02:42 ? 00:00:00 [rcuob/1] root 13 2 0 02:42 ? 00:00:00 [migration/0] root 14 2 0 02:42 ? 00:00:00 [watchdog/0] root 15 2 0 02:42 ? 00:00:00 [watchdog/1] root 16 2 0 02:42 ? 00:00:00 [migration/1] root 17 2 0 02:42 ? 00:00:00 [ksoftirqd/1] root 18 2 0 02:42 ? 00:00:00 [kworker/1:0] root 19 2 0 02:42 ? 00:00:00 [kworker/1:0H] root 20 2 0 02:42 ? 00:00:00 [khelper] root 21 2 0 02:42 ? 00:00:00 [kdevtmpfs] root 22 2 0 02:42 ? 00:00:00 [netns] root 23 2 0 02:42 ? 00:00:00 [writeback] root 24 2 0 02:42 ? 00:00:00 [kintegrityd] root 25 2 0 02:42 ? 00:00:00 [bioset] root 26 2 0 02:42 ? 00:00:00 [kworker/u5:0] root 27 2 0 02:42 ? 00:00:00 [kblockd] root 28 2 0 02:42 ? 00:00:00 [ata_sff] root 29 2 0 02:42 ? 00:00:00 [khubd] root 30 2 0 02:42 ? 00:00:00 [md] root 31 2 0 02:42 ? 00:00:00 [devfreq_wq] root 32 2 0 02:42 ? 00:00:00 [kworker/0:1] root 33 2 0 02:42 ? 00:00:00 [kworker/1:1] root 35 2 0 02:42 ? 00:00:00 [khungtaskd] root 36 2 0 02:42 ? 00:00:00 [kswapd0] root 37 2 0 02:42 ? 00:00:00 [vmstat] root 38 2 0 02:42 ? 00:00:00 [ksmd] root 39 2 0 02:42 ? 00:00:00 [khugepaged] root 40 2 0 02:42 ? 00:00:00 [fsnotify_mark] root 41 2 0 02:42 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 02:42 ? 00:00:00 [crypto] root 54 2 0 02:42 ? 00:00:00 [kthrotld] root 55 2 0 02:42 ? 00:00:00 [kworker/u4:1] root 56 2 0 02:42 ? 00:00:00 [vballoon] root 57 2 0 02:42 ? 00:00:00 [scsi_eh_0] root 58 2 0 02:42 ? 00:00:00 [scsi_eh_1] root 59 2 0 02:42 ? 00:00:00 [kworker/u4:2] root 60 2 0 02:42 ? 00:00:00 [kworker/u4:3] root 79 2 0 02:42 ? 00:00:00 [deferwq] root 80 2 0 02:42 ? 00:00:00 [charger_manager] root 125 2 0 02:42 ? 00:00:00 [kpsmoused] root 142 2 0 02:42 ? 00:00:00 [kworker/0:2] root 186 2 0 02:42 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 02:42 ? 00:00:00 [ext4-rsv-conver] root 330 2 0 02:43 ? 00:00:00 [kworker/u5:1] root 387 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 527 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon root 564 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 688 2 0 02:43 ? 00:00:00 [kworker/u5:2] root 820 2 0 02:43 ? 00:00:00 [kauditd] message+ 873 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork root 919 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind root 950 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon syslog 1020 1 0 02:43 ? 00:00:00 rsyslogd root 1051 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1096 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D root 1097 1 0 02:43 ? 00:00:00 cron daemon 1098 1 0 02:43 ? 00:00:00 atd root 1115 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1120 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance root 1200 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1451 2 0 02:43 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 02:43 ? 00:00:00 /home/ubuntu/bind_host_718lh2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_718lh2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_718lh2 --logging-server-logdir=/home/ubuntu/bind_host_718lh2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2%I.log --pidfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2.pid ubuntu 1690 1651 0 02:43 ? 00:00:00 /home/ubuntu/bind_host_718lh2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_718lh2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_718lh2 --logging-server-logdir=/home/ubuntu/bind_host_718lh2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2%I.log --pidfile=/home/ubuntu/bind_host_718lh2/work/bind_host_718lh2.pid ubuntu 1765 1 0 02:43 ? 00:00:00 python2.7 /home/ubuntu/bind_host_718lh2/env/bin/diamond --configfile /home/ubuntu/bind_host_718lh2/work/plugins/diamond/etc/diamond.conf bind 2428 1 0 02:44 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2482 1690 0 02:44 ? 00:00:00 /home/ubuntu/bind_host_718lh2/env/bin/python2.7 /home/ubuntu/bind_host_718lh2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-bhYhQi ubuntu 2493 2482 0 02:44 ? 00:00:00 /bin/sh -c /tmp/IIW5U/install-etcd.sh ubuntu 2495 2493 0 02:44 ? 00:00:00 /bin/bash -e /tmp/IIW5U/install-etcd.sh ntp 8535 1 0 02:45 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9073 1 0 02:45 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9088 9073 0 02:45 ? 00:00:00 [check-monit-upt] clearwa+ 9152 1 0 02:45 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380 root 9171 9073 0 02:45 ? 00:00:00 [check-etcd-upti] root 9174 9073 0 02:45 ? 00:00:00 [poll_etcd_clust] root 9177 9073 0 02:45 ? 00:00:00 [poll_etcd.sh] root 9202 1 0 02:45 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9206 9202 0 02:45 ? 00:00:00 inotifywait -e create -qq . ubuntu 9362 2495 0 02:45 ? 00:00:00 /bin/bash -e /tmp/IIW5U/install-etcd.sh ubuntu 9363 9362 0 02:45 ? 00:00:00 /bin/bash -e /tmp/IIW5U/install-etcd.sh root 9364 9363 0 02:45 ? 00:00:00 sudo ps -edf root 9365 9364 0 02:45 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-09-02 02:45:41,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-09-02 02:45:41,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c1:ed:d3 inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fec1:edd3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:68984 errors:0 dropped:0 overruns:0 frame:0 TX packets:25732 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123306712 (123.3 MB) TX bytes:4380301 (4.3 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:165 errors:0 dropped:0 overruns:0 frame:0 TX packets:165 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13647 (13.6 KB) TX bytes:13647 (13.6 KB) real 0m0.006s user 0m0.000s sys 0m0.006s 2018-09-02 02:45:41,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-09-02 02:45:41,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---8*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.009s user 0m0.004s sys 0m0.004s 2018-09-02 02:45:41,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-09-02 02:45:41,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/syslog /var/log/lastlog /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape/sysinfo.log /var/log/udev /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/sysstat/sa02 /var/log/btmp /var/log/kern.log /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.021s user 0m0.000s sys 0m0.006s 2018-09-02 02:45:41,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:41,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:41,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:41 GMT 2018-09-02 02:45:41,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:41,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:41,114 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:46,119 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:46,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:46,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:46,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:46,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:46,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:46,426 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:46,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:46,427 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:41.260Z", "message": "[etcd] => [02-Sep-2018 02:45:32 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 02:45:32 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:41.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:41.260Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:41.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:42.018Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:42.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:42.265Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:42.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:42.265Z", "message": "Execution done (return_code=0): /tmp/IIW5U/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:42.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:42.265Z", "message": "[etcd] => 2018-09-02 02:45:25.257201441 Stopping etcd clearwater-etcd\n2018-09-02 02:45:31.277250968 Restarting etcd clearwater-etcd\n2018-09-02 02:45:31.281759180 Configured ETCDCTL_PEERS: \n2018-09-02 02:45:31.282445738 Check for previous failed startup attempt\n2018-09-02 02:45:31.283529743 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\n2018-09-02 02:45:31.293560849 etcdctl returned 2\n2018-09-02 02:45:31.299351204 Creating new cluster...\n2018-09-02 02:45:31.301914400 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.8:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.8\n --name 192-168-120-8\n --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.8:2380\n --listen-peer-urls http://192.168.120.8:2380\n2018-09-02 02:45:31.303399822 Check we're actually a member of the cluster\n2018-09-02 02:45:31.322708004 Wait for etcd to startup\n2018-09-02 02:45:32.331815060 Etcd started successfully\n2018-09-02 02:45:31.329309 I | etcdmain: etcd Version: 3.1.7\n2018-09-02 02:45:31.329348 I | etcdmain: Git SHA: 43b7507\n2018-09-02 02:45:31.329352 I | etcdmain: Go Version: go1.7.5\n2018-09-02 02:45:31.329356 I | etcdmain: Go OS/Arch: linux/amd64\n2018-09-02 02:45:31.329359 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-09-02 02:45:31.329420 I | embed: listening for peers on http://192.168.120.8:2380\n2018-09-02 02:45:31.329464 I | embed: listening for client requests on 0.0.0.0:4000\n2018-09-02 02:45:31.363959 I | etcdserver: name = 192-168-120-8\n2018-09-02 02:45:31.363971 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.8\n2018-09-02 02:45:31.363976 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.8/member\n2018-09-02 02:45:31.363989 I | etcdserver: heartbeat = 100ms\n2018-09-02 02:45:31.363992 I | etcdserver: election = 1000ms\n2018-09-02 02:45:31.363996 I | etcdserver: snapshot count = 10000\n2018-09-02 02:45:31.364002 I | etcdserver: advertise client URLs = http://192.168.120.8:4000\n2018-09-02 02:45:31.364006 I | etcdserver: initial advertise peer URLs = http://192.168.120.8:2380\n2018-09-02 02:45:31.364013 I | etcdserver: initial cluster = 192-168-120-8=http://192.168.120.8:2380\n2018-09-02 02:45:31.371550 I | etcdserver: starting member c91d5277ccaf7fc8 in cluster e9797582796aa048\n2018-09-02 02:45:31.371591 I | raft: c91d5277ccaf7fc8 became follower at term 0\n2018-09-02 02:45:31.371606 I | raft: newRaft c91d5277ccaf7fc8 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-09-02 02:45:31.371610 I | raft: c91d5277ccaf7fc8 became follower at term 1\n2018-09-02 02:45:31.392327 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-09-02 02:45:31.393139 I | etcdserver/membership: added member c91d5277ccaf7fc8 [http://192.168.120.8:2380] to cluster e9797582796aa048\n2018-09-02 02:45:31.671813 I | raft: c91d5277ccaf7fc8 is starting a new election at term 1\n2018-09-02 02:45:31.671880 I | raft: c91d5277ccaf7fc8 became candidate at term 2\n2018-09-02 02:45:31.671894 I | raft: c91d5277ccaf7fc8 received MsgVoteResp from c91d5277ccaf7fc8 at term 2\n2018-09-02 02:45:31.671905 I | raft: c91d5277ccaf7fc8 became leader at term 2\n2018-09-02 02:45:31.671911 I | raft: raft.node: c91d5277ccaf7fc8 elected leader c91d5277ccaf7fc8 at term 2\n2018-09-02 02:45:31.672133 I | etcdserver: published {Name:192-168-120-8 ClientURLs:[http://192.168.120.8:4000]} to cluster e9797582796aa048\n2018-09-02 02:45:31.672241 I | etcdserver: setting up the initial cluster version to 3.1\n2018-09-02 02:45:31.672287 I | embed: ready to serve client requests\n2018-09-02 02:45:31.675009 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-09-02 02:45:31.694303 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-09-02 02:45:31.694337 I | etcdserver/api: enabled capabilities for version 3.1\n2018-09-02 02:45:32.486831 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:58953\n2018-09-02 02:45:32.545638 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:58954\n2018-09-02 02:45:32.549191 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:58955\n2018-09-02 02:45:37.774837 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.8/liveness-check remote:192.168.120.8:58956\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:42.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:42.265Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:42.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "116eccc6-9cc3-4e42-ba5d-bd2b1aa71fa9"}, {"node_instance_id": "bind_vyalc9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:42.804Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:42.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_umswhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:43.810Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:43.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.047Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/E0PV6/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.272Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/9WNP6/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.272Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/YD8Q4/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.272Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.272Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.272Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.272Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.272Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "bono_umswhp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.815Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_umswhp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.815Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.815Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.815Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.815Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:44.815Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:44.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.8', 'name': u'bono-umswhp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5a809397-e78c-4161-9de2-ab1bbbaff762"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpcA9Yk7 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmp4BUCoj /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'sprout-ed6uvi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.25'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpSgCqrd /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.8', 'name': u'ellis-4w82yq', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.4'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpXB3epR /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'vellum-tydmel', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/ZCP2D/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpcpEIAH /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}], "metadata": {"pagination": {"total": 1564, "offset": 1457, "size": 50}}} 2018-09-02 02:45:46,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:46,427 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:46 GMT 2018-09-02 02:45:46,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:46,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31488 2018-09-02 02:45:46,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:46,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [02-Sep-2018 02:45:32 UTC] clearwater-diags-monitor starting [02-Sep-2018 02:45:32 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:45:46,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-09-02 02:45:46,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:46,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-09-02 02:45:46,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/IIW5U/install-etcd.sh 2018-09-02 02:45:46,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-09-02 02:45:25.257201441 Stopping etcd clearwater-etcd 2018-09-02 02:45:31.277250968 Restarting etcd clearwater-etcd 2018-09-02 02:45:31.281759180 Configured ETCDCTL_PEERS: 2018-09-02 02:45:31.282445738 Check for previous failed startup attempt 2018-09-02 02:45:31.283529743 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused 2018-09-02 02:45:31.293560849 etcdctl returned 2 2018-09-02 02:45:31.299351204 Creating new cluster... 2018-09-02 02:45:31.301914400 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380 2018-09-02 02:45:31.303399822 Check we're actually a member of the cluster 2018-09-02 02:45:31.322708004 Wait for etcd to startup 2018-09-02 02:45:32.331815060 Etcd started successfully 2018-09-02 02:45:31.329309 I | etcdmain: etcd Version: 3.1.7 2018-09-02 02:45:31.329348 I | etcdmain: Git SHA: 43b7507 2018-09-02 02:45:31.329352 I | etcdmain: Go Version: go1.7.5 2018-09-02 02:45:31.329356 I | etcdmain: Go OS/Arch: linux/amd64 2018-09-02 02:45:31.329359 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-09-02 02:45:31.329420 I | embed: listening for peers on http://192.168.120.8:2380 2018-09-02 02:45:31.329464 I | embed: listening for client requests on 0.0.0.0:4000 2018-09-02 02:45:31.363959 I | etcdserver: name = 192-168-120-8 2018-09-02 02:45:31.363971 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.8 2018-09-02 02:45:31.363976 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.8/member 2018-09-02 02:45:31.363989 I | etcdserver: heartbeat = 100ms 2018-09-02 02:45:31.363992 I | etcdserver: election = 1000ms 2018-09-02 02:45:31.363996 I | etcdserver: snapshot count = 10000 2018-09-02 02:45:31.364002 I | etcdserver: advertise client URLs = http://192.168.120.8:4000 2018-09-02 02:45:31.364006 I | etcdserver: initial advertise peer URLs = http://192.168.120.8:2380 2018-09-02 02:45:31.364013 I | etcdserver: initial cluster = 192-168-120-8=http://192.168.120.8:2380 2018-09-02 02:45:31.371550 I | etcdserver: starting member c91d5277ccaf7fc8 in cluster e9797582796aa048 2018-09-02 02:45:31.371591 I | raft: c91d5277ccaf7fc8 became follower at term 0 2018-09-02 02:45:31.371606 I | raft: newRaft c91d5277ccaf7fc8 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-09-02 02:45:31.371610 I | raft: c91d5277ccaf7fc8 became follower at term 1 2018-09-02 02:45:31.392327 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-09-02 02:45:31.393139 I | etcdserver/membership: added member c91d5277ccaf7fc8 [http://192.168.120.8:2380] to cluster e9797582796aa048 2018-09-02 02:45:31.671813 I | raft: c91d5277ccaf7fc8 is starting a new election at term 1 2018-09-02 02:45:31.671880 I | raft: c91d5277ccaf7fc8 became candidate at term 2 2018-09-02 02:45:31.671894 I | raft: c91d5277ccaf7fc8 received MsgVoteResp from c91d5277ccaf7fc8 at term 2 2018-09-02 02:45:31.671905 I | raft: c91d5277ccaf7fc8 became leader at term 2 2018-09-02 02:45:31.671911 I | raft: raft.node: c91d5277ccaf7fc8 elected leader c91d5277ccaf7fc8 at term 2 2018-09-02 02:45:31.672133 I | etcdserver: published {Name:192-168-120-8 ClientURLs:[http://192.168.120.8:4000]} to cluster e9797582796aa048 2018-09-02 02:45:31.672241 I | etcdserver: setting up the initial cluster version to 3.1 2018-09-02 02:45:31.672287 I | embed: ready to serve client requests 2018-09-02 02:45:31.675009 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-09-02 02:45:31.694303 N | etcdserver/membership: set the initial cluster version to 3.1 2018-09-02 02:45:31.694337 I | etcdserver/api: enabled capabilities for version 3.1 2018-09-02 02:45:32.486831 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:58953 2018-09-02 02:45:32.545638 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:58954 2018-09-02 02:45:32.549191 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:58955 2018-09-02 02:45:37.774837 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.8/liveness-check remote:192.168.120.8:58956 real 0m0.005s user 0m0.004s sys 0m0.001s 2018-09-02 02:45:46,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-09-02 02:45:46,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:45:46,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:46,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:46,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:46,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:45:46,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:45:46,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:45:46,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:46,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:45:46,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:46,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:45:46,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:46,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 02:45:46,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/E0PV6/clearwater.py 2018-09-02 02:45:46,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/9WNP6/clearwater.py 2018-09-02 02:45:46,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/YD8Q4/clearwater.py 2018-09-02 02:45:46,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 02:45:46,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 02:45:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:45:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:45:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 02:45:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:46,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:46,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:46,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:46,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 02:45:46,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.8', 'name': u'bono-umswhp', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}. 2018-09-02 02:45:46,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcA9Yk7 /etc/clearwater/local_config 2018-09-02 02:45:46,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 02:45:46,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4BUCoj /etc/clearwater/local_config 2018-09-02 02:45:46,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:45:46,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'sprout-ed6uvi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.25'}. 2018-09-02 02:45:46,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpSgCqrd /etc/dnsmasq.resolv.conf 2018-09-02 02:45:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.8', 'name': u'ellis-4w82yq', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.4'}. 2018-09-02 02:45:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXB3epR /etc/clearwater/local_config 2018-09-02 02:45:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 02:45:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'vellum-tydmel', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-09-02 02:45:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 02:45:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/ZCP2D/clearwater.py 2018-09-02 02:45:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcpEIAH /etc/dnsmasq.resolv.conf 2018-09-02 02:45:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 02:45:46,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:46,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:46,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:46,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:46,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:46,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:46,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:46,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:46,512 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:46,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:46,512 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:46 GMT 2018-09-02 02:45:46,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:46,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:46,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:51,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:51,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:51,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:51,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:51,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5a809397-e78c-4161-9de2-ab1bbbaff762"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5a809397-e78c-4161-9de2-ab1bbbaff762"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'homer-4ud5a7', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.3'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpuuagco /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpcA9Yk7 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpNonXHK /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'sprout-ed6uvi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.25'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmp_MRGjU /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/SND0T/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5a809397-e78c-4161-9de2-ab1bbbaff762"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'vellum-tydmel', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "dce81c7c-83b4-4974-b115-7a0fcf233fe9"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmpFC6evm /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/ZCP2D/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/REINU/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.8', 'name': u'ellis-4w82yq', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.4'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mv /tmp/tmp4BUCoj /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "409c07db-65ec-4230-b8d2-003fd108f54d"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.291Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "78f4165b-30c2-4181-9295-715f47303620"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_umswhp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:45.854Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:45.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.433Z", "message": "[localhost] run: sudo mv /tmp/tmpeeV46W /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.433Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5a809397-e78c-4161-9de2-ab1bbbaff762"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.433Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1d99f1a2-593c-463c-a2cc-be63286bf38f"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.433Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "0fa4ddbc-2f2b-4814-8f10-941d8f4ce983"}, {"node_instance_id": "ellis_4w82yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1624, "offset": 1507, "size": 50}}} 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:51 GMT 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27107 2018-09-02 02:45:51,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:45:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:45:51,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 02:45:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'homer-4ud5a7', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.3'}. 2018-09-02 02:45:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 02:45:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpuuagco /etc/clearwater/local_config 2018-09-02 02:45:51,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcA9Yk7 /etc/clearwater/local_config 2018-09-02 02:45:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNonXHK /etc/clearwater/local_config 2018-09-02 02:45:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 02:45:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'sprout-ed6uvi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.25'}. 2018-09-02 02:45:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 02:45:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_MRGjU /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 02:45:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/SND0T/clearwater.py 2018-09-02 02:45:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 02:45:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'vellum-tydmel', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-09-02 02:45:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 02:45:51,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpFC6evm /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/ZCP2D/clearwater.py 2018-09-02 02:45:51,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 02:45:51,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/REINU/clearwater.py 2018-09-02 02:45:51,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 02:45:51,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.8', 'name': u'ellis-4w82yq', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.4'}. 2018-09-02 02:45:51,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4BUCoj /etc/clearwater/local_config 2018-09-02 02:45:51,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:45:51,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 02:45:51,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 02:45:51,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 02:45:51,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 02:45:51,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:51,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:51,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:51,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:51,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:51,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:51,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:51,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:51,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:45:51,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:51,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:51,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:51,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeeV46W /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 02:45:51,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:51,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:51,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:52,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:52,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:52,189 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:52,189 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:52,189 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:52,189 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:52,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:52,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:52,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:52,190 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:52 GMT 2018-09-02 02:45:52,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:52,190 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:52,190 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:57,196 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:45:57,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:57,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:57,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:57,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:57,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_4ud5a7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:46.879Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:46.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/TBVJ9/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/CPK66/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/FNTPC/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/ODPLS/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "ea7fc31b-7587-4d46-bd89-04751a6288a8"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Executing: /tmp/84FLT/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Executing: /tmp/FNTPC/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Executing: /tmp/TBVJ9/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/84FLT/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Executing: /tmp/CPK66/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/MGOHK/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "b0888c62-1ee7-4c3d-bbbd-1a063968e02d"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.447Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "bono_umswhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.904Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.904Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_umswhp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.904Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.904Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_umswhp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.904Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:47.904Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:47.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/A8GE3/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "Executing: /tmp/1T4HV/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/1T4HV/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "Executing: /tmp/A8GE3/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:48.455Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:48.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:49.459Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:49.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:49.459Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:49.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}], "metadata": {"pagination": {"total": 1627, "offset": 1557, "size": 50}}} 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:57 GMT 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25802 2018-09-02 02:45:57,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:45:57,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:57,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:57,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:57,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:57,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:57,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:57,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:57,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:57,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:57,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-09-02 02:45:57,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/TBVJ9/install-dime.sh 2018-09-02 02:45:57,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/CPK66/install-vellum.sh 2018-09-02 02:45:57,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/FNTPC/install-homer.sh 2018-09-02 02:45:57,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/ODPLS/append_proxy_snmp_conf.py 2018-09-02 02:45:57,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-09-02 02:45:57,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/84FLT/install-ellis.sh 2018-09-02 02:45:57,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-09-02 02:45:57,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FNTPC/install-homer.sh 2018-09-02 02:45:57,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TBVJ9/install-dime.sh 2018-09-02 02:45:57,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/84FLT/install-ellis.sh 2018-09-02 02:45:57,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-09-02 02:45:57,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CPK66/install-vellum.sh 2018-09-02 02:45:57,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/MGOHK/append_proxy_snmp_conf.py 2018-09-02 02:45:57,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-09-02 02:45:57,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-09-02 02:45:57,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-09-02 02:45:57,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:57,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:57,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:57,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:45:57,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:45:57,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 02:45:57,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-09-02 02:45:57,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/A8GE3/install-sprout.sh 2018-09-02 02:45:57,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-09-02 02:45:57,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-09-02 02:45:57,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/1T4HV/install-bono.sh 2018-09-02 02:45:57,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/1T4HV/install-bono.sh 2018-09-02 02:45:57,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-09-02 02:45:57,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-09-02 02:45:57,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-09-02 02:45:57,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-09-02 02:45:57,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A8GE3/install-sprout.sh 2018-09-02 02:45:57,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-09-02 02:45:57,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-09-02 02:45:57,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-09-02 02:45:57,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-09-02 02:45:57,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-09-02 02:45:57,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-09-02 02:45:57,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-09-02 02:45:57,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:45:57,599 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:45:57,600 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:45:57 GMT 2018-09-02 02:45:57,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:45:57,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:45:57,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:02,606 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:02,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:49.459Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:49.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:49.459Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:49.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:55.801Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-nxyero\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 5s (2,303 kB/s)\nReading package lists...\n\nreal\t0m7.678s\nuser\t0m4.827s\nsys\t0m0.515s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:55.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:56.464Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:56.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:56.464Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:56.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:57.488Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:57.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:57.488Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-cdb51h\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 5s (2,195 kB/s)\nReading package lists...\n\nreal\t0m7.627s\nuser\t0m4.884s\nsys\t0m0.516s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:57.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:57.488Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:57.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:57.488Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:57.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:57.488Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:57.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:45:57.488Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vcch6q\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 5s (2,221 kB/s)\nReading package lists...\n\nreal\t0m7.658s\nuser\t0m5.104s\nsys\t0m0.493s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:45:57.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:00.379Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-4bupdk\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 10s (1,173 kB/s)\nReading package lists...\n\nreal\t0m12.391s\nuser\t0m4.906s\nsys\t0m0.625s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:00.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:00.595Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:00.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:01.666Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:01.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:01.666Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:01.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:01.666Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:01.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:01.666Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-p4htry\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 10s (1,201 kB/s)\nReading package lists...\n\nreal\t0m12.481s\nuser\t0m5.077s\nsys\t0m0.673s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:01.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:01.666Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-r0ozc2\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.7 MB in 10s (1,175 kB/s)\nReading package lists...\n\nreal\t0m12.622s\nuser\t0m5.089s\nsys\t0m0.587s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:01.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:01.666Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:01.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}], "metadata": {"pagination": {"total": 1641, "offset": 1607, "size": 50}}} 2018-09-02 02:46:02,781 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:02,781 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:02 GMT 2018-09-02 02:46:02,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:02,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 38547 2018-09-02 02:46:02,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:02,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-09-02 02:46:02,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-09-02 02:46:02,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-nxyero Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 5s (2,303 kB/s) Reading package lists... real 0m7.678s user 0m4.827s sys 0m0.515s 2018-09-02 02:46:02,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-09-02 02:46:02,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:46:02,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-09-02 02:46:02,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-cdb51h Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 5s (2,195 kB/s) Reading package lists... real 0m7.627s user 0m4.884s sys 0m0.516s 2018-09-02 02:46:02,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:46:02,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:46:02,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-09-02 02:46:02,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vcch6q Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 5s (2,221 kB/s) Reading package lists... real 0m7.658s user 0m5.104s sys 0m0.493s 2018-09-02 02:46:02,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-4bupdk Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 10s (1,173 kB/s) Reading package lists... real 0m12.391s user 0m4.906s sys 0m0.625s 2018-09-02 02:46:02,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-09-02 02:46:02,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:46:02,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:46:02,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-09-02 02:46:02,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-p4htry Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 10s (1,201 kB/s) Reading package lists... real 0m12.481s user 0m5.077s sys 0m0.673s 2018-09-02 02:46:02,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-r0ozc2 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,441 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 kB] Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.7 MB in 10s (1,175 kB/s) Reading package lists... real 0m12.622s user 0m5.089s sys 0m0.587s 2018-09-02 02:46:02,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-09-02 02:46:02,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:02,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:02,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:02,953 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:02,953 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:02,953 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:02,953 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:02,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:02,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:02,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:02,954 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:02 GMT 2018-09-02 02:46:02,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:02,954 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:02,954 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:07,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:08,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:08,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:46:02.703Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:46:02.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}], "metadata": {"pagination": {"total": 1642, "offset": 1626, "size": 50}}} 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:08 GMT 2018-09-02 02:46:08,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:08,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 621 2018-09-02 02:46:08,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:08,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:46:08,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:08,318 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:08,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:08,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:08,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:08,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:08 GMT 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:08,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:13,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:13,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:13,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:13,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:13,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:13,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:13,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:13,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:13,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:13,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:13,479 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:13 GMT 2018-09-02 02:46:13,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:13,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:13,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:13,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:13,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:13,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:13,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:13,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:13,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:13 GMT 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:13,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:18,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:18,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:18,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:18 GMT 2018-09-02 02:46:18,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:18,650 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:18,650 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:18,650 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:18,713 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:18,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:18,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:18,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:18,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:18,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:18,714 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:18,714 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:18,714 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:18,714 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:18 GMT 2018-09-02 02:46:18,714 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:18,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:18,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:23,720 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:23,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:23,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:23,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:23,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:23 GMT 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:23,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:23,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:24,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:24,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:24 GMT 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:24,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:24,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:29,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:29,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:29,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:29,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:29,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:29,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:29 GMT 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:29,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:29,453 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:29,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:29,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:29,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:29,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:29,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:29,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:29,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:29,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:29,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:29,570 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:29 GMT 2018-09-02 02:46:29,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:29,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:29,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:34,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:34,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:34,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:34,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:34,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:34,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:34,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:34,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:34,653 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:34,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:34,653 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:34 GMT 2018-09-02 02:46:34,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:34,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:34,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:34,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:34,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:34,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:34 GMT 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:34,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:34,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:39,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:39,944 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:39,945 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:39 GMT 2018-09-02 02:46:39,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:39,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:39,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:39,946 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:40,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:40,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:40 GMT 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:40,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:40,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:45,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:45,151 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:45,151 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:45,151 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:45,151 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:45,151 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:45 GMT 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:45,152 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:45,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:45,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:45,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:45,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:45,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:45 GMT 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:45,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:50,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:50,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:50,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:50,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:50,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:50,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:50 GMT 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:50,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:50,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:50,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:50,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:50 GMT 2018-09-02 02:46:50,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:50,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:50,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:55,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:46:55,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:55,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:55,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:55,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:55,530 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:55,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:55,530 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:55,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:46:55,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:55,531 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:55 GMT 2018-09-02 02:46:55,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:55,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:46:55,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:46:55,531 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:46:55,619 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:46:55,619 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:46:55,619 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:46:55 GMT 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:46:55,620 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:00,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:00,705 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:00,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:00,706 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:00 GMT 2018-09-02 02:47:00,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:00,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:00,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:00,706 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:00,833 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:00,833 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:00 GMT 2018-09-02 02:47:00,834 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:00,835 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:00,835 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:05,840 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:05,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:05,932 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:05 GMT 2018-09-02 02:47:05,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:05,933 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:05,933 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:05,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:05,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:05,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:05,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:05,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:05,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:05,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:05,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:05,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:05,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:05,999 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:05 GMT 2018-09-02 02:47:05,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:06,000 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:06,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:11,005 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:11,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:11,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:11,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:11 GMT 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:11,084 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:11,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:11,085 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:11,158 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:11,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:11,158 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:11,158 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:11,158 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:11 GMT 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:11,159 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:16,165 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:16,254 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:16,255 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:16 GMT 2018-09-02 02:47:16,256 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:16,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:16,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:16,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:16,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:16,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:16,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:16 GMT 2018-09-02 02:47:16,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:16,324 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:16,324 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:21,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:21,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:21,411 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:21 GMT 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:21,412 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:21,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:21,413 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:21,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:21,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:21 GMT 2018-09-02 02:47:21,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:21,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:21,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:26,477 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:26,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:26,564 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:26 GMT 2018-09-02 02:47:26,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:26,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:26,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:26,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:26,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:26,655 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:26 GMT 2018-09-02 02:47:26,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:26,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:26,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:31,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:31,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:31,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:31 GMT 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:31,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:31,754 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:31,754 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:31,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:31,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:31,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:31,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:31,816 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:31 GMT 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:31,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:36,822 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:36,892 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:36,892 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:36,892 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:36 GMT 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:36,893 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:36,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:36,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:36,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:36 GMT 2018-09-02 02:47:36,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:36,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:36,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:41,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:42,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1627, "size": 50}}} 2018-09-02 02:47:42,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:42,046 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:42 GMT 2018-09-02 02:47:42,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:42,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:42,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:42,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:42,123 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:42,123 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:42,123 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:42,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:42,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:42 GMT 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:42,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:47,130 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:47,210 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:47,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:47,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:47,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:47,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:47,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:47,211 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:47,211 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:47:42.491Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-cdb51h\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools clearwater-snmpd isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath restund\n sprout-libs sysstat\n0 upgraded, 84 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.7 MB of archives.\nAfter this operation, 163 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 35%\rExtracting templates from packages: 71%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.7 MB in 16s (3,216 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-171215.183529_amd64.deb ...\nUnpacking bono (1.0-171215.183529) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package restund.\nPreparing to unpack .../restund_1.0-171215.183529_amd64.deb ...\nUnpacking restund (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8615\nSetting up restund (1.0-171215.183529) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 8670\nclearwater-socket-factory-sig start/running, process 8675\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t1m45.083s\nuser\t0m8.500s\nsys\t0m8.001s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:47:42.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:47:42.936Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:47:42.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}], "metadata": {"pagination": {"total": 1644, "offset": 1627, "size": 50}}} 2018-09-02 02:47:47,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:47,212 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:47 GMT 2018-09-02 02:47:47,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:47,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37673 2018-09-02 02:47:47,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:47,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-cdb51h Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools clearwater-snmpd isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath restund sprout-libs sysstat 0 upgraded, 84 newly installed, 0 to remove and 6 not upgraded. Need to get 53.7 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.7 MB in 16s (3,216 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8615 Setting up restund (1.0-171215.183529) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8670 clearwater-socket-factory-sig start/running, process 8675 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 1m45.083s user 0m8.500s sys 0m8.001s 2018-09-02 02:47:47,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:47:47,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:47,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:47,286 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:47 GMT 2018-09-02 02:47:47,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:47,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:47,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:52,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:52,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:52,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:52,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:52,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:52,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:52,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:52,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:52,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1644, "offset": 1629, "size": 50}}} 2018-09-02 02:47:52,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:52,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:52 GMT 2018-09-02 02:47:52,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:52,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:52,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:52,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:52,440 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:52,441 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:52 GMT 2018-09-02 02:47:52,442 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:52,442 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:52,442 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:57,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:47:57,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:57,580 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:57,580 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:57,580 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:57,580 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:57,580 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:57,580 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:57,581 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1644, "offset": 1629, "size": 50}}} 2018-09-02 02:47:57,581 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:57,581 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:57 GMT 2018-09-02 02:47:57,581 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:57,581 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:47:57,581 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:47:57,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:47:57,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:47:57,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:47:57,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:47:57 GMT 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:47:57,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:47:57,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:02,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:02,755 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:47:57.868Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vcch6q\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 56.4 MB of archives.\nAfter this operation, 171 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet: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]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 28%\rExtracting templates from packages: 57%\rExtracting templates from packages: 85%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.4 MB in 17s (3,291 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-base (1.0-171215.183529) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-scscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-icscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-bgcf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-171215.183529) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-171215.183529_amd64.deb ...\nUnpacking sprout (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8895\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8995\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9013\nclearwater-socket-factory-sig start/running, process 9018\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...........................................+++\n..........................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up sprout-base (1.0-171215.183529) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-171215.183529) ...\nSetting up sprout-mmtel-as (1.0-171215.183529) ...\nSetting up sprout-scscf (1.0-171215.183529) ...\nSetting up sprout-icscf (1.0-171215.183529) ...\nSetting up sprout (1.0-171215.183529) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t2m0.557s\nuser\t0m9.528s\nsys\t0m8.870s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:47:57.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:47:58.946Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:47:58.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}], "metadata": {"pagination": {"total": 1646, "offset": 1629, "size": 50}}} 2018-09-02 02:48:02,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:02,757 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:02 GMT 2018-09-02 02:48:02,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:02,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46556 2018-09-02 02:48:02,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:02,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-vcch6q Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 6 not upgraded. Need to get 56.4 MB of archives. After this operation, 171 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28% Extracting templates from packages: 57% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.4 MB in 17s (3,291 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-171215.183529) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8895 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8995 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9013 clearwater-socket-factory-sig start/running, process 9018 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...........................................+++ ..........................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up sprout-base (1.0-171215.183529) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-171215.183529) ... Setting up sprout-mmtel-as (1.0-171215.183529) ... Setting up sprout-scscf (1.0-171215.183529) ... Setting up sprout-icscf (1.0-171215.183529) ... Setting up sprout (1.0-171215.183529) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 2m0.557s user 0m9.528s sys 0m8.870s 2018-09-02 02:48:02,760 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:48:02,760 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:02,821 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:02,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:02,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:02,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:02,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:02 GMT 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:02,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:07,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:07,912 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:07,912 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:07,912 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:07,912 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:07,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1646, "offset": 1631, "size": 50}}} 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:07 GMT 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:48:07,913 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:07,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:07,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:07,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:07 GMT 2018-09-02 02:48:07,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:07,991 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:07,991 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:12,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:13,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:08.972Z", "message": "[bono] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (10.1 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57595 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m26.085s\nuser\t0m12.588s\nsys\t0m3.150s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:08.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:09.996Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:09.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}], "metadata": {"pagination": {"total": 1648, "offset": 1631, "size": 50}}} 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:13,084 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:13 GMT 2018-09-02 02:48:13,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:13,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14898 2018-09-02 02:48:13,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:13,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.1 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57595 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m26.085s user 0m12.588s sys 0m3.150s 2018-09-02 02:48:13,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:48:13,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:13,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:13,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:13,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:13,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:13,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:13,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:13,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:13,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:13,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:13,148 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:13 GMT 2018-09-02 02:48:13,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:13,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:13,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:18,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:18,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:18,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:18,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:18,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:18,228 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:18,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:18,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:18,228 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:14.828Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-r0ozc2\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 87.7 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 31%\rExtracting templates from packages: 63%\rExtracting templates from packages: 95%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 87.7 MB in 19s (4,610 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-171213.182937_amd64.deb ...\nUnpacking homer (1.0-171213.182937) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8969\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...........................+++\n..............+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m12.792s\nuser\t0m20.560s\nsys\t0m11.205s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:14.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:15.929Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:15.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:15.929Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:15.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:15.929Z", "message": "[bono] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n libmysqlclient18 mysql-common snmpd\nThe following NEW packages will be installed:\n clearwater-snmpd libmysqlclient18 mysql-common snmpd\n0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 701 kB of archives.\nAfter this operation, 3,972 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nPreconfiguring packages ...\nFetched 701 kB in 0s (1,117 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57818 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m6.260s\nuser\t0m0.670s\nsys\t0m0.652s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:15.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:17.021Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:17.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:17.021Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:17.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}], "metadata": {"pagination": {"total": 1654, "offset": 1633, "size": 50}}} 2018-09-02 02:48:18,229 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:18,229 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:18 GMT 2018-09-02 02:48:18,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:18,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 55844 2018-09-02 02:48:18,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:18,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-r0ozc2 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 6 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 31% Extracting templates from packages: 63% Extracting templates from packages: 95% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 87.7 MB in 19s (4,610 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8969 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...........................+++ ..............+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m12.792s user 0m20.560s sys 0m11.205s 2018-09-02 02:48:18,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-09-02 02:48:18,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:48:18,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libmysqlclient18 mysql-common snmpd The following NEW packages will be installed: clearwater-snmpd libmysqlclient18 mysql-common snmpd 0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded. Need to get 701 kB of archives. After this operation, 3,972 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Preconfiguring packages ... Fetched 701 kB in 0s (1,117 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57818 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m6.260s user 0m0.670s sys 0m0.652s 2018-09-02 02:48:18,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-09-02 02:48:18,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-09-02 02:48:18,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:18,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:18,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:18,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:18,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:18,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:18 GMT 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:18,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:23,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:23,375 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:23,375 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:23,375 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:23,375 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:18.672Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.085s\nuser\t0m0.003s\nsys\t0m0.064s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:18.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:19.179Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:19.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:19.179Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:30:e7:8a \n inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe30:e78a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82759 errors:0 dropped:0 overruns:0 frame:0\n TX packets:57628 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131358271 (131.3 MB) TX bytes:8523553 (8.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:38 errors:0 dropped:0 overruns:0 frame:0\n TX packets:38 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3643 (3.6 KB) TX bytes:3643 (3.6 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:19.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:20.268Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 02:43 ? 00:00:01 /sbin/init\nroot 2 0 0 02:43 ? 00:00:00 [kthreadd]\nroot 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 02:43 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 02:43 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 02:43 ? 00:00:00 [rcu_sched]\nroot 8 2 0 02:43 ? 00:00:00 [rcuos/0]\nroot 9 2 0 02:43 ? 00:00:00 [rcuos/1]\nroot 10 2 0 02:43 ? 00:00:00 [rcu_bh]\nroot 11 2 0 02:43 ? 00:00:00 [rcuob/0]\nroot 12 2 0 02:43 ? 00:00:00 [rcuob/1]\nroot 13 2 0 02:43 ? 00:00:00 [migration/0]\nroot 14 2 0 02:43 ? 00:00:00 [watchdog/0]\nroot 15 2 0 02:43 ? 00:00:00 [watchdog/1]\nroot 16 2 0 02:43 ? 00:00:00 [migration/1]\nroot 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 02:43 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 02:43 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 02:43 ? 00:00:00 [khelper]\nroot 21 2 0 02:43 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 02:43 ? 00:00:00 [netns]\nroot 23 2 0 02:43 ? 00:00:00 [writeback]\nroot 24 2 0 02:43 ? 00:00:00 [kintegrityd]\nroot 25 2 0 02:43 ? 00:00:00 [bioset]\nroot 26 2 0 02:43 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 02:43 ? 00:00:00 [kblockd]\nroot 28 2 0 02:43 ? 00:00:00 [ata_sff]\nroot 29 2 0 02:43 ? 00:00:00 [khubd]\nroot 30 2 0 02:43 ? 00:00:00 [md]\nroot 31 2 0 02:43 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 02:43 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 02:43 ? 00:00:00 [khungtaskd]\nroot 35 2 0 02:43 ? 00:00:00 [kswapd0]\nroot 36 2 0 02:43 ? 00:00:00 [vmstat]\nroot 37 2 0 02:43 ? 00:00:00 [ksmd]\nroot 38 2 0 02:43 ? 00:00:00 [khugepaged]\nroot 39 2 0 02:43 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 02:43 ? 00:00:00 [crypto]\nroot 53 2 0 02:43 ? 00:00:00 [kthrotld]\nroot 54 2 0 02:43 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 02:43 ? 00:00:00 [vballoon]\nroot 56 2 0 02:43 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 02:43 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 02:43 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 02:43 ? 00:00:00 [deferwq]\nroot 80 2 0 02:43 ? 00:00:00 [charger_manager]\nroot 123 2 0 02:43 ? 00:00:00 [kpsmoused]\nroot 126 2 0 02:43 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 02:43 ? 00:00:00 [kworker/u5:1]\nroot 538 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon\nroot 595 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 02:43 ? 00:00:00 [kauditd]\nmessage+ 897 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork\nroot 924 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind\nroot 952 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1004 1 0 02:43 ? 00:00:00 rsyslogd\nroot 1052 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1107 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D\nroot 1109 1 0 02:43 ? 00:00:00 cron\ndaemon 1110 1 0 02:43 ? 00:00:00 atd\nroot 1116 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance\nroot 1121 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1201 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1440 2 0 02:43 ? 00:00:00 [kworker/1:2]\nubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/bono_host_cdb51h/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_cdb51h --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_cdb51h --logging-server-logdir=/home/ubuntu/bono_host_cdb51h/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h%I.log --pidfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h.pid\nubuntu 1766 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/bono_host_cdb51h/env/bin/diamond --configfile /home/ubuntu/bono_host_cdb51h/work/plugins/diamond/etc/diamond.conf\nubuntu 1812 1652 0 02:45 ? 00:00:00 /home/ubuntu/bono_host_cdb51h/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_cdb51h --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_cdb51h --logging-server-logdir=/home/ubuntu/bono_host_cdb51h/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h%I.log --pidfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h.pid\nubuntu 1833 1812 0 02:45 ? 00:00:00 /home/ubuntu/bono_host_cdb51h/env/bin/python2.7 /home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6o9DUo\nubuntu 1845 1833 0 02:45 ? 00:00:00 /bin/sh -c /tmp/1T4HV/install-bono.sh\nubuntu 1847 1845 0 02:45 ? 00:00:00 /bin/bash -e /tmp/1T4HV/install-bono.sh\nroot 2244 2 0 02:46 ? 00:00:00 [kworker/u5:2]\nntp 8108 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8615 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8670 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8671 8670 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8675 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8678 8675 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8685 8671 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8686 8678 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8687 8686 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9072 1 0 02:48 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.17,bono-umswhp.clearwater.local --alias=172.30.9.207,bono-umswhp.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-umswhp.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid\ndnsmasq 9771 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9834 1847 0 02:48 ? 00:00:00 /bin/bash -e /tmp/1T4HV/install-bono.sh\nubuntu 9835 9834 0 02:48 ? 00:00:00 /bin/bash -e /tmp/1T4HV/install-bono.sh\nroot 9836 9835 0 02:48 ? 00:00:00 sudo ps -edf\nroot 9837 9836 0 02:48 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.010s\nsys\t0m0.000s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:20.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:20.268Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:20.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:20.268Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:20.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:20.268Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:20.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:20.268Z", "message": "[bono] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9771/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1107/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8615/monit \ntcp 0 0 192.168.120.17:5058 0.0.0.0:* LISTEN 9072/bono \ntcp 0 0 192.168.120.17:5060 0.0.0.0:* LISTEN 9072/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9072/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9771/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1107/sshd \nudp 0 0 192.168.120.17:123 0.0.0.0:* 8108/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8108/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8108/ntpd \nudp 0 0 0.0.0.0:9553 0.0.0.0:* 595/dhclient \nudp 0 0 192.168.120.17:5058 0.0.0.0:* 9072/bono \nudp 0 0 192.168.120.17:5060 0.0.0.0:* 9072/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9771/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 595/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 8108/ntpd \nudp6 0 0 ::1:123 :::* 8108/ntpd \nudp6 0 0 :::123 :::* 8108/ntpd \nudp6 0 0 :::32511 :::* 595/dhclient \nudp6 0 0 ::1:53 :::* 9771/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 21509 8685/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 8993 897/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 20529 8687/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 11086 1652/python2.7 /tmp/cloudify-logging-server-dcf31.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7235 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 12557 1833/python2.7 /tmp/ctx-ztP2yy.socket\nunix 2 [ ACC ] STREAM LISTENING 6981 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9153 1121/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:20.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:21.288Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:21.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:21.288Z", "message": "[bono] => 2018:09:02 02:47:38: Namespace: management\n2018:09:02 02:47:38: [management] Starting server\n2018:09:02 02:47:38: [management] Listening for requests\n2018:09:02 02:47:38: Namespace: signaling\n2018:09:02 02:47:38: [signaling] Starting server\n2018:09:02 02:47:38: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:21.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:21.288Z", "message": "[bono] => /var/log/syslog\n/var/log/lastlog\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/bono/bono_20180902T020000Z.txt\n/var/log/bono/bono_err.log\n/var/log/bono/bono_out.log\n/var/log/monit.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/sysstat/clearwater-sa02\n/var/log/btmp\n/var/log/kern.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.050s\nuser\t0m0.002s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:21.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:21.288Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-4bupdk\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 116 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:39 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:41 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:46 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:48 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:49 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 25%\rExtracting templates from packages: 51%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.8 MB in 10s (8,977 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ...\nUnpacking ralf-libs (1.0-171215.175140) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-171215.175140_amd64.deb ...\nUnpacking ralf (1.0-171215.175140) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...\nUnpacking homestead-libs (1.0-171215.122632) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...\nUnpacking homestead (1.0-171215.122632) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ...\nUnpacking homestead-prov (1.0-171213.182937) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-171215.180814_amd64.deb ...\nUnpacking dime (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-171215.175140) ...\nSetting up homestead-libs (1.0-171215.122632) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9342\nclearwater-socket-factory-sig start/running, process 9347\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9396\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nSetting up ralf (1.0-171215.175140) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...............................................................+++\n...........................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nKilled\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-171215.122632) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t2m19.415s\nuser\t0m21.189s\nsys\t0m12.244s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:21.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:21.288Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:21.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:22.296Z", "message": "[bono] => 2018-09-02 02:47:53.281942255 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:22.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:22.296Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:22.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:22.296Z", "message": "[bono] sudo cat /var/log/bono/bono_20180902T020000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:22.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:22.296Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:22.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}, {"node_instance_id": "bono_umswhp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:22.501Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:22.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:23.318Z", "message": "Execution done (return_code=0): /tmp/1T4HV/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:23.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "12e7d875-50da-495e-a106-aac7fb6ff081"}], "metadata": {"pagination": {"total": 1676, "offset": 1639, "size": 50}}} 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:23 GMT 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:23,376 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84452 2018-09-02 02:48:23,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:23,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.085s user 0m0.003s sys 0m0.064s 2018-09-02 02:48:23,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-09-02 02:48:23,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:30:e7:8a inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe30:e78a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:82759 errors:0 dropped:0 overruns:0 frame:0 TX packets:57628 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131358271 (131.3 MB) TX bytes:8523553 (8.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:38 errors:0 dropped:0 overruns:0 frame:0 TX packets:38 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3643 (3.6 KB) TX bytes:3643 (3.6 KB) real 0m0.005s user 0m0.004s sys 0m0.003s 2018-09-02 02:48:23,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 02:43 ? 00:00:01 /sbin/init root 2 0 0 02:43 ? 00:00:00 [kthreadd] root 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0] root 5 2 0 02:43 ? 00:00:00 [kworker/0:0H] root 6 2 0 02:43 ? 00:00:00 [kworker/u4:0] root 7 2 0 02:43 ? 00:00:00 [rcu_sched] root 8 2 0 02:43 ? 00:00:00 [rcuos/0] root 9 2 0 02:43 ? 00:00:00 [rcuos/1] root 10 2 0 02:43 ? 00:00:00 [rcu_bh] root 11 2 0 02:43 ? 00:00:00 [rcuob/0] root 12 2 0 02:43 ? 00:00:00 [rcuob/1] root 13 2 0 02:43 ? 00:00:00 [migration/0] root 14 2 0 02:43 ? 00:00:00 [watchdog/0] root 15 2 0 02:43 ? 00:00:00 [watchdog/1] root 16 2 0 02:43 ? 00:00:00 [migration/1] root 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1] root 18 2 0 02:43 ? 00:00:00 [kworker/1:0] root 19 2 0 02:43 ? 00:00:00 [kworker/1:0H] root 20 2 0 02:43 ? 00:00:00 [khelper] root 21 2 0 02:43 ? 00:00:00 [kdevtmpfs] root 22 2 0 02:43 ? 00:00:00 [netns] root 23 2 0 02:43 ? 00:00:00 [writeback] root 24 2 0 02:43 ? 00:00:00 [kintegrityd] root 25 2 0 02:43 ? 00:00:00 [bioset] root 26 2 0 02:43 ? 00:00:00 [kworker/u5:0] root 27 2 0 02:43 ? 00:00:00 [kblockd] root 28 2 0 02:43 ? 00:00:00 [ata_sff] root 29 2 0 02:43 ? 00:00:00 [khubd] root 30 2 0 02:43 ? 00:00:00 [md] root 31 2 0 02:43 ? 00:00:00 [devfreq_wq] root 32 2 0 02:43 ? 00:00:00 [kworker/0:1] root 34 2 0 02:43 ? 00:00:00 [khungtaskd] root 35 2 0 02:43 ? 00:00:00 [kswapd0] root 36 2 0 02:43 ? 00:00:00 [vmstat] root 37 2 0 02:43 ? 00:00:00 [ksmd] root 38 2 0 02:43 ? 00:00:00 [khugepaged] root 39 2 0 02:43 ? 00:00:00 [fsnotify_mark] root 40 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 02:43 ? 00:00:00 [crypto] root 53 2 0 02:43 ? 00:00:00 [kthrotld] root 54 2 0 02:43 ? 00:00:00 [kworker/u4:1] root 55 2 0 02:43 ? 00:00:00 [vballoon] root 56 2 0 02:43 ? 00:00:00 [kworker/1:1] root 57 2 0 02:43 ? 00:00:00 [scsi_eh_0] root 58 2 0 02:43 ? 00:00:00 [scsi_eh_1] root 79 2 0 02:43 ? 00:00:00 [deferwq] root 80 2 0 02:43 ? 00:00:00 [charger_manager] root 123 2 0 02:43 ? 00:00:00 [kpsmoused] root 126 2 0 02:43 ? 00:00:00 [kworker/0:2] root 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 02:43 ? 00:00:00 [kworker/u5:1] root 538 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon root 595 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 02:43 ? 00:00:00 [kauditd] message+ 897 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork root 924 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind root 952 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon syslog 1004 1 0 02:43 ? 00:00:00 rsyslogd root 1052 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1107 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D root 1109 1 0 02:43 ? 00:00:00 cron daemon 1110 1 0 02:43 ? 00:00:00 atd root 1116 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance root 1121 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1201 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1440 2 0 02:43 ? 00:00:00 [kworker/1:2] ubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/bono_host_cdb51h/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_cdb51h --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_cdb51h --logging-server-logdir=/home/ubuntu/bono_host_cdb51h/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h%I.log --pidfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h.pid ubuntu 1766 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/bono_host_cdb51h/env/bin/diamond --configfile /home/ubuntu/bono_host_cdb51h/work/plugins/diamond/etc/diamond.conf ubuntu 1812 1652 0 02:45 ? 00:00:00 /home/ubuntu/bono_host_cdb51h/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_cdb51h --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_cdb51h --logging-server-logdir=/home/ubuntu/bono_host_cdb51h/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h%I.log --pidfile=/home/ubuntu/bono_host_cdb51h/work/bono_host_cdb51h.pid ubuntu 1833 1812 0 02:45 ? 00:00:00 /home/ubuntu/bono_host_cdb51h/env/bin/python2.7 /home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6o9DUo ubuntu 1845 1833 0 02:45 ? 00:00:00 /bin/sh -c /tmp/1T4HV/install-bono.sh ubuntu 1847 1845 0 02:45 ? 00:00:00 /bin/bash -e /tmp/1T4HV/install-bono.sh root 2244 2 0 02:46 ? 00:00:00 [kworker/u5:2] ntp 8108 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8615 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8670 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8671 8670 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8675 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8678 8675 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8685 8671 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8686 8678 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8687 8686 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9072 1 0 02:48 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.17,bono-umswhp.clearwater.local --alias=172.30.9.207,bono-umswhp.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-umswhp.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid dnsmasq 9771 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9834 1847 0 02:48 ? 00:00:00 /bin/bash -e /tmp/1T4HV/install-bono.sh ubuntu 9835 9834 0 02:48 ? 00:00:00 /bin/bash -e /tmp/1T4HV/install-bono.sh root 9836 9835 0 02:48 ? 00:00:00 sudo ps -edf root 9837 9836 0 02:48 ? 00:00:00 ps -edf real 0m0.010s user 0m0.010s sys 0m0.000s 2018-09-02 02:48:23,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-09-02 02:48:23,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-09-02 02:48:23,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-09-02 02:48:23,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9771/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1107/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8615/monit tcp 0 0 192.168.120.17:5058 0.0.0.0:* LISTEN 9072/bono tcp 0 0 192.168.120.17:5060 0.0.0.0:* LISTEN 9072/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9072/bono tcp6 0 0 ::1:53 :::* LISTEN 9771/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1107/sshd udp 0 0 192.168.120.17:123 0.0.0.0:* 8108/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8108/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8108/ntpd udp 0 0 0.0.0.0:9553 0.0.0.0:* 595/dhclient udp 0 0 192.168.120.17:5058 0.0.0.0:* 9072/bono udp 0 0 192.168.120.17:5060 0.0.0.0:* 9072/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9771/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 595/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 8108/ntpd udp6 0 0 ::1:123 :::* 8108/ntpd udp6 0 0 :::123 :::* 8108/ntpd udp6 0 0 :::32511 :::* 595/dhclient udp6 0 0 ::1:53 :::* 9771/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 21509 8685/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 8993 897/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 20529 8687/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 11086 1652/python2.7 /tmp/cloudify-logging-server-dcf31.socket unix 2 [ ACC ] SEQPACKET LISTENING 7235 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 12557 1833/python2.7 /tmp/ctx-ztP2yy.socket unix 2 [ ACC ] STREAM LISTENING 6981 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9153 1121/acpid /var/run/acpid.socket real 0m0.008s user 0m0.004s sys 0m0.005s 2018-09-02 02:48:23,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-09-02 02:48:23,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:09:02 02:47:38: Namespace: management 2018:09:02 02:47:38: [management] Starting server 2018:09:02 02:47:38: [management] Listening for requests 2018:09:02 02:47:38: Namespace: signaling 2018:09:02 02:47:38: [signaling] Starting server 2018:09:02 02:47:38: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:48:23,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/syslog /var/log/lastlog /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt/history.log /var/log/apt/term.log /var/log/bono/bono_20180902T020000Z.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log /var/log/monit.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/sysstat/clearwater-sa02 /var/log/btmp /var/log/kern.log /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.050s user 0m0.002s sys 0m0.004s 2018-09-02 02:48:23,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-4bupdk Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 116 newly installed, 0 to remove and 6 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:39 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:41 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:46 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:48 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:49 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25% Extracting templates from packages: 51% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.8 MB in 10s (8,977 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9342 clearwater-socket-factory-sig start/running, process 9347 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9396 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...............................................................+++ ...........................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Killed Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 2m19.415s user 0m21.189s sys 0m12.244s 2018-09-02 02:48:23,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:48:23,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-09-02 02:47:53.281942255 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 02:48:23,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-09-02 02:48:23,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20180902T020000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-09-02 02:48:23,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-09-02 02:48:23,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:23,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/1T4HV/install-bono.sh 2018-09-02 02:48:23,385 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:23,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:23,442 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:23,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:23,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:23,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:23,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:23,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:23,442 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:23,443 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:23,443 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:23 GMT 2018-09-02 02:48:23,443 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:23,443 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:23,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:28,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:28,524 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:28,524 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:28,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:28,524 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:28,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:28,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:28,525 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:28,525 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:23.945Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:23.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:23.945Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:23.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "bono_umswhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:23.945Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:23.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:24.320Z", "message": "Downloaded scripts/bind/bind.py to /tmp/1B0G2/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:24.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "[localhost] run: sudo mv /tmp/tmpLBZVma /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.328Z", "message": "[sprout] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (14.8 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57898 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m26.862s\nuser\t0m12.787s\nsys\t0m3.140s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.781Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.952Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:25.952Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:25.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:26.451Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:26.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:26.451Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:26.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:26.451Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:26.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:26.451Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:26.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:26.451Z", "message": "[localhost] run: sudo mv /tmp/tmpNkFG0V /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:26.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:26.451Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:26.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1b36e28a-4218-4015-944b-93b0a838538e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:27.014Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:27.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:27.493Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_1nymna/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "7cdfbaa2-0c47-4cc7-b99b-58b9d19ce1f6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:27.493Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/VT7SH/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:27.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "7cdfbaa2-0c47-4cc7-b99b-58b9d19ce1f6"}], "metadata": {"pagination": {"total": 1702, "offset": 1658, "size": 50}}} 2018-09-02 02:48:28,525 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:28,525 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:28 GMT 2018-09-02 02:48:28,525 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:28,525 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27512 2018-09-02 02:48:28,526 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:28,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:48:28,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:48:28,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:48:28,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/1B0G2/bind.py 2018-09-02 02:48:28,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpLBZVma /etc/bind/db.clearwater.local 2018-09-02 02:48:28,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:48:28,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:48:28,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:48:28,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:48:28,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:48:28,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:48:28,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:48:28,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (14.8 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57898 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m26.862s user 0m12.787s sys 0m3.140s 2018-09-02 02:48:28,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:28,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:48:28,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:48:28,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-09-02 02:48:28,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-09-02 02:48:28,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-09-02 02:48:28,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:48:28,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNkFG0V /etc/bind/db.clearwater.opnfv 2018-09-02 02:48:28,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:48:28,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:28,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_1nymna/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-09-02 02:48:28,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/VT7SH/add-snmpproxy-collector.py 2018-09-02 02:48:28,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:28,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:28,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:28,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:28 GMT 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:28,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:28,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:33,603 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:33,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:33,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:33,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:33,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:33,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:33,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:33,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:33,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:28.625Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:fb:33:7e \n inet addr:192.168.120.25 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:337e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:85567 errors:0 dropped:0 overruns:0 frame:0\n TX packets:59791 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:133594845 (133.5 MB) TX bytes:8889814 (8.8 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:16 errors:0 dropped:0 overruns:0 frame:0\n TX packets:16 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.002s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:28.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:28.625Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:28.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:28.625Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.061s\nuser\t0m0.008s\nsys\t0m0.054s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:28.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:29.722Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:29.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:29.722Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:29.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:29.722Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:29.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:29.722Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 02:43 ? 00:00:01 /sbin/init\nroot 2 0 0 02:43 ? 00:00:00 [kthreadd]\nroot 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 02:43 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 02:43 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 02:43 ? 00:00:00 [rcu_sched]\nroot 8 2 0 02:43 ? 00:00:00 [rcuos/0]\nroot 9 2 0 02:43 ? 00:00:00 [rcuos/1]\nroot 10 2 0 02:43 ? 00:00:00 [rcu_bh]\nroot 11 2 0 02:43 ? 00:00:00 [rcuob/0]\nroot 12 2 0 02:43 ? 00:00:00 [rcuob/1]\nroot 13 2 0 02:43 ? 00:00:00 [migration/0]\nroot 14 2 0 02:43 ? 00:00:00 [watchdog/0]\nroot 15 2 0 02:43 ? 00:00:00 [watchdog/1]\nroot 16 2 0 02:43 ? 00:00:00 [migration/1]\nroot 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 02:43 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 02:43 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 02:43 ? 00:00:00 [khelper]\nroot 21 2 0 02:43 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 02:43 ? 00:00:00 [netns]\nroot 23 2 0 02:43 ? 00:00:00 [writeback]\nroot 24 2 0 02:43 ? 00:00:00 [kintegrityd]\nroot 25 2 0 02:43 ? 00:00:00 [bioset]\nroot 26 2 0 02:43 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 02:43 ? 00:00:00 [kblockd]\nroot 28 2 0 02:43 ? 00:00:00 [ata_sff]\nroot 29 2 0 02:43 ? 00:00:00 [khubd]\nroot 30 2 0 02:43 ? 00:00:00 [md]\nroot 31 2 0 02:43 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 02:43 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 02:43 ? 00:00:00 [khungtaskd]\nroot 35 2 0 02:43 ? 00:00:00 [kswapd0]\nroot 36 2 0 02:43 ? 00:00:00 [vmstat]\nroot 37 2 0 02:43 ? 00:00:00 [ksmd]\nroot 38 2 0 02:43 ? 00:00:00 [khugepaged]\nroot 39 2 0 02:43 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 02:43 ? 00:00:00 [crypto]\nroot 53 2 0 02:43 ? 00:00:00 [kthrotld]\nroot 54 2 0 02:43 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 02:43 ? 00:00:00 [vballoon]\nroot 56 2 0 02:43 ? 00:00:00 [scsi_eh_0]\nroot 57 2 0 02:43 ? 00:00:00 [scsi_eh_1]\nroot 78 2 0 02:43 ? 00:00:00 [deferwq]\nroot 79 2 0 02:43 ? 00:00:00 [charger_manager]\nroot 89 2 0 02:43 ? 00:00:00 [kworker/1:1]\nroot 125 2 0 02:43 ? 00:00:00 [kpsmoused]\nroot 142 2 0 02:43 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 02:43 ? 00:00:00 [kworker/u5:1]\nroot 553 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon\nroot 571 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 02:43 ? 00:00:00 [kauditd]\nmessage+ 896 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork\nroot 921 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind\nroot 944 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon\nroot 1050 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1096 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D\nroot 1101 1 0 02:43 ? 00:00:00 cron\ndaemon 1102 1 0 02:43 ? 00:00:00 atd\nroot 1115 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance\nroot 1131 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1452 2 0 02:43 ? 00:00:00 [kworker/1:2]\nubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/sprout_host_vcch6q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vcch6q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vcch6q --logging-server-logdir=/home/ubuntu/sprout_host_vcch6q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q%I.log --pidfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q.pid\nubuntu 1766 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_vcch6q/env/bin/diamond --configfile /home/ubuntu/sprout_host_vcch6q/work/plugins/diamond/etc/diamond.conf\nubuntu 1812 1652 0 02:45 ? 00:00:00 /home/ubuntu/sprout_host_vcch6q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vcch6q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vcch6q --logging-server-logdir=/home/ubuntu/sprout_host_vcch6q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q%I.log --pidfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q.pid\nubuntu 1833 1812 0 02:45 ? 00:00:00 /home/ubuntu/sprout_host_vcch6q/env/bin/python2.7 /home/ubuntu/sprout_host_vcch6q/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-nxXxWW\nubuntu 1845 1833 0 02:45 ? 00:00:00 /bin/sh -c /tmp/A8GE3/install-sprout.sh\nubuntu 1847 1845 0 02:45 ? 00:00:00 /bin/bash -e /tmp/A8GE3/install-sprout.sh\nroot 2161 2 0 02:46 ? 00:00:00 [kworker/u5:2]\nntp 8411 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8895 1 0 02:47 ? 00:00:00 rsyslogd\nroot 8995 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9013 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9014 9013 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9018 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9020 9018 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9027 9014 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9029 9020 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9030 9029 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\ndnsmasq 9705 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9768 1847 0 02:48 ? 00:00:00 /bin/bash -e /tmp/A8GE3/install-sprout.sh\nubuntu 9769 9768 0 02:48 ? 00:00:00 /bin/bash -e /tmp/A8GE3/install-sprout.sh\nroot 9770 9769 0 02:48 ? 00:00:00 sudo ps -edf\nroot 9771 9770 0 02:48 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.004s\nsys\t0m0.007s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:29.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:29.722Z", "message": "[sprout] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9705/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8995/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9705/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1096/sshd \nudp 0 0 192.168.120.25:123 0.0.0.0:* 8411/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8411/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8411/ntpd \nudp 0 0 0.0.0.0:54701 0.0.0.0:* 571/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9705/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient \nudp6 0 0 fe80::f816:3eff:fef:123 :::* 8411/ntpd \nudp6 0 0 ::1:123 :::* 8411/ntpd \nudp6 0 0 :::123 :::* 8411/ntpd \nudp6 0 0 :::2899 :::* 571/dhclient \nudp6 0 0 ::1:53 :::* 9705/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 8193 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11177 1652/python2.7 /tmp/cloudify-logging-server-7666f.socket\nunix 2 [ ACC ] STREAM LISTENING 12655 1833/python2.7 /tmp/ctx-p5FUKK.socket\nunix 2 [ ACC ] STREAM LISTENING 1630 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9102 1131/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8862 896/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 21136 9027/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 19360 9030/clearwater_soc /tmp/clearwater_signaling_namespace_socket\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:29.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:30.748Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:30.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:30.748Z", "message": "[sprout] => 2018:09:02 02:47:51: Namespace: management\n2018:09:02 02:47:51: [management] Starting server\n2018:09:02 02:47:51: [management] Listening for requests\n2018:09:02 02:47:51: Namespace: signaling\n2018:09:02 02:47:51: [signaling] Starting server\n2018:09:02 02:47:51: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:30.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:30.748Z", "message": "[sprout] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/sprout\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_20180902T020000Z.txt\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_current.txt\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa02\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/unattended-upgrades\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.042s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:30.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:31.777Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:31.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:31.839Z", "message": "[sprout] => 2018-09-02 02:48:10.275207950 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:31.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:31.839Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:31.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:31.839Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:31.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:31.839Z", "message": "Execution done (return_code=0): /tmp/A8GE3/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:31.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "6fbda9a5-34f1-40b7-8c35-945c7f0ed9b7"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:32.823Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:32.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:33.048Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:33.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:33.048Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-p4htry\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring clearwater-logging clearwater-snmpd g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl\n libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl\n lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc\n ntp-doc python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 98 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 69.3 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\n\rExtracting templates from packages: 30%\rExtracting templates from packages: 61%\rExtracting templates from packages: 91%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.3 MB in 17s (4,007 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51909 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package mysql-server.\nPreparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ellis.\nPreparing to unpack .../ellis_1.0-171213.182049_amd64.deb ...\nUnpacking ellis (1.0-171213.182049) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libhtml-template-perl.\nPreparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...\nUnpacking libhtml-template-perl (2.95-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libaio1:amd64 (0.3.109-4) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libdbi-perl (1.630-1) ...\nSetting up libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSetting up libterm-readkey-perl (2.31-1) ...\nSetting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nmysql start/running, process 9228\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libhtml-template-perl (2.95-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9965\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n..............................................+++\n........+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up ellis (1.0-171213.182049) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m30.887s\nuser\t0m16.610s\nsys\t0m11.556s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:33.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}], "metadata": {"pagination": {"total": 1724, "offset": 1683, "size": 50}}} 2018-09-02 02:48:33,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:33,700 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:33 GMT 2018-09-02 02:48:33,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:33,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 69428 2018-09-02 02:48:33,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:33,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:fb:33:7e inet addr:192.168.120.25 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fefb:337e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:85567 errors:0 dropped:0 overruns:0 frame:0 TX packets:59791 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133594845 (133.5 MB) TX bytes:8889814 (8.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.006s user 0m0.002s sys 0m0.004s 2018-09-02 02:48:33,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-09-02 02:48:33,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.061s user 0m0.008s sys 0m0.054s 2018-09-02 02:48:33,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-09-02 02:48:33,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-09-02 02:48:33,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-09-02 02:48:33,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 02:43 ? 00:00:01 /sbin/init root 2 0 0 02:43 ? 00:00:00 [kthreadd] root 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0] root 5 2 0 02:43 ? 00:00:00 [kworker/0:0H] root 6 2 0 02:43 ? 00:00:00 [kworker/u4:0] root 7 2 0 02:43 ? 00:00:00 [rcu_sched] root 8 2 0 02:43 ? 00:00:00 [rcuos/0] root 9 2 0 02:43 ? 00:00:00 [rcuos/1] root 10 2 0 02:43 ? 00:00:00 [rcu_bh] root 11 2 0 02:43 ? 00:00:00 [rcuob/0] root 12 2 0 02:43 ? 00:00:00 [rcuob/1] root 13 2 0 02:43 ? 00:00:00 [migration/0] root 14 2 0 02:43 ? 00:00:00 [watchdog/0] root 15 2 0 02:43 ? 00:00:00 [watchdog/1] root 16 2 0 02:43 ? 00:00:00 [migration/1] root 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1] root 18 2 0 02:43 ? 00:00:00 [kworker/1:0] root 19 2 0 02:43 ? 00:00:00 [kworker/1:0H] root 20 2 0 02:43 ? 00:00:00 [khelper] root 21 2 0 02:43 ? 00:00:00 [kdevtmpfs] root 22 2 0 02:43 ? 00:00:00 [netns] root 23 2 0 02:43 ? 00:00:00 [writeback] root 24 2 0 02:43 ? 00:00:00 [kintegrityd] root 25 2 0 02:43 ? 00:00:00 [bioset] root 26 2 0 02:43 ? 00:00:00 [kworker/u5:0] root 27 2 0 02:43 ? 00:00:00 [kblockd] root 28 2 0 02:43 ? 00:00:00 [ata_sff] root 29 2 0 02:43 ? 00:00:00 [khubd] root 30 2 0 02:43 ? 00:00:00 [md] root 31 2 0 02:43 ? 00:00:00 [devfreq_wq] root 32 2 0 02:43 ? 00:00:00 [kworker/0:1] root 34 2 0 02:43 ? 00:00:00 [khungtaskd] root 35 2 0 02:43 ? 00:00:00 [kswapd0] root 36 2 0 02:43 ? 00:00:00 [vmstat] root 37 2 0 02:43 ? 00:00:00 [ksmd] root 38 2 0 02:43 ? 00:00:00 [khugepaged] root 39 2 0 02:43 ? 00:00:00 [fsnotify_mark] root 40 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 02:43 ? 00:00:00 [crypto] root 53 2 0 02:43 ? 00:00:00 [kthrotld] root 54 2 0 02:43 ? 00:00:00 [kworker/u4:1] root 55 2 0 02:43 ? 00:00:00 [vballoon] root 56 2 0 02:43 ? 00:00:00 [scsi_eh_0] root 57 2 0 02:43 ? 00:00:00 [scsi_eh_1] root 78 2 0 02:43 ? 00:00:00 [deferwq] root 79 2 0 02:43 ? 00:00:00 [charger_manager] root 89 2 0 02:43 ? 00:00:00 [kworker/1:1] root 125 2 0 02:43 ? 00:00:00 [kpsmoused] root 142 2 0 02:43 ? 00:00:00 [kworker/0:2] root 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 02:43 ? 00:00:00 [kworker/u5:1] root 553 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon root 571 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 02:43 ? 00:00:00 [kauditd] message+ 896 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork root 921 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind root 944 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon root 1050 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1096 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D root 1101 1 0 02:43 ? 00:00:00 cron daemon 1102 1 0 02:43 ? 00:00:00 atd root 1115 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance root 1131 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1452 2 0 02:43 ? 00:00:00 [kworker/1:2] ubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/sprout_host_vcch6q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vcch6q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vcch6q --logging-server-logdir=/home/ubuntu/sprout_host_vcch6q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q%I.log --pidfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q.pid ubuntu 1766 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_vcch6q/env/bin/diamond --configfile /home/ubuntu/sprout_host_vcch6q/work/plugins/diamond/etc/diamond.conf ubuntu 1812 1652 0 02:45 ? 00:00:00 /home/ubuntu/sprout_host_vcch6q/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_vcch6q --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_vcch6q --logging-server-logdir=/home/ubuntu/sprout_host_vcch6q/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q%I.log --pidfile=/home/ubuntu/sprout_host_vcch6q/work/sprout_host_vcch6q.pid ubuntu 1833 1812 0 02:45 ? 00:00:00 /home/ubuntu/sprout_host_vcch6q/env/bin/python2.7 /home/ubuntu/sprout_host_vcch6q/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-nxXxWW ubuntu 1845 1833 0 02:45 ? 00:00:00 /bin/sh -c /tmp/A8GE3/install-sprout.sh ubuntu 1847 1845 0 02:45 ? 00:00:00 /bin/bash -e /tmp/A8GE3/install-sprout.sh root 2161 2 0 02:46 ? 00:00:00 [kworker/u5:2] ntp 8411 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8895 1 0 02:47 ? 00:00:00 rsyslogd root 8995 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9013 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9014 9013 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9018 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9020 9018 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9027 9014 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9029 9020 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9030 9029 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9705 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9768 1847 0 02:48 ? 00:00:00 /bin/bash -e /tmp/A8GE3/install-sprout.sh ubuntu 9769 9768 0 02:48 ? 00:00:00 /bin/bash -e /tmp/A8GE3/install-sprout.sh root 9770 9769 0 02:48 ? 00:00:00 sudo ps -edf root 9771 9770 0 02:48 ? 00:00:00 ps -edf real 0m0.010s user 0m0.004s sys 0m0.007s 2018-09-02 02:48:33,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9705/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8995/monit tcp6 0 0 ::1:53 :::* LISTEN 9705/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1096/sshd udp 0 0 192.168.120.25:123 0.0.0.0:* 8411/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8411/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8411/ntpd udp 0 0 0.0.0.0:54701 0.0.0.0:* 571/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9705/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient udp6 0 0 fe80::f816:3eff:fef:123 :::* 8411/ntpd udp6 0 0 ::1:123 :::* 8411/ntpd udp6 0 0 :::123 :::* 8411/ntpd udp6 0 0 :::2899 :::* 571/dhclient udp6 0 0 ::1:53 :::* 9705/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 8193 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11177 1652/python2.7 /tmp/cloudify-logging-server-7666f.socket unix 2 [ ACC ] STREAM LISTENING 12655 1833/python2.7 /tmp/ctx-p5FUKK.socket unix 2 [ ACC ] STREAM LISTENING 1630 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9102 1131/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8862 896/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 21136 9027/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 19360 9030/clearwater_soc /tmp/clearwater_signaling_namespace_socket real 0m0.008s user 0m0.000s sys 0m0.008s 2018-09-02 02:48:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-09-02 02:48:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:09:02 02:47:51: Namespace: management 2018:09:02 02:47:51: [management] Starting server 2018:09:02 02:47:51: [management] Listening for requests 2018:09:02 02:47:51: Namespace: signaling 2018:09:02 02:47:51: [signaling] Starting server 2018:09:02 02:47:51: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:48:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/sprout /var/log/sprout/sprout_out.log /var/log/sprout/sprout_20180902T020000Z.txt /var/log/sprout/sprout_err.log /var/log/sprout/sprout_current.txt /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa02 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/unattended-upgrades /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.042s user 0m0.000s sys 0m0.006s 2018-09-02 02:48:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-09-02 02:48:10.275207950 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:48:33,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-09-02 02:48:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-09-02 02:48:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/A8GE3/install-sprout.sh 2018-09-02 02:48:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:48:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:48:33,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-p4htry Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring clearwater-logging clearwater-snmpd g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 98 newly installed, 0 to remove and 6 not upgraded. Need to get 69.3 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,463 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3,764 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1,862 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 91% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.3 MB in 17s (4,007 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51909 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package mysql-server. Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-171213.182049_amd64.deb ... Unpacking ellis (1.0-171213.182049) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... mysql start/running, process 9228 Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9965 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ..............................................+++ ........+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m30.887s user 0m16.610s sys 0m11.556s 2018-09-02 02:48:33,708 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:33,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:33,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:33 GMT 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:33,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:38,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:38,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:33.969Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:33.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:33.969Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:33.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:34.052Z", "message": "Downloaded scripts/bind/bind.py to /tmp/68P3V/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:34.052Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:34.972Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:34.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:34.972Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:34.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:34.972Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:34.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "[localhost] run: sudo mv /tmp/tmpMaLvJm /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "[localhost] run: sudo mv /tmp/tmpmgs7GH /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:35.058Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:35.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "77191ffc-bba0-48fa-aee8-38e727b741ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:36.073Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/DAQXW/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:36.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1c766d04-6e57-444d-a1cc-fd0d5be446cb"}], "metadata": {"pagination": {"total": 1743, "offset": 1702, "size": 50}}} 2018-09-02 02:48:38,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:38,856 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:38 GMT 2018-09-02 02:48:38,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:38,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10176 2018-09-02 02:48:38,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:38,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:48:38,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:48:38,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/68P3V/bind.py 2018-09-02 02:48:38,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:48:38,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:38,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:48:38,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:48:38,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:48:38,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:48:38,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:48:38,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMaLvJm /etc/bind/db.clearwater.local 2018-09-02 02:48:38,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:48:38,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:48:38,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmgs7GH /etc/bind/db.clearwater.opnfv 2018-09-02 02:48:38,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:48:38,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:48:38,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:48:38,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/DAQXW/add-snmpproxy-collector.py 2018-09-02 02:48:38,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:38,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:38,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:38,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:38,917 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:38 GMT 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:38,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:43,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:44,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:44,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1743, "offset": 1720, "size": 50}}} 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:44 GMT 2018-09-02 02:48:44,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:44,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:48:44,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:44,166 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:44,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:44,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:44,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:44,232 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:44,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:44,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:44,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:44,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:44,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:44,233 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:44 GMT 2018-09-02 02:48:44,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:44,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:44,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:49,239 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:49,474 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:49,474 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:45.019Z", "message": "[homer] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (11.1 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58159 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m29.762s\nuser\t0m12.590s\nsys\t0m3.135s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:45.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:45.319Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:45.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:45.555Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:45.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:46.332Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:46.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:46.332Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:46.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:47.974Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.079s\nuser\t0m0.007s\nsys\t0m0.053s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:47.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:48.336Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:48.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}], "metadata": {"pagination": {"total": 1750, "offset": 1720, "size": 50}}} 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:49 GMT 2018-09-02 02:48:49,475 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:49,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17570 2018-09-02 02:48:49,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:49,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (11.1 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58159 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m29.762s user 0m12.590s sys 0m3.135s 2018-09-02 02:48:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-09-02 02:48:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-09-02 02:48:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-09-02 02:48:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.079s user 0m0.007s sys 0m0.053s 2018-09-02 02:48:49,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-09-02 02:48:49,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:49,691 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:49,691 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:49,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:49 GMT 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:49,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:54,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:48:54,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:54,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:54,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:54,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:49.341Z", "message": "[homer] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9748/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8969/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9133/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9748/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \nudp 0 0 192.168.120.3:123 0.0.0.0:* 8457/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8457/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8457/ntpd \nudp 0 0 0.0.0.0:20659 0.0.0.0:* 585/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9748/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 585/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 8457/ntpd \nudp6 0 0 ::1:123 :::* 8457/ntpd \nudp6 0 0 :::123 :::* 8457/ntpd \nudp6 0 0 :::30994 :::* 585/dhclient \nudp6 0 0 ::1:53 :::* 9748/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8723 1116/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11638 1651/python2.7 /tmp/cloudify-logging-server-41ba2.socket\nunix 2 [ ACC ] STREAM LISTENING 11235 1831/python2.7 /tmp/ctx-sdcSPC.socket\nunix 2 [ ACC ] STREAM LISTENING 7075 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7601 390/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9455 904/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:49.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:49.341Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:49.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:49.341Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:55:87:5d \n inet addr:192.168.120.3 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe55:875d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:108263 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48880 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166403282 (166.4 MB) TX bytes:8430502 (8.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:39 errors:0 dropped:0 overruns:0 frame:0\n TX packets:39 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3306 (3.3 KB) TX bytes:3306 (3.3 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:49.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:49.341Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:49.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:49.341Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 02:43 ? 00:00:00 /sbin/init\nroot 2 0 0 02:43 ? 00:00:00 [kthreadd]\nroot 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 02:43 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 02:43 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 02:43 ? 00:00:00 [rcu_sched]\nroot 8 2 0 02:43 ? 00:00:00 [rcuos/0]\nroot 9 2 0 02:43 ? 00:00:00 [rcuos/1]\nroot 10 2 0 02:43 ? 00:00:00 [rcu_bh]\nroot 11 2 0 02:43 ? 00:00:00 [rcuob/0]\nroot 12 2 0 02:43 ? 00:00:00 [rcuob/1]\nroot 13 2 0 02:43 ? 00:00:00 [migration/0]\nroot 14 2 0 02:43 ? 00:00:00 [watchdog/0]\nroot 15 2 0 02:43 ? 00:00:00 [watchdog/1]\nroot 16 2 0 02:43 ? 00:00:00 [migration/1]\nroot 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 02:43 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 02:43 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 02:43 ? 00:00:00 [khelper]\nroot 21 2 0 02:43 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 02:43 ? 00:00:00 [netns]\nroot 23 2 0 02:43 ? 00:00:00 [writeback]\nroot 24 2 0 02:43 ? 00:00:00 [kintegrityd]\nroot 25 2 0 02:43 ? 00:00:00 [bioset]\nroot 26 2 0 02:43 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 02:43 ? 00:00:00 [kblockd]\nroot 28 2 0 02:43 ? 00:00:00 [ata_sff]\nroot 29 2 0 02:43 ? 00:00:00 [khubd]\nroot 30 2 0 02:43 ? 00:00:00 [md]\nroot 31 2 0 02:43 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 02:43 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 02:43 ? 00:00:00 [khungtaskd]\nroot 35 2 0 02:43 ? 00:00:00 [kswapd0]\nroot 36 2 0 02:43 ? 00:00:00 [vmstat]\nroot 37 2 0 02:43 ? 00:00:00 [ksmd]\nroot 38 2 0 02:43 ? 00:00:00 [khugepaged]\nroot 39 2 0 02:43 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 02:43 ? 00:00:00 [crypto]\nroot 53 2 0 02:43 ? 00:00:00 [kthrotld]\nroot 54 2 0 02:43 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 02:43 ? 00:00:00 [vballoon]\nroot 56 2 0 02:43 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 02:43 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 02:43 ? 00:00:00 [scsi_eh_1]\nroot 60 2 0 02:43 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 02:43 ? 00:00:00 [deferwq]\nroot 80 2 0 02:43 ? 00:00:00 [charger_manager]\nroot 124 2 0 02:43 ? 00:00:00 [kpsmoused]\nroot 142 2 0 02:43 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver]\nroot 384 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon\nroot 390 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 448 2 0 02:43 ? 00:00:00 [kworker/u5:1]\nroot 449 2 0 02:43 ? 00:00:00 [kworker/u5:2]\nroot 515 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon\nroot 585 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 02:43 ? 00:00:00 [kauditd]\nmessage+ 904 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork\nroot 936 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind\nroot 948 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 992 1 0 02:43 ? 00:00:00 rsyslogd\nroot 1051 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D\nroot 1102 1 0 02:43 ? 00:00:00 cron\ndaemon 1103 1 0 02:43 ? 00:00:00 atd\nroot 1116 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1150 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance\nroot 1199 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 02:43 ? 00:00:00 /home/ubuntu/homer_host_r0ozc2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_r0ozc2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_r0ozc2 --logging-server-logdir=/home/ubuntu/homer_host_r0ozc2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2%I.log --pidfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2.pid\nubuntu 1765 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/homer_host_r0ozc2/env/bin/diamond --configfile /home/ubuntu/homer_host_r0ozc2/work/plugins/diamond/etc/diamond.conf\nubuntu 1810 1651 0 02:45 ? 00:00:00 /home/ubuntu/homer_host_r0ozc2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_r0ozc2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_r0ozc2 --logging-server-logdir=/home/ubuntu/homer_host_r0ozc2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2%I.log --pidfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2.pid\nubuntu 1831 1810 0 02:45 ? 00:00:00 /home/ubuntu/homer_host_r0ozc2/env/bin/python2.7 /home/ubuntu/homer_host_r0ozc2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-T7pSd7\nubuntu 1842 1831 0 02:45 ? 00:00:00 /bin/sh -c /tmp/FNTPC/install-homer.sh\nubuntu 1844 1842 0 02:45 ? 00:00:00 /bin/bash -e /tmp/FNTPC/install-homer.sh\nntp 8457 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8969 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9021 1 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9025 9021 0 02:47 ? 00:00:00 inotifywait -e create -qq .\nroot 9133 1 0 02:47 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9134 9133 0 02:47 ? 00:00:00 nginx: worker process\nwww-data 9135 9133 0 02:47 ? 00:00:00 nginx: worker process\nwww-data 9136 9133 0 02:47 ? 00:00:00 nginx: worker process\nwww-data 9137 9133 0 02:47 ? 00:00:00 nginx: worker process\nroot 9322 8969 0 02:48 ? 00:00:00 [nginx_ping] \nroot 9323 8969 0 02:48 ? 00:00:00 [check-nginx-upt] \nroot 9326 8969 0 02:48 ? 00:00:00 [check-monit-upt] \ndnsmasq 9748 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9812 1844 0 02:48 ? 00:00:00 /bin/bash -e /tmp/FNTPC/install-homer.sh\nubuntu 9813 9812 0 02:48 ? 00:00:00 /bin/bash -e /tmp/FNTPC/install-homer.sh\nroot 9814 9813 0 02:48 ? 00:00:00 sudo ps -edf\nroot 9815 9814 0 02:48 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:49.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:50.508Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:50.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:50.508Z", "message": "[homer] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa02\n/var/log/sysstat/sa02\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/unattended-upgrades\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.007s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:50.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:50.508Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:50.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:50.508Z", "message": "[homer] => [02-Sep-2018 02:47:55 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 02:47:55 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:50.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:50.508Z", "message": "[dime] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 6s (6,184 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58580 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m29.582s\nuser\t0m12.651s\nsys\t0m3.334s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:50.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.513Z", "message": "[homer] => 2018-09-02 02:48:26.290955387 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.513Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.513Z", "message": "Execution done (return_code=0): /tmp/FNTPC/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.513Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.513Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.513Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.513Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5885d173-6222-435b-93b4-c1adbca843b3"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:51.594Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:51.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:52.614Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "homer_4ud5a7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:52.614Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:52.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:52.981Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:52.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:53.274Z", "message": "Downloaded scripts/bind/bind.py to /tmp/BBSMK/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:53.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:53.517Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.091s\nuser\t0m0.014s\nsys\t0m0.053s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:53.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.602Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 02:43 ? 00:00:01 /sbin/init\nroot 2 0 0 02:43 ? 00:00:00 [kthreadd]\nroot 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 02:43 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 02:43 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 02:43 ? 00:00:00 [rcu_sched]\nroot 8 2 0 02:43 ? 00:00:00 [rcuos/0]\nroot 9 2 0 02:43 ? 00:00:00 [rcuos/1]\nroot 10 2 0 02:43 ? 00:00:00 [rcu_bh]\nroot 11 2 0 02:43 ? 00:00:00 [rcuob/0]\nroot 12 2 0 02:43 ? 00:00:00 [rcuob/1]\nroot 13 2 0 02:43 ? 00:00:00 [migration/0]\nroot 14 2 0 02:43 ? 00:00:00 [watchdog/0]\nroot 15 2 0 02:43 ? 00:00:00 [watchdog/1]\nroot 16 2 0 02:43 ? 00:00:00 [migration/1]\nroot 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 02:43 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 02:43 ? 00:00:00 [khelper]\nroot 21 2 0 02:43 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 02:43 ? 00:00:00 [netns]\nroot 23 2 0 02:43 ? 00:00:00 [writeback]\nroot 24 2 0 02:43 ? 00:00:00 [kintegrityd]\nroot 25 2 0 02:43 ? 00:00:00 [bioset]\nroot 27 2 0 02:43 ? 00:00:00 [kblockd]\nroot 28 2 0 02:43 ? 00:00:00 [ata_sff]\nroot 29 2 0 02:43 ? 00:00:00 [khubd]\nroot 30 2 0 02:43 ? 00:00:00 [md]\nroot 31 2 0 02:43 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 02:43 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 02:43 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 02:43 ? 00:00:00 [khungtaskd]\nroot 36 2 0 02:43 ? 00:00:00 [kswapd0]\nroot 37 2 0 02:43 ? 00:00:00 [vmstat]\nroot 38 2 0 02:43 ? 00:00:00 [ksmd]\nroot 39 2 0 02:43 ? 00:00:00 [khugepaged]\nroot 40 2 0 02:43 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 02:43 ? 00:00:00 [crypto]\nroot 54 2 0 02:43 ? 00:00:00 [kthrotld]\nroot 55 2 0 02:43 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 02:43 ? 00:00:00 [vballoon]\nroot 57 2 0 02:43 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 02:43 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 02:43 ? 00:00:00 [deferwq]\nroot 80 2 0 02:43 ? 00:00:00 [charger_manager]\nroot 125 2 0 02:43 ? 00:00:00 [kpsmoused]\nroot 126 2 0 02:43 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 02:43 ? 00:00:00 [kworker/u5:1]\nroot 497 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon\nroot 567 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 808 2 0 02:43 ? 00:00:00 [kworker/u5:2]\nroot 820 2 0 02:43 ? 00:00:00 [kauditd]\nmessage+ 910 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork\nroot 936 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind\nroot 958 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1021 1 0 02:43 ? 00:00:00 rsyslogd\nroot 1052 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D\nroot 1108 1 0 02:43 ? 00:00:00 cron\ndaemon 1109 1 0 02:43 ? 00:00:00 atd\nroot 1118 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1141 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance\nroot 1201 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1452 2 0 02:43 ? 00:00:00 [kworker/1:2]\nubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/dime_host_4bupdk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_4bupdk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_4bupdk --logging-server-logdir=/home/ubuntu/dime_host_4bupdk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk%I.log --pidfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk.pid\nubuntu 1766 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/dime_host_4bupdk/env/bin/diamond --configfile /home/ubuntu/dime_host_4bupdk/work/plugins/diamond/etc/diamond.conf\nubuntu 1814 1652 0 02:45 ? 00:00:00 /home/ubuntu/dime_host_4bupdk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_4bupdk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_4bupdk --logging-server-logdir=/home/ubuntu/dime_host_4bupdk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk%I.log --pidfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk.pid\nubuntu 1834 1814 0 02:45 ? 00:00:00 /home/ubuntu/dime_host_4bupdk/env/bin/python2.7 /home/ubuntu/dime_host_4bupdk/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-8kBpE9\nubuntu 1846 1834 0 02:45 ? 00:00:00 /bin/sh -c /tmp/TBVJ9/install-dime.sh\nubuntu 1848 1846 0 02:45 ? 00:00:00 /bin/bash -e /tmp/TBVJ9/install-dime.sh\nntp 8777 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9342 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9343 9342 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9347 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9348 9347 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9357 9343 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9358 9348 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9359 9358 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9630 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9699 1 0 02:48 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9700 9699 0 02:48 ? 00:00:00 nginx: worker process\nwww-data 9701 9699 0 02:48 ? 00:00:00 nginx: worker process\nwww-data 9702 9699 0 02:48 ? 00:00:00 nginx: worker process\nwww-data 9703 9699 0 02:48 ? 00:00:00 nginx: worker process\nroot 10133 1 0 02:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10137 10133 0 02:48 ? 00:00:00 inotifywait -e create -qq .\nsnmp 10216 1 0 02:48 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\nroot 10285 2 0 02:48 ? 00:00:00 [kworker/u5:0]\ndnsmasq 10469 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10533 1848 0 02:48 ? 00:00:00 /bin/bash -e /tmp/TBVJ9/install-dime.sh\nubuntu 10534 10533 0 02:48 ? 00:00:00 /bin/bash -e /tmp/TBVJ9/install-dime.sh\nroot 10535 10534 0 02:48 ? 00:00:00 sudo ps -edf\nroot 10536 10535 0 02:48 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[localhost] run: sudo mv /tmp/tmpJRGPLC /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[localhost] run: sudo mv /tmp/tmpqOt59E /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:8c:c8:e5 \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe8c:c8e5/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:112481 errors:0 dropped:0 overruns:0 frame:0\n TX packets:64347 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:171816986 (171.8 MB) TX bytes:9693590 (9.6 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:22 errors:0 dropped:0 overruns:0 frame:0\n TX packets:22 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "d53a2f3d-8984-4846-9c94-63bd539fa05c"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:54.676Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:54.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}], "metadata": {"pagination": {"total": 1794, "offset": 1727, "size": 50}}} 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:54 GMT 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:54,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 58982 2018-09-02 02:48:54,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:48:54,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9748/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8969/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9133/nginx tcp6 0 0 ::1:53 :::* LISTEN 9748/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1097/sshd udp 0 0 192.168.120.3:123 0.0.0.0:* 8457/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8457/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8457/ntpd udp 0 0 0.0.0.0:20659 0.0.0.0:* 585/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9748/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 585/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 8457/ntpd udp6 0 0 ::1:123 :::* 8457/ntpd udp6 0 0 :::123 :::* 8457/ntpd udp6 0 0 :::30994 :::* 585/dhclient udp6 0 0 ::1:53 :::* 9748/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8723 1116/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11638 1651/python2.7 /tmp/cloudify-logging-server-41ba2.socket unix 2 [ ACC ] STREAM LISTENING 11235 1831/python2.7 /tmp/ctx-sdcSPC.socket unix 2 [ ACC ] STREAM LISTENING 7075 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7601 390/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9455 904/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-09-02 02:48:54,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-09-02 02:48:54,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:55:87:5d inet addr:192.168.120.3 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe55:875d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:108263 errors:0 dropped:0 overruns:0 frame:0 TX packets:48880 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166403282 (166.4 MB) TX bytes:8430502 (8.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:39 errors:0 dropped:0 overruns:0 frame:0 TX packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3306 (3.3 KB) TX bytes:3306 (3.3 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:48:54,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-09-02 02:48:54,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 02:43 ? 00:00:00 /sbin/init root 2 0 0 02:43 ? 00:00:00 [kthreadd] root 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0] root 5 2 0 02:43 ? 00:00:00 [kworker/0:0H] root 6 2 0 02:43 ? 00:00:00 [kworker/u4:0] root 7 2 0 02:43 ? 00:00:00 [rcu_sched] root 8 2 0 02:43 ? 00:00:00 [rcuos/0] root 9 2 0 02:43 ? 00:00:00 [rcuos/1] root 10 2 0 02:43 ? 00:00:00 [rcu_bh] root 11 2 0 02:43 ? 00:00:00 [rcuob/0] root 12 2 0 02:43 ? 00:00:00 [rcuob/1] root 13 2 0 02:43 ? 00:00:00 [migration/0] root 14 2 0 02:43 ? 00:00:00 [watchdog/0] root 15 2 0 02:43 ? 00:00:00 [watchdog/1] root 16 2 0 02:43 ? 00:00:00 [migration/1] root 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1] root 18 2 0 02:43 ? 00:00:00 [kworker/1:0] root 19 2 0 02:43 ? 00:00:00 [kworker/1:0H] root 20 2 0 02:43 ? 00:00:00 [khelper] root 21 2 0 02:43 ? 00:00:00 [kdevtmpfs] root 22 2 0 02:43 ? 00:00:00 [netns] root 23 2 0 02:43 ? 00:00:00 [writeback] root 24 2 0 02:43 ? 00:00:00 [kintegrityd] root 25 2 0 02:43 ? 00:00:00 [bioset] root 26 2 0 02:43 ? 00:00:00 [kworker/u5:0] root 27 2 0 02:43 ? 00:00:00 [kblockd] root 28 2 0 02:43 ? 00:00:00 [ata_sff] root 29 2 0 02:43 ? 00:00:00 [khubd] root 30 2 0 02:43 ? 00:00:00 [md] root 31 2 0 02:43 ? 00:00:00 [devfreq_wq] root 32 2 0 02:43 ? 00:00:00 [kworker/0:1] root 34 2 0 02:43 ? 00:00:00 [khungtaskd] root 35 2 0 02:43 ? 00:00:00 [kswapd0] root 36 2 0 02:43 ? 00:00:00 [vmstat] root 37 2 0 02:43 ? 00:00:00 [ksmd] root 38 2 0 02:43 ? 00:00:00 [khugepaged] root 39 2 0 02:43 ? 00:00:00 [fsnotify_mark] root 40 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 02:43 ? 00:00:00 [crypto] root 53 2 0 02:43 ? 00:00:00 [kthrotld] root 54 2 0 02:43 ? 00:00:00 [kworker/u4:1] root 55 2 0 02:43 ? 00:00:00 [vballoon] root 56 2 0 02:43 ? 00:00:00 [kworker/1:1] root 57 2 0 02:43 ? 00:00:00 [scsi_eh_0] root 58 2 0 02:43 ? 00:00:00 [scsi_eh_1] root 60 2 0 02:43 ? 00:00:00 [kworker/u4:3] root 79 2 0 02:43 ? 00:00:00 [deferwq] root 80 2 0 02:43 ? 00:00:00 [charger_manager] root 124 2 0 02:43 ? 00:00:00 [kpsmoused] root 142 2 0 02:43 ? 00:00:00 [kworker/0:2] root 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver] root 384 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon root 390 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 448 2 0 02:43 ? 00:00:00 [kworker/u5:1] root 449 2 0 02:43 ? 00:00:00 [kworker/u5:2] root 515 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon root 585 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 02:43 ? 00:00:00 [kauditd] message+ 904 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork root 936 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind root 948 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon syslog 992 1 0 02:43 ? 00:00:00 rsyslogd root 1051 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D root 1102 1 0 02:43 ? 00:00:00 cron daemon 1103 1 0 02:43 ? 00:00:00 atd root 1116 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1150 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance root 1199 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 02:43 ? 00:00:00 /home/ubuntu/homer_host_r0ozc2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_r0ozc2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_r0ozc2 --logging-server-logdir=/home/ubuntu/homer_host_r0ozc2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2%I.log --pidfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2.pid ubuntu 1765 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/homer_host_r0ozc2/env/bin/diamond --configfile /home/ubuntu/homer_host_r0ozc2/work/plugins/diamond/etc/diamond.conf ubuntu 1810 1651 0 02:45 ? 00:00:00 /home/ubuntu/homer_host_r0ozc2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_r0ozc2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_r0ozc2 --logging-server-logdir=/home/ubuntu/homer_host_r0ozc2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2%I.log --pidfile=/home/ubuntu/homer_host_r0ozc2/work/homer_host_r0ozc2.pid ubuntu 1831 1810 0 02:45 ? 00:00:00 /home/ubuntu/homer_host_r0ozc2/env/bin/python2.7 /home/ubuntu/homer_host_r0ozc2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-T7pSd7 ubuntu 1842 1831 0 02:45 ? 00:00:00 /bin/sh -c /tmp/FNTPC/install-homer.sh ubuntu 1844 1842 0 02:45 ? 00:00:00 /bin/bash -e /tmp/FNTPC/install-homer.sh ntp 8457 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8969 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9021 1 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9025 9021 0 02:47 ? 00:00:00 inotifywait -e create -qq . root 9133 1 0 02:47 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9134 9133 0 02:47 ? 00:00:00 nginx: worker process www-data 9135 9133 0 02:47 ? 00:00:00 nginx: worker process www-data 9136 9133 0 02:47 ? 00:00:00 nginx: worker process www-data 9137 9133 0 02:47 ? 00:00:00 nginx: worker process root 9322 8969 0 02:48 ? 00:00:00 [nginx_ping] root 9323 8969 0 02:48 ? 00:00:00 [check-nginx-upt] root 9326 8969 0 02:48 ? 00:00:00 [check-monit-upt] dnsmasq 9748 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9812 1844 0 02:48 ? 00:00:00 /bin/bash -e /tmp/FNTPC/install-homer.sh ubuntu 9813 9812 0 02:48 ? 00:00:00 /bin/bash -e /tmp/FNTPC/install-homer.sh root 9814 9813 0 02:48 ? 00:00:00 sudo ps -edf root 9815 9814 0 02:48 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.009s 2018-09-02 02:48:54,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-09-02 02:48:54,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa02 /var/log/sysstat/sa02 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/unattended-upgrades /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.007s user 0m0.001s sys 0m0.004s 2018-09-02 02:48:54,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-09-02 02:48:54,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [02-Sep-2018 02:47:55 UTC] clearwater-diags-monitor starting [02-Sep-2018 02:47:55 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:48:54,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 6s (6,184 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58580 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m29.582s user 0m12.651s sys 0m3.334s 2018-09-02 02:48:54,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-09-02 02:48:26.290955387 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:48:54,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-09-02 02:48:54,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/FNTPC/install-homer.sh 2018-09-02 02:48:54,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-09-02 02:48:54,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-09-02 02:48:54,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-09-02 02:48:54,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-09-02 02:48:54,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:54,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:48:54,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:48:54,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:48:54,940 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/BBSMK/bind.py 2018-09-02 02:48:54,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.091s user 0m0.014s sys 0m0.053s 2018-09-02 02:48:54,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:48:54,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:48:54,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 02:43 ? 00:00:01 /sbin/init root 2 0 0 02:43 ? 00:00:00 [kthreadd] root 3 2 0 02:43 ? 00:00:00 [ksoftirqd/0] root 5 2 0 02:43 ? 00:00:00 [kworker/0:0H] root 6 2 0 02:43 ? 00:00:00 [kworker/u4:0] root 7 2 0 02:43 ? 00:00:00 [rcu_sched] root 8 2 0 02:43 ? 00:00:00 [rcuos/0] root 9 2 0 02:43 ? 00:00:00 [rcuos/1] root 10 2 0 02:43 ? 00:00:00 [rcu_bh] root 11 2 0 02:43 ? 00:00:00 [rcuob/0] root 12 2 0 02:43 ? 00:00:00 [rcuob/1] root 13 2 0 02:43 ? 00:00:00 [migration/0] root 14 2 0 02:43 ? 00:00:00 [watchdog/0] root 15 2 0 02:43 ? 00:00:00 [watchdog/1] root 16 2 0 02:43 ? 00:00:00 [migration/1] root 17 2 0 02:43 ? 00:00:00 [ksoftirqd/1] root 19 2 0 02:43 ? 00:00:00 [kworker/1:0H] root 20 2 0 02:43 ? 00:00:00 [khelper] root 21 2 0 02:43 ? 00:00:00 [kdevtmpfs] root 22 2 0 02:43 ? 00:00:00 [netns] root 23 2 0 02:43 ? 00:00:00 [writeback] root 24 2 0 02:43 ? 00:00:00 [kintegrityd] root 25 2 0 02:43 ? 00:00:00 [bioset] root 27 2 0 02:43 ? 00:00:00 [kblockd] root 28 2 0 02:43 ? 00:00:00 [ata_sff] root 29 2 0 02:43 ? 00:00:00 [khubd] root 30 2 0 02:43 ? 00:00:00 [md] root 31 2 0 02:43 ? 00:00:00 [devfreq_wq] root 32 2 0 02:43 ? 00:00:00 [kworker/0:1] root 33 2 0 02:43 ? 00:00:00 [kworker/1:1] root 35 2 0 02:43 ? 00:00:00 [khungtaskd] root 36 2 0 02:43 ? 00:00:00 [kswapd0] root 37 2 0 02:43 ? 00:00:00 [vmstat] root 38 2 0 02:43 ? 00:00:00 [ksmd] root 39 2 0 02:43 ? 00:00:00 [khugepaged] root 40 2 0 02:43 ? 00:00:00 [fsnotify_mark] root 41 2 0 02:43 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 02:43 ? 00:00:00 [crypto] root 54 2 0 02:43 ? 00:00:00 [kthrotld] root 55 2 0 02:43 ? 00:00:00 [kworker/u4:1] root 56 2 0 02:43 ? 00:00:00 [vballoon] root 57 2 0 02:43 ? 00:00:00 [scsi_eh_0] root 58 2 0 02:43 ? 00:00:00 [scsi_eh_1] root 79 2 0 02:43 ? 00:00:00 [deferwq] root 80 2 0 02:43 ? 00:00:00 [charger_manager] root 125 2 0 02:43 ? 00:00:00 [kpsmoused] root 126 2 0 02:43 ? 00:00:00 [kworker/0:2] root 186 2 0 02:43 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 02:43 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 02:43 ? 00:00:00 [kworker/u5:1] root 497 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon root 567 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 808 2 0 02:43 ? 00:00:00 [kworker/u5:2] root 820 2 0 02:43 ? 00:00:00 [kauditd] message+ 910 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork root 936 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind root 958 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon syslog 1021 1 0 02:43 ? 00:00:00 rsyslogd root 1052 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 02:43 ? 00:00:00 cron daemon 1109 1 0 02:43 ? 00:00:00 atd root 1118 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1141 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance root 1201 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1452 2 0 02:43 ? 00:00:00 [kworker/1:2] ubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/dime_host_4bupdk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_4bupdk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_4bupdk --logging-server-logdir=/home/ubuntu/dime_host_4bupdk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk%I.log --pidfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk.pid ubuntu 1766 1 0 02:44 ? 00:00:01 python2.7 /home/ubuntu/dime_host_4bupdk/env/bin/diamond --configfile /home/ubuntu/dime_host_4bupdk/work/plugins/diamond/etc/diamond.conf ubuntu 1814 1652 0 02:45 ? 00:00:00 /home/ubuntu/dime_host_4bupdk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_4bupdk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_4bupdk --logging-server-logdir=/home/ubuntu/dime_host_4bupdk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk%I.log --pidfile=/home/ubuntu/dime_host_4bupdk/work/dime_host_4bupdk.pid ubuntu 1834 1814 0 02:45 ? 00:00:00 /home/ubuntu/dime_host_4bupdk/env/bin/python2.7 /home/ubuntu/dime_host_4bupdk/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-8kBpE9 ubuntu 1846 1834 0 02:45 ? 00:00:00 /bin/sh -c /tmp/TBVJ9/install-dime.sh ubuntu 1848 1846 0 02:45 ? 00:00:00 /bin/bash -e /tmp/TBVJ9/install-dime.sh ntp 8777 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9342 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9343 9342 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9347 1 0 02:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9348 9347 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9357 9343 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9358 9348 0 02:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9359 9358 0 02:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9630 1 0 02:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9699 1 0 02:48 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9700 9699 0 02:48 ? 00:00:00 nginx: worker process www-data 9701 9699 0 02:48 ? 00:00:00 nginx: worker process www-data 9702 9699 0 02:48 ? 00:00:00 nginx: worker process www-data 9703 9699 0 02:48 ? 00:00:00 nginx: worker process root 10133 1 0 02:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10137 10133 0 02:48 ? 00:00:00 inotifywait -e create -qq . snmp 10216 1 0 02:48 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid root 10285 2 0 02:48 ? 00:00:00 [kworker/u5:0] dnsmasq 10469 1 0 02:48 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10533 1848 0 02:48 ? 00:00:00 /bin/bash -e /tmp/TBVJ9/install-dime.sh ubuntu 10534 10533 0 02:48 ? 00:00:00 /bin/bash -e /tmp/TBVJ9/install-dime.sh root 10535 10534 0 02:48 ? 00:00:00 sudo ps -edf root 10536 10535 0 02:48 ? 00:00:00 ps -edf real 0m0.010s user 0m0.003s sys 0m0.006s 2018-09-02 02:48:54,941 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:48:54,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:48:54,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:48:54,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:48:54,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJRGPLC /etc/bind/db.clearwater.opnfv 2018-09-02 02:48:54,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:48:54,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:48:54,942 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-09-02 02:48:54,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-09-02 02:48:54,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpqOt59E /etc/bind/db.clearwater.local 2018-09-02 02:48:54,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:8c:c8:e5 inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe8c:c8e5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:112481 errors:0 dropped:0 overruns:0 frame:0 TX packets:64347 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171816986 (171.8 MB) TX bytes:9693590 (9.6 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:22 errors:0 dropped:0 overruns:0 frame:0 TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 02:48:54,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:48:54,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:48:54,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-09-02 02:48:54,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:48:55,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:48:55,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:48:55 GMT 2018-09-02 02:48:55,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:48:55,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:48:55,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:00,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:00,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:00,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:00,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:00,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:00,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:00,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:00,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:00,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:55.688Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:55.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:55.688Z", "message": "[dime] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/ralf\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa02\n/var/log/sysstat/sa02\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_err.log\n/var/log/homestead/homestead_20180902T020000Z.txt\n/var/log/homestead/homestead_current.txt\n/var/log/unattended-upgrades\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.020s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:55.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:55.688Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:55.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:55.688Z", "message": "[dime] => [02-Sep-2018 02:48:33 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 02:48:33 UTC] Waiting for trigger files\n2018:09:02 02:47:55: Namespace: management\n2018:09:02 02:47:55: [management] Starting server\n2018:09:02 02:47:55: [management] Listening for requests\n2018:09:02 02:47:55: Namespace: signaling\n2018:09:02 02:47:55: [signaling] Starting server\n2018:09:02 02:47:55: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:55.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:55.688Z", "message": "[dime] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10469/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9630/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9699/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 10469/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 192.168.120.16:123 0.0.0.0:* 8777/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8777/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8777/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10216/snmpd \nudp 0 0 0.0.0.0:27874 0.0.0.0:* 567/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10469/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 567/dhclient \nudp6 0 0 fe80::f816:3eff:fe8:123 :::* 8777/ntpd \nudp6 0 0 ::1:123 :::* 8777/ntpd \nudp6 0 0 :::123 :::* 8777/ntpd \nudp6 0 0 :::161 :::* 10216/snmpd \nudp6 0 0 :::48380 :::* 567/dhclient \nudp6 0 0 ::1:53 :::* 10469/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11595 1652/python2.7 /tmp/cloudify-logging-server-ec216.socket\nunix 2 [ ACC ] STREAM LISTENING 11976 1834/python2.7 /tmp/ctx-U7hNiX.socket\nunix 2 [ ACC ] STREAM LISTENING 7058 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21373 9357/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21651 9359/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 8815 1118/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 24627 10216/snmpd /var/agentx/master\nunix 2 [ ACC ] STREAM LISTENING 8616 910/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7610 391/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:55.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:56.762Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:56.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:56.762Z", "message": "[dime] => 2018-09-02 02:48:33.927712993 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:56.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:57.008Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:57.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:57.765Z", "message": "Execution done (return_code=0): /tmp/TBVJ9/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:57.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:57.765Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:57.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "46f1a6eb-cf4f-4192-9d7b-a7b1610b7147"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:58.069Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:58.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "dime_poo8ue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:58.069Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:58.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:58.069Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:58.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:58.768Z", "message": "Downloaded scripts/bind/bind.py to /tmp/OXZ0H/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:58.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.557Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[localhost] run: sudo mv /tmp/tmpIDrhpK /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[localhost] run: sudo mv /tmp/tmp6gDSVx /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[ellis] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (11.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58106 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m26.288s\nuser\t0m12.469s\nsys\t0m3.139s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:48:59.799Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}, u'dime': {u'dime_poo8ue': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-poo8ue'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:48:59.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "5565739b-a204-4f6f-a7e8-592f6f5a9afc"}], "metadata": {"pagination": {"total": 1828, "offset": 1767, "size": 50}}} 2018-09-02 02:49:00,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:00,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:00 GMT 2018-09-02 02:49:00,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:00,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35587 2018-09-02 02:49:00,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:00,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-09-02 02:49:00,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/alternatives.log /var/log/boot.log /var/log/ralf /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa02 /var/log/sysstat/sa02 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_err.log /var/log/homestead/homestead_20180902T020000Z.txt /var/log/homestead/homestead_current.txt /var/log/unattended-upgrades /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.020s user 0m0.000s sys 0m0.005s 2018-09-02 02:49:00,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-09-02 02:49:00,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => [02-Sep-2018 02:48:33 UTC] clearwater-diags-monitor starting [02-Sep-2018 02:48:33 UTC] Waiting for trigger files 2018:09:02 02:47:55: Namespace: management 2018:09:02 02:47:55: [management] Starting server 2018:09:02 02:47:55: [management] Listening for requests 2018:09:02 02:47:55: Namespace: signaling 2018:09:02 02:47:55: [signaling] Starting server 2018:09:02 02:47:55: [signaling] Listening for requests real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 02:49:00,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10469/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9630/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9699/nginx tcp6 0 0 ::1:53 :::* LISTEN 10469/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.16:123 0.0.0.0:* 8777/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8777/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8777/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10216/snmpd udp 0 0 0.0.0.0:27874 0.0.0.0:* 567/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10469/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 567/dhclient udp6 0 0 fe80::f816:3eff:fe8:123 :::* 8777/ntpd udp6 0 0 ::1:123 :::* 8777/ntpd udp6 0 0 :::123 :::* 8777/ntpd udp6 0 0 :::161 :::* 10216/snmpd udp6 0 0 :::48380 :::* 567/dhclient udp6 0 0 ::1:53 :::* 10469/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11595 1652/python2.7 /tmp/cloudify-logging-server-ec216.socket unix 2 [ ACC ] STREAM LISTENING 11976 1834/python2.7 /tmp/ctx-U7hNiX.socket unix 2 [ ACC ] STREAM LISTENING 7058 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21373 9357/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21651 9359/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 8815 1118/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 24627 10216/snmpd /var/agentx/master unix 2 [ ACC ] STREAM LISTENING 8616 910/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7610 391/systemd-udevd /run/udev/control real 0m0.008s user 0m0.000s sys 0m0.008s 2018-09-02 02:49:00,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-09-02 02:49:00,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-09-02 02:48:33.927712993 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.001s 2018-09-02 02:49:00,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:49:00,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TBVJ9/install-dime.sh 2018-09-02 02:49:00,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-09-02 02:49:00,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:49:00,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:49:00,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:49:00,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/OXZ0H/bind.py 2018-09-02 02:49:00,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:49:00,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-09-02 02:49:00,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:49:00,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:49:00,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-09-02 02:49:00,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:49:00,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:49:00,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpIDrhpK /etc/bind/db.clearwater.local 2018-09-02 02:49:00,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:49:00,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6gDSVx /etc/bind/db.clearwater.opnfv 2018-09-02 02:49:00,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (11.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58106 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m26.288s user 0m12.469s sys 0m3.139s 2018-09-02 02:49:00,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:49:00,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:49:00,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-09-02 02:49:00,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:49:00,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}, u'dime': {u'dime_poo8ue': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-poo8ue'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:49:00,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:00,318 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:00,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:00,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:00,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:00,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:00 GMT 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:00,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:05,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:02.078Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.063s\nuser\t0m0.003s\nsys\t0m0.058s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:02.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:02.803Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:02.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:02.803Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:02.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:02.803Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:53:30:08 \n inet addr:192.168.120.4 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe53:3008/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:92241 errors:0 dropped:0 overruns:0 frame:0\n TX packets:51278 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:146998874 (146.9 MB) TX bytes:8924966 (8.9 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:56 errors:0 dropped:0 overruns:0 frame:0\n TX packets:56 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4491 (4.4 KB) TX bytes:4491 (4.4 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:02.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:03.807Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:03.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:03.807Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:03.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:03.807Z", "message": "[ellis] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10827/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9965/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10132/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9228/mysqld \ntcp6 0 0 ::1:53 :::* LISTEN 10827/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \nudp 0 0 192.168.120.4:123 0.0.0.0:* 9379/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9379/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9379/ntpd \nudp 0 0 0.0.0.0:42304 0.0.0.0:* 573/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10827/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 573/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 9379/ntpd \nudp6 0 0 ::1:123 :::* 9379/ntpd \nudp6 0 0 :::123 :::* 9379/ntpd \nudp6 0 0 ::1:53 :::* 10827/dnsmasq \nudp6 0 0 :::17471 :::* 573/dhclient \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9489 1031/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11720 1654/python2.7 /tmp/cloudify-logging-server-b5451.socket\nunix 2 [ ACC ] STREAM LISTENING 12018 1845/python2.7 /tmp/ctx-HKnrSN.socket\nunix 2 [ ACC ] STREAM LISTENING 23615 10317/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 6964 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21924 9228/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 9678 1117/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7157 376/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:03.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:03.807Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 02:42 ? 00:00:01 /sbin/init\nroot 2 0 0 02:42 ? 00:00:00 [kthreadd]\nroot 3 2 0 02:42 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 02:42 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 02:42 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 02:42 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 02:42 ? 00:00:00 [rcu_sched]\nroot 8 2 0 02:42 ? 00:00:00 [rcuos/0]\nroot 9 2 0 02:42 ? 00:00:00 [rcuos/1]\nroot 10 2 0 02:42 ? 00:00:00 [rcu_bh]\nroot 11 2 0 02:42 ? 00:00:00 [rcuob/0]\nroot 12 2 0 02:42 ? 00:00:00 [rcuob/1]\nroot 13 2 0 02:42 ? 00:00:00 [migration/0]\nroot 14 2 0 02:42 ? 00:00:00 [watchdog/0]\nroot 15 2 0 02:42 ? 00:00:00 [watchdog/1]\nroot 16 2 0 02:42 ? 00:00:00 [migration/1]\nroot 17 2 0 02:42 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 02:42 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 02:42 ? 00:00:00 [khelper]\nroot 21 2 0 02:42 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 02:42 ? 00:00:00 [netns]\nroot 23 2 0 02:42 ? 00:00:00 [writeback]\nroot 24 2 0 02:42 ? 00:00:00 [kintegrityd]\nroot 25 2 0 02:42 ? 00:00:00 [bioset]\nroot 26 2 0 02:42 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 02:42 ? 00:00:00 [kblockd]\nroot 28 2 0 02:42 ? 00:00:00 [ata_sff]\nroot 29 2 0 02:42 ? 00:00:00 [khubd]\nroot 30 2 0 02:42 ? 00:00:00 [md]\nroot 31 2 0 02:42 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 02:42 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 02:42 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 02:42 ? 00:00:00 [khungtaskd]\nroot 36 2 0 02:42 ? 00:00:00 [kswapd0]\nroot 37 2 0 02:42 ? 00:00:00 [vmstat]\nroot 38 2 0 02:42 ? 00:00:00 [ksmd]\nroot 39 2 0 02:42 ? 00:00:00 [khugepaged]\nroot 40 2 0 02:42 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 02:42 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 02:42 ? 00:00:00 [crypto]\nroot 54 2 0 02:42 ? 00:00:00 [kthrotld]\nroot 55 2 0 02:42 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 02:42 ? 00:00:00 [vballoon]\nroot 57 2 0 02:42 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 02:42 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 02:42 ? 00:00:00 [deferwq]\nroot 80 2 0 02:42 ? 00:00:00 [charger_manager]\nroot 124 2 0 02:42 ? 00:00:00 [kpsmoused]\nroot 142 2 0 02:42 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 02:42 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 02:42 ? 00:00:00 [ext4-rsv-conver]\nroot 371 1 0 02:42 ? 00:00:00 upstart-udev-bridge --daemon\nroot 376 1 0 02:42 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 453 2 0 02:42 ? 00:00:00 [kworker/u5:1]\nroot 454 2 0 02:42 ? 00:00:00 [kworker/u5:2]\nroot 484 1 0 02:42 ? 00:00:00 upstart-socket-bridge --daemon\nroot 573 1 0 02:42 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 02:43 ? 00:00:00 [kauditd]\nroot 926 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 1031 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork\nroot 1041 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1046 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1049 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5\nsyslog 1051 1 0 02:43 ? 00:00:00 rsyslogd\nroot 1054 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1055 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1057 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D\nroot 1104 1 0 02:43 ? 00:00:00 cron\ndaemon 1105 1 0 02:43 ? 00:00:00 atd\nroot 1117 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1142 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance\nroot 1194 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1200 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1654 1 0 02:43 ? 00:00:00 /home/ubuntu/ellis_host_p4htry/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_p4htry --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_p4htry --logging-server-logdir=/home/ubuntu/ellis_host_p4htry/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry%I.log --pidfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry.pid\nubuntu 1768 1 0 02:43 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_p4htry/env/bin/diamond --configfile /home/ubuntu/ellis_host_p4htry/work/plugins/diamond/etc/diamond.conf\nubuntu 1824 1654 0 02:45 ? 00:00:00 /home/ubuntu/ellis_host_p4htry/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_p4htry --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_p4htry --logging-server-logdir=/home/ubuntu/ellis_host_p4htry/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry%I.log --pidfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry.pid\nubuntu 1845 1824 0 02:45 ? 00:00:00 /home/ubuntu/ellis_host_p4htry/env/bin/python2.7 /home/ubuntu/ellis_host_p4htry/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-C7JtLS\nubuntu 1856 1845 0 02:45 ? 00:00:00 /bin/sh -c /tmp/84FLT/install-ellis.sh\nubuntu 1858 1856 0 02:45 ? 00:00:00 /bin/bash -e /tmp/84FLT/install-ellis.sh\nmysql 9228 1 0 02:47 ? 00:00:00 /usr/sbin/mysqld\nntp 9379 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9965 1 0 02:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10047 1 0 02:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10051 10047 0 02:48 ? 00:00:00 inotifywait -e create -qq .\nroot 10132 1 0 02:48 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10133 10132 0 02:48 ? 00:00:00 nginx: worker process\nwww-data 10134 10132 0 02:48 ? 00:00:00 nginx: worker process\nwww-data 10135 10132 0 02:48 ? 00:00:00 nginx: worker process\nwww-data 10136 10132 0 02:48 ? 00:00:00 nginx: worker process\nellis 10317 1 0 02:48 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10534 9965 0 02:48 ? 00:00:00 [nginx_ping] \nroot 10537 9965 0 02:48 ? 00:00:00 [check-nginx-upt] \nroot 10541 9965 0 02:48 ? 00:00:00 [check-monit-upt] \nroot 10545 9965 0 02:48 ? 00:00:00 [poll_ellis.sh] \nroot 10546 9965 0 02:48 ? 00:00:00 [poll_ellis_http] \nroot 10549 9965 0 02:48 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\nroot 10562 10549 0 02:48 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart\nroot 10607 10562 0 02:48 ? 00:00:00 sleep 19\ndnsmasq 10827 1 0 02:49 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10891 1858 0 02:49 ? 00:00:00 /bin/bash -e /tmp/84FLT/install-ellis.sh\nubuntu 10892 10891 0 02:49 ? 00:00:00 /bin/bash -e /tmp/84FLT/install-ellis.sh\nroot 10893 10892 0 02:49 ? 00:00:00 sudo ps -edf\nroot 10894 10893 0 02:49 ? 00:00:00 ps -edf\n\nreal\t0m0.011s\nuser\t0m0.006s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:03.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:03.807Z", "message": "[ellis] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/clearwater-diags-monitor.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cloud-init-output.log\n/var/log/mysql.err\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa02\n/var/log/sysstat/sa02\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/unattended-upgrades\n/var/log/mysql.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/ellis\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/mysql.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.028s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:03.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:04.811Z", "message": "[ellis] => [02-Sep-2018 02:48:16 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 02:48:16 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:04.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:04.811Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:04.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}], "metadata": {"pagination": {"total": 1841, "offset": 1797, "size": 50}}} 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:05 GMT 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:05,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20274 2018-09-02 02:49:05,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.063s user 0m0.003s sys 0m0.058s 2018-09-02 02:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-09-02 02:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-09-02 02:49:05,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:53:30:08 inet addr:192.168.120.4 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe53:3008/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:92241 errors:0 dropped:0 overruns:0 frame:0 TX packets:51278 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:146998874 (146.9 MB) TX bytes:8924966 (8.9 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:56 errors:0 dropped:0 overruns:0 frame:0 TX packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4491 (4.4 KB) TX bytes:4491 (4.4 KB) real 0m0.006s user 0m0.000s sys 0m0.006s 2018-09-02 02:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-09-02 02:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-09-02 02:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10827/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9965/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10132/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9228/mysqld tcp6 0 0 ::1:53 :::* LISTEN 10827/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1100/sshd udp 0 0 192.168.120.4:123 0.0.0.0:* 9379/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9379/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9379/ntpd udp 0 0 0.0.0.0:42304 0.0.0.0:* 573/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10827/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 573/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 9379/ntpd udp6 0 0 ::1:123 :::* 9379/ntpd udp6 0 0 :::123 :::* 9379/ntpd udp6 0 0 ::1:53 :::* 10827/dnsmasq udp6 0 0 :::17471 :::* 573/dhclient Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9489 1031/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11720 1654/python2.7 /tmp/cloudify-logging-server-b5451.socket unix 2 [ ACC ] STREAM LISTENING 12018 1845/python2.7 /tmp/ctx-HKnrSN.socket unix 2 [ ACC ] STREAM LISTENING 23615 10317/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 6964 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21924 9228/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 9678 1117/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7157 376/systemd-udevd /run/udev/control real 0m0.008s user 0m0.000s sys 0m0.008s 2018-09-02 02:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 02:42 ? 00:00:01 /sbin/init root 2 0 0 02:42 ? 00:00:00 [kthreadd] root 3 2 0 02:42 ? 00:00:00 [ksoftirqd/0] root 4 2 0 02:42 ? 00:00:00 [kworker/0:0] root 5 2 0 02:42 ? 00:00:00 [kworker/0:0H] root 6 2 0 02:42 ? 00:00:00 [kworker/u4:0] root 7 2 0 02:42 ? 00:00:00 [rcu_sched] root 8 2 0 02:42 ? 00:00:00 [rcuos/0] root 9 2 0 02:42 ? 00:00:00 [rcuos/1] root 10 2 0 02:42 ? 00:00:00 [rcu_bh] root 11 2 0 02:42 ? 00:00:00 [rcuob/0] root 12 2 0 02:42 ? 00:00:00 [rcuob/1] root 13 2 0 02:42 ? 00:00:00 [migration/0] root 14 2 0 02:42 ? 00:00:00 [watchdog/0] root 15 2 0 02:42 ? 00:00:00 [watchdog/1] root 16 2 0 02:42 ? 00:00:00 [migration/1] root 17 2 0 02:42 ? 00:00:00 [ksoftirqd/1] root 19 2 0 02:42 ? 00:00:00 [kworker/1:0H] root 20 2 0 02:42 ? 00:00:00 [khelper] root 21 2 0 02:42 ? 00:00:00 [kdevtmpfs] root 22 2 0 02:42 ? 00:00:00 [netns] root 23 2 0 02:42 ? 00:00:00 [writeback] root 24 2 0 02:42 ? 00:00:00 [kintegrityd] root 25 2 0 02:42 ? 00:00:00 [bioset] root 26 2 0 02:42 ? 00:00:00 [kworker/u5:0] root 27 2 0 02:42 ? 00:00:00 [kblockd] root 28 2 0 02:42 ? 00:00:00 [ata_sff] root 29 2 0 02:42 ? 00:00:00 [khubd] root 30 2 0 02:42 ? 00:00:00 [md] root 31 2 0 02:42 ? 00:00:00 [devfreq_wq] root 32 2 0 02:42 ? 00:00:00 [kworker/0:1] root 33 2 0 02:42 ? 00:00:00 [kworker/1:1] root 35 2 0 02:42 ? 00:00:00 [khungtaskd] root 36 2 0 02:42 ? 00:00:00 [kswapd0] root 37 2 0 02:42 ? 00:00:00 [vmstat] root 38 2 0 02:42 ? 00:00:00 [ksmd] root 39 2 0 02:42 ? 00:00:00 [khugepaged] root 40 2 0 02:42 ? 00:00:00 [fsnotify_mark] root 41 2 0 02:42 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 02:42 ? 00:00:00 [crypto] root 54 2 0 02:42 ? 00:00:00 [kthrotld] root 55 2 0 02:42 ? 00:00:00 [kworker/u4:1] root 56 2 0 02:42 ? 00:00:00 [vballoon] root 57 2 0 02:42 ? 00:00:00 [scsi_eh_0] root 58 2 0 02:42 ? 00:00:00 [scsi_eh_1] root 79 2 0 02:42 ? 00:00:00 [deferwq] root 80 2 0 02:42 ? 00:00:00 [charger_manager] root 124 2 0 02:42 ? 00:00:00 [kpsmoused] root 142 2 0 02:42 ? 00:00:00 [kworker/1:2] root 186 2 0 02:42 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 02:42 ? 00:00:00 [ext4-rsv-conver] root 371 1 0 02:42 ? 00:00:00 upstart-udev-bridge --daemon root 376 1 0 02:42 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 453 2 0 02:42 ? 00:00:00 [kworker/u5:1] root 454 2 0 02:42 ? 00:00:00 [kworker/u5:2] root 484 1 0 02:42 ? 00:00:00 upstart-socket-bridge --daemon root 573 1 0 02:42 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 02:43 ? 00:00:00 [kauditd] root 926 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon message+ 1031 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork root 1041 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind root 1046 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1049 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5 syslog 1051 1 0 02:43 ? 00:00:00 rsyslogd root 1054 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1055 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1057 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D root 1104 1 0 02:43 ? 00:00:00 cron daemon 1105 1 0 02:43 ? 00:00:00 atd root 1117 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1142 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance root 1194 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1200 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1654 1 0 02:43 ? 00:00:00 /home/ubuntu/ellis_host_p4htry/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_p4htry --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_p4htry --logging-server-logdir=/home/ubuntu/ellis_host_p4htry/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry%I.log --pidfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry.pid ubuntu 1768 1 0 02:43 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_p4htry/env/bin/diamond --configfile /home/ubuntu/ellis_host_p4htry/work/plugins/diamond/etc/diamond.conf ubuntu 1824 1654 0 02:45 ? 00:00:00 /home/ubuntu/ellis_host_p4htry/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_p4htry --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_p4htry --logging-server-logdir=/home/ubuntu/ellis_host_p4htry/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry%I.log --pidfile=/home/ubuntu/ellis_host_p4htry/work/ellis_host_p4htry.pid ubuntu 1845 1824 0 02:45 ? 00:00:00 /home/ubuntu/ellis_host_p4htry/env/bin/python2.7 /home/ubuntu/ellis_host_p4htry/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-C7JtLS ubuntu 1856 1845 0 02:45 ? 00:00:00 /bin/sh -c /tmp/84FLT/install-ellis.sh ubuntu 1858 1856 0 02:45 ? 00:00:00 /bin/bash -e /tmp/84FLT/install-ellis.sh mysql 9228 1 0 02:47 ? 00:00:00 /usr/sbin/mysqld ntp 9379 1 0 02:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9965 1 0 02:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10047 1 0 02:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10051 10047 0 02:48 ? 00:00:00 inotifywait -e create -qq . root 10132 1 0 02:48 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10133 10132 0 02:48 ? 00:00:00 nginx: worker process www-data 10134 10132 0 02:48 ? 00:00:00 nginx: worker process www-data 10135 10132 0 02:48 ? 00:00:00 nginx: worker process www-data 10136 10132 0 02:48 ? 00:00:00 nginx: worker process ellis 10317 1 0 02:48 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10534 9965 0 02:48 ? 00:00:00 [nginx_ping] root 10537 9965 0 02:48 ? 00:00:00 [check-nginx-upt] root 10541 9965 0 02:48 ? 00:00:00 [check-monit-upt] root 10545 9965 0 02:48 ? 00:00:00 [poll_ellis.sh] root 10546 9965 0 02:48 ? 00:00:00 [poll_ellis_http] root 10549 9965 0 02:48 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 10562 10549 0 02:48 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 10607 10562 0 02:48 ? 00:00:00 sleep 19 dnsmasq 10827 1 0 02:49 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10891 1858 0 02:49 ? 00:00:00 /bin/bash -e /tmp/84FLT/install-ellis.sh ubuntu 10892 10891 0 02:49 ? 00:00:00 /bin/bash -e /tmp/84FLT/install-ellis.sh root 10893 10892 0 02:49 ? 00:00:00 sudo ps -edf root 10894 10893 0 02:49 ? 00:00:00 ps -edf real 0m0.011s user 0m0.006s sys 0m0.005s 2018-09-02 02:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/clearwater-diags-monitor.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cloud-init-output.log /var/log/mysql.err /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/mysql /var/log/mysql/error.log /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa02 /var/log/sysstat/sa02 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/unattended-upgrades /var/log/mysql.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/ellis /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/mysql.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.028s user 0m0.000s sys 0m0.005s 2018-09-02 02:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [02-Sep-2018 02:48:16 UTC] clearwater-diags-monitor starting [02-Sep-2018 02:48:16 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:49:05,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-09-02 02:49:05,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:05,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:05,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:05,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:05,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:05,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:05 GMT 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:05,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:10,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:10,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:10,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:10,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:10,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:10,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_4w82yq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:05.686Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:05.815Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:05.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:05.815Z", "message": "Execution done (return_code=0): /tmp/84FLT/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:05.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:05.815Z", "message": "[ellis] => 2018-09-02 02:48:45.215693224 Stopping etcd clearwater-etcd\n2018-09-02 02:48:46.610739268 Restarting etcd clearwater-etcd\n2018-09-02 02:48:46.619418998 Configured ETCDCTL_PEERS: 192.168.120.8:4000,\n2018-09-02 02:48:46.620435027 Check for previous failed startup attempt\n2018-09-02 02:48:46.622275332 Running etcdctl member list\nFailed to get leader: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.8:4000 has no leader\n\n2018-09-02 02:48:46.744089973 etcdctl returned 1\n2018-09-02 02:48:46.754306738 Joining existing cluster...\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:05.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:05.815Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:05.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "497d1eb8-0656-4be2-ad5b-0462abd63810"}, {"node_instance_id": "ellis_4w82yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:06.073Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:06.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:06.986Z", "message": "Downloaded scripts/bind/bind.py to /tmp/8V453/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:06.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.078Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.078Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Executing: /tmp/NTGH3/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1c02a91c-7322-4d66-880c-7a2996d1f5a2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "[localhost] run: sudo mv /tmp/tmpHChwsL /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/NTGH3/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1c02a91c-7322-4d66-880c-7a2996d1f5a2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1c02a91c-7322-4d66-880c-7a2996d1f5a2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1c02a91c-7322-4d66-880c-7a2996d1f5a2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "[localhost] run: sudo mv /tmp/tmpp6b4m3 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:07.820Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'ellis': {u'ellis_4w82yq': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.4', u'name': u'ellis-4w82yq'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}, u'dime': {u'dime_poo8ue': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-poo8ue'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:07.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "24853946-3ab0-486c-a6c5-93b6daf30311"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:08.080Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:08.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:09.806Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:09.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}], "metadata": {"pagination": {"total": 1871, "offset": 1808, "size": 50}}} 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:10 GMT 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15271 2018-09-02 02:49:10,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:49:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-09-02 02:49:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/84FLT/install-ellis.sh 2018-09-02 02:49:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-09-02 02:48:45.215693224 Stopping etcd clearwater-etcd 2018-09-02 02:48:46.610739268 Restarting etcd clearwater-etcd 2018-09-02 02:48:46.619418998 Configured ETCDCTL_PEERS: 192.168.120.8:4000, 2018-09-02 02:48:46.620435027 Check for previous failed startup attempt 2018-09-02 02:48:46.622275332 Running etcdctl member list Failed to get leader: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.8:4000 has no leader 2018-09-02 02:48:46.744089973 etcdctl returned 1 2018-09-02 02:48:46.754306738 Joining existing cluster... real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 02:49:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-09-02 02:49:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:49:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/8V453/bind.py 2018-09-02 02:49:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:49:10,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:49:10,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:49:10,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:49:10,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/NTGH3/create_number.sh 2018-09-02 02:49:10,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHChwsL /etc/bind/db.clearwater.opnfv 2018-09-02 02:49:10,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:49:10,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:49:10,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:49:10,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/NTGH3/create_number.sh 2018-09-02 02:49:10,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-09-02 02:49:10,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-09-02 02:49:10,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpp6b4m3 /etc/bind/db.clearwater.local 2018-09-02 02:49:10,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:49:10,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:49:10,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:49:10,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'ellis': {u'ellis_4w82yq': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.4', u'name': u'ellis-4w82yq'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}, u'dime': {u'dime_poo8ue': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-poo8ue'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:49:10,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:49:10,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 02:49:10,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:10,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:10,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:10,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:10 GMT 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:10,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:15,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:15,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:15,777 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:15,777 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:15,777 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:15,777 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:15,777 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:15,777 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:15,778 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1871, "offset": 1834, "size": 50}}} 2018-09-02 02:49:15,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:15,778 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:15 GMT 2018-09-02 02:49:15,778 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:15,778 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:49:15,778 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:15,778 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:16,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:16,014 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:16,014 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:16,014 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:16,014 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:16 GMT 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:16,015 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:21,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:21,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:21,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:21,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:21,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:21,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:21,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:21,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:21,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:16.835Z", "message": "[vellum] => Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-management\n0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 6,120 kB of archives.\nAfter this operation, 6,458 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 6,120 kB in 1s (5,784 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59670 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m6.778s\nuser\t0m3.561s\nsys\t0m0.885s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:16.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:17.828Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:17.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:17.828Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:17.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:17.828Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:17.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:19.791Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.080s\nuser\t0m0.005s\nsys\t0m0.055s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:19.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:20.833Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 02:42 ? 00:00:01 /sbin/init\nroot 2 0 0 02:42 ? 00:00:00 [kthreadd]\nroot 3 2 0 02:42 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 02:42 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 02:42 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 02:42 ? 00:00:00 [rcu_sched]\nroot 8 2 0 02:42 ? 00:00:00 [rcuos/0]\nroot 9 2 0 02:42 ? 00:00:00 [rcuos/1]\nroot 10 2 0 02:42 ? 00:00:00 [rcu_bh]\nroot 11 2 0 02:42 ? 00:00:00 [rcuob/0]\nroot 12 2 0 02:42 ? 00:00:00 [rcuob/1]\nroot 13 2 0 02:42 ? 00:00:00 [migration/0]\nroot 14 2 0 02:42 ? 00:00:00 [watchdog/0]\nroot 15 2 0 02:42 ? 00:00:00 [watchdog/1]\nroot 16 2 0 02:42 ? 00:00:00 [migration/1]\nroot 17 2 0 02:42 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 02:42 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 02:42 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 02:42 ? 00:00:00 [khelper]\nroot 21 2 0 02:42 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 02:42 ? 00:00:00 [netns]\nroot 23 2 0 02:42 ? 00:00:00 [writeback]\nroot 24 2 0 02:42 ? 00:00:00 [kintegrityd]\nroot 25 2 0 02:42 ? 00:00:00 [bioset]\nroot 27 2 0 02:42 ? 00:00:00 [kblockd]\nroot 28 2 0 02:42 ? 00:00:00 [ata_sff]\nroot 29 2 0 02:42 ? 00:00:00 [khubd]\nroot 30 2 0 02:42 ? 00:00:00 [md]\nroot 31 2 0 02:42 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 02:42 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 02:42 ? 00:00:00 [khungtaskd]\nroot 35 2 0 02:42 ? 00:00:00 [kswapd0]\nroot 36 2 0 02:42 ? 00:00:00 [vmstat]\nroot 37 2 0 02:42 ? 00:00:00 [ksmd]\nroot 38 2 0 02:42 ? 00:00:00 [khugepaged]\nroot 39 2 0 02:42 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 02:42 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 02:42 ? 00:00:00 [crypto]\nroot 53 2 0 02:42 ? 00:00:00 [kthrotld]\nroot 54 2 0 02:42 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 02:42 ? 00:00:00 [vballoon]\nroot 56 2 0 02:42 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 02:42 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 02:42 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 02:42 ? 00:00:00 [deferwq]\nroot 80 2 0 02:42 ? 00:00:00 [charger_manager]\nroot 124 2 0 02:42 ? 00:00:00 [kpsmoused]\nroot 142 2 0 02:42 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 02:42 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 02:42 ? 00:00:00 [ext4-rsv-conver]\nroot 368 2 0 02:43 ? 00:00:00 [kworker/u5:1]\nroot 369 2 0 02:43 ? 00:00:00 [kworker/u5:2]\nroot 380 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon\nroot 383 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 543 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon\nroot 582 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 02:43 ? 00:00:00 [kauditd]\nroot 940 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 1006 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork\nroot 1020 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind\nsyslog 1022 1 0 02:43 ? 00:00:00 rsyslogd\nroot 1054 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D\nroot 1109 1 0 02:43 ? 00:00:00 cron\ndaemon 1110 1 0 02:43 ? 00:00:00 atd\nroot 1116 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance\nroot 1118 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1208 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/vellum_host_nxyero/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_nxyero --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_nxyero --logging-server-logdir=/home/ubuntu/vellum_host_nxyero/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero%I.log --pidfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero.pid\nubuntu 1766 1 0 02:43 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_nxyero/env/bin/diamond --configfile /home/ubuntu/vellum_host_nxyero/work/plugins/diamond/etc/diamond.conf\nubuntu 1823 1652 0 02:45 ? 00:00:00 /home/ubuntu/vellum_host_nxyero/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_nxyero --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_nxyero --logging-server-logdir=/home/ubuntu/vellum_host_nxyero/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero%I.log --pidfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero.pid\nubuntu 1844 1823 0 02:45 ? 00:00:00 /home/ubuntu/vellum_host_nxyero/env/bin/python2.7 /home/ubuntu/vellum_host_nxyero/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-E09i8d\nubuntu 1855 1844 0 02:45 ? 00:00:00 /bin/sh -c /tmp/CPK66/install-vellum.sh\nubuntu 1857 1855 0 02:45 ? 00:00:00 /bin/bash -e /tmp/CPK66/install-vellum.sh\nntp 11846 1 0 02:48 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nroot 11892 2 0 02:48 ? 00:00:00 [kworker/u5:0]\nmemcache 12245 1 0 02:48 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12571 1 0 02:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13214 1 0 02:48 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13222 13214 0 02:48 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13581 12571 0 02:48 ? 00:00:00 [check-monit-upt] \ndnsmasq 14189 1 0 02:49 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 14252 1857 0 02:49 ? 00:00:00 /bin/bash -e /tmp/CPK66/install-vellum.sh\nubuntu 14253 14252 0 02:49 ? 00:00:00 /bin/bash -e /tmp/CPK66/install-vellum.sh\nroot 14254 14253 0 02:49 ? 00:00:00 sudo ps -edf\nroot 14255 14254 0 02:49 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:20.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:20.833Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:95:7b:46 \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe95:7b46/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:143544 errors:0 dropped:0 overruns:0 frame:0\n TX packets:65602 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:218443855 (218.4 MB) TX bytes:10412629 (10.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:148 errors:0 dropped:0 overruns:0 frame:0\n TX packets:148 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:12650 (12.6 KB) TX bytes:12650 (12.6 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:20.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:20.833Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:20.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:20.833Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:20.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}], "metadata": {"pagination": {"total": 1880, "offset": 1834, "size": 50}}} 2018-09-02 02:49:21,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:21,102 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:21 GMT 2018-09-02 02:49:21,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:21,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18411 2018-09-02 02:49:21,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:21,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager The following NEW packages will be installed: clearwater-cluster-manager clearwater-management 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. Need to get 6,120 kB of archives. After this operation, 6,458 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 6,120 kB in 1s (5,784 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59670 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m6.778s user 0m3.561s sys 0m0.885s 2018-09-02 02:49:21,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-09-02 02:49:21,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-09-02 02:49:21,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-09-02 02:49:21,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.080s user 0m0.005s sys 0m0.055s 2018-09-02 02:49:21,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 02:42 ? 00:00:01 /sbin/init root 2 0 0 02:42 ? 00:00:00 [kthreadd] root 3 2 0 02:42 ? 00:00:00 [ksoftirqd/0] root 5 2 0 02:42 ? 00:00:00 [kworker/0:0H] root 6 2 0 02:42 ? 00:00:00 [kworker/u4:0] root 7 2 0 02:42 ? 00:00:00 [rcu_sched] root 8 2 0 02:42 ? 00:00:00 [rcuos/0] root 9 2 0 02:42 ? 00:00:00 [rcuos/1] root 10 2 0 02:42 ? 00:00:00 [rcu_bh] root 11 2 0 02:42 ? 00:00:00 [rcuob/0] root 12 2 0 02:42 ? 00:00:00 [rcuob/1] root 13 2 0 02:42 ? 00:00:00 [migration/0] root 14 2 0 02:42 ? 00:00:00 [watchdog/0] root 15 2 0 02:42 ? 00:00:00 [watchdog/1] root 16 2 0 02:42 ? 00:00:00 [migration/1] root 17 2 0 02:42 ? 00:00:00 [ksoftirqd/1] root 18 2 0 02:42 ? 00:00:00 [kworker/1:0] root 19 2 0 02:42 ? 00:00:00 [kworker/1:0H] root 20 2 0 02:42 ? 00:00:00 [khelper] root 21 2 0 02:42 ? 00:00:00 [kdevtmpfs] root 22 2 0 02:42 ? 00:00:00 [netns] root 23 2 0 02:42 ? 00:00:00 [writeback] root 24 2 0 02:42 ? 00:00:00 [kintegrityd] root 25 2 0 02:42 ? 00:00:00 [bioset] root 27 2 0 02:42 ? 00:00:00 [kblockd] root 28 2 0 02:42 ? 00:00:00 [ata_sff] root 29 2 0 02:42 ? 00:00:00 [khubd] root 30 2 0 02:42 ? 00:00:00 [md] root 31 2 0 02:42 ? 00:00:00 [devfreq_wq] root 32 2 0 02:42 ? 00:00:00 [kworker/0:1] root 34 2 0 02:42 ? 00:00:00 [khungtaskd] root 35 2 0 02:42 ? 00:00:00 [kswapd0] root 36 2 0 02:42 ? 00:00:00 [vmstat] root 37 2 0 02:42 ? 00:00:00 [ksmd] root 38 2 0 02:42 ? 00:00:00 [khugepaged] root 39 2 0 02:42 ? 00:00:00 [fsnotify_mark] root 40 2 0 02:42 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 02:42 ? 00:00:00 [crypto] root 53 2 0 02:42 ? 00:00:00 [kthrotld] root 54 2 0 02:42 ? 00:00:00 [kworker/u4:1] root 55 2 0 02:42 ? 00:00:00 [vballoon] root 56 2 0 02:42 ? 00:00:00 [kworker/1:1] root 57 2 0 02:42 ? 00:00:00 [scsi_eh_0] root 58 2 0 02:42 ? 00:00:00 [scsi_eh_1] root 79 2 0 02:42 ? 00:00:00 [deferwq] root 80 2 0 02:42 ? 00:00:00 [charger_manager] root 124 2 0 02:42 ? 00:00:00 [kpsmoused] root 142 2 0 02:42 ? 00:00:00 [kworker/0:2] root 186 2 0 02:42 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 02:42 ? 00:00:00 [ext4-rsv-conver] root 368 2 0 02:43 ? 00:00:00 [kworker/u5:1] root 369 2 0 02:43 ? 00:00:00 [kworker/u5:2] root 380 1 0 02:43 ? 00:00:00 upstart-udev-bridge --daemon root 383 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 543 1 0 02:43 ? 00:00:00 upstart-socket-bridge --daemon root 582 1 0 02:43 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 02:43 ? 00:00:00 [kauditd] root 940 1 0 02:43 ? 00:00:00 upstart-file-bridge --daemon message+ 1006 1 0 02:43 ? 00:00:00 dbus-daemon --system --fork root 1020 1 0 02:43 ? 00:00:00 /lib/systemd/systemd-logind syslog 1022 1 0 02:43 ? 00:00:00 rsyslogd root 1054 1 0 02:43 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 02:43 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 02:43 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 02:43 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 02:43 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 02:43 ? 00:00:00 /usr/sbin/sshd -D root 1109 1 0 02:43 ? 00:00:00 cron daemon 1110 1 0 02:43 ? 00:00:00 atd root 1116 1 0 02:43 ? 00:00:00 /usr/sbin/irqbalance root 1118 1 0 02:43 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 02:43 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 02:43 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1652 1 0 02:43 ? 00:00:00 /home/ubuntu/vellum_host_nxyero/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_nxyero --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_nxyero --logging-server-logdir=/home/ubuntu/vellum_host_nxyero/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero%I.log --pidfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero.pid ubuntu 1766 1 0 02:43 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_nxyero/env/bin/diamond --configfile /home/ubuntu/vellum_host_nxyero/work/plugins/diamond/etc/diamond.conf ubuntu 1823 1652 0 02:45 ? 00:00:00 /home/ubuntu/vellum_host_nxyero/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_nxyero --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_nxyero --logging-server-logdir=/home/ubuntu/vellum_host_nxyero/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero%I.log --pidfile=/home/ubuntu/vellum_host_nxyero/work/vellum_host_nxyero.pid ubuntu 1844 1823 0 02:45 ? 00:00:00 /home/ubuntu/vellum_host_nxyero/env/bin/python2.7 /home/ubuntu/vellum_host_nxyero/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-E09i8d ubuntu 1855 1844 0 02:45 ? 00:00:00 /bin/sh -c /tmp/CPK66/install-vellum.sh ubuntu 1857 1855 0 02:45 ? 00:00:00 /bin/bash -e /tmp/CPK66/install-vellum.sh ntp 11846 1 0 02:48 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 root 11892 2 0 02:48 ? 00:00:00 [kworker/u5:0] memcache 12245 1 0 02:48 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12571 1 0 02:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13214 1 0 02:48 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13222 13214 0 02:48 ? 00:00:00 cpulimit -e astaire -l 10 root 13581 12571 0 02:48 ? 00:00:00 [check-monit-upt] dnsmasq 14189 1 0 02:49 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 14252 1857 0 02:49 ? 00:00:00 /bin/bash -e /tmp/CPK66/install-vellum.sh ubuntu 14253 14252 0 02:49 ? 00:00:00 /bin/bash -e /tmp/CPK66/install-vellum.sh root 14254 14253 0 02:49 ? 00:00:00 sudo ps -edf root 14255 14254 0 02:49 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-09-02 02:49:21,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:95:7b:46 inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe95:7b46/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:143544 errors:0 dropped:0 overruns:0 frame:0 TX packets:65602 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218443855 (218.4 MB) TX bytes:10412629 (10.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:148 errors:0 dropped:0 overruns:0 frame:0 TX packets:148 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:12650 (12.6 KB) TX bytes:12650 (12.6 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 02:49:21,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-09-02 02:49:21,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-09-02 02:49:21,105 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:21,163 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:21,163 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:21,163 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:21,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:21,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:21,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:21,164 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:21,164 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:21,164 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:21,164 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:21 GMT 2018-09-02 02:49:21,164 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:21,164 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:21,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:26,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:26,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:26,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:26,346 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:26,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:26,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:21.886Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:21.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:21.886Z", "message": "[vellum] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14189/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12571/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12245/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14189/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 192.168.120.7:123 0.0.0.0:* 11846/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11846/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11846/ntpd \nudp 0 0 0.0.0.0:29884 0.0.0.0:* 582/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12245/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14189/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 582/dhclient \nudp6 0 0 fe80::f816:3eff:fe9:123 :::* 11846/ntpd \nudp6 0 0 ::1:123 :::* 11846/ntpd \nudp6 0 0 :::123 :::* 11846/ntpd \nudp6 0 0 :::27005 :::* 582/dhclient \nudp6 0 0 ::1:53 :::* 14189/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9783 1118/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 10746 1652/python2.7 /tmp/cloudify-logging-server-1039b.socket\nunix 2 [ ACC ] STREAM LISTENING 9544 1006/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11091 1844/python2.7 /tmp/ctx-LncFar.socket\nunix 2 [ ACC ] STREAM LISTENING 6978 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7413 383/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:21.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:21.886Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:21.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:21.886Z", "message": "[vellum] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/ntpstats\n/var/log/dpkg.log\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/alternatives.log\n/var/log/boot.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\n/var/log/iotop.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-queue-manager\n/var/log/chronos\n/var/log/dist-upgrade\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa02\n/var/log/clearwater-cluster-manager\n/var/log/btmp\n/var/log/kern.log\n/var/log/rogers\n/var/log/astaire\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_20180902T020000Z.txt\n/var/log/unattended-upgrades\n/var/log/memcached.log\n/var/log/upstart\n/var/log/upstart/container-detect.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/cloud-init.log\n/var/log/wtmp\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:21.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:21.886Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:21.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:22.891Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:22.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:22.891Z", "message": "[vellum] => 2018-09-02 02:48:37.345663935 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:22.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:23.955Z", "message": "[vellum] => \n\n\n \n System.err\n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n WARN\n \n \n\n \n \n \n\n\n\n\n \n \n ${cassandra.logdir}/system.log\n \n ${cassandra.logdir}/system.log.%i.zip\n 1\n 20\n \n\n \n 20MB\n \n \n %-5level [%thread] %date{ISO8601} %F:%L - %msg%n\n \n \n \n \n \n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n \n \n \n \n \n \n \n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:23.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:23.955Z", "message": "[vellum] => INFO [main] 2018-09-02 02:46:56,077 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-09-02 02:46:56,094 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 02:46:56,188 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-02 02:46:56,337 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-09-02 02:46:56,346 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-09-02 02:46:56,346 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-09-02 02:46:56,631 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 02:46:56,642 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-02 02:46:56,655 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-09-02 02:46:56,655 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-09-02 02:46:56,655 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 701056(684K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74037848(72302K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16662744(16272K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar\nINFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1535856415.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1535856415.log]\nINFO [main] 2018-09-02 02:46:56,740 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-09-02 02:46:56,740 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-09-02 02:46:56,874 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-09-02 02:46:56,876 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-09-02 02:46:56,876 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-09-02 02:46:56,881 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-09-02 02:46:56,887 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-09-02 02:46:56,892 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-09-02 02:46:56,893 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-09-02 02:46:56,975 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-09-02 02:46:58,290 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-09-02 02:46:58,295 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-09-02 02:46:58,300 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-09-02 02:46:58,305 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-09-02 02:46:58,309 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-09-02 02:46:58,314 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-09-02 02:46:58,318 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-09-02 02:46:58,322 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-09-02 02:46:58,325 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-09-02 02:46:58,329 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-09-02 02:46:58,334 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-09-02 02:46:58,338 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-09-02 02:46:58,341 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-09-02 02:46:58,345 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-09-02 02:46:58,348 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-09-02 02:46:58,352 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-09-02 02:46:58,426 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-09-02 02:46:58,427 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-09-02 02:46:58,467 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 02:46:58,473 Memtable.java:347 - Writing Memtable-local@1035974576(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 02:46:58,507 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=399)\nINFO [main] 2018-09-02 02:46:59,113 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-09-02 02:46:59,264 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-09-02 02:46:59,264 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-09-02 02:46:59,266 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-09-02 02:46:59,277 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2018-09-02 02:46:59,278 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-09-02 02:46:59,293 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 02:46:59,301 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nWARN [main] 2018-09-02 02:46:59,316 SystemKeyspace.java:765 - No host ID found, created 043b65b6-6b54-4d5b-88b3-33667aba1381 (Note: This should happen exactly once per node).\nINFO [main] 2018-09-02 02:46:59,319 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-09-02 02:46:59,321 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 02:46:59,321 Memtable.java:347 - Writing Memtable-local@1081358126(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 02:46:59,323 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=93397)\nINFO [main] 2018-09-02 02:46:59,677 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 02:46:59,693 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-02 02:46:59,719 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-09-02 02:46:59,734 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 02:46:59,742 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-02 02:46:59,751 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 02:46:59,757 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-02 02:46:59,764 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-09-02 02:46:59,766 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 02:46:59,772 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-09-02 02:46:59,782 StorageService.java:959 - Generated random tokens. tokens are [6304156383122079663, 8623935283763157143, 4209945789875861499, 1654254685396188616, 878373584119291189, -6155025667646332313, -7276040654379156723, 427061953459688853, -4410291421709674866, -1272160609341788308, 3890470796246728236, 6233670044735107958, -3223519291605523733, -2891835272493694504, -2798366500002753501, -6235734574376432302, 1666760481462191636, 548243406882829674, 8841831261157399919, -6089042604535351477, 8042711783747202946, -3139218025539196685, 8929335991575801382, 3748210428309599428, 584252026679049722, 5693243672517792695, -8192655721752097077, 7267724472000420280, 6111693851978171403, 477956588320927288, 7194402458996658426, -2008762850085883851, 2943766572013247336, -1797176094763261597, 5373369490699362864, -4955160843837003890, -1321249299118022993, 9220363525736809707, -7355838799313856700, -7834759969676411910, 4585718118425627139, 6752728969760674445, -537631345612960487, 5715091941989847639, -2344824578892321432, -5424722910973666350, 567640065059636071, 6345456886664405592, -2502375912275882230, -7742252053287707745, -8547571439196505592, -933466354621932681, 2404860935156276398, 8253634012696585648, 8451282831329471533, 5731266640208396985, -2420750102491000764, 12541657753161683, 205659163158149313, 3841392932440803734, 4606836316368887731, -1208915154283551943, -1171283655624568049, 1638985865084454364, 7149301704471716520, 3696386971717812226, -7718156646825852545, 7620509380299399589, -3946095222002961773, -4405686535252491802, -7085926431544028349, -7231410951498573233, 1802873001978056502, -7380966226954269057, -7617619244415687511, -3767222091778539399, -7355519074156623577, 5430255050823621621, -1065043354377180458, -6074501523124123761, 1376000566848483338, 939689898728998214, -833122441412995629, 3410165961783660324, 4375825322292980878, 6847445421688155639, -4827441447562732338, 689392086913282543, -7190428575253272215, 6018595620526493411, -9071011935881669898, 7846679142763896412, 5171995916821112832, 2174084253953941584, -3923539011173707662, 6662868334418874140, 1239590629296592865, -6173755477717945379, -1128333858067204450, -8176822940551574210, -2028506924702950037, 2473130519315288535, -254140867808524989, 4033024134028164128, -5846111826051989738, -3121956386627097916, 1935976591374837493, 3791372038015305522, 1224037770796771424, -4194519198552789148, -452479216641400786, 4466709715273079490, 6098145406179454183, 5347518607026849503, 959124718036394658, 8075726897887476264, 7052697903414622850, -7839256593233105544, 5220785685940470534, 5164894654547351756, 4029714777304458561, 3153465948830738243, 7123587271580993599, 6301630907650221136, -2637300574049311004, -6993367045146188647, -2523296806825846126, 8604736491543280528, -8517713889282693664, 4340256627726424109, -3880539988090810561, -6384540496381086516, -6538618407984885091, -5931075311311178674, 2775153212484034207, 5013938023242651954, 410937652979541867, 749066370793828237, 231400929809035526, 6079564301649435608, -7426442707292911166, -4880269960173775240, -5558146408805510101, 3866840894824590329, 5188306047976256806, 1719416593844392879, 8637533537767068553, 9095596755515189932, 3600713531625649753, 8962969528419759623, -395825749637111386, -3846234120562625896, -7222598320501346080, 2311377392150819422, -4413401398240622308, -6022354445486955043, 253426377042094533, 151772800814126972, -410559617833331896, 8180256626324116298, 4756421847836120836, 7368183807203773663, -4622602153423135240, 3212598357789210106, -8126262495599032947, -6904605029929064608, 6531147865708390182, -398051363152573132, -3166543289124463015, -7880757267375365895, -3810676442352215015, 7821566305348469124, 4183508585428215370, -7288832125056593859, -6911888501421666592, 6916007267386640786, -6470677627194102318, 869119387721783432, 7454320936042227462, -4982493907521301970, -6816604347478473589, 6406468133867579309, -5763893659902379327, 1617065173892366030, 1164728627630019513, -3198452756952909347, 5832759409071340851, 2188317084331124330, -1989327863368657443, 954796570200706149, -1220463186271957951, -2444968070405554404, -5432114563180846764, -6796417220128820966, 7843640598168725695, 6535051352748430643, -3206031587519352654, 44272841947008470, -1263650141381034519, 218836628304863131, 3275459539306263365, -7495921270649704526, -6101863178564828504, -3163232082668233704, -8836801702288012188, -8929209134079231838, -6979777758620162016, 9094765058816439933, 8385491418322332087, 8576580125965375359, 3729551696491155106, 7702226986760144489, 1461412480165788098, -8448458561971936821, 432468910928374482, -3336520601452445957, -6030361746595603728, 5190424018438035276, -162488853935627568, 2813455805780927550, -3596719042298058587, -1139028712894004855, -8726487816950455747, -8071819543469151905, 706710385833905400, 6602983549944357130, 8227908835812621513, 2770277013834285154, 6142919319248151311, -7716981308843393052, 973061847935205996, 3549717751366397453, 7415952988889378335, -8970506093494365166, -9031142968565786625, 74038680954327275, -6725530312552292275, -5298667955739418510, 1542368301413604279, -9209987989358198968, 7052756182943150227, -7154575548078775699, 4693283538813947750, -7751035649752196852, -4098045125943340342, -6497940710329899786, -3500520488549224264, -7424481861728576461, -6236149620470595109, 9158526401970037429, 3243965109468613044, -1897744316448685109, 7472823751374136484, 5254624168906689293, -546851621775745449, 7261452640861813359]\nINFO [main] 2018-09-02 02:46:59,790 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@50c7dd33[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@374480e5[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@d20cd5b}\nINFO [MigrationStage:1] 2018-09-02 02:46:59,834 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 02:46:59,835 Memtable.java:347 - Writing Memtable-schema_keyspaces@166357714(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 02:46:59,836 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352)\nINFO [MigrationStage:1] 2018-09-02 02:47:00,250 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 02:47:00,251 Memtable.java:347 - Writing Memtable-schema_columnfamilies@842827023(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 02:47:00,262 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352)\nINFO [MigrationStage:1] 2018-09-02 02:47:00,727 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 02:47:00,728 Memtable.java:347 - Writing Memtable-schema_columns@729595113(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 02:47:00,748 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352)\nINFO [MigrationStage:1] 2018-09-02 02:47:01,348 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 02:47:01,348 Memtable.java:347 - Writing Memtable-schema_triggers@1904671372(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 02:47:01,349 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352)\nINFO [MigrationStage:1] 2018-09-02 02:47:01,729 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 02:47:01,730 Memtable.java:347 - Writing Memtable-schema_usertypes@1856057489(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 02:47:01,731 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352)\nINFO [MigrationStage:1] 2018-09-02 02:47:02,002 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@da0d90[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-09-02 02:47:02,006 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-09-02 02:47:02,007 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@4a2b928f[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-09-02 02:47:02,011 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-09-02 02:47:02,045 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 02:47:02,046 Memtable.java:347 - Writing Memtable-local@503649157(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 02:47:02,046 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102595)\nINFO [main] 2018-09-02 02:47:02,552 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51460 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 02:47:02,557 Memtable.java:347 - Writing Memtable-local@217308356(8.347KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 02:47:02,569 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=114566)\nINFO [CompactionExecutor:2] 2018-09-02 02:47:02,604 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')]\nINFO [main] 2018-09-02 02:47:02,645 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-09-02 02:47:02,736 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-09-02 02:47:02,762 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c]\nINFO [main] 2018-09-02 02:47:02,762 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-09-02 02:47:02,809 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-09-02 02:47:02,814 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:2] 2018-09-02 02:47:02,971 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,949 bytes to 5,785 (~97% of original) in 362ms = 0.015240MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,777 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,805 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,806 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,808 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-09-02 02:48:34,822 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-09-02 02:48:34,823 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:23.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:23.955Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:23.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:23.955Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:23.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:23.955Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:23.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:24.464Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:24.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:24.960Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:24.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:24.960Z", "message": "Execution done (return_code=0): /tmp/CPK66/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:24.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:24.960Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:24.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "4f51d4d1-dc03-4cac-81ab-03627f90bf1e"}, {"node_instance_id": "vellum_tydmel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:25.086Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:25.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:25.086Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:25.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:25.963Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/P3OMN/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:25.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:25.963Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:25.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:25.963Z", "message": "Executing: /tmp/P3OMN/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:25.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:26.106Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:26.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1905, "offset": 1843, "size": 50}}} 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:26 GMT 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 70710 2018-09-02 02:49:26,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:26,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-09-02 02:49:26,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14189/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12571/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12245/memcached tcp6 0 0 ::1:53 :::* LISTEN 14189/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 11846/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11846/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11846/ntpd udp 0 0 0.0.0.0:29884 0.0.0.0:* 582/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12245/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14189/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 582/dhclient udp6 0 0 fe80::f816:3eff:fe9:123 :::* 11846/ntpd udp6 0 0 ::1:123 :::* 11846/ntpd udp6 0 0 :::123 :::* 11846/ntpd udp6 0 0 :::27005 :::* 582/dhclient udp6 0 0 ::1:53 :::* 14189/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9783 1118/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10746 1652/python2.7 /tmp/cloudify-logging-server-1039b.socket unix 2 [ ACC ] STREAM LISTENING 9544 1006/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11091 1844/python2.7 /tmp/ctx-LncFar.socket unix 2 [ ACC ] STREAM LISTENING 6978 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7413 383/systemd-udevd /run/udev/control real 0m0.008s user 0m0.000s sys 0m0.008s 2018-09-02 02:49:26,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-09-02 02:49:26,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/lastlog /var/log/ntpstats /var/log/dpkg.log /var/log/auth.log /var/log/dmesg.0 /var/log/alternatives.log /var/log/boot.log /var/log/cassandra /var/log/cassandra/system.log /var/log/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /var/log/iotop.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-queue-manager /var/log/chronos /var/log/dist-upgrade /var/log/sysstat /var/log/sysstat/clearwater-sa02 /var/log/clearwater-cluster-manager /var/log/btmp /var/log/kern.log /var/log/rogers /var/log/astaire /var/log/astaire/astaire_out.log /var/log/astaire/astaire_err.log /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_20180902T020000Z.txt /var/log/unattended-upgrades /var/log/memcached.log /var/log/upstart /var/log/upstart/container-detect.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/astaire-throttle.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/rsyslog.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/cloud-init.log /var/log/wtmp real 0m0.008s user 0m0.004s sys 0m0.003s 2018-09-02 02:49:26,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-09-02 02:49:26,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-09-02 02:49:26,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-09-02 02:48:37.345663935 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 02:49:26,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 02:49:26,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-09-02 02:46:56,077 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-09-02 02:46:56,094 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 02:46:56,188 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-02 02:46:56,337 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-09-02 02:46:56,346 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-09-02 02:46:56,346 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-09-02 02:46:56,631 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 02:46:56,642 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-02 02:46:56,655 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-09-02 02:46:56,655 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-09-02 02:46:56,655 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 701056(684K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74037848(72302K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16662744(16272K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-09-02 02:46:56,656 CassandraDaemon.java:207 - JVM Arguments: [-ea, -javaagent:/usr/share/cassandra/lib/jamm-0.3.0.jar, -XX:+CMSClassUnloadingEnabled, -XX:+UseThreadPriorities, -XX:ThreadPriorityPolicy=42, -Xms1000M, -Xmx1000M, -Xmn200M, -XX:+HeapDumpOnOutOfMemoryError, -Xss256k, -XX:StringTableSize=1000003, -XX:+UseParNewGC, -XX:+UseConcMarkSweepGC, -XX:+CMSParallelRemarkEnabled, -XX:SurvivorRatio=8, -XX:MaxTenuringThreshold=1, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+UseTLAB, -XX:CompileCommandFile=/etc/cassandra/hotspot_compiler, -XX:CMSWaitDuration=10000, -XX:+CMSParallelInitialMarkEnabled, -XX:+CMSEdenChunksRecordAlways, -XX:CMSWaitDuration=10000, -XX:+UseCondCardMark, -Djava.net.preferIPv4Stack=true, -Dcassandra.jmx.local.port=7199, -XX:+DisableExplicitGC, -Dlogback.configurationFile=logback.xml, -Dcassandra.logdir=/var/log/cassandra, -Dcassandra.storagedir=, -Dcassandra-pidfile=/var/run/cassandra/cassandra.pid, -XX:HeapDumpPath=/var/lib/cassandra/java_1535856415.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1535856415.log] INFO [main] 2018-09-02 02:46:56,740 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-09-02 02:46:56,740 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-09-02 02:46:56,874 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-09-02 02:46:56,876 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-09-02 02:46:56,876 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-09-02 02:46:56,881 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-09-02 02:46:56,887 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-09-02 02:46:56,892 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-09-02 02:46:56,893 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-09-02 02:46:56,975 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-09-02 02:46:58,290 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-09-02 02:46:58,295 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-09-02 02:46:58,300 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-09-02 02:46:58,305 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-09-02 02:46:58,309 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-09-02 02:46:58,314 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-09-02 02:46:58,318 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-09-02 02:46:58,322 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-09-02 02:46:58,325 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-09-02 02:46:58,329 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-09-02 02:46:58,334 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-09-02 02:46:58,338 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-09-02 02:46:58,341 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-09-02 02:46:58,345 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-09-02 02:46:58,348 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-09-02 02:46:58,352 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-09-02 02:46:58,426 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-09-02 02:46:58,427 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-09-02 02:46:58,467 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 02:46:58,473 Memtable.java:347 - Writing Memtable-local@1035974576(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 02:46:58,507 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=399) INFO [main] 2018-09-02 02:46:59,113 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-09-02 02:46:59,264 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-09-02 02:46:59,264 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-09-02 02:46:59,266 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-09-02 02:46:59,277 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-09-02 02:46:59,278 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-09-02 02:46:59,293 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 02:46:59,301 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-09-02 02:46:59,316 SystemKeyspace.java:765 - No host ID found, created 043b65b6-6b54-4d5b-88b3-33667aba1381 (Note: This should happen exactly once per node). INFO [main] 2018-09-02 02:46:59,319 StorageService.java:807 - Starting up server gossip INFO [main] 2018-09-02 02:46:59,321 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 02:46:59,321 Memtable.java:347 - Writing Memtable-local@1081358126(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 02:46:59,323 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-2-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=93397) INFO [main] 2018-09-02 02:46:59,677 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 02:46:59,693 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-02 02:46:59,719 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-09-02 02:46:59,734 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 02:46:59,742 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-02 02:46:59,751 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 02:46:59,757 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-02 02:46:59,764 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-09-02 02:46:59,766 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 02:46:59,772 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-09-02 02:46:59,782 StorageService.java:959 - Generated random tokens. tokens are [6304156383122079663, 8623935283763157143, 4209945789875861499, 1654254685396188616, 878373584119291189, -6155025667646332313, -7276040654379156723, 427061953459688853, -4410291421709674866, -1272160609341788308, 3890470796246728236, 6233670044735107958, -3223519291605523733, -2891835272493694504, -2798366500002753501, -6235734574376432302, 1666760481462191636, 548243406882829674, 8841831261157399919, -6089042604535351477, 8042711783747202946, -3139218025539196685, 8929335991575801382, 3748210428309599428, 584252026679049722, 5693243672517792695, -8192655721752097077, 7267724472000420280, 6111693851978171403, 477956588320927288, 7194402458996658426, -2008762850085883851, 2943766572013247336, -1797176094763261597, 5373369490699362864, -4955160843837003890, -1321249299118022993, 9220363525736809707, -7355838799313856700, -7834759969676411910, 4585718118425627139, 6752728969760674445, -537631345612960487, 5715091941989847639, -2344824578892321432, -5424722910973666350, 567640065059636071, 6345456886664405592, -2502375912275882230, -7742252053287707745, -8547571439196505592, -933466354621932681, 2404860935156276398, 8253634012696585648, 8451282831329471533, 5731266640208396985, -2420750102491000764, 12541657753161683, 205659163158149313, 3841392932440803734, 4606836316368887731, -1208915154283551943, -1171283655624568049, 1638985865084454364, 7149301704471716520, 3696386971717812226, -7718156646825852545, 7620509380299399589, -3946095222002961773, -4405686535252491802, -7085926431544028349, -7231410951498573233, 1802873001978056502, -7380966226954269057, -7617619244415687511, -3767222091778539399, -7355519074156623577, 5430255050823621621, -1065043354377180458, -6074501523124123761, 1376000566848483338, 939689898728998214, -833122441412995629, 3410165961783660324, 4375825322292980878, 6847445421688155639, -4827441447562732338, 689392086913282543, -7190428575253272215, 6018595620526493411, -9071011935881669898, 7846679142763896412, 5171995916821112832, 2174084253953941584, -3923539011173707662, 6662868334418874140, 1239590629296592865, -6173755477717945379, -1128333858067204450, -8176822940551574210, -2028506924702950037, 2473130519315288535, -254140867808524989, 4033024134028164128, -5846111826051989738, -3121956386627097916, 1935976591374837493, 3791372038015305522, 1224037770796771424, -4194519198552789148, -452479216641400786, 4466709715273079490, 6098145406179454183, 5347518607026849503, 959124718036394658, 8075726897887476264, 7052697903414622850, -7839256593233105544, 5220785685940470534, 5164894654547351756, 4029714777304458561, 3153465948830738243, 7123587271580993599, 6301630907650221136, -2637300574049311004, -6993367045146188647, -2523296806825846126, 8604736491543280528, -8517713889282693664, 4340256627726424109, -3880539988090810561, -6384540496381086516, -6538618407984885091, -5931075311311178674, 2775153212484034207, 5013938023242651954, 410937652979541867, 749066370793828237, 231400929809035526, 6079564301649435608, -7426442707292911166, -4880269960173775240, -5558146408805510101, 3866840894824590329, 5188306047976256806, 1719416593844392879, 8637533537767068553, 9095596755515189932, 3600713531625649753, 8962969528419759623, -395825749637111386, -3846234120562625896, -7222598320501346080, 2311377392150819422, -4413401398240622308, -6022354445486955043, 253426377042094533, 151772800814126972, -410559617833331896, 8180256626324116298, 4756421847836120836, 7368183807203773663, -4622602153423135240, 3212598357789210106, -8126262495599032947, -6904605029929064608, 6531147865708390182, -398051363152573132, -3166543289124463015, -7880757267375365895, -3810676442352215015, 7821566305348469124, 4183508585428215370, -7288832125056593859, -6911888501421666592, 6916007267386640786, -6470677627194102318, 869119387721783432, 7454320936042227462, -4982493907521301970, -6816604347478473589, 6406468133867579309, -5763893659902379327, 1617065173892366030, 1164728627630019513, -3198452756952909347, 5832759409071340851, 2188317084331124330, -1989327863368657443, 954796570200706149, -1220463186271957951, -2444968070405554404, -5432114563180846764, -6796417220128820966, 7843640598168725695, 6535051352748430643, -3206031587519352654, 44272841947008470, -1263650141381034519, 218836628304863131, 3275459539306263365, -7495921270649704526, -6101863178564828504, -3163232082668233704, -8836801702288012188, -8929209134079231838, -6979777758620162016, 9094765058816439933, 8385491418322332087, 8576580125965375359, 3729551696491155106, 7702226986760144489, 1461412480165788098, -8448458561971936821, 432468910928374482, -3336520601452445957, -6030361746595603728, 5190424018438035276, -162488853935627568, 2813455805780927550, -3596719042298058587, -1139028712894004855, -8726487816950455747, -8071819543469151905, 706710385833905400, 6602983549944357130, 8227908835812621513, 2770277013834285154, 6142919319248151311, -7716981308843393052, 973061847935205996, 3549717751366397453, 7415952988889378335, -8970506093494365166, -9031142968565786625, 74038680954327275, -6725530312552292275, -5298667955739418510, 1542368301413604279, -9209987989358198968, 7052756182943150227, -7154575548078775699, 4693283538813947750, -7751035649752196852, -4098045125943340342, -6497940710329899786, -3500520488549224264, -7424481861728576461, -6236149620470595109, 9158526401970037429, 3243965109468613044, -1897744316448685109, 7472823751374136484, 5254624168906689293, -546851621775745449, 7261452640861813359] INFO [main] 2018-09-02 02:46:59,790 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@50c7dd33[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false], events=org.apache.cassandra.config.CFMetaData@374480e5[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]}, durableWrites=true, userTypes=org.apache.cassandra.config.UTMetaData@d20cd5b} INFO [MigrationStage:1] 2018-09-02 02:46:59,834 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 02:46:59,835 Memtable.java:347 - Writing Memtable-schema_keyspaces@166357714(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 02:46:59,836 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_keyspaces-b0f2235744583cdb9631c43e59ce3676/system-schema_keyspaces-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352) INFO [MigrationStage:1] 2018-09-02 02:47:00,250 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 02:47:00,251 Memtable.java:347 - Writing Memtable-schema_columnfamilies@842827023(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 02:47:00,262 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columnfamilies-45f5b36024bc3f83a3631034ea4fa697/system-schema_columnfamilies-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352) INFO [MigrationStage:1] 2018-09-02 02:47:00,727 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 02:47:00,728 Memtable.java:347 - Writing Memtable-schema_columns@729595113(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 02:47:00,748 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_columns-296e9c049bec3085827dc17d3df2122a/system-schema_columns-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352) INFO [MigrationStage:1] 2018-09-02 02:47:01,348 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 02:47:01,348 Memtable.java:347 - Writing Memtable-schema_triggers@1904671372(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 02:47:01,349 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_triggers-0359bc7171233ee19a4ab9dfb11fc125/system-schema_triggers-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352) INFO [MigrationStage:1] 2018-09-02 02:47:01,729 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 02:47:01,730 Memtable.java:347 - Writing Memtable-schema_usertypes@1856057489(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 02:47:01,731 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/schema_usertypes-3aa752254f82350b8d5c430fa221fa0a/system-schema_usertypes-tmp-ka-1-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102352) INFO [MigrationStage:1] 2018-09-02 02:47:02,002 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@da0d90[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-09-02 02:47:02,006 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-09-02 02:47:02,007 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@4a2b928f[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-09-02 02:47:02,011 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-09-02 02:47:02,045 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 02:47:02,046 Memtable.java:347 - Writing Memtable-local@503649157(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 02:47:02,046 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-3-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=102595) INFO [main] 2018-09-02 02:47:02,552 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51460 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 02:47:02,557 Memtable.java:347 - Writing Memtable-local@217308356(8.347KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 02:47:02,569 Memtable.java:382 - Completed flushing /var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-tmp-ka-4-Data.db (0.000KiB) for commitlog position ReplayPosition(segmentId=1535856418265, position=114566) INFO [CompactionExecutor:2] 2018-09-02 02:47:02,604 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')] INFO [main] 2018-09-02 02:47:02,645 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-09-02 02:47:02,736 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-09-02 02:47:02,762 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-09-02 02:47:02,762 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-09-02 02:47:02,809 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-09-02 02:47:02,814 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-09-02 02:47:02,971 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,949 bytes to 5,785 (~97% of original) in 362ms = 0.015240MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,777 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,805 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,806 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-09-02 02:48:32,808 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-09-02 02:48:34,822 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-09-02 02:48:34,823 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 02:49:26,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-09-02 02:49:26,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-09-02 02:49:26,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-09-02 02:49:26,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:49:26,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-09-02 02:49:26,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CPK66/install-vellum.sh 2018-09-02 02:49:26,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.004s user 0m0.000s sys 0m0.004s 2018-09-02 02:49:26,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:49:26,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 02:49:26,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/P3OMN/start-vellum.sh 2018-09-02 02:49:26,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-09-02 02:49:26,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/P3OMN/start-vellum.sh 2018-09-02 02:49:26,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:49:26,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:26,415 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:26,415 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:26,415 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:26 GMT 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:26,416 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:31,422 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:31,499 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:27.077Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:27.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:27.077Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:27.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:27.077Z", "message": "[vellum] 192.168.120.7", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:27.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:27.077Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:27.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:28.080Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.8:7253\nhs_hostname=hs.clearwater.local:8888\nhs_provisioning_hostname=hs-prov.clearwater.local:8889\nsprout_impi_store=vellum.clearwater.local\nsprout_registration_store=vellum.clearwater.local\ncassandra_hostname=vellum.clearwater.local\nchronos_hostname=vellum.clearwater.local\nralf_session_store=vellum.clearwater.local\nralf_hostname=dime.clearwater.local:10888\nxdms_hostname=homer.clearwater.local:7888\nsignaling_dns_server=192.168.120.8\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:28.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1c02a91c-7322-4d66-880c-7a2996d1f5a2"}], "metadata": {"pagination": {"total": 1910, "offset": 1865, "size": 50}}} 2018-09-02 02:49:31,500 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:31,501 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:31 GMT 2018-09-02 02:49:31,501 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:31,501 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3552 2018-09-02 02:49:31,501 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:31,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-09-02 02:49:31,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-09-02 02:49:31,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.7 2018-09-02 02:49:31,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:49:31,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.8:7253 hs_hostname=hs.clearwater.local:8888 hs_provisioning_hostname=hs-prov.clearwater.local:8889 sprout_impi_store=vellum.clearwater.local sprout_registration_store=vellum.clearwater.local cassandra_hostname=vellum.clearwater.local chronos_hostname=vellum.clearwater.local ralf_session_store=vellum.clearwater.local ralf_hostname=dime.clearwater.local:10888 xdms_hostname=homer.clearwater.local:7888 signaling_dns_server=192.168.120.8 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-09-02 02:49:31,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:31,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:31,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:31,708 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:31 GMT 2018-09-02 02:49:31,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:31,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:31,708 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:36,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:36,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:36,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:36,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:36,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:36,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:36,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:36,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:36,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:31.515Z", "message": "Execution done (return_code=0): /tmp/NTGH3/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:31.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "1c02a91c-7322-4d66-880c-7a2996d1f5a2"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:31.695Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:31.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1912, "offset": 1870, "size": 50}}} 2018-09-02 02:49:36,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:36,897 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:36 GMT 2018-09-02 02:49:36,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:36,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1130 2018-09-02 02:49:36,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:36,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/NTGH3/create_number.sh 2018-09-02 02:49:36,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:49:36,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:37,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:37,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:37,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:37 GMT 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:37,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:37,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:42,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:42,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:42,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:42,458 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:42,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:42,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:42,458 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:42,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:42,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:37.198Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:37.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1913, "offset": 1872, "size": 50}}} 2018-09-02 02:49:42,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:42,459 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:42 GMT 2018-09-02 02:49:42,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:42,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:49:42,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:42,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:49:42,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:42,624 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:42,624 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:42,624 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:42 GMT 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:42,625 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:42,626 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:47,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:47,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:47,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:47,702 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:47.437Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:47.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1914, "offset": 1873, "size": 50}}} 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:47 GMT 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:49:47,703 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:47,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:49:47,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:47 GMT 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:47,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:47,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:52,771 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:52,845 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:52,845 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:52,845 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:52,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:52,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1914, "offset": 1874, "size": 50}}} 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:52 GMT 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:52,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:52,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:52,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:52 GMT 2018-09-02 02:49:52,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:52,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:52,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:57,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:49:57,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:57,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:57,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:57,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:49:57.676Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:49:57.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1915, "offset": 1874, "size": 50}}} 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:57 GMT 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:49:57,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:49:57,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:49:57,987 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:49:58,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:49:58,045 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:49:58 GMT 2018-09-02 02:49:58,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:49:58,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:49:58,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:03,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:03,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:03,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1915, "offset": 1875, "size": 50}}} 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:03 GMT 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:03,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:50:03,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:03,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:03,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:03,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:03,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:03,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:03,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:03,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:03,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:03,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:03,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:03,180 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:03 GMT 2018-09-02 02:50:03,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:03,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:03,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:08,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:08,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:08,268 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:08,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:08,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:08,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:50:07.913Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:50:07.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1916, "offset": 1875, "size": 50}}} 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:08 GMT 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:50:08,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:08,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:50:08,270 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:08,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:08,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:08,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:08,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:08,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:08,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:08,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:08,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:08,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:08,329 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:08 GMT 2018-09-02 02:50:08,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:08,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:08,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:13,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:13,406 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1916, "offset": 1876, "size": 50}}} 2018-09-02 02:50:13,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:13,408 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:13 GMT 2018-09-02 02:50:13,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:13,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:50:13,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:13,408 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:13,464 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:13,464 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:13,465 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:13 GMT 2018-09-02 02:50:13,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:13,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:13,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:18,471 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:18,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:18,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:18,617 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:18,617 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:18,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:18,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:18,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:18,618 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:50:18.150Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:50:18.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1917, "offset": 1876, "size": 50}}} 2018-09-02 02:50:18,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:18,618 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:18 GMT 2018-09-02 02:50:18,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:18,618 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:50:18,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:18,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:50:18,619 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:18,672 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:18,673 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:18,674 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:18 GMT 2018-09-02 02:50:18,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:18,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:18,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:23,679 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:23,762 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:23,762 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:23,762 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:23,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:23,762 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:23,762 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1917, "offset": 1877, "size": 50}}} 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:23 GMT 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:23,763 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:23,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:23,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:23,826 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:23 GMT 2018-09-02 02:50:23,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:23,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:23,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:28,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:28,909 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:28,909 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:50:28.388Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:50:28.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1918, "offset": 1877, "size": 50}}} 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:28 GMT 2018-09-02 02:50:28,910 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:28,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:50:28,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:28,911 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:50:28,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:28,969 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:28,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:28,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:28,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:28,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:28 GMT 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:28,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:33,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:34,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:34,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:34,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:34,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:34,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:34,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:34,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:34,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1918, "offset": 1878, "size": 50}}} 2018-09-02 02:50:34,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:34,072 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:34 GMT 2018-09-02 02:50:34,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:34,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:50:34,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:34,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:34,129 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:34,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:34,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:34,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:34,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:34,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:34,130 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:34,130 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:34,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:34,131 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:34 GMT 2018-09-02 02:50:34,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:34,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:34,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:39,136 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:39,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:39,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:50:38.627Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:50:38.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1919, "offset": 1878, "size": 50}}} 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:39 GMT 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:39,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:50:39,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:39,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:50:39,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:39,272 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:39,273 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:39,274 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:39 GMT 2018-09-02 02:50:39,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:39,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:39,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:44,279 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:44,352 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1919, "offset": 1879, "size": 50}}} 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:44,353 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:44 GMT 2018-09-02 02:50:44,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:44,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:50:44,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:44,354 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:44,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:44,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:44,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:44,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:44,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:44,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:44,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:44,418 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:44,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:44,418 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:44 GMT 2018-09-02 02:50:44,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:44,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:44,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:49,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:49,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:50:48.866Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:50:48.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1920, "offset": 1879, "size": 50}}} 2018-09-02 02:50:49,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:49,498 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:49 GMT 2018-09-02 02:50:49,498 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:49,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:50:49,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:49,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:50:49,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:49,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:49,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:49,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:49,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:49,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:49,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:49,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:49,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:49,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:49,559 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:49 GMT 2018-09-02 02:50:49,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:49,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:49,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:54,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:54,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:54,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:54,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1920, "offset": 1880, "size": 50}}} 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:54 GMT 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:50:54,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:54,728 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:54,793 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:54,793 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:54,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:54,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:54,793 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:54 GMT 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:54,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:59,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:50:59,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:59,870 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:59,870 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:59,870 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:59,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:50:59.104Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:50:59.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1921, "offset": 1880, "size": 50}}} 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:59 GMT 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:50:59,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:50:59,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:50:59,872 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:50:59,929 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:50:59,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:50:59,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:50:59,930 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:50:59,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:50:59,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:50:59,930 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:50:59,930 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:50:59,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:50:59,931 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:50:59 GMT 2018-09-02 02:50:59,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:50:59,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:50:59,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:04,932 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:05,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:05,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:05,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:05,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:05,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:05,008 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:05,008 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:05,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1921, "offset": 1881, "size": 50}}} 2018-09-02 02:51:05,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:05,009 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:05 GMT 2018-09-02 02:51:05,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:05,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:51:05,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:05,009 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:05,080 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:05,081 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:05,081 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:05 GMT 2018-09-02 02:51:05,081 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:05,081 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:05,081 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:10,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:10,168 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:10,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:10,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:10,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:10,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:10,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:10,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:10,169 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:09.344Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:09.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1922, "offset": 1881, "size": 50}}} 2018-09-02 02:51:10,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:10,169 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:10 GMT 2018-09-02 02:51:10,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:10,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:51:10,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:10,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:51:10,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:10,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:10,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:10,237 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:10,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:10 GMT 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:10,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:15,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:15,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:15,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:15,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1922, "offset": 1882, "size": 50}}} 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:15 GMT 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:15,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:51:15,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:15,323 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:15,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:15,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:15,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:15,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:15,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:15 GMT 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:15,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:20,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:19.579Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:19.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1923, "offset": 1882, "size": 50}}} 2018-09-02 02:51:20,461 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:20,462 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:20 GMT 2018-09-02 02:51:20,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:20,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:51:20,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:20,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:51:20,462 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:20,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:20,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:20 GMT 2018-09-02 02:51:20,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:20,525 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:20,525 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:25,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:25,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:25,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:25,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:25,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:25,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:25,611 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:25,611 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:25,612 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1923, "offset": 1883, "size": 50}}} 2018-09-02 02:51:25,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:25,612 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:25 GMT 2018-09-02 02:51:25,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:25,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:51:25,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:25,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:25,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:25,674 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:25 GMT 2018-09-02 02:51:25,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:25,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:25,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:30,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:30,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:30,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:30,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:29.816Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:29.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}], "metadata": {"pagination": {"total": 1924, "offset": 1883, "size": 50}}} 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:30 GMT 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 02:51:30,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:30,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 02:51:30,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:30,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:30,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:30,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:30,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:30,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:30 GMT 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:30,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:35,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:35,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1924, "offset": 1884, "size": 50}}} 2018-09-02 02:51:35,898 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:35,898 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:35 GMT 2018-09-02 02:51:35,898 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:35,898 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 02:51:35,898 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:35,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:35,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:35,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:35 GMT 2018-09-02 02:51:35,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:35,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:35,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:40,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:41,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:41,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:39.857Z", "message": "Execution done (return_code=0): /tmp/P3OMN/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:39.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "994e31a4-4e23-4aee-8fd2-19afa3168358"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:39.958Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:39.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:40.319Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:40.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:40.319Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:40.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:41.002Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:41.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:41.002Z", "message": "Downloaded scripts/bind/bind.py to /tmp/76TPB/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:41.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}], "metadata": {"pagination": {"total": 1930, "offset": 1884, "size": 50}}} 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:41 GMT 2018-09-02 02:51:41,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:41,037 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3172 2018-09-02 02:51:41,037 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:41,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/P3OMN/start-vellum.sh 2018-09-02 02:51:41,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:51:41,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:51:41,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:51:41,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:51:41,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/76TPB/bind.py 2018-09-02 02:51:41,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:41,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:41,093 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:41,093 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:41,093 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:41,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:41,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:41,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:41,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:41,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:41,094 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:41 GMT 2018-09-02 02:51:41,094 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:41,094 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 02:51:41,094 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:46,100 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:51:46,181 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:46,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:46,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:46,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:46,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:46,182 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:46,182 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:46,182 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:41.157Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:41.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:41.543Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:41.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'ellis': {u'ellis_4w82yq': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.4', u'name': u'ellis-4w82yq'}}, u'dime': {u'dime_poo8ue': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-poo8ue'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "[localhost] run: sudo mv /tmp/tmpUCS4F2 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.161Z", "message": "[localhost] run: sudo mv /tmp/tmpqWHOzv /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297", "logger": "c07a4120-2fa5-4a3f-84ec-2744b8ebe1bb"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:51:42.322Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T02:51:42.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 1943, "offset": 1890, "size": 50}}} 2018-09-02 02:51:46,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:46,183 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:46 GMT 2018-09-02 02:51:46,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:46,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7483 2018-09-02 02:51:46,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:46,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:51:46,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:51:46,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:51:46,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:51:46,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'ellis': {u'ellis_4w82yq': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.4', u'name': u'ellis-4w82yq'}}, u'dime': {u'dime_poo8ue': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-poo8ue'}}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:51:46,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:51:46,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:51:46,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:51:46,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:51:46,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpUCS4F2 /etc/bind/db.clearwater.local 2018-09-02 02:51:46,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpqWHOzv /etc/bind/db.clearwater.opnfv 2018-09-02 02:51:46,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-09-02 02:51:46,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/d657b3d8-2d0a-432d-838a-4283cd258297 2018-09-02 02:51:46,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:46,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:46,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:46,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:46,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"} 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:46 GMT 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-09-02 02:51:46,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:46,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-09-02T02:40:11.823Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'clearwater-opnfv', u'id': u'd657b3d8-2d0a-432d-838a-4283cd258297'} 2018-09-02 02:51:46,246 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-09-02 02:51:46,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:51:46,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:51:46,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:51:46,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.217", "ellis_ip": "172.30.9.203"}, "deployment_id": "clearwater-opnfv"} 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:51:46 GMT 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-09-02 02:51:46,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:51:46,310 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.203 2018-09-02 02:51:46,403 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-09-02 02:51:46,473 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-09-02 02:51:46,474 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-09-02 02:51:46,505 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 02:51:46,506 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-09-02 02:52:11,779 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550976@clearwater.opnfv', u'sip_username': u'6505550976', u'formatted_number': u'(650) 555-0976', u'number': u'6505550976', u'sip_uri': u'sip:6505550976@clearwater.opnfv', u'number_id': u'f498a45f78d449c6a5e309e3ad97a6de', u'sip_password': u'6wZSgjSSx', u'pstn': False} 2018-09-02 02:52:11,780 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-09-02 02:52:11,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.217", "ellis_ip": "172.30.9.203"}, "deployment_id": "clearwater-opnfv"} 2018-09-02 02:52:11,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:52:11,873 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:52:11 GMT 2018-09-02 02:52:11,873 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:52:11,873 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-09-02 02:52:11,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:52:11,873 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-09-02 02:52:11,873 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-09-02 02:52:11,881 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-09-02 02:52:11,881 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-09-02 02:54:16,391 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550907, 6505550757) Passed Basic Call - SDP (TCP) - (6505550973, 6505550489) Passed Basic Call - Tel URIs (TCP) - (6505550305, 6505550101) Passed Basic Call - Unknown number (TCP) - (6505550858, 6505550979) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550484, 6505550853) Passed Basic Call - Messages - Pager model (TCP) - (6505550681, 6505550791) Passed Basic Call - Pracks (TCP) - (6505550534, 6505550929) Passed Basic Registration (TCP) - (6505550862) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550604, 6505550057) Passed Call Barring - Outbound Rejection (TCP) - (6505550244, 6505550721) Passed Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - (6505550702, 6505550163) Passed Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - (6505550761, 6505550005, 6505550854) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550767, 6505550311, 6505550364) Passed Call Diversion - Not reachable (408) (TCP) - (6505550571, 6505550990, 6505550757) Passed Call Diversion - Not reachable (503) (TCP) - (6505550024, 6505550260, 6505550258) Passed Call Diversion - Not reachable (500) (TCP) - (6505550882, 6505550508, 6505550305) Passed Call Diversion - Busy (TCP) - (6505550071, 6505550133, 6505550663) Passed Call Diversion - Unconditional (TCP) - (6505550341, 6505550515, 6505550038) Passed Call Diversion - No answer (TCP) - (6505550528, 6505550571, 6505550186) Passed Call Diversion - Bad target URI (TCP) - (6505550672, 6505550080) Passed Call Diversion - Audio-only call (TCP) - (6505550140, 6505550935, 6505550413, 6505550100) Passed Call Diversion - Audio-video call (TCP) - (6505550950, 6505550467, 6505550694, 6505550417) Passed Call Waiting - Accepted (TCP) - (6505550349, 6505550317, 6505550226) Passed Call Waiting - Cancelled (TCP) - (6505550399, 6505550001, 6505550129) Passed CANCEL - Mainline (TCP) - (6505550287, 6505550010) Passed Filtering - Accept-Contact (TCP) - (6505550802, 6505550347) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550466, 6505550146) Passed Filtering - Accept-Contact no match (TCP) - (6505550005, 6505550910) Passed Filtering - Accept-Contact negated match (TCP) - (6505550112, 6505550064) Passed Filtering - RFC3841 example (TCP) - (6505550543, 6505550424) Passed Filtering - Reject-Contact no match (TCP) - (6505550605, 6505550327) Passed Filtering - Reject-Contact match (TCP) - (6505550335, 6505550437) Passed Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - (6505550787) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550099) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550986) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550988) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550952, 6505550662) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550062, 6505550306) Passed GRUU - Call - only GRUU as target (TCP) - (6505550855, 6505550781) Passed GRUU - Call - AoR as target (TCP) - (6505550568, 6505550147) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550683, 6505550840) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550476, 6505550213) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550974, 6505550400) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550752, 6505550679) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550418, 6505550608) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550000, 6505550263) Passed ISC Interface - Terminating (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating (UDP AS) (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating Failed (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration - implicit registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Redirect (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - B2BUA (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided)/usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated - Call with MEMENTO_SIP= and MEMENTO_HTTP= Nonce-Count - Mainline (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Nonce-Count - Reject Re-Use (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - (6505550706) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550144) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550277) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550519, 6505550043) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550024, 6505550884) Passed Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= 0 failures out of 93 tests run 42 tests skipped 2018-09-02 02:54:16,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-09-02 02:54:16,520 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 02:54:16,521 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 20:21 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-02 02:54:16,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-09-02 02:54:16,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-09-02 02:54:16,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:16,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:16,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:16,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:16,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:16,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:16,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:16,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:35.404Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "86ca969c-fbf2-4897-b4d7-85704fbef004"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:40:11.823Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "d657b3d8-2d0a-432d-838a-4283cd258297"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-09-02 02:54:16,624 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:16,624 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:16 GMT 2018-09-02 02:54:16,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:16,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-09-02 02:54:16,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:16,625 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.202:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-09-02 02:54:16,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:16,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:16,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:16,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:16,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:16,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:16,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:16 GMT 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:16,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:17,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:17,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:17,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:17,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:17,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:17 GMT 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 02:54:17,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:17,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:17,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:17,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:17,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:17 GMT 2018-09-02 02:54:17,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:17,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:17,132 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:22,137 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:22,211 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:22,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:22,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:22,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:17.585Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:17.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_umswhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:18.652Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:18.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_4ud5a7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:18.652Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:18.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:18.652Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:18.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:18.652Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:18.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:18.652Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:18.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_umswhp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:18.652Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:18.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_tydmel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:18.652Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:18.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.291Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/K8CGR/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "91885af1-d3bb-4f08-9643-2d5ca41053eb"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_umswhp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_tydmel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_4ud5a7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:19.367Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:19.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "91885af1-d3bb-4f08-9643-2d5ca41053eb"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Execution done (return_code=1): /tmp/A8M7F/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a8060a0d-d5e6-49fe-b273-fcc2659719c8"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Execution done (return_code=1): /tmp/HK2GZ/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a63260b8-4ba9-4527-a970-ced44068cbb7"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/A8M7F/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a8060a0d-d5e6-49fe-b273-fcc2659719c8"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a8060a0d-d5e6-49fe-b273-fcc2659719c8"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a63260b8-4ba9-4527-a970-ced44068cbb7"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/X2O18/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "80f36536-1ba2-4b7f-8a8d-6db750b2009b"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Executing: /tmp/A8M7F/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a8060a0d-d5e6-49fe-b273-fcc2659719c8"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Executing: /tmp/X2O18/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "80f36536-1ba2-4b7f-8a8d-6db750b2009b"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Executing: /tmp/HK2GZ/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a63260b8-4ba9-4527-a970-ced44068cbb7"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Execution done (return_code=1): /tmp/JKJNQ/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "84b4da6c-044f-4993-b77a-28eb8d08d120"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64805e1d-0762-479a-af83-672e5e0bcf5c"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Executing: /tmp/K8CGR/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "91885af1-d3bb-4f08-9643-2d5ca41053eb"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/JKJNQ/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "84b4da6c-044f-4993-b77a-28eb8d08d120"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Executing: /tmp/2XDLG/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64805e1d-0762-479a-af83-672e5e0bcf5c"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Executing: /tmp/JKJNQ/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "84b4da6c-044f-4993-b77a-28eb8d08d120"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "80f36536-1ba2-4b7f-8a8d-6db750b2009b"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/2XDLG/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64805e1d-0762-479a-af83-672e5e0bcf5c"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Execution done (return_code=1): /tmp/X2O18/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "80f36536-1ba2-4b7f-8a8d-6db750b2009b"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "84b4da6c-044f-4993-b77a-28eb8d08d120"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.213Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/HK2GZ/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a63260b8-4ba9-4527-a970-ced44068cbb7"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.372Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.372Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'vellum' not found\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'vellum' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_nxyero/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_nxyero/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_nxyero/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'vellum' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T02:54:20.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.372Z", "message": "Task failed 'script_runner.tasks.run' -> Group 'dime' not found\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "Group 'dime' not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/dime_host_4bupdk/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/dime_host_4bupdk/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/dime_host_4bupdk/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'dime' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T02:54:20.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.372Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/ellis_host_p4htry/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_p4htry/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/ellis_host_p4htry/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T02:54:20.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.372Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:20.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:20.372Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/homer_host_r0ozc2/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/homer_host_r0ozc2/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/homer_host_r0ozc2/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T02:54:20.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Downloaded scripts/bind/bind.py to /tmp/M6GEF/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}], "metadata": {"pagination": {"total": 81, "offset": 0, "size": 50}}} 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:22 GMT 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:22,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30427 2018-09-02 02:54:22,213 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:22,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-09-02 02:54:22,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:22,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:22,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:22,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:22,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:22,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:22,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:22,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/K8CGR/stop-bono.sh 2018-09-02 02:54:22,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:22,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:22,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:22,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:22,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:22,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:22,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:22,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:22,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:22,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:22,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:22,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-09-02 02:54:22,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/A8M7F/stop-vellum.sh 2018-09-02 02:54:22,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/HK2GZ/stop-dime.sh 2018-09-02 02:54:22,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/A8M7F/stop-vellum.sh 2018-09-02 02:54:22,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-09-02 02:54:22,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-09-02 02:54:22,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/X2O18/stop-ellis.sh 2018-09-02 02:54:22,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A8M7F/stop-vellum.sh 2018-09-02 02:54:22,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/X2O18/stop-ellis.sh 2018-09-02 02:54:22,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/HK2GZ/stop-dime.sh 2018-09-02 02:54:22,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/JKJNQ/stop-homer.sh 2018-09-02 02:54:22,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-09-02 02:54:22,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/K8CGR/stop-bono.sh 2018-09-02 02:54:22,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/JKJNQ/stop-homer.sh 2018-09-02 02:54:22,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2XDLG/stop-sprout.sh 2018-09-02 02:54:22,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/JKJNQ/stop-homer.sh 2018-09-02 02:54:22,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-09-02 02:54:22,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/2XDLG/stop-sprout.sh 2018-09-02 02:54:22,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/X2O18/stop-ellis.sh 2018-09-02 02:54:22,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-09-02 02:54:22,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/HK2GZ/stop-dime.sh 2018-09-02 02:54:22,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:22,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-09-02 02:54:22,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-09-02 02:54:22,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-09-02 02:54:22,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:22,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-09-02 02:54:22,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:54:22,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:54:22,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/M6GEF/bind.py 2018-09-02 02:54:22,222 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:22,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:22,283 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:22,283 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:22,283 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:22,283 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:22,283 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:22,283 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:22,283 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:22,284 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:22,284 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:22 GMT 2018-09-02 02:54:22,284 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:22,284 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:22,284 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:27,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:27,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:27,358 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:27,358 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:27,358 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:27,358 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:27,358 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:27,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:27,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Downloaded scripts/bind/bind.py to /tmp/PEMS3/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Downloaded scripts/bind/bind.py to /tmp/M6GEF/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo mv /tmp/tmp5lWgf8 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "Downloaded scripts/bind/bind.py to /tmp/JPN43/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo mv /tmp/tmpBZsEDV /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.227Z", "message": "[localhost] run: sudo mv /tmp/tmp5nUo1s /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.227Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "cdd9a217-28ff-4d19-b0f7-b1c87331353b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:21.379Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:21.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo mv /tmp/tmpb46zzg /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo mv /tmp/tmprK3mLw /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo mv /tmp/tmpVWu_wB /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2cdcccda-7b1f-4316-ab3f-68fb212fb1d3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo mv /tmp/tmpzs7LeD /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo mv /tmp/tmpcK2k3v /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e0c05d6-261d-4ba6-a33e-b81b581bce66"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.250Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fee5d157-c117-4a90-a0f9-fb0bc3f99b0e"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 154, "offset": 50, "size": 50}}} 2018-09-02 02:54:27,359 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:27,359 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:27 GMT 2018-09-02 02:54:27,359 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:27,359 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29078 2018-09-02 02:54:27,359 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:27,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:54:27,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:54:27,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:54:27,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:54:27,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:54:27,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:54:27,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:54:27,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:54:27,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:54:27,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/PEMS3/bind.py 2018-09-02 02:54:27,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:54:27,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/M6GEF/bind.py 2018-09-02 02:54:27,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:54:27,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:54:27,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:54:27,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5lWgf8 /etc/bind/db.clearwater.local 2018-09-02 02:54:27,363 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:54:27,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/JPN43/bind.py 2018-09-02 02:54:27,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {u'homer_4ud5a7': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'homer-4ud5a7'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:54:27,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBZsEDV /etc/bind/db.clearwater.local 2018-09-02 02:54:27,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5nUo1s /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:27,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:54:27,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpb46zzg /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:54:27,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:54:27,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:54:27,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:54:27,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:54:27,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:54:27,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:54:27,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:54:27,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:54:27,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprK3mLw /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVWu_wB /etc/bind/db.clearwater.local 2018-09-02 02:54:27,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:54:27,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:54:27,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:54:27,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:54:27,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpzs7LeD /etc/bind/db.clearwater.local 2018-09-02 02:54:27,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcK2k3v /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:27,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ed6uvi': {u'public_address': u'', u'private_address': u'192.168.120.25', u'name': u'sprout-ed6uvi'}}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:54:27,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:27,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:27,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:54:27,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:27,369 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:27,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:27,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:27,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:27,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:27,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:27,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:27,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:27,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:27,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:27,428 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:27 GMT 2018-09-02 02:54:27,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:27,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:27,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:32,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:32,502 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:32,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:32,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:32,503 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:32,503 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:32,503 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:32,503 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:32,503 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_4ud5a7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_tydmel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_tydmel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:22.392Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:22.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5faa7bd4-e708-44a3-84d6-dc080c373e5e"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Executing: /tmp/WHKLH/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5faa7bd4-e708-44a3-84d6-dc080c373e5e"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WHKLH/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5faa7bd4-e708-44a3-84d6-dc080c373e5e"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Executing: /tmp/GR57L/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39de61ab-e980-49b5-a097-f4ba6a47d290"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/CGLP1/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "083a3f96-4485-4337-b0c1-cb9233900fea"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Executing: /tmp/L18IA/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "8915078f-e414-41bd-a18b-b4c4f5a5589a"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Executing: /tmp/CGLP1/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "083a3f96-4485-4337-b0c1-cb9233900fea"}, {"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "083a3f96-4485-4337-b0c1-cb9233900fea"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/GR57L/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39de61ab-e980-49b5-a097-f4ba6a47d290"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39de61ab-e980-49b5-a097-f4ba6a47d290"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/L18IA/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "8915078f-e414-41bd-a18b-b4c4f5a5589a"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.260Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "8915078f-e414-41bd-a18b-b4c4f5a5589a"}, {"node_instance_id": "homer_4ud5a7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.396Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:23.396Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:23.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:24.271Z", "message": "Execution done (return_code=1): /tmp/2XDLG/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64805e1d-0762-479a-af83-672e5e0bcf5c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:24.399Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:24.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:24.399Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:24.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:24.399Z", "message": "Task failed 'script_runner.tasks.run' -> \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "\nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/sprout_host_vcch6q/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_vcch6q/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_vcch6q/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T02:54:24.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "[localhost] run: sudo mv /tmp/tmp5h9QxT /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "[localhost] run: sudo mv /tmp/tmpmcScVh /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "Downloaded scripts/bind/bind.py to /tmp/9VYO7/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.361Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:25.489Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:25.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:26.362Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:26.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:26.362Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:26.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ce8c0736-6e98-4eb4-b294-5c1e576f96d9"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:26.406Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:26.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:26.406Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:26.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:26.406Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:26.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:27.366Z", "message": "Executing: /tmp/O16B0/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:27.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "c3514ba0-92da-416e-b517-3d9bfdc08e57"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:27.366Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/O16B0/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:27.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "c3514ba0-92da-416e-b517-3d9bfdc08e57"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:27.366Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:27.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "c3514ba0-92da-416e-b517-3d9bfdc08e57"}, {"node_instance_id": "dime_poo8ue", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:28.313Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:28.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_poo8ue", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:28.369Z", "message": "Execution done (return_code=0): /tmp/L18IA/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:28.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "8915078f-e414-41bd-a18b-b4c4f5a5589a"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:29.410Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:29.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:29.410Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:29.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:29.410Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:29.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:30.414Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:30.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 184, "offset": 100, "size": 50}}} 2018-09-02 02:54:32,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:32,504 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:32 GMT 2018-09-02 02:54:32,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:32,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28224 2018-09-02 02:54:32,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:32,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:54:32,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:32,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:32,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:32,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:54:32,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:32,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:54:32,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 02:54:32,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/WHKLH/remove-cluster-node.sh 2018-09-02 02:54:32,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WHKLH/remove-cluster-node.sh 2018-09-02 02:54:32,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GR57L/remove-cluster-node.sh 2018-09-02 02:54:32,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/CGLP1/remove-cluster-node.sh 2018-09-02 02:54:32,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/L18IA/remove-cluster-node.sh 2018-09-02 02:54:32,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CGLP1/remove-cluster-node.sh 2018-09-02 02:54:32,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 02:54:32,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/GR57L/remove-cluster-node.sh 2018-09-02 02:54:32,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 02:54:32,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/L18IA/remove-cluster-node.sh 2018-09-02 02:54:32,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 02:54:32,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:32,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:32,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/2XDLG/stop-sprout.sh 2018-09-02 02:54:32,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:32,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:32,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-09-02 02:54:32,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:54:32,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:54:32,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5h9QxT /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:32,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:54:32,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:54:32,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmcScVh /etc/bind/db.clearwater.local 2018-09-02 02:54:32,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {u'bono_umswhp': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.17', u'name': u'bono-umswhp'}}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:54:32,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/9VYO7/bind.py 2018-09-02 02:54:32,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:54:32,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:54:32,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:32,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:54:32,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:54:32,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:54:32,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:54:32,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:54:32,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/O16B0/remove-cluster-node.sh 2018-09-02 02:54:32,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/O16B0/remove-cluster-node.sh 2018-09-02 02:54:32,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 02:54:32,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:32,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/L18IA/remove-cluster-node.sh 2018-09-02 02:54:32,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:54:32,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:54:32,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:32,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:32,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:32,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:32,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:32,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:32,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:32,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:32,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:32,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:32,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:32,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:32,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:32 GMT 2018-09-02 02:54:32,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:32,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:32,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:37,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:37,708 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:37,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:37,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:37,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:37,709 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:37,709 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:37,709 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:37,709 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:30.414Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:30.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:30.414Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:30.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:30.900Z", "message": "Execution done (return_code=0): /tmp/WHKLH/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:30.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5faa7bd4-e708-44a3-84d6-dc080c373e5e"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.419Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.419Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.419Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.419Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_4w82yq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.419Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:31.419Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:31.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.381Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.381Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.381Z", "message": "Stopping Agent dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.381Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.381Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.381Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.381Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.422Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:32.422Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:32.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_4ud5a7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:33.385Z", "message": "Execution done (return_code=0): /tmp/GR57L/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:33.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39de61ab-e980-49b5-a097-f4ba6a47d290"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:33.425Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:33.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:33.425Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:33.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_4ud5a7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:33.425Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:33.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:34.428Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:34.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:35.974Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:35.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.008Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.388Z", "message": "Successfully stopped daemon: dime_host_4bupdk\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.388Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_4bupdk stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b9b8bcb2-ce24-4efd-b7c4-15ce11c89f77"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.432Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.432Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.432Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.432Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.432Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:36.432Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:36.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Deleting Agent dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 218, "offset": 150, "size": 50}}} 2018-09-02 02:54:37,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:37,710 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:37 GMT 2018-09-02 02:54:37,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:37,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26384 2018-09-02 02:54:37,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:37,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:54:37,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:37,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/WHKLH/remove-cluster-node.sh 2018-09-02 02:54:37,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:37,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:37,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:37,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:54:37,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:37,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:37,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_4bupdk 2018-09-02 02:54:37,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:54:37,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:54:37,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/GR57L/remove-cluster-node.sh 2018-09-02 02:54:37,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:54:37,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:37,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:37,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:54:37,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:54:37,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:54:37,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_4bupdk 2018-09-02 02:54:37,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_4bupdk stop 2018-09-02 02:54:37,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:54:37,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:37,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:37,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:37,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:37,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:37,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_4bupdk 2018-09-02 02:54:37,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:37,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:37,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:37,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:54:37,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:54:37,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:37,817 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:37,817 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:37 GMT 2018-09-02 02:54:37,818 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:37,819 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:37,819 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:42,824 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:42,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:42,901 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:42,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:42,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:42,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:42,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:42,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:42,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:37.436Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:37.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.628Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.628Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.628Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Stopping Agent ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Stopping Agent homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:38.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:38.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:39.634Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:39.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:39.634Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:39.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:39.634Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:39.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:39.636Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:39.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:39.636Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:39.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:39.636Z", "message": "Successfully deleted daemon: dime_host_4bupdk", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:39.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "116fe4d5-8932-4ed4-9648-2a42ad2b8339"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:42.388Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:42.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:42.584Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:42.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:42.639Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_p4htry stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:42.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:42.639Z", "message": "Successfully stopped daemon: ellis_host_p4htry\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:42.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "64ac81e5-d7df-4f0a-bc88-7e66947af50b"}], "metadata": {"pagination": {"total": 250, "offset": 200, "size": 50}}} 2018-09-02 02:54:42,902 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:42,902 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:42 GMT 2018-09-02 02:54:42,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:42,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19980 2018-09-02 02:54:42,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:42,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:54:42,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:42,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:42,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:54:42,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:42,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:42,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:42,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_p4htry 2018-09-02 02:54:42,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_r0ozc2 2018-09-02 02:54:42,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:42,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:42,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:54:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:54:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 02:54:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:54:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_4bupdk 2018-09-02 02:54:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:54:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:42,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_p4htry stop 2018-09-02 02:54:42,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_p4htry 2018-09-02 02:54:42,910 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:43,043 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:43,044 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:43 GMT 2018-09-02 02:54:43,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:43,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:43,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:48,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:48,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:48,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:48,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:48,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:48,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:48,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:48,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:48,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.640Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Deleting Agent ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Successfully stopped daemon: homer_host_r0ozc2\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_r0ozc2 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "be2e5751-54d5-46f3-8b0a-79ed3370c701"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:43.756Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:43.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Deleting Agent homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:44.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:44.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:45.804Z", "message": "Successfully deleted daemon: ellis_host_p4htry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:45.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:45.804Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:45.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:45.804Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:45.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4b9d138c-16a1-4d34-91c9-eeef1e5c8364"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:45.954Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:45.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.671Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.671Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.671Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.671Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.671Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.671Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.671Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.671Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.671Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.671Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.809Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.809Z", "message": "Successfully deleted daemon: homer_host_r0ozc2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:46.809Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:46.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "88cc4fef-0b9f-4bf5-82b1-8821c4f5f930"}], "metadata": {"pagination": {"total": 295, "offset": 237, "size": 50}}} 2018-09-02 02:54:48,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:48,117 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:48 GMT 2018-09-02 02:54:48,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:48,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24125 2018-09-02 02:54:48,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:48,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:54:48,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:48,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:48,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:48,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:54:48,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:48,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:48,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:48,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:48,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:54:48,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_p4htry 2018-09-02 02:54:48,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_r0ozc2 2018-09-02 02:54:48,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:54:48,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_r0ozc2 stop 2018-09-02 02:54:48,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_r0ozc2 2018-09-02 02:54:48,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:48,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_p4htry 2018-09-02 02:54:48,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 02:54:48,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:54:48,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:48,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:54:48,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:54:48,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:54:48,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:54:48,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:54:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 02:54:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_r0ozc2 2018-09-02 02:54:48,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:54:48,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:48,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:48,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:48,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:48,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:48,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:48,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:48,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:48,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:48,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:48,198 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:48 GMT 2018-09-02 02:54:48,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:48,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:48,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:53,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:53,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:53,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:53,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:53,287 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:53,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:53,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:53,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:53,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:48.211Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:48.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:48.911Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:48.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:48.911Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:48.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:48.911Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:48.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:48.911Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:48.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:48.911Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:48.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:48.911Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:48.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:49.919Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:49.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_ed6uvi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:51.890Z", "message": "Execution done (return_code=0): /tmp/O16B0/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:51.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "c3514ba0-92da-416e-b517-3d9bfdc08e57"}, {"node_instance_id": "sprout_ed6uvi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:51.980Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:51.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:52.930Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:52.930Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:52.930Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:52.930Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:52.930Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:52.930Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:52.930Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 313, "offset": 282, "size": 50}}} 2018-09-02 02:54:53,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:53,288 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:53 GMT 2018-09-02 02:54:53,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:53,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8659 2018-09-02 02:54:53,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:53,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:54:53,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:54:53,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:53,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:54:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:54:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/O16B0/remove-cluster-node.sh 2018-09-02 02:54:53,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:54:53,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:54:53,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:53,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:54:53,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:54:53,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:54:53,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:54:53,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:54:53,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:53,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:53,391 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:53 GMT 2018-09-02 02:54:53,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:53,392 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:53,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:58,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:54:58,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:58,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:58,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:53.427Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:53.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "84e92081-e48e-43c4-a737-3f965472bfb5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:53.963Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:53.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:53.963Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:53.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:53.963Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:53.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:53.963Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:53.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_host_4bupdk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:55.063Z", "message": "Waiting for server \"9cd15888-7185-418e-84b2-dccbc129b1c3\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:55.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "84e92081-e48e-43c4-a737-3f965472bfb5"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:55.224Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:55.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:55.978Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:55.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:55.978Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:55.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:55.978Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:55.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:55.978Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:55.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.641Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Stopping Agent sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.982Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:56.982Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:56.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:57.987Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:57.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:57.987Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:57.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:57.987Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:57.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:57.987Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:57.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:58.045Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:58.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "6dc80c45-9963-488c-81bf-f7a82cfdd9d4"}], "metadata": {"pagination": {"total": 343, "offset": 299, "size": 50}}} 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:58 GMT 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:58,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14857 2018-09-02 02:54:58,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:54:58,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:54:58,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:58,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:58,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:58,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:54:58,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "9cd15888-7185-418e-84b2-dccbc129b1c3" to be deleted. current status: SHUTOFF 2018-09-02 02:54:58,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:54:58,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:58,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:58,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:54:58,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 02:54:58,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_vcch6q 2018-09-02 02:54:58,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:54:58,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:58,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:54:58,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:54:58,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:54:58,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:54:58,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:54:58,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:54:58,485 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:54:58,553 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:54:58,554 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:54:58 GMT 2018-09-02 02:54:58,554 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:54:58,554 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:54:58,554 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:03,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:03,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:03,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:03,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:03,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:03,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:03,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:03,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:03,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:58.990Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:58.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:58.990Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:58.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:58.990Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:58.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:54:59.775Z", "message": "Waiting for server \"423b7ae9-cdc5-4389-8c2b-3957cde87f63\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:54:59.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "6dc80c45-9963-488c-81bf-f7a82cfdd9d4"}, {"node_instance_id": "dime_host_4bupdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:00.223Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:00.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:00.993Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:00.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:01.305Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:01.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:01.924Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_vcch6q stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:01.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:01.924Z", "message": "Successfully stopped daemon: sprout_host_vcch6q\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:01.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "989159e4-744f-45de-97f6-e83489b922ae"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:02.058Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:02.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:02.058Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:02.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:02.058Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:02.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:02.058Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:02.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:02.058Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:02.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:02.058Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:02.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:02.058Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:02.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Deleting Agent sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "dime_security_group_p4dvjz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.005Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a7689c66-8367-44c3-bcfa-0bd3c8dbc65a"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.061Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.061Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.061Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_host_p4htry", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:03.061Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:03.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 374, "offset": 327, "size": 50}}} 2018-09-02 02:55:03,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:03,731 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:03 GMT 2018-09-02 02:55:03,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:03,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16498 2018-09-02 02:55:03,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:03,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:03,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:03,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:03,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "423b7ae9-cdc5-4389-8c2b-3957cde87f63" to be deleted. current status: ACTIVE 2018-09-02 02:55:03,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:55:03,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:55:03,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:55:03,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_vcch6q stop 2018-09-02 02:55:03,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_vcch6q 2018-09-02 02:55:03,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:55:03,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:55:03,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:55:03,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:55:03,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:55:03,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:55:03,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:55:03,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_vcch6q 2018-09-02 02:55:03,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:55:03,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:55:03,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:55:03,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:03,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:55:03,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:55:03,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:03,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:03,791 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:03,792 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:03 GMT 2018-09-02 02:55:03,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:03,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:03,792 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:08,797 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:08,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:08,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:08,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:08,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:08,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:04.009Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:04.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e2d4d80b-aff5-4df8-8a0b-051ebccb79ed"}, {"node_instance_id": "dime_security_group_p4dvjz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:04.064Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:04.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.013Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "ellis_host_p4htry", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.013Z", "message": "Waiting for server \"877624ca-084c-461c-a26b-00323ceb72d5\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e2d4d80b-aff5-4df8-8a0b-051ebccb79ed"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.013Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.013Z", "message": "Successfully deleted daemon: sprout_host_vcch6q", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "39634063-7a76-43df-9ab0-9d8050a00ede"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.068Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_host_r0ozc2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.068Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.068Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:05.068Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:05.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:06.078Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:06.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:06.078Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:06.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_security_group_he77l7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:06.848Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:06.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e6b8f6d1-554a-415b-87cc-3b9c45a5edb5"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:07.081Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:07.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:07.081Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:07.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:07.081Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:07.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "homer_security_group_he77l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:08.086Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:08.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:08.086Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:08.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:08.086Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:08.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 393, "offset": 358, "size": 50}}} 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:08 GMT 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10002 2018-09-02 02:55:08,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:08,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:55:08,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:55:08,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 02:55:08,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "877624ca-084c-461c-a26b-00323ceb72d5" to be deleted. current status: SHUTOFF 2018-09-02 02:55:08,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:55:08,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_vcch6q 2018-09-02 02:55:08,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:55:08,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:55:08,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:55:08,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:55:08,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:55:08,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:55:08,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:55:08,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:55:08,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:55:08,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:55:08,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:55:08,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:08,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:08,946 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:09,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:09,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:09,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:09,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:09,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:09 GMT 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:09,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:14,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:14,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:14,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:14,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:14,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:14,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:14,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:14,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:14,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_p4htry", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:10.118Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:10.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:11.091Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:11.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:11.091Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:11.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:11.091Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:11.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:11.091Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:11.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:11.091Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:11.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:12.103Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:12.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:12.103Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:12.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:12.103Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:12.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:12.103Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:12.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:12.103Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:12.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:12.103Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:12.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_security_group_i8rgi0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:12.165Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:12.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "dff367ba-4cd9-4067-a95d-9b87e2338134"}, {"node_instance_id": "ellis_floatingip_asswud", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:13.020Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:13.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b09ef83f-419a-4c8c-9ec5-cc9d97c7d3a5"}, {"node_instance_id": "ellis_security_group_i8rgi0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:13.186Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:13.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "ellis_floatingip_asswud", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:14.151Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:14.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 409, "offset": 377, "size": 50}}} 2018-09-02 02:55:14,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:14,169 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:14 GMT 2018-09-02 02:55:14,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:14,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8251 2018-09-02 02:55:14,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:14,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:55:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:55:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:55:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:14,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 02:55:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:55:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:55:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:55:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:55:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 02:55:14,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:55:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-02 02:55:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:55:14,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 02:55:14,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:14,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:14,226 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:14,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:14,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:14,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:14 GMT 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:14,227 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:19,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:19,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:19,380 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:15.250Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:15.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:16.155Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:16.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:16.155Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:16.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 412, "offset": 393, "size": 50}}} 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:19 GMT 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:19,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-09-02 02:55:19,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:19,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:19,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:19,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:19,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:19,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:19,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:19,440 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:19 GMT 2018-09-02 02:55:19,440 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:19,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:19,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:24,445 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:24,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:24,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:24,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:19.508Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:19.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:20.159Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:20.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:20.159Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:20.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:20.159Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:20.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:20.663Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:20.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b0790cfc-8301-4f25-9c82-c7cf937164a5"}, {"node_instance_id": "sprout_host_vcch6q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:22.254Z", "message": "Waiting for server \"d364372f-d68d-469f-aa5d-5801454f32cd\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:22.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "b0790cfc-8301-4f25-9c82-c7cf937164a5"}], "metadata": {"pagination": {"total": 418, "offset": 396, "size": 50}}} 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:24 GMT 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:24,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3179 2018-09-02 02:55:24,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:24,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:55:24,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:55:24,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:55:24,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:55:24,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:55:24,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "d364372f-d68d-469f-aa5d-5801454f32cd" to be deleted. current status: SHUTOFF 2018-09-02 02:55:24,547 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:24,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:24,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:24,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:24,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:24,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:24,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:24,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:24,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:24,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:24,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:24 GMT 2018-09-02 02:55:24,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:24,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:24,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:29,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:29,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:29,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:29,690 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:29,690 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:29,690 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:29,690 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:29,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:29,691 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_vcch6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:27.526Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:27.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:28.164Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:28.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:29.167Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:29.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:29.167Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:29.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_security_group_v8be0p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:29.167Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:29.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "sprout_security_group_v8be0p", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:29.392Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:29.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "997862aa-a0f6-4af1-a8b5-aeb374cd86e3"}], "metadata": {"pagination": {"total": 424, "offset": 402, "size": 50}}} 2018-09-02 02:55:29,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:29,691 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:29 GMT 2018-09-02 02:55:29,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:29,691 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3154 2018-09-02 02:55:29,691 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:29,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:55:29,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:55:29,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:55:29,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:55:29,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:55:29,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:55:29,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:29,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:29,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:29,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:29,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:29,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:29,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:29,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:29,749 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:29,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:29,749 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:29 GMT 2018-09-02 02:55:29,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:29,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:29,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:34,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:34,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_v8be0p", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:55:30.334Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:55:30.334Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 425, "offset": 408, "size": 50}}} 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:34,836 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:34 GMT 2018-09-02 02:55:34,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:34,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 623 2018-09-02 02:55:34,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:34,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:55:34,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:34,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:34,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:34,895 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:34 GMT 2018-09-02 02:55:34,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:34,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:34,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:39,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:40,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:40,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:40,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:40 GMT 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:55:40,070 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:40,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:40,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:40,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:40,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:40,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:40,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:40,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:40,132 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:40,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:40,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:40,133 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:40 GMT 2018-09-02 02:55:40,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:40,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:40,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:45,138 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:45,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:45,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:45 GMT 2018-09-02 02:55:45,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:45,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:55:45,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:45,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:45,393 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:45,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:45 GMT 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:45,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:45,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:50,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:50,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:50,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:50,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:50,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:50,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:50,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:50,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:50,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:55:50,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:50,469 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:50 GMT 2018-09-02 02:55:50,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:50,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:55:50,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:50,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:50,529 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:50,529 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:50,529 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:50,529 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:50,530 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:50,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:50,530 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:50,530 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:50,530 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:50,530 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:50 GMT 2018-09-02 02:55:50,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:50,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:50,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:55,533 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:55:55,599 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:55,599 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:55,599 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:55,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:55,599 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:55 GMT 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:55:55,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:55:55,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:55:55,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:55:55,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:55:55,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:55:55 GMT 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:55:55,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:00,662 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:00,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:00,732 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:00,732 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:00,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:00 GMT 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:56:00,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:00,734 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:00,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:00,790 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:00,791 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:00 GMT 2018-09-02 02:56:00,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:00,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:00,792 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:05,797 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:05,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:05,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:05 GMT 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:05,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:56:05,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:05,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:06,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:06,006 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:06,006 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:06,006 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:06,006 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:06,006 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:06,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:06,007 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:06,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:06,007 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:06 GMT 2018-09-02 02:56:06,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:06,007 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:06,007 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:11,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:11,073 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:11,073 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:11 GMT 2018-09-02 02:56:11,074 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:11,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:56:11,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:11,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:11,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:11,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:11,135 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:11 GMT 2018-09-02 02:56:11,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:11,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:11,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:16,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:16,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:16,214 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:16 GMT 2018-09-02 02:56:16,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:16,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:56:16,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:16,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:16,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:16,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:16,276 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:16 GMT 2018-09-02 02:56:16,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:16,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:16,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:21,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:21,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:21 GMT 2018-09-02 02:56:21,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:21,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:56:21,343 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:21,343 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:21,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:21,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:21,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:21,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:21,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:21,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:21,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:21,396 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:21,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:21,396 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:21 GMT 2018-09-02 02:56:21,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:21,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:21,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:26,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:26,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_tydmel", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:24.033Z", "message": "Execution done (return_code=0): /tmp/CGLP1/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:24.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "083a3f96-4485-4337-b0c1-cb9233900fea"}, {"node_instance_id": "vellum_tydmel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:24.133Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:25.196Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:25.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:25.196Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:25.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:25.196Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:25.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:26.200Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:26.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:26.200Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:26.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:26.200Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:26.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 433, "offset": 409, "size": 50}}} 2018-09-02 02:56:26,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:26,472 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:26 GMT 2018-09-02 02:56:26,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:26,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4162 2018-09-02 02:56:26,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:26,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CGLP1/remove-cluster-node.sh 2018-09-02 02:56:26,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:56:26,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:56:26,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:56:26,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:56:26,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:56:26,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:56:26,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 02:56:26,475 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:26,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:26,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:26,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:26,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:26,536 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:26,536 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:26,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:26,536 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:26,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:26,536 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:26 GMT 2018-09-02 02:56:26,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:26,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:26,537 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:31,542 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:31,605 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:27.243Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:27.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:27.243Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:27.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:27.243Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:27.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:27.243Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:27.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:27.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:27.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Stopping Agent vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:28.043Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:28.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}], "metadata": {"pagination": {"total": 447, "offset": 417, "size": 50}}} 2018-09-02 02:56:31,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:31,606 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:31 GMT 2018-09-02 02:56:31,606 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:31,606 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7650 2018-09-02 02:56:31,606 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:31,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:56:31,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:56:31,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:56:31,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 02:56:31,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_nxyero 2018-09-02 02:56:31,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:31,609 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:31,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:31,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:31 GMT 2018-09-02 02:56:31,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:31,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:31,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:36,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:36,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:36,742 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:32.292Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:32.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:32.474Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:32.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:33.047Z", "message": "Successfully stopped daemon: vellum_host_nxyero\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:33.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:33.047Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_nxyero stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:33.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7e2e08b5-56d5-439d-8d75-ef6943e41938"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:33.248Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:33.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:33.248Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:33.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:33.248Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:33.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Deleting Agent vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:34.051Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:34.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:35.264Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:35.264Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:35.656Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:35.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:36.055Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:36.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:36.055Z", "message": "Successfully deleted daemon: vellum_host_nxyero", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:36.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "3b912f14-caf7-4177-9990-6bae72e24fea"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:36.252Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:36.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:36.252Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:36.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 470, "offset": 431, "size": 50}}} 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:36 GMT 2018-09-02 02:56:36,743 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:36,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12475 2018-09-02 02:56:36,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:36,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:56:36,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:56:36,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_nxyero 2018-09-02 02:56:36,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_nxyero stop 2018-09-02 02:56:36,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:56:36,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:56:36,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:56:36,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_nxyero 2018-09-02 02:56:36,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:56:36,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 02:56:36,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:56:36,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:56:36,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_nxyero 2018-09-02 02:56:36,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:56:36,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:56:36,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:36,805 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:36,805 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:36,805 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:36,805 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:36,805 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:36,805 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:36,805 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:36,806 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:36,806 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:36,806 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:36 GMT 2018-09-02 02:56:36,806 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:36,806 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:36,806 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:41,812 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:41,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:38.087Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:38.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:38.255Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:38.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:38.255Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:38.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 473, "offset": 454, "size": 50}}} 2018-09-02 02:56:41,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:41,880 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:41 GMT 2018-09-02 02:56:41,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:41,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1614 2018-09-02 02:56:41,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:41,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:56:41,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:56:41,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:56:41,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:41,941 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:41,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:41,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:41 GMT 2018-09-02 02:56:41,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:41,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:41,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:46,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:47,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:47,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:47,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:47,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:47,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:47,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:47,013 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:47,013 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:42.718Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:42.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:43.259Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:43.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:43.259Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:43.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:46.115Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:46.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 477, "offset": 457, "size": 50}}} 2018-09-02 02:56:47,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:47,013 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:47 GMT 2018-09-02 02:56:47,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:47,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2142 2018-09-02 02:56:47,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:47,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:56:47,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:56:47,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:56:47,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:56:47,014 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:47,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:47,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:47,072 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:47 GMT 2018-09-02 02:56:47,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:47,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:47,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:52,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:52,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:52,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:52,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:52,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:52,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:52,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:52,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:52,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_nxyero", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:47.263Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:47.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:47.263Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:47.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:47.263Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:47.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:47.324Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:47.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4d89cf1b-d888-4d7a-b424-127e496d6f8b"}, {"node_instance_id": "vellum_host_nxyero", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:48.820Z", "message": "Waiting for server \"c650952c-e954-4b94-8f20-7983f79de8f6\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:48.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "4d89cf1b-d888-4d7a-b424-127e496d6f8b"}], "metadata": {"pagination": {"total": 482, "offset": 461, "size": 50}}} 2018-09-02 02:56:52,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:52,148 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:52 GMT 2018-09-02 02:56:52,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:52,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2661 2018-09-02 02:56:52,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:56:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:56:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:56:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:56:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c650952c-e954-4b94-8f20-7983f79de8f6" to be deleted. current status: ACTIVE 2018-09-02 02:56:52,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:52,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:52,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:52,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:52 GMT 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:52,207 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:57,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:57,281 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_nxyero", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:53.991Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:53.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:55.087Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:55.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:55.087Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:55.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:55.268Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:55.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:55.268Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:55.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "vellum_security_group_c7twvz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:55.891Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:55.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "a6ccdd5b-4936-49b8-852b-8a026e63fc97"}, {"node_instance_id": "vellum_security_group_c7twvz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:56:56.805Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:56:56.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 489, "offset": 466, "size": 50}}} 2018-09-02 02:56:57,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:57,282 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:57 GMT 2018-09-02 02:56:57,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:57,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3695 2018-09-02 02:56:57,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:56:57,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:56:57,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:56:57,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:56:57,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:56:57,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:56:57,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:56:57,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:56:57,284 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:56:57,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:56:57,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:56:57,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:56:57,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:56:57,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:56:57,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:56:57,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:56:57,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:56:57,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:56:57,415 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:56:57 GMT 2018-09-02 02:56:57,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:56:57,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:56:57,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:02,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:02,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:02,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:02,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:02,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:02,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:02,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:02,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:02,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-09-02 02:57:02,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:02,489 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:02 GMT 2018-09-02 02:57:02,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:02,489 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:57:02,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:02,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:02,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:02,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:02,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:02,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:02,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:02,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:02,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:02,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:02,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:02,546 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:02 GMT 2018-09-02 02:57:02,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:02,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:02,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:07,551 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:07,619 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-09-02 02:57:07,620 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:07,620 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:07 GMT 2018-09-02 02:57:07,620 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:07,620 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:57:07,620 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:07,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:07,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:07,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:07 GMT 2018-09-02 02:57:07,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:07,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:07,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:12,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:12,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:12 GMT 2018-09-02 02:57:12,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:12,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:57:12,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:12,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:12,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:12,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:12,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:12 GMT 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:12,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:17,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:17,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:17,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:17,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:17,888 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:17 GMT 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:57:17,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:17,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:17,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:17,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:17 GMT 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:17,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:17,947 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:22,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:23,016 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:23,016 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:23,016 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:23,016 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:23,016 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:23,016 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:23,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:23,017 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:19.661Z", "message": "Execution done (return_code=124): /tmp/K8CGR/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:19.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "91885af1-d3bb-4f08-9643-2d5ca41053eb"}, {"node_instance_id": "bono_umswhp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:19.863Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T02:57:19.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:20.280Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:20.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:20.280Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:20.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:20.770Z", "message": "Downloaded scripts/bind/bind.py to /tmp/K0KFI/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:20.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:20.770Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:20.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.071Z", "message": "The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.071Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.071Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.071Z", "message": "[localhost] run: sudo mv /tmp/tmpEcZ7yP /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.071Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.071Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.071Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:21.297Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:21.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:22.075Z", "message": "[localhost] run: sudo mv /tmp/tmpQytKW5 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:22.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:22.075Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:22.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:22.075Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:22.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "25d31569-94da-492e-b049-1d5e74826b06"}, {"node_instance_id": "bono_umswhp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:22.285Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:22.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_umswhp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:22.285Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:22.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_umswhp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:22.285Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:22.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 510, "offset": 473, "size": 50}}} 2018-09-02 02:57:23,017 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:23,017 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:23 GMT 2018-09-02 02:57:23,017 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:23,017 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11786 2018-09-02 02:57:23,017 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:23,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/K8CGR/stop-bono.sh 2018-09-02 02:57:23,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-09-02 02:57:23,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:57:23,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:57:23,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/K0KFI/bind.py 2018-09-02 02:57:23,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 02:57:23,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.217', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_tydmel': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-tydmel'}}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.8', u'hss_hostname': u''}. 2018-09-02 02:57:23,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 02:57:23,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 02:57:23,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpEcZ7yP /etc/bind/db.clearwater.local 2018-09-02 02:57:23,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-09-02 02:57:23,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 02:57:23,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 02:57:23,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 02:57:23,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpQytKW5 /etc/bind/db.clearwater.opnfv 2018-09-02 02:57:23,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 02:57:23,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 02:57:23,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:57:23,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 02:57:23,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 02:57:23,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:23,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:23,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:23 GMT 2018-09-02 02:57:23,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:23,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:23,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:28,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:28,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:28,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:28,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:28,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:28,152 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:23.078Z", "message": "Executing: /tmp/ND5H1/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:23.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "144327d5-34d3-4c68-a911-11349db90964"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:23.078Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:23.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "144327d5-34d3-4c68-a911-11349db90964"}, {"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:23.078Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ND5H1/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:23.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "144327d5-34d3-4c68-a911-11349db90964"}], "metadata": {"pagination": {"total": 513, "offset": 493, "size": 50}}} 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:28 GMT 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1709 2018-09-02 02:57:28,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ND5H1/remove-cluster-node.sh 2018-09-02 02:57:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 02:57:28,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ND5H1/remove-cluster-node.sh 2018-09-02 02:57:28,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:28,212 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:28,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:28,213 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:28 GMT 2018-09-02 02:57:28,213 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:28,213 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:28,213 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:33,218 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:33,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:33,282 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:33,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 496, "size": 50}}} 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:33 GMT 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:57:33,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:33,284 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:33,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:33,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:33,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:33,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:33 GMT 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:33,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:38,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:38,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 496, "size": 50}}} 2018-09-02 02:57:38,424 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:38,424 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:38 GMT 2018-09-02 02:57:38,424 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:38,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 02:57:38,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:38,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:38,489 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:38,490 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:38,491 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:38 GMT 2018-09-02 02:57:38,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:38,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:38,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:43,496 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:43,565 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:43,565 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:43,565 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:43,565 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:43,565 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_umswhp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:39.313Z", "message": "Execution done (return_code=2): /tmp/ND5H1/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:39.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "144327d5-34d3-4c68-a911-11349db90964"}, {"node_instance_id": "bono_umswhp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:39.489Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 43d5f8702e2884b2: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.16:4000 exceeded header timeout\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member 43d5f8702e2884b2: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.16:4000 exceeded header timeout\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_cdb51h/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Received an error trying to remove member 43d5f8702e2884b2: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.16:4000 exceeded header timeout\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T02:57:39.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:40.299Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:40.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:40.299Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:40.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_vyalc9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:40.299Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:40.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:40.299Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:40.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:40.299Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:40.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:41.303Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:41.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:41.303Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:41.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_node_3dmpi3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:41.303Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:41.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_vyalc9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:41.303Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:41.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.309Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:42.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:42.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Stopping Agent bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.087Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.313Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.313Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:43.313Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:43.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 548, "offset": 496, "size": 50}}} 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:43 GMT 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19730 2018-09-02 02:57:43,566 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:43,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/ND5H1/remove-cluster-node.sh 2018-09-02 02:57:43,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 43d5f8702e2884b2: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.17:4000 has no leader ; error #1: client: etcd member http://192.168.120.8:4000 has no leader ; error #2: client: endpoint http://192.168.120.16:4000 exceeded header timeout 2018-09-02 02:57:43,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:57:43,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:57:43,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:57:43,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:43,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:57:43,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:57:43,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:43,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:57:43,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:43,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:43,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:57:43,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:57:43,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:43,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_cdb51h 2018-09-02 02:57:43,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:43,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:43,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:43,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:57:43,573 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:43,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:43,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:43 GMT 2018-09-02 02:57:43,633 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:43,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:43,634 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:48,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:48,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:48,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:48,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:48,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:48,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:48,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:48,707 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:48,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.317Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:44.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:44.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Stopping Agent bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.162Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.321Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.321Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:45.321Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:45.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:46.167Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:46.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:46.167Z", "message": "Stopping Agent proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:46.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:47.236Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:47.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:47.432Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:47.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.171Z", "message": "Successfully stopped daemon: bono_host_cdb51h\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.171Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.171Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_cdb51h stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fb5afe76-8082-4f19-9301-6766acbaae27"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.324Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.324Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:48.324Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:48.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 590, "offset": 531, "size": 50}}} 2018-09-02 02:57:48,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:48,707 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:48 GMT 2018-09-02 02:57:48,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:48,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22541 2018-09-02 02:57:48,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:48,708 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:48,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:48,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:48,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 02:57:48,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:48,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:48,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 02:57:48,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:57:48,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_718lh2 2018-09-02 02:57:48,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:48,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:48,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 02:57:48,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_1nymna 2018-09-02 02:57:48,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:57:48,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:48,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_cdb51h 2018-09-02 02:57:48,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:48,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_cdb51h stop 2018-09-02 02:57:48,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:57:48,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:48,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:48,715 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:48,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:48,769 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:48,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:48 GMT 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:48,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:53,776 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:53,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:53,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:53,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:53,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:53,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:53,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:53,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:53,867 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:49.175Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:49.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:49.175Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:49.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:49.175Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:49.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:49.175Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:49.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:49.175Z", "message": "Deleting Agent bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:49.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:49.175Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:49.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:49.404Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:49.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_718lh2 stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Successfully deleted daemon: bono_host_cdb51h", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_1nymna stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Successfully stopped daemon: proxy_host_1nymna\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "7d665236-68d4-4c4f-a9c7-8d6bb99a8281"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "638c11b9-d29a-479f-82db-65a4c1410b16"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.179Z", "message": "Successfully stopped daemon: bind_host_718lh2\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5841d45d-d7cb-4e6b-a938-423ac1b44609"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.363Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.363Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.363Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.363Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.363Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.363Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:50.363Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:50.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Deleting Agent proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Deleting Agent bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.186Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.372Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.372Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:51.372Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:51.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:52.201Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:52.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:52.588Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:52.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.191Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.191Z", "message": "Successfully deleted daemon: bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}], "metadata": {"pagination": {"total": 651, "offset": 573, "size": 50}}} 2018-09-02 02:57:53,868 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:53,868 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:53 GMT 2018-09-02 02:57:53,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:53,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27026 2018-09-02 02:57:53,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:53,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_cdb51h 2018-09-02 02:57:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:57:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_718lh2 stop 2018-09-02 02:57:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:57:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_cdb51h 2018-09-02 02:57:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_1nymna stop 2018-09-02 02:57:53,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 02:57:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_1nymna 2018-09-02 02:57:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 02:57:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_718lh2 2018-09-02 02:57:53,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:57:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 02:57:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 02:57:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_1nymna 2018-09-02 02:57:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_718lh2 2018-09-02 02:57:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 02:57:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:57:53,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:57:53,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:53,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 02:57:53,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:53,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:57:53,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_718lh2 2018-09-02 02:57:53,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:53,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:53,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:53,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:53,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:53 GMT 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:53,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:58,971 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:57:59,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:59,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:59,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:59,041 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:59,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.191Z", "message": "Successfully deleted daemon: proxy_host_1nymna", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "1221a640-55c2-49a7-8563-18a7f040da97"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.191Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.191Z", "message": "Successfully deleted daemon: bind_host_718lh2", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "e18c7d8a-c7f4-4667-be84-5e73df613879"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:53.512Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:53.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:55.368Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:55.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:56.592Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:56.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:56.592Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:56.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:56.592Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:56.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:56.592Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:56.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:56.592Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:56.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:56.592Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:56.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:57.027Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:57.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ad67eff4-d5a1-412a-a657-d8183d584562"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:58.394Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:58.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:58.595Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:58.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:58.595Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:58.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 662, "offset": 623, "size": 50}}} 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:59 GMT 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11290 2018-09-02 02:57:59,042 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:57:59,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_1nymna 2018-09-02 02:57:59,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 02:57:59,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_718lh2 2018-09-02 02:57:59,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:57:59,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:57:59,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:57:59,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:57:59,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:57:59,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 02:57:59,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:57:59,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:57:59,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:57:59,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:57:59,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:57:59,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:57:59,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:57:59,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:57:59,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:57:59,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:57:59,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:57:59,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:57:59,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:57:59,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:57:59,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:57:59,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:57:59,103 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:57:59 GMT 2018-09-02 02:57:59,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:57:59,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:57:59,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:04,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:58:04,179 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:04,179 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:04,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:04,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:57:59.035Z", "message": "Waiting for server \"e693749a-9028-4afe-97fd-6e85b094c57d\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:57:59.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "ad67eff4-d5a1-412a-a657-d8183d584562"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:00.833Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:00.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:01.648Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:01.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:01.648Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:01.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:02.653Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:02.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:02.653Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:02.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:02.653Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:02.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 669, "offset": 645, "size": 50}}} 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:04 GMT 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3762 2018-09-02 02:58:04,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "e693749a-9028-4afe-97fd-6e85b094c57d" to be deleted. current status: SHUTOFF 2018-09-02 02:58:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-02 02:58:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:04,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:04,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:04,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:58:04,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:04,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:04,237 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:04,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:04,237 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:04,237 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:04,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:04,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:58:04,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:04,238 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:04 GMT 2018-09-02 02:58:04,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:04,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:58:04,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:09,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:58:09,310 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_1nymna", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:04.195Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:04.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:04.656Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:04.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:04.656Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:04.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:05.660Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:05.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:06.664Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:06.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:06.664Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:06.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:06.664Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:06.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:08.207Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:08.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 677, "offset": 652, "size": 50}}} 2018-09-02 02:58:09,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:09,312 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:09 GMT 2018-09-02 02:58:09,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:09,312 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4193 2018-09-02 02:58:09,312 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:09,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:58:09,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:09,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:09,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:09,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:09,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:09,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:09,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:09,314 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:58:09,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:09,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:09,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:09,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:09,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:09,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:09,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:09,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:58:09,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:09,372 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:09 GMT 2018-09-02 02:58:09,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:09,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:58:09,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:14,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:58:14,446 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:14,446 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:14,446 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:14,446 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:09.505Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:09.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "32622697-436a-4851-9d9b-b771f11450d9"}, {"node_instance_id": "bind_host_718lh2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:09.532Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:09.532Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:09.532Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:09.532Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:09.532Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:09.532Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_host_718lh2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:09.532Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:09.532Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:10.668Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:10.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:10.668Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:10.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:10.668Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:10.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:10.718Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:10.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "99114f34-b24f-4128-af32-b21b8bd21b32"}, {"node_instance_id": "bind_host_718lh2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:11.244Z", "message": "Waiting for server \"d4ffd94b-b749-45ef-b97c-864568f7f707\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:11.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "32622697-436a-4851-9d9b-b771f11450d9"}, {"node_instance_id": "bono_host_cdb51h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:12.736Z", "message": "Waiting for server \"69f8fcb0-0735-483b-9040-def8a420387a\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:12.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "99114f34-b24f-4128-af32-b21b8bd21b32"}], "metadata": {"pagination": {"total": 688, "offset": 660, "size": 50}}} 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:14 GMT 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5719 2018-09-02 02:58:14,447 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:14,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:58:14,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:58:14,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 02:58:14,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:58:14,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:14,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 02:58:14,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:14,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 02:58:14,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 02:58:14,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "d4ffd94b-b749-45ef-b97c-864568f7f707" to be deleted. current status: SHUTOFF 2018-09-02 02:58:14,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "69f8fcb0-0735-483b-9040-def8a420387a" to be deleted. current status: SHUTOFF 2018-09-02 02:58:14,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:58:14,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:14,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:14 GMT 2018-09-02 02:58:14,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:14,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:58:14,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:19,517 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:58:19,666 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:19,666 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:19,666 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:19,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_718lh2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:16.108Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:16.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.324Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.324Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.324Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.742Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.742Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.742Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_security_group_cpe92d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.742Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:17.742Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:17.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_security_group_cpe92d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:18.152Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:18.152Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "9648f0ff-b051-42a3-b2e0-8969675e59bc"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:18.776Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_host_cdb51h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:18.776Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:18.776Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "keypair_0hwsml", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:18.776Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:18.776Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:18.776Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_floatingip_rxvvc4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:19.250Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:19.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "da4b0a17-16d7-4386-9761-3b831628d05b"}], "metadata": {"pagination": {"total": 705, "offset": 671, "size": 50}}} 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:19 GMT 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:19,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8450 2018-09-02 02:58:19,668 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:19,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:58:19,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:58:19,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:19,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:58:19,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:19,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:58:19,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 02:58:19,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:58:19,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 02:58:19,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:58:19,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:58:19,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 02:58:19,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:58:19,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:58:19,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:58:19,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 02:58:19,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-02 02:58:19,671 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:58:19,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:19,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:19,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:19,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:19,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:19 GMT 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 02:58:19,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:24,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-09-02 02:58:24,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:24,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:24,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:24,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:24,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:24,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:24,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:24,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_cpe92d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:19.780Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:19.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bind_floatingip_rxvvc4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:19.780Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:19.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "keypair_0hwsml", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "keypair_0hwsml", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "keypair_0hwsml", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.110Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "keypair_0hwsml", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:21.539Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:21.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "5a8de058-9d46-4421-af97-cb470b4dd470"}, {"node_instance_id": "keypair_0hwsml", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:22.115Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:22.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_floatingip_yfj45d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:22.347Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:22.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2100ddd4-5b9d-45a0-a7c4-c3b5e4a31f26"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:22.347Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:22.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "2ddcbdb1-f6e1-457b-be6b-365d2bb16a3a"}, {"node_instance_id": "bono_security_group_y6snec", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:22.347Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:22.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "fa94ea49-67c1-4008-bde7-46f7e61861b2"}, {"node_instance_id": "base_security_group_xoo8to", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:22.347Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:22.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28", "logger": "065940fb-2fbc-42bc-9920-0b291753b4ce"}, {"node_instance_id": "bono_security_group_y6snec", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:23.119Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:23.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "internal_sip_security_group_nl2n4m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:23.119Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:23.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "base_security_group_xoo8to", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:23.119Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:23.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:24.122Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:24.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}, {"node_instance_id": "bono_floatingip_yfj45d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T02:58:24.122Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T02:58:24.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"}], "metadata": {"pagination": {"total": 733, "offset": 688, "size": 50}}} 2018-09-02 02:58:24,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:24,897 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:24 GMT 2018-09-02 02:58:24,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:24,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14563 2018-09-02 02:58:24,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:24,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 02:58:24,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 02:58:24,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:24,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:24,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-09-02 02:58:24,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:24,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:24,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-09-02 02:58:24,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 02:58:24,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 02:58:24,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-09-02 02:58:24,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-09-02 02:58:24,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-02 02:58:24,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:58:24,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:58:24,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 02:58:24,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 02:58:24,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-09-02 02:58:24,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 02:58:24,903 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/82c1d41d-ea43-4515-a74c-5ab99492ae28 2018-09-02 02:58:24,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:24,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:24,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:24,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:24,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:24,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:24,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:24,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T02:54:16.786Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "82c1d41d-ea43-4515-a74c-5ab99492ae28"} 2018-09-02 02:58:24,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:24,958 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:24 GMT 2018-09-02 02:58:24,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:24,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-09-02 02:58:24,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:24,959 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv 2018-09-02 02:58:25,713 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "db4eecae-4f9c-4851-b595-4baedf795261", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "bono_cluster_size": 1, "flavor_id": "f73d4f43-23aa-498a-bf74-5b6c5beb4a56", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:34.603Z", "updated_at": "2018-09-02T02:39:34.603Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-09-02 02:58:25,714 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:25,715 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:25 GMT 2018-09-02 02:58:25,715 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:25,715 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-09-02 02:58:25,715 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:25,716 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv 2018-09-02 02:58:25,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 02:58:25,790 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 02:58:25,790 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 02:58:25,790 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 02:58:25,790 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 02:58:25,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 02:58:25,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 02:58:25,791 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 02:58:25,791 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T02:39:27.194Z", "updated_at": "2018-09-02T02:39:27.194Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-09-02 02:58:25,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 02:58:25,793 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 02:58:25 GMT 2018-09-02 02:58:25,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 02:58:25,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-09-02 02:58:25,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 02:58:25,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 02:58:25,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/db4eecae-4f9c-4851-b595-4baedf795261 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:27,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-624885f4-40d0-4232-85ee-888647308605 Date: Sun, 02 Sep 2018 02:58:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:58:27,052 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/db4eecae-4f9c-4851-b595-4baedf795261 used request id req-624885f4-40d0-4232-85ee-888647308605 2018-09-02 02:58:27,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23500084877s 2018-09-02 02:58:27,053 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/db4eecae-4f9c-4851-b595-4baedf795261 used request id req-624885f4-40d0-4232-85ee-888647308605 2018-09-02 02:58:27,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:58:27,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:27,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a284b6a-5fc4-4bad-acbc-0d15cb768485 x-compute-request-id: req-8a284b6a-5fc4-4bad-acbc-0d15cb768485 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_5c1cef58-5583-44ee-889e-be9f95110672", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772"}, {"name": "cloudify_ims-flavor_alt_5c1cef58-5583-44ee-889e-be9f95110672", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "f73d4f43-23aa-498a-bf74-5b6c5beb4a56"}]} 2018-09-02 02:58:27,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-8a284b6a-5fc4-4bad-acbc-0d15cb768485 2018-09-02 02:58:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.311272144318s 2018-09-02 02:58:27,365 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-8a284b6a-5fc4-4bad-acbc-0d15cb768485 2018-09-02 02:58:27,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 02:58:27,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:27,405 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b065483c-cf01-4ceb-9382-9baf1f6024a8 x-compute-request-id: req-b065483c-cf01-4ceb-9382-9baf1f6024a8 Content-Length: 0 Content-Type: application/json 2018-09-02 02:58:27,405 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56 used request id req-b065483c-cf01-4ceb-9382-9baf1f6024a8 2018-09-02 02:58:27,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0371677875519s 2018-09-02 02:58:27,406 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/f73d4f43-23aa-498a-bf74-5b6c5beb4a56 used request id req-b065483c-cf01-4ceb-9382-9baf1f6024a8 2018-09-02 02:58:27,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 02:58:27,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/9e1ca3ab-18cf-4794-acc3-cc0485da1bbf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:28,808 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f42fa946-064d-40d8-8d5f-8992e34750e0 Content-Length: 0 Date: Sun, 02 Sep 2018 02:58:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:58:28,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/9e1ca3ab-18cf-4794-acc3-cc0485da1bbf.json used request id req-f42fa946-064d-40d8-8d5f-8992e34750e0 2018-09-02 02:58:28,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.39891910553s 2018-09-02 02:58:28,808 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/9e1ca3ab-18cf-4794-acc3-cc0485da1bbf.json used request id req-f42fa946-064d-40d8-8d5f-8992e34750e0 2018-09-02 02:58:28,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 02:58:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:28,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b32ed272-ec31-458b-b974-523308ada169 Date: Sun, 02 Sep 2018 02:58:28 GMT RESP BODY: {"floatingips": []} 2018-09-02 02:58:28,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b32ed272-ec31-458b-b974-523308ada169 2018-09-02 02:58:28,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0765280723572s 2018-09-02 02:58:28,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-b32ed272-ec31-458b-b974-523308ada169 2018-09-02 02:58:28,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 02:58:28,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:29,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:58:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d5ad221-0d09-4e09-895c-ee4d949e9b29 x-compute-request-id: req-8d5ad221-0d09-4e09-895c-ee4d949e9b29 Content-Type: application/json 2018-09-02 02:58:29,291 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29 used request id req-8d5ad221-0d09-4e09-895c-ee4d949e9b29 2018-09-02 02:58:29,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.400643110275s 2018-09-02 02:58:29,292 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29 used request id req-8d5ad221-0d09-4e09-895c-ee4d949e9b29 2018-09-02 02:58:29,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:58:29,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:29,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1246dbeb-a1a2-47e9-993a-3f7e6b524776 x-compute-request-id: req-1246dbeb-a1a2-47e9-993a-3f7e6b524776 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c7:32", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:c7:32", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1fd56da4-6ba4-4ec9-983b-4199cc59de29", "rel": "bookmark"}], "image": {"id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "links": [{"href": "http://172.30.9.38:8774/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T02:37:59.000000", "flavor": {"id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772", "links": [{"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}]}, "id": "1fd56da4-6ba4-4ec9-983b-4199cc59de29", "security_groups": [{"name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}], "user_id": "e7979ec128134620bce1ece84272e605", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T02:58:29Z", "hostId": "166c17d73d62d3e8f7a7bad579c810001f881d059ae7a7b16b4cc298", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672", "name": "cloudify_ims-vm_5c1cef58-5583-44ee-889e-be9f95110672", "created": "2018-09-02T02:35:36Z", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 02:58:29,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1246dbeb-a1a2-47e9-993a-3f7e6b524776 2018-09-02 02:58:29,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42062997818s 2018-09-02 02:58:29,714 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-1246dbeb-a1a2-47e9-993a-3f7e6b524776 2018-09-02 02:58:29,715 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 02:58:31,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 02:58:31,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:31,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33d58027-8f3d-46a4-bb7f-1c387de1af32 x-compute-request-id: req-33d58027-8f3d-46a4-bb7f-1c387de1af32 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 02:58:31,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-33d58027-8f3d-46a4-bb7f-1c387de1af32 2018-09-02 02:58:31,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0836219787598s 2018-09-02 02:58:31,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-33d58027-8f3d-46a4-bb7f-1c387de1af32 2018-09-02 02:58:31,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 02:58:31,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:31,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-47f58423-c9c1-4070-b000-313435c94571 Date: Sun, 02 Sep 2018 02:58:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:35:33Z", "updated_at": "2018-09-02T02:35:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "49416301-5f42-4bfe-aeae-ffdc9c1c7ad2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "61bee467-d6f6-4660-98c3-9fd8d7e7a143", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 443, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "73507480-7310-49e7-b751-4c41be92c699", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "987c2471-e53d-40f2-8132-750bfbacffe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "c454a5c3-cc83-4b81-9f9f-1dc4d809d7c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "cb992eaa-a3ea-46c8-b063-b668ee2a065e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:35:33Z", "revision_number": 0, "id": "d79cc3ce-2baf-45c7-be5f-fa3c4a35df10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:33Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T02:35:34Z", "revision_number": 0, "id": "efdcfb59-706f-40af-b22a-5df8069e9c61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:35:34Z", "security_group_id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 80, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 7, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "1534429b-2f6e-4f2d-b8ef-f20c9f23a667", "name": "cloudify_ims-sg_5c1cef58-5583-44ee-889e-be9f95110672"}, {"description": "Default security group", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:56Z", "updated_at": "2018-09-02T02:39:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T02:39:24Z", "revision_number": 0, "id": "09a26a3b-55c4-47d9-a63e-7de961eeaee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:39:24Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "1b86bd0f-9f06-4c37-86bb-3572b9d30579", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "20504d60-9fd7-4d52-99a5-1c14b27f2bf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv6", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "b8c5bfdb-477c-4b70-b2b8-4f87ce8500cf", "remote_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T02:33:56Z", "revision_number": 0, "id": "cdd5dac6-74e0-4592-8ed1-fd26c76b7481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T02:33:56Z", "security_group_id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "port_range_min": null, "ethertype": "IPv4", "project_id": "9b87d97cd56147dab3bf1ab668ff1860"}], "revision_number": 2, "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "e5e40818-b03e-4d2f-9ed2-163c6d9199bb", "name": "default"}]} 2018-09-02 02:58:31,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-47f58423-c9c1-4070-b000-313435c94571 2018-09-02 02:58:31,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0471539497375s 2018-09-02 02:58:31,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-47f58423-c9c1-4070-b000-313435c94571 2018-09-02 02:58:31,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 02:58:31,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/1534429b-2f6e-4f2d-b8ef-f20c9f23a667.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:31,992 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab0499dc-c09a-4caf-a775-1ce4f6c2cedd Content-Length: 0 Date: Sun, 02 Sep 2018 02:58:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:58:31,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/1534429b-2f6e-4f2d-b8ef-f20c9f23a667.json used request id req-ab0499dc-c09a-4caf-a775-1ce4f6c2cedd 2018-09-02 02:58:31,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.13618016243s 2018-09-02 02:58:31,993 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/1534429b-2f6e-4f2d-b8ef-f20c9f23a667.json used request id req-ab0499dc-c09a-4caf-a775-1ce4f6c2cedd 2018-09-02 02:58:31,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 02:58:31,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:32,023 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:58:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65c4436e-c192-4f1e-a4ec-a6a996548abe x-compute-request-id: req-65c4436e-c192-4f1e-a4ec-a6a996548abe Content-Length: 0 Content-Type: application/json 2018-09-02 02:58:32,023 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672 used request id req-65c4436e-c192-4f1e-a4ec-a6a996548abe 2018-09-02 02:58:32,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0298640727997s 2018-09-02 02:58:32,023 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/cloudify_ims-kp_5c1cef58-5583-44ee-889e-be9f95110672 used request id req-65c4436e-c192-4f1e-a4ec-a6a996548abe 2018-09-02 02:58:32,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 02:58:32,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" -d '{"subnet_id": "cd00c0f9-51bb-46aa-b686-ffc0aa999fe6"}' 2018-09-02 02:58:34,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9f2f9d62-9572-476e-b1fb-42d82d51f7a0 Date: Sun, 02 Sep 2018 02:58:34 GMT RESP BODY: {"network_id": "9ed69917-916c-4e9b-8d86-7d6acb14bad3", "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "subnet_id": "cd00c0f9-51bb-46aa-b686-ffc0aa999fe6", "subnet_ids": ["cd00c0f9-51bb-46aa-b686-ffc0aa999fe6"], "port_id": "0b7d0973-5be5-4faa-b751-eb0dd961daa1", "id": "97bf0323-8626-49e8-96dd-b80a7ff42b25"} 2018-09-02 02:58:34,190 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25/remove_router_interface.json used request id req-9f2f9d62-9572-476e-b1fb-42d82d51f7a0 2018-09-02 02:58:34,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.1666738987s 2018-09-02 02:58:34,191 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25/remove_router_interface.json used request id req-9f2f9d62-9572-476e-b1fb-42d82d51f7a0 returning object 97bf0323-8626-49e8-96dd-b80a7ff42b25 2018-09-02 02:58:34,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 02:58:34,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:34,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-b3d5cc69-b5a7-4902-88ef-0c53411bdbe0 Date: Sun, 02 Sep 2018 02:58:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.219"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9b87d97cd56147dab3bf1ab668ff1860", "created_at": "2018-09-02T02:33:57Z", "admin_state_up": true, "updated_at": "2018-09-02T02:58:32Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "9b87d97cd56147dab3bf1ab668ff1860", "id": "97bf0323-8626-49e8-96dd-b80a7ff42b25", "name": "cloudify_ims-router_5c1cef58-5583-44ee-889e-be9f95110672"}]} 2018-09-02 02:58:34,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-b3d5cc69-b5a7-4902-88ef-0c53411bdbe0 2018-09-02 02:58:34,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123638868332s 2018-09-02 02:58:34,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-b3d5cc69-b5a7-4902-88ef-0c53411bdbe0 2018-09-02 02:58:34,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 02:58:34,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:35,641 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6658f3be-0bf3-477b-af9d-c28860bd6da3 Content-Length: 0 Date: Sun, 02 Sep 2018 02:58:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:58:35,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25.json used request id req-6658f3be-0bf3-477b-af9d-c28860bd6da3 2018-09-02 02:58:35,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3244330883s 2018-09-02 02:58:35,642 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/97bf0323-8626-49e8-96dd-b80a7ff42b25.json used request id req-6658f3be-0bf3-477b-af9d-c28860bd6da3 2018-09-02 02:58:35,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 02:58:35,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:35,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-8f1207b9-6f76-4fbe-b056-198b1bc0c198 Date: Sun, 02 Sep 2018 02:58:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:33:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9b87d97cd56147dab3bf1ab668ff1860","id":"cd00c0f9-51bb-46aa-b686-ffc0aa999fe6","subnetpool_id":null,"name":"cloudify_ims-subnet_5c1cef58-5583-44ee-889e-be9f95110672"}]} 2018-09-02 02:58:35,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-8f1207b9-6f76-4fbe-b056-198b1bc0c198 2018-09-02 02:58:35,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0434029102325s 2018-09-02 02:58:35,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-8f1207b9-6f76-4fbe-b056-198b1bc0c198 2018-09-02 02:58:35,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 02:58:35,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/cd00c0f9-51bb-46aa-b686-ffc0aa999fe6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:36,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c482000-3c83-45a2-9c4c-ae0ac18afae3 Date: Sun, 02 Sep 2018 02:58:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:58:36,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/cd00c0f9-51bb-46aa-b686-ffc0aa999fe6.json used request id req-5c482000-3c83-45a2-9c4c-ae0ac18afae3 2018-09-02 02:58:36,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.18786001205s 2018-09-02 02:58:36,875 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/cd00c0f9-51bb-46aa-b686-ffc0aa999fe6.json used request id req-5c482000-3c83-45a2-9c4c-ae0ac18afae3 2018-09-02 02:58:36,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:58:36,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:36,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-0ae61146-beb2-41ca-a6e2-3277d952e835 Date: Sun, 02 Sep 2018 02:58:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"9ed69917-916c-4e9b-8d86-7d6acb14bad3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9b87d97cd56147dab3bf1ab668ff1860","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:58:36Z","qos_policy_id":null,"name":"cloudify_ims-net_5c1cef58-5583-44ee-889e-be9f95110672","admin_state_up":true,"tenant_id":"9b87d97cd56147dab3bf1ab668ff1860","created_at":"2018-09-02T02:33:56Z","mtu":1450}]} 2018-09-02 02:58:36,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-0ae61146-beb2-41ca-a6e2-3277d952e835 2018-09-02 02:58:36,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0920429229736s 2018-09-02 02:58:36,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-0ae61146-beb2-41ca-a6e2-3277d952e835 2018-09-02 02:58:36,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 02:58:36,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/9ed69917-916c-4e9b-8d86-7d6acb14bad3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:37,903 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0480b7f-1ebe-4ee0-b65f-64ad28878d72 Date: Sun, 02 Sep 2018 02:58:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 02:58:37,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/9ed69917-916c-4e9b-8d86-7d6acb14bad3.json used request id req-f0480b7f-1ebe-4ee0-b65f-64ad28878d72 2018-09-02 02:58:37,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.933345079422s 2018-09-02 02:58:37,903 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/9ed69917-916c-4e9b-8d86-7d6acb14bad3.json used request id req-f0480b7f-1ebe-4ee0-b65f-64ad28878d72 2018-09-02 02:58:37,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:58:37,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:38,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-d6ea0261-0561-48eb-ae55-9a2f29a34b9b Date: Sun, 02 Sep 2018 02:58:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:35:31Z", "file": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/file", "owner": "9b87d97cd56147dab3bf1ab668ff1860", "id": "4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "size": 4373348352, "self": "/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_5c1cef58-5583-44ee-889e-be9f95110672", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T02:34:28Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:58:38,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d6ea0261-0561-48eb-ae55-9a2f29a34b9b 2018-09-02 02:58:38,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.655482053757s 2018-09-02 02:58:38,564 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-d6ea0261-0561-48eb-ae55-9a2f29a34b9b 2018-09-02 02:58:38,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 02:58:38,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e6c202cea62645e04fc8289cb949c893517719d" 2018-09-02 02:58:40,058 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59c43742-0275-4b7a-967a-09449bdb2d9f Date: Sun, 02 Sep 2018 02:58:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:58:40,058 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8 used request id req-59c43742-0275-4b7a-967a-09449bdb2d9f 2018-09-02 02:58:40,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.4929060936s 2018-09-02 02:58:40,059 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/4a0ddd3f-4472-4cf0-9e66-8c5934fdc4b8 used request id req-59c43742-0275-4b7a-967a-09449bdb2d9f 2018-09-02 02:58:40,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 02:58:40,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:40,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95947592-af2b-45de-87a0-4c04a0d2f034 x-compute-request-id: req-95947592-af2b-45de-87a0-4c04a0d2f034 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_5c1cef58-5583-44ee-889e-be9f95110672", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "f68c8ed1-fde4-4e88-8856-4d9419aa1772"}]} 2018-09-02 02:58:40,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-95947592-af2b-45de-87a0-4c04a0d2f034 2018-09-02 02:58:40,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230810642242s 2018-09-02 02:58:40,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-95947592-af2b-45de-87a0-4c04a0d2f034 2018-09-02 02:58:40,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 02:58:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:40,121 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 02:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c573c877-e827-4d2f-9fd6-903851e253e9 x-compute-request-id: req-c573c877-e827-4d2f-9fd6-903851e253e9 Content-Length: 0 Content-Type: application/json 2018-09-02 02:58:40,121 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772 used request id req-c573c877-e827-4d2f-9fd6-903851e253e9 2018-09-02 02:58:40,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0373570919037s 2018-09-02 02:58:40,122 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/f68c8ed1-fde4-4e88-8856-4d9419aa1772 used request id req-c573c877-e827-4d2f-9fd6-903851e253e9 2018-09-02 02:58:40,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:58:40,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:40,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330193bf-ebc1-43a5-8432-e3a4d1a055d3 Content-Encoding: gzip Content-Length: 1214 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672", "links": {"self": "http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e7979ec128134620bce1ece84272e605", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:58:40,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-330193bf-ebc1-43a5-8432-e3a4d1a055d3 2018-09-02 02:58:40,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193912029266s 2018-09-02 02:58:40,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-330193bf-ebc1-43a5-8432-e3a4d1a055d3 2018-09-02 02:58:40,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:58:40,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:40,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa96a8ea-909c-453b-99eb-0dd4d8763a2b Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_5c1cef58-5583-44ee-889e-be9f95110672", "links": {"self": "http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e7979ec128134620bce1ece84272e605", "description": null}} 2018-09-02 02:58:40,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605 used request id req-aa96a8ea-909c-453b-99eb-0dd4d8763a2b 2018-09-02 02:58:40,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20138001442s 2018-09-02 02:58:40,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605 used request id req-aa96a8ea-909c-453b-99eb-0dd4d8763a2b 2018-09-02 02:58:40,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 02:58:40,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:40,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:58:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41e5eb89-5283-4b13-8f5b-e8494d982cfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:58:40,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605 used request id req-41e5eb89-5283-4b13-8f5b-e8494d982cfa 2018-09-02 02:58:40,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.333449840546s 2018-09-02 02:58:40,860 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/e7979ec128134620bce1ece84272e605 used request id req-41e5eb89-5283-4b13-8f5b-e8494d982cfa 2018-09-02 02:58:40,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:58:40,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:41,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86a58bb4-1b63-4814-82af-f23eae73c7f1 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860"}, "tags": [], "enabled": true, "id": "9b87d97cd56147dab3bf1ab668ff1860", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_5c1cef58-5583-44ee-889e-be9f95110672"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}]} 2018-09-02 02:58:41,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-86a58bb4-1b63-4814-82af-f23eae73c7f1 2018-09-02 02:58:41,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.17781996727s 2018-09-02 02:58:41,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-86a58bb4-1b63-4814-82af-f23eae73c7f1 2018-09-02 02:58:41,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 02:58:41,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b4f4ef29c7bcb9c11cc95d91d4dbc4de9539ccde" 2018-09-02 02:58:41,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:58:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63cd38a2-08c1-4c45-9583-479d70c1dedf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:58:41,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860 used request id req-63cd38a2-08c1-4c45-9583-479d70c1dedf 2018-09-02 02:58:41,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.236756086349s 2018-09-02 02:58:41,288 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/9b87d97cd56147dab3bf1ab668ff1860 used request id req-63cd38a2-08c1-4c45-9583-479d70c1dedf 2018-09-02 02:58:41,314 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-09-02 02:58:41,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:58:41,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:58:41,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:58:41,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:58:41,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:58:41,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:58:41,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:58:41,346 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:58:41,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:58:41,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:58:41,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:58:41,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:58:41,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:58:41,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:58:41,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:58:41,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99edc592-68fd-41c7-89d1-c1a79f57c711 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:58:41,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-99edc592-68fd-41c7-89d1-c1a79f57c711 2018-09-02 02:58:41,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:58:41,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:58:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["hcu5PnmeSeia4KG3-6-xDg"], "issued_at": "2018-09-02T02:58:41.000000Z"}} 2018-09-02 02:58:41,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:58:41,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:42,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-c3b5cc18-4615-4e09-a27e-a31485da5530 Date: Sun, 02 Sep 2018 02:58:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 02:58:42,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3b5cc18-4615-4e09-a27e-a31485da5530 2018-09-02 02:58:42,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.324620008469s 2018-09-02 02:58:42,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3b5cc18-4615-4e09-a27e-a31485da5530 2018-09-02 02:58:42,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:58:42,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 02:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5644441e-cfae-4e3b-945e-ba3d1b53226c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 02:58:42,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-5644441e-cfae-4e3b-945e-ba3d1b53226c 2018-09-02 02:58:42,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:58:42,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:42,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0d6885d-99d3-4e59-9c9a-bbde954fd91a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 02:58:42,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-a0d6885d-99d3-4e59-9c9a-bbde954fd91a 2018-09-02 02:58:42,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.175630807877s 2018-09-02 02:58:42,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-a0d6885d-99d3-4e59-9c9a-bbde954fd91a 2018-09-02 02:58:42,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 02:58:42,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a"}}' 2018-09-02 02:58:42,426 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12c11be0-fa67-4f99-ac01-86691197d55d Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2"}, "tags": [], "enabled": true, "id": "aec4dc4cacb643aebf55a6276de177f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a"}} 2018-09-02 02:58:42,426 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-12c11be0-fa67-4f99-ac01-86691197d55d 2018-09-02 02:58:42,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.153899908066s 2018-09-02 02:58:42,427 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-12c11be0-fa67-4f99-ac01-86691197d55d 2018-09-02 02:58:42,427 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: heat_ims', u'tags': [], 'enabled': True, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a'}) 2018-09-02 02:58:42,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 02:58:42,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ffeef144-81df-4815-b254-13d1bd14250f", "email": null, "name": "heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a"}}' 2018-09-02 02:58:42,840 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f120646e-57c9-45e1-97d1-5e410042f727 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": {"self": "http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c1affd5cbea0409ca59d2417257e7304", "domain_id": "default", "password_expires_at": null}} 2018-09-02 02:58:42,840 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-f120646e-57c9-45e1-97d1-5e410042f727 2018-09-02 02:58:42,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.406406164169s 2018-09-02 02:58:42,840 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-f120646e-57c9-45e1-97d1-5e410042f727 2018-09-02 02:58:42,841 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c1affd5cbea0409ca59d2417257e7304', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a'}) 2018-09-02 02:58:42,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:58:42,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:42,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8898cf5f-4555-42df-8da5-35b0b46cc983 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:58:42,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8898cf5f-4555-42df-8da5-35b0b46cc983 2018-09-02 02:58:42,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103674173355s 2018-09-02 02:58:42,948 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-8898cf5f-4555-42df-8da5-35b0b46cc983 2018-09-02 02:58:42,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:58:42,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:43,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5cc581-34e8-4cc1-a18f-363106f94291 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:58:43,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-4e5cc581-34e8-4cc1-a18f-363106f94291 2018-09-02 02:58:43,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191186189651s 2018-09-02 02:58:43,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-4e5cc581-34e8-4cc1-a18f-363106f94291 2018-09-02 02:58:43,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:58:43,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:43,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9f6250d-2c3c-4034-8f15-fe9175dcc511 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:58:43,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b9f6250d-2c3c-4034-8f15-fe9175dcc511 2018-09-02 02:58:43,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106002807617s 2018-09-02 02:58:43,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-b9f6250d-2c3c-4034-8f15-fe9175dcc511 2018-09-02 02:58:43,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:58:43,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:43,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddbcc7f-0a03-4c05-b945-d8f1af3f371a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:58:43,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5ddbcc7f-0a03-4c05-b945-d8f1af3f371a 2018-09-02 02:58:43,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.129930019379s 2018-09-02 02:58:43,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5ddbcc7f-0a03-4c05-b945-d8f1af3f371a 2018-09-02 02:58:43,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:58:43,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:43,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba6dbd0-9112-4b96-83aa-1bbd1d9cfb98 Content-Encoding: gzip Content-Length: 1209 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": {"self": "http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c1affd5cbea0409ca59d2417257e7304", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:58:43,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-8ba6dbd0-9112-4b96-83aa-1bbd1d9cfb98 2018-09-02 02:58:43,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198418140411s 2018-09-02 02:58:43,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-8ba6dbd0-9112-4b96-83aa-1bbd1d9cfb98 2018-09-02 02:58:43,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:58:43,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:43,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b48cdcd-aa74-4413-9a1a-e0e4350e1987 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2"}, "tags": [], "enabled": true, "id": "aec4dc4cacb643aebf55a6276de177f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:58:43,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-0b48cdcd-aa74-4413-9a1a-e0e4350e1987 2018-09-02 02:58:43,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173719167709s 2018-09-02 02:58:43,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-0b48cdcd-aa74-4413-9a1a-e0e4350e1987 2018-09-02 02:58:43,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:58:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=aec4dc4cacb643aebf55a6276de177f2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:43,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82731e5d-2354-43e2-9ce3-89528cb383e6 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=aec4dc4cacb643aebf55a6276de177f2", "previous": null, "next": null}} 2018-09-02 02:58:43,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=aec4dc4cacb643aebf55a6276de177f2 used request id req-82731e5d-2354-43e2-9ce3-89528cb383e6 2018-09-02 02:58:43,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.167718887329s 2018-09-02 02:58:43,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=aec4dc4cacb643aebf55a6276de177f2 used request id req-82731e5d-2354-43e2-9ce3-89528cb383e6 2018-09-02 02:58:43,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:58:43,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2/users/c1affd5cbea0409ca59d2417257e7304/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:44,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:58:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de87d26c-a295-4ad9-b63d-bba5e56e6804 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:58:44,171 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2/users/c1affd5cbea0409ca59d2417257e7304/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-de87d26c-a295-4ad9-b63d-bba5e56e6804 2018-09-02 02:58:44,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.210092067719s 2018-09-02 02:58:44,171 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2/users/c1affd5cbea0409ca59d2417257e7304/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-de87d26c-a295-4ad9-b63d-bba5e56e6804 2018-09-02 02:58:44,172 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ffeef144-81df-4815-b254-13d1bd14250f', 'username': u'heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 02:58:44,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 02:58:44,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 02:58:44,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 02:58:44,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 02:58:44,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 02:58:44,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 02:58:44,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 02:58:44,177 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'password': 'ffeef144-81df-4815-b254-13d1bd14250f', 'project_name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'aec4dc4cacb643aebf55a6276de177f2', 'project_domain_name': 'Default'} 2018-09-02 02:58:44,208 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/heat_vims/clearwater.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}, 'parameters': {u'vellum_cluster_size': 1, u'zone': u'clearwater.opnfv', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'dn_range_length': u'1000', u'dime_cluster_size': 1, u'dn_range_start': u'6505550000', u'bono_cluster_size': 1, u'homer_cluster_size': 1, u'sprout_cluster_size': 1}} 2018-09-02 02:58:44,208 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-09-02 02:58:44,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:58:44,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ed8180-2d63-47de-bd57-2a396f2c8099 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 02:58:44,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-c4ed8180-2d63-47de-bd57-2a396f2c8099 2018-09-02 02:58:44,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 02:58:44,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T03:58:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aec4dc4cacb643aebf55a6276de177f2", "name": "heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aec4dc4cacb643aebf55a6276de177f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/aec4dc4cacb643aebf55a6276de177f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/aec4dc4cacb643aebf55a6276de177f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aec4dc4cacb643aebf55a6276de177f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/aec4dc4cacb643aebf55a6276de177f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/aec4dc4cacb643aebf55a6276de177f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/aec4dc4cacb643aebf55a6276de177f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_aec4dc4cacb643aebf55a6276de177f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_aec4dc4cacb643aebf55a6276de177f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/aec4dc4cacb643aebf55a6276de177f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/aec4dc4cacb643aebf55a6276de177f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/aec4dc4cacb643aebf55a6276de177f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a", "id": "c1affd5cbea0409ca59d2417257e7304"}, "audit_ids": ["zWBBHflYQemsfTZ-4kCvMg"], "issued_at": "2018-09-02T02:58:44.000000Z"}} 2018-09-02 02:58:44,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 02:58:44,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"network": {"name": "heat_ims-net_7d99a412-5ad4-4576-89ec-ca5939d4757a", "admin_state_up": true}}' 2018-09-02 02:58:45,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-5ac2b4d1-762d-417d-9e46-f2dc8dbf4611 Date: Sun, 02 Sep 2018 02:58:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"7634be47-0806-46e1-a05a-3725b883f88b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aec4dc4cacb643aebf55a6276de177f2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:58:45Z","is_default":false,"name":"heat_ims-net_7d99a412-5ad4-4576-89ec-ca5939d4757a","qos_policy_id":null,"admin_state_up":true,"tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:58:44Z","mtu":1450}} 2018-09-02 02:58:45,156 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5ac2b4d1-762d-417d-9e46-f2dc8dbf4611 2018-09-02 02:58:45,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.550296068192s 2018-09-02 02:58:45,156 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-5ac2b4d1-762d-417d-9e46-f2dc8dbf4611 2018-09-02 02:58:45,156 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T02:58:45Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'7634be47-0806-46e1-a05a-3725b883f88b', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'heat_ims-net_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'admin_state_up': True, u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'created_at': u'2018-09-02T02:58:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'aec4dc4cacb643aebf55a6276de177f2', u'l2_adjacency': True}) 2018-09-02 02:58:45,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 02:58:45,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:58:45,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-868d2d95-d59f-4966-9712-bb19e631098f Date: Sun, 02 Sep 2018 02:58:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"7634be47-0806-46e1-a05a-3725b883f88b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aec4dc4cacb643aebf55a6276de177f2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T02:58:45Z","qos_policy_id":null,"name":"heat_ims-net_7d99a412-5ad4-4576-89ec-ca5939d4757a","admin_state_up":true,"tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:58:44Z","mtu":1450}]} 2018-09-02 02:58:45,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-868d2d95-d59f-4966-9712-bb19e631098f 2018-09-02 02:58:45,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.135976076126s 2018-09-02 02:58:45,293 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-868d2d95-d59f-4966-9712-bb19e631098f 2018-09-02 02:58:45,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 02:58:45,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"subnet": {"name": "heat_ims-subnet_7d99a412-5ad4-4576-89ec-ca5939d4757a", "enable_dhcp": true, "network_id": "7634be47-0806-46e1-a05a-3725b883f88b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 02:58:46,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-87c1d22f-577c-46e5-bf96-f4063eb1e47f Date: Sun, 02 Sep 2018 02:58:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7634be47-0806-46e1-a05a-3725b883f88b","tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:58:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:58:45Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"aec4dc4cacb643aebf55a6276de177f2","id":"84852a7d-aa18-431b-bff3-4ae63b539948","subnetpool_id":null,"name":"heat_ims-subnet_7d99a412-5ad4-4576-89ec-ca5939d4757a"}} 2018-09-02 02:58:46,192 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-87c1d22f-577c-46e5-bf96-f4063eb1e47f 2018-09-02 02:58:46,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.896936893463s 2018-09-02 02:58:46,192 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-87c1d22f-577c-46e5-bf96-f4063eb1e47f 2018-09-02 02:58:46,193 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:58:45Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'84852a7d-aa18-431b-bff3-4ae63b539948', u'subnetpool_id': None, u'service_types': [], u'name': u'heat_ims-subnet_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'enable_dhcp': True, u'network_id': u'7634be47-0806-46e1-a05a-3725b883f88b', u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'created_at': u'2018-09-02T02:58:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'aec4dc4cacb643aebf55a6276de177f2'}) 2018-09-02 02:58:46,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 02:58:46,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "heat_ims-router_7d99a412-5ad4-4576-89ec-ca5939d4757a", "admin_state_up": true}}' 2018-09-02 02:58:47,853 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-86eee05e-9981-4660-9592-e8028f7351cf Date: Sun, 02 Sep 2018 02:58:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "created_at": "2018-09-02T02:58:46Z", "admin_state_up": true, "updated_at": "2018-09-02T02:58:47Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "74ba69d1-99cb-4abb-8881-2a5cbcb9f11c", "name": "heat_ims-router_7d99a412-5ad4-4576-89ec-ca5939d4757a"}} 2018-09-02 02:58:47,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-86eee05e-9981-4660-9592-e8028f7351cf 2018-09-02 02:58:47,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.66018486023s 2018-09-02 02:58:47,854 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-86eee05e-9981-4660-9592-e8028f7351cf 2018-09-02 02:58:47,854 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T02:58:47Z', u'revision_number': 2, u'id': u'74ba69d1-99cb-4abb-8881-2a5cbcb9f11c', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'heat_ims-router_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'admin_state_up': True, u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'created_at': u'2018-09-02T02:58:46Z', u'flavor_id': None, u'routes': [], u'project_id': u'aec4dc4cacb643aebf55a6276de177f2'}) 2018-09-02 02:58:47,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 02:58:47,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"subnet_id": "84852a7d-aa18-431b-bff3-4ae63b539948"}' 2018-09-02 02:58:50,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-85a4e38b-4107-4b1f-aa24-b11b9b7d53ab Date: Sun, 02 Sep 2018 02:58:50 GMT RESP BODY: {"network_id": "7634be47-0806-46e1-a05a-3725b883f88b", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "subnet_id": "84852a7d-aa18-431b-bff3-4ae63b539948", "subnet_ids": ["84852a7d-aa18-431b-bff3-4ae63b539948"], "port_id": "5bcec1f3-35cf-4507-83a4-cfc132f4460c", "id": "74ba69d1-99cb-4abb-8881-2a5cbcb9f11c"} 2018-09-02 02:58:50,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c/add_router_interface.json used request id req-85a4e38b-4107-4b1f-aa24-b11b9b7d53ab 2018-09-02 02:58:50,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.452450037s 2018-09-02 02:58:50,308 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c/add_router_interface.json used request id req-85a4e38b-4107-4b1f-aa24-b11b9b7d53ab returning object 74ba69d1-99cb-4abb-8881-2a5cbcb9f11c 2018-09-02 02:58:50,308 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 02:58:51,928 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 02:58:51,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 02:58:51,939 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 02:58:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 02:58:51,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:58:51,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:58:52,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b20c1df8-32be-4570-836f-fcae1db4d9b2 Date: Sun, 02 Sep 2018 02:58:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:58:52,220 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b20c1df8-32be-4570-836f-fcae1db4d9b2 2018-09-02 02:58:52,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274202823639s 2018-09-02 02:58:52,220 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-b20c1df8-32be-4570-836f-fcae1db4d9b2 2018-09-02 02:58:52,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 02:58:52,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a"}' 2018-09-02 02:58:53,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-12a37f44-e1c4-4f85-a133-ee4f394f5b4a Date: Sun, 02 Sep 2018 02:58:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:52Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": null, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": null, "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 02:58:53,290 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-12a37f44-e1c4-4f85-a133-ee4f394f5b4a 2018-09-02 02:58:53,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 1.06250214577s 2018-09-02 02:58:53,291 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-12a37f44-e1c4-4f85-a133-ee4f394f5b4a returning object baad79aa-4107-4246-bf5f-ddd6b65a287a 2018-09-02 02:58:53,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 02:58:53,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '' 2018-09-02 02:58:58,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8fce2e34-deba-417b-9436-d8ef4e8a1bfd Date: Sun, 02 Sep 2018 02:58:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:58:58,429 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file used request id req-8fce2e34-deba-417b-9436-d8ef4e8a1bfd 2018-09-02 02:58:58,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.13781881332s 2018-09-02 02:58:58,430 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file used request id req-8fce2e34-deba-417b-9436-d8ef4e8a1bfd 2018-09-02 02:58:58,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 02:58:58,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:58:58,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-0ad5b591-ce70-4885-a52e-28c95d7de172 Date: Sun, 02 Sep 2018 02:58:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 02:58:58,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-0ad5b591-ce70-4885-a52e-28c95d7de172 2018-09-02 02:58:58,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358328819275s 2018-09-02 02:58:58,471 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-0ad5b591-ce70-4885-a52e-28c95d7de172 2018-09-02 02:58:58,473 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file', 'owner': u'aec4dc4cacb643aebf55a6276de177f2', 'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'size': 263193088, u'self': u'/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T02:58:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T02:58:58Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'created': u'2018-09-02T02:58:52Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T02:58:52Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 02:58:58,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 02:58:58,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-09-02 02:58:58,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-179c5e7a-8f9d-4af2-a7ba-6235fba4e055 x-compute-request-id: req-179c5e7a-8f9d-4af2-a7ba-6235fba4e055 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}} 2018-09-02 02:58:58,682 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-179c5e7a-8f9d-4af2-a7ba-6235fba4e055 2018-09-02 02:58:58,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.20795583725s 2018-09-02 02:58:58,683 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-179c5e7a-8f9d-4af2-a7ba-6235fba4e055 2018-09-02 02:58:58,684 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 25, 'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'swap': 0}) 2018-09-02 02:58:58,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 02:58:58,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" -d '{"extra_specs": {}}' 2018-09-02 02:58:58,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7fa78364-c747-4b5a-8843-d97e5b0da220 x-compute-request-id: req-7fa78364-c747-4b5a-8843-d97e5b0da220 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 02:58:58,708 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c/os-extra_specs used request id req-7fa78364-c747-4b5a-8843-d97e5b0da220 2018-09-02 02:58:58,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233578681946s 2018-09-02 02:58:58,708 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c/os-extra_specs used request id req-7fa78364-c747-4b5a-8843-d97e5b0da220 2018-09-02 02:58:58,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:58:58,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:58,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e08973-03aa-435c-9813-bb8fda22f30a Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2"}, "tags": [], "enabled": true, "id": "aec4dc4cacb643aebf55a6276de177f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}]} 2018-09-02 02:58:58,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-a9e08973-03aa-435c-9813-bb8fda22f30a 2018-09-02 02:58:58,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190407991409s 2018-09-02 02:58:58,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-a9e08973-03aa-435c-9813-bb8fda22f30a 2018-09-02 02:58:58,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-09-02 02:58:58,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/quotas/aec4dc4cacb643aebf55a6276de177f2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-09-02 02:58:59,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-b0f0ceee-6ad7-4847-b633-2cd64951f36c Date: Sun, 02 Sep 2018 02:58:59 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-09-02 02:58:59,176 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/quotas/aec4dc4cacb643aebf55a6276de177f2.json used request id req-b0f0ceee-6ad7-4847-b633-2cd64951f36c 2018-09-02 02:58:59,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.268280982971s 2018-09-02 02:58:59,177 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/quotas/aec4dc4cacb643aebf55a6276de177f2.json used request id req-b0f0ceee-6ad7-4847-b633-2cd64951f36c 2018-09-02 02:58:59,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:58:59,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:59,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34b1adf9-7959-439d-ab0d-5182d2590d3b Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:58:59,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-34b1adf9-7959-439d-ab0d-5182d2590d3b 2018-09-02 02:58:59,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.212447881699s 2018-09-02 02:58:59,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-34b1adf9-7959-439d-ab0d-5182d2590d3b 2018-09-02 02:58:59,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 02:58:59,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:59,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d4eec2-8632-4041-ad4c-83a7a1b9e129 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 02:58:59,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-83d4eec2-8632-4041-ad4c-83a7a1b9e129 2018-09-02 02:58:59,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20223903656s 2018-09-02 02:58:59,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-83d4eec2-8632-4041-ad4c-83a7a1b9e129 2018-09-02 02:58:59,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 02:58:59,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:59,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb15ef0-bdf0-4c08-8dc1-cb64747559d6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 02:58:59,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-1fb15ef0-bdf0-4c08-8dc1-cb64747559d6 2018-09-02 02:58:59,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109272956848s 2018-09-02 02:58:59,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-1fb15ef0-bdf0-4c08-8dc1-cb64747559d6 2018-09-02 02:58:59,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 02:58:59,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:58:59,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f7536dd-798a-4dbd-8a15-c4602c13835a Content-Encoding: gzip Content-Length: 1209 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": {"self": "http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c1affd5cbea0409ca59d2417257e7304", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 02:58:59,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-7f7536dd-798a-4dbd-8a15-c4602c13835a 2018-09-02 02:58:59,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128990888596s 2018-09-02 02:58:59,847 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-7f7536dd-798a-4dbd-8a15-c4602c13835a 2018-09-02 02:58:59,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 02:58:59,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:59:00,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:58:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7ad486c-c2ea-4fae-8b26-f460128c6bf7 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2"}, "tags": [], "enabled": true, "id": "aec4dc4cacb643aebf55a6276de177f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 02:59:00,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-f7ad486c-c2ea-4fae-8b26-f460128c6bf7 2018-09-02 02:59:00,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173883914948s 2018-09-02 02:59:00,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-f7ad486c-c2ea-4fae-8b26-f460128c6bf7 2018-09-02 02:59:00,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 02:59:00,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=aec4dc4cacb643aebf55a6276de177f2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:59:00,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cadad685-d302-4ad1-9886-4e48bb0ecdcc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=aec4dc4cacb643aebf55a6276de177f2", "previous": null, "next": null}} 2018-09-02 02:59:00,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=aec4dc4cacb643aebf55a6276de177f2 used request id req-cadad685-d302-4ad1-9886-4e48bb0ecdcc 2018-09-02 02:59:00,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.171626806259s 2018-09-02 02:59:00,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=c1affd5cbea0409ca59d2417257e7304&role.id=98fe14e3daf64427bd45b683823b0719&scope.project.id=aec4dc4cacb643aebf55a6276de177f2 used request id req-cadad685-d302-4ad1-9886-4e48bb0ecdcc 2018-09-02 02:59:00,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 02:59:00,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2/users/c1affd5cbea0409ca59d2417257e7304/roles/98fe14e3daf64427bd45b683823b0719 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 02:59:00,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 02:59:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ad5d122-015a-4a41-b8d8-33ea077a5533 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 02:59:00,341 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2/users/c1affd5cbea0409ca59d2417257e7304/roles/98fe14e3daf64427bd45b683823b0719 used request id req-1ad5d122-015a-4a41-b8d8-33ea077a5533 2018-09-02 02:59:00,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.124941110611s 2018-09-02 02:59:00,342 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2/users/c1affd5cbea0409ca59d2417257e7304/roles/98fe14e3daf64427bd45b683823b0719 used request id req-1ad5d122-015a-4a41-b8d8-33ea077a5533 2018-09-02 02:59:00,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 02:59:00,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"keypair": {"name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a"}}' 2018-09-02 02:59:00,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-235f4226-a2d5-4804-9fc2-fe407149cb22 x-compute-request-id: req-235f4226-a2d5-4804-9fc2-fe407149cb22 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbV+lqGTrFZjVypJMMXcmZElvTRkGeRiIohYRgryKCWdVRnR26ZDrqKZg+qNTSABT4CblS39MZMuPlvF5hCNT/Pk/TEY5uo3XZemAGTcqQIuoUIcAu02Kxqq5t/xqqET1jFHXiq9iQjcVkWN3XpZrQFZFTSxWGma0Y/EWElgrddFPzmLYNG9RRciKf/IjA3yAo6uOnLAuHpi7k3/Mi3RKMG5L8yM1gir5PpT4oeesL1q93o3BnUo5+ZMFwAG0Ktya4BZ6o0/15nJ3g0N58Dm0NoponNHJWORORHDuqSSDYpZZLA3VDuBiKxx6t665M14ZLOB5ktR09k/+VI4AHPuk7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA21fpahk6xWY1cqSTDF3JmRJb00ZBnkYiKIWEYK8iglnVUZ0d\numQ66imYPqjU0gAU+Am5Ut/TGTLj5bxeYQjU/z5P0xGObqN12XpgBk3KkCLqFCHA\nLtNisaqubf8aqhE9YxR14qvYkI3FZFjd16Wa0BWRU0sVhpmtGPxFhJYK3XRT85i2\nDRvUUXIin/yIwN8gKOrjpywLh6Yu5N/zIt0SjBuS/MjNYIq+T6U+KHnrC9avd6Nw\nZ1KOfmTBcABtCrcmuAWeqNP9eZyd4NDefA5tDaKaJzRyVjkTkRw7qkkg2KWWSwN1\nQ7gYiscereuuTNeGSzgeZLUdPZP/lSOABz7pOwIDAQABAoIBAQC43gt4xPLn1RFP\nIq5dSd7UCMkj9J7xiyLXDFFaO8HWI2jLdKTNqBSPr6cFiL52kGMb+vYbh1Igdufl\nhTH2jr8WsaoNt0pYraRyO9Ya+g20Ffk8JoYX8UnJfJWvV8ddd1JJ48DH3xaUHykz\nPkMbshQdNVBa53mpDHT8DgN5kAxwQD8a8HmODTgVv3ux+yhMWHvS/8FWuGPGE4s9\nU0sg4E2690RA74t089vdYnG3y6ZrTWNMUXFloB2sgLcMRZbaNC/arBH5YtKXAv1Z\nNWDEkfBcXtlvjA//AkofAW7f2O/VdOL7Ss9gdmbGLf4LDR/tVChbk821qM4CP8Nh\nnoUXB89BAoGBAPwmQOTB/Z2EHPbKuu2Xgwb5uMcfeZtmLX39GHxnV5qbezYn3dP8\nTz+Qvnhg82IKeGzrGVRWf1ujXVvYUHCRvNyp0KTaUv7HpX2Mo47iwmxxR9k1dsje\nSKKzSpcUXqE+xG5l5Q5/dJvhD9GAw086EHB1n9f7dai4arfpA2tGRbgDAoGBAN6x\naEJP0GEE81rNmuooMC3389tt8FhyCyPgwoMKl11godltzpI4wzGxgYALkxNYce+Z\nZuDWz4NBOKf0zdZlKhKE34J8OcnCRaK/R9SffqoGTnRGpA/vk7SVBQ90dGPpbOqk\nfBoTYNZQJv7mxTaEmsBo2LDaaiH0FpXhZYOlDNBpAoGAQLbAqPVw1eB2XpChcSEV\nq9Cjr9dQKqYKvu8aPbN4NGH7OWb589IptLK9b7/SNzNgvPOJyK96eFZxO4VE/98n\njaq3tdeivWkX/CUARUfFhnd8bS7fkaYbFkbVufisYM3vNDZKl3H2x5r3qFlXxxmr\n5nEJ2TDcfbT3DsRq8DlU42kCgYEAspEhH+MuHU3B8XLioJZ/I60qXi6GxfUUl71X\nW4p3m0msHlQdi0R2yHckd09QrPeDzPN9+hZlqUL4Mj1rfFn8ZYMkUlZYZD8iZYDq\nEUWfZKjP6g7m6VxbXTcNKrpfxencCz6/wIz/XnpA+q6DPtcP2+92qkFJT1aRcbee\nFfSYFNkCgYEA1aDW6xcwuP6q0zxC8k/1giVObLagqVbFq/TYi+0YqxMpPcuDYGYT\nlak5hXkUyxEruLtFC81gDLBQHrQCiaYTdt5bkWidFkrWKGe/Bi3Mnnn6svIgpA/I\nvs9X+h0SihVEj4hcblOeM64GgEnMjmzD2KZ33xSxQBO+yweILnUMwUM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "c1affd5cbea0409ca59d2417257e7304", "name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "fingerprint": "94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16"}} 2018-09-02 02:59:00,704 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-235f4226-a2d5-4804-9fc2-fe407149cb22 2018-09-02 02:59:00,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.362046003342s 2018-09-02 02:59:00,705 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-235f4226-a2d5-4804-9fc2-fe407149cb22 2018-09-02 02:59:00,706 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbV+lqGTrFZjVypJMMXcmZElvTRkGeRiIohYRgryKCWdVRnR26ZDrqKZg+qNTSABT4CblS39MZMuPlvF5hCNT/Pk/TEY5uo3XZemAGTcqQIuoUIcAu02Kxqq5t/xqqET1jFHXiq9iQjcVkWN3XpZrQFZFTSxWGma0Y/EWElgrddFPzmLYNG9RRciKf/IjA3yAo6uOnLAuHpi7k3/Mi3RKMG5L8yM1gir5PpT4oeesL1q93o3BnUo5+ZMFwAG0Ktya4BZ6o0/15nJ3g0N58Dm0NoponNHJWORORHDuqSSDYpZZLA3VDuBiKxx6t665M14ZLOB5ktR09k/+VI4AHPuk7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA21fpahk6xWY1cqSTDF3JmRJb00ZBnkYiKIWEYK8iglnVUZ0d\numQ66imYPqjU0gAU+Am5Ut/TGTLj5bxeYQjU/z5P0xGObqN12XpgBk3KkCLqFCHA\nLtNisaqubf8aqhE9YxR14qvYkI3FZFjd16Wa0BWRU0sVhpmtGPxFhJYK3XRT85i2\nDRvUUXIin/yIwN8gKOrjpywLh6Yu5N/zIt0SjBuS/MjNYIq+T6U+KHnrC9avd6Nw\nZ1KOfmTBcABtCrcmuAWeqNP9eZyd4NDefA5tDaKaJzRyVjkTkRw7qkkg2KWWSwN1\nQ7gYiscereuuTNeGSzgeZLUdPZP/lSOABz7pOwIDAQABAoIBAQC43gt4xPLn1RFP\nIq5dSd7UCMkj9J7xiyLXDFFaO8HWI2jLdKTNqBSPr6cFiL52kGMb+vYbh1Igdufl\nhTH2jr8WsaoNt0pYraRyO9Ya+g20Ffk8JoYX8UnJfJWvV8ddd1JJ48DH3xaUHykz\nPkMbshQdNVBa53mpDHT8DgN5kAxwQD8a8HmODTgVv3ux+yhMWHvS/8FWuGPGE4s9\nU0sg4E2690RA74t089vdYnG3y6ZrTWNMUXFloB2sgLcMRZbaNC/arBH5YtKXAv1Z\nNWDEkfBcXtlvjA//AkofAW7f2O/VdOL7Ss9gdmbGLf4LDR/tVChbk821qM4CP8Nh\nnoUXB89BAoGBAPwmQOTB/Z2EHPbKuu2Xgwb5uMcfeZtmLX39GHxnV5qbezYn3dP8\nTz+Qvnhg82IKeGzrGVRWf1ujXVvYUHCRvNyp0KTaUv7HpX2Mo47iwmxxR9k1dsje\nSKKzSpcUXqE+xG5l5Q5/dJvhD9GAw086EHB1n9f7dai4arfpA2tGRbgDAoGBAN6x\naEJP0GEE81rNmuooMC3389tt8FhyCyPgwoMKl11godltzpI4wzGxgYALkxNYce+Z\nZuDWz4NBOKf0zdZlKhKE34J8OcnCRaK/R9SffqoGTnRGpA/vk7SVBQ90dGPpbOqk\nfBoTYNZQJv7mxTaEmsBo2LDaaiH0FpXhZYOlDNBpAoGAQLbAqPVw1eB2XpChcSEV\nq9Cjr9dQKqYKvu8aPbN4NGH7OWb589IptLK9b7/SNzNgvPOJyK96eFZxO4VE/98n\njaq3tdeivWkX/CUARUfFhnd8bS7fkaYbFkbVufisYM3vNDZKl3H2x5r3qFlXxxmr\n5nEJ2TDcfbT3DsRq8DlU42kCgYEAspEhH+MuHU3B8XLioJZ/I60qXi6GxfUUl71X\nW4p3m0msHlQdi0R2yHckd09QrPeDzPN9+hZlqUL4Mj1rfFn8ZYMkUlZYZD8iZYDq\nEUWfZKjP6g7m6VxbXTcNKrpfxencCz6/wIz/XnpA+q6DPtcP2+92qkFJT1aRcbee\nFfSYFNkCgYEA1aDW6xcwuP6q0zxC8k/1giVObLagqVbFq/TYi+0YqxMpPcuDYGYT\nlak5hXkUyxEruLtFC81gDLBQHrQCiaYTdt5bkWidFkrWKGe/Bi3Mnnn6svIgpA/I\nvs9X+h0SihVEj4hcblOeM64GgEnMjmzD2KZ33xSxQBO+yweILnUMwUM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'created_at': '2018-09-02T02:59:00.705955', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16', 'type': 'ssh', 'id': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a'}) 2018-09-02 02:59:00,706 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-09-02 02:59:01,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-09-02 02:59:01,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"files": {"file:///src/heat_vims/ellis.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Ellis node\\n\", \"parameters\": {\"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ellis node in the Ellis cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"ellis_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Ellis nodes (management)\"}, \"dn_range_length\": {\"default\": \"1000\", \"type\": \"string\", \"description\": \"Number of directory numbers to add to pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"dn_range_start\": {\"default\": \"6505550000\", \"type\": \"string\", \"description\": \"First directory number in pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"ellis_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ellis-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__dn_range_length__\": {\"get_param\": \"dn_range_length\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__dn_range_start__\": {\"get_param\": \"dn_range_start\"}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-ellis.log) 2>&1\\nset -x\\n\\n# Configure the APT software source.\\necho 'deb __repo_url__ binary/' > /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config. Add xdms_hostname here to use Homer's management\\n# hostname instead of signaling. This will override shared_config. This works around\\n# https://github.com/Metaswitch/ellis/issues/153.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nlocal_ip=__private_mgmt_ip__\\npublic_ip=__public_mgmt_ip__\\npublic_hostname=ellis-__index__.__zone__\\netcd_cluster=$etcd_ip\\nxdms_hostname=homer-0.__zone__:7888\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install ellis --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Wait until etcd is up and running before uploading the shared_config\\n/usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\\n\\n# Configure and upload /etc/clearwater/shared_config.\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\\ncat > /tmp/shared_config << EOF\\n# Deployment definitions\\nhome_domain=__zone__\\nsprout_hostname=sprout.__zone__\\nhs_hostname=hs.__zone__:8888\\nhs_provisioning_hostname=hs-prov.__zone__:8889\\nralf_hostname=ralf.__zone__:10888\\nxdms_hostname=homer.__zone__:7888\\nsprout_impi_store=vellum.__zone__\\nsprout_registration_store=vellum.__zone__\\nhomestead_impu_store=vellum.__zone__\\ncassandra_hostname=vellum.__zone__\\nchronos_hostname=vellum.__zone__\\nralf_session_store=vellum.__zone__\\n\\nupstream_port=0\\n\\n# Email server configuration\\nsmtp_smarthost=localhost\\nsmtp_username=username\\nsmtp_password=password\\nemail_recovery_sender=clearwater@example.org\\n\\n# Keys\\nsignup_key=secret\\nturn_workaround=secret\\nellis_api_key=secret\\nellis_cookie_key=secret\\nEOF\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\\n\\n# Allocate a pool of numbers to assign to users. Before we do this,\\n# restart clearwater-infrastructure to make sure that\\n# local_settings.py runs to pick up the configuration changes.\\nservice clearwater-infrastructure restart\\nservice ellis stop\\n/usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start __dn_range_start__ --count __dn_range_length__\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add ellis-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ellis.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}]}}}}", "file:///src/heat_vims/vellum.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Vellum node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Vellum node in the Vellum cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"vellum_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes inbound traffic (signaling)\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"vellum_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes outbound traffic (signaling)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"vellum_sig_outbound_security_group\"}, {\"get_param\": \"vellum_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"vellum-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-vellum.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.vellum.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Create /etc/chronos/chronos.conf.\\nmkdir -p /etc/chronos\\ncat > /etc/chronos/chronos.conf << EOF\\n[http]\\nbind-address = __private_sig_ip__\\nbind-port = 7253\\nthreads = 50\\n\\n[logging]\\nfolder = /var/log/chronos\\nlevel = 2\\n\\n[alarms]\\nenabled = true\\n\\n[dns]\\nservers = __dns_sig_ip__\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install vellum --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add vellum-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add vellum.__zone__. 30 $(ip2rr __private_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/sprout.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Sprout node\\n\", \"parameters\": {\"sprout_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes outbound traffic (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Sprout node in the Sprout cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"sprout_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes inbound traffic (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"sprout_sig_outbound_security_group\"}, {\"get_param\": \"sprout_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"sprout-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-sprout.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.sprout.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install sprout --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add sprout-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add scscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add icscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.sprout.__zone__.\\nupdate add _sip._tcp.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nupdate add icscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.icscf.sprout.__zone__.\\nupdate add _sip._tcp.icscf.sprout.__zone__. 30 SRV 0 0 5052 __index__.sprout.__zone__.\\nupdate add scscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.scscf.sprout.__zone__.\\nupdate add _sip._tcp.scscf.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/network.yaml": "{\"outputs\": {\"private_net_gateway\": {\"description\": \"Private network gateway address\", \"value\": {\"get_param\": \"private_net_gateway\"}}, \"private_net\": {\"description\": \"ID of private network\", \"value\": {\"get_resource\": \"private_net\"}}, \"private_net_cidr\": {\"description\": \"Private network address (CIDR notation)\", \"value\": {\"get_param\": \"private_net_cidr\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Network for Clearwater to use\\n\", \"parameters\": {\"private_net_cidr\": {\"default\": \"192.168.0.0/24\", \"type\": \"string\", \"description\": \"Private network address (CIDR notation)\"}, \"private_net_pool_end\": {\"default\": \"192.168.0.253\", \"type\": \"string\", \"description\": \"End of private network IP address pool\"}, \"dns_ip\": {\"default\": \"8.8.8.8\", \"type\": \"string\", \"description\": \"IP address of DNS server\"}, \"private_net_gateway\": {\"default\": \"192.168.0.254\", \"type\": \"string\", \"description\": \"Private network gateway address\"}, \"public_net_id\": {\"type\": \"string\", \"description\": \"ID of public network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_net_pool_start\": {\"default\": \"192.168.0.1\", \"type\": \"string\", \"description\": \"Start of private network IP address pool\"}, \"private_net_name\": {\"default\": \"clearwater-private\", \"type\": \"string\", \"description\": \"Name of private network\"}, \"private_net_ip_version\": {\"default\": \"4\", \"type\": \"string\", \"description\": \"IP version (4 or 6)\", \"constraints\": [{\"description\": \"Must be 4 (IPv4) or 6 (IPv6)\", \"allowed_values\": [\"4\", \"6\"]}]}}, \"resources\": {\"router\": {\"type\": \"OS::Neutron::Router\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_net\": {\"type\": \"OS::Neutron::Net\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_subnet\": {\"type\": \"OS::Neutron::Subnet\", \"properties\": {\"ip_version\": {\"get_param\": \"private_net_ip_version\"}, \"allocation_pools\": [{\"start\": {\"get_param\": \"private_net_pool_start\"}, \"end\": {\"get_param\": \"private_net_pool_end\"}}], \"gateway_ip\": {\"get_param\": \"private_net_gateway\"}, \"name\": {\"get_param\": \"private_net_name\"}, \"network_id\": {\"get_resource\": \"private_net\"}, \"cidr\": {\"get_param\": \"private_net_cidr\"}, \"dns_nameservers\": [{\"get_param\": \"dns_ip\"}]}}, \"router_gateway\": {\"type\": \"OS::Neutron::RouterGateway\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"network_id\": {\"get_param\": \"public_net_id\"}}}, \"router_interface\": {\"type\": \"OS::Neutron::RouterInterface\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"subnet_id\": {\"get_resource\": \"private_subnet\"}}}}}", "file:///src/heat_vims/dns.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"zone\": {\"description\": \"DNS zone\", \"value\": {\"get_param\": \"zone\"}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"dnssec_key\": {\"description\": \"DNSSEC private key (Base64-encoded)\", \"value\": {\"get_param\": \"dnssec_key\"}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"DNS server exposing dynamic DNS using DNSSEC\\n\", \"parameters\": {\"dns_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for DNS nodes\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ns.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__public_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dns.log) 2>&1\\nset -x\\n\\n# Set up the signaling network interface\\nip addr add __private_sig_ip__/$(echo __private_sig_cidr__ | cut -d / -f 2) dev eth1\\nip link set dev eth1 up\\n\\n# Install BIND.\\napt-get update\\nDEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\\n\\n# Update BIND configuration with the specified zone and key.\\ncat >> /etc/bind/named.conf.local << EOF\\nkey __zone__. {\\n algorithm \\\"HMAC-MD5\\\";\\n secret \\\"__dnssec_key__\\\";\\n};\\n\\nzone \\\"__zone__\\\" IN {\\n type master;\\n file \\\"/var/lib/bind/db.__zone__\\\";\\n allow-update {\\n key __zone__.;\\n };\\n};\\nEOF\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Create basic zone configuration.\\ncat > /var/lib/bind/db.__zone__ << EOF\\n\\\\$ORIGIN __zone__.\\n\\\\$TTL 1h\\n@ IN SOA ns admin\\\\@__zone__. ( $(date +%Y%m%d%H) 1d 2h 1w 30s )\\n@ NS ns\\nns $(ip2rr __public_ip__)\\nEOF\\nchown root:bind /var/lib/bind/db.__zone__\\n\\n# Now that BIND configuration is correct, kick it to reload.\\nservice bind9 reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/dime.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Dime node\\n\", \"parameters\": {\"dime_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ralf node in the Ralf cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"dime_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (management)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dime_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"dime_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"dime-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dime.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=dime-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install dime --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add dime-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ralf.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs-prov.__zone__. 30 $(ip2rr __private_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/bono.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Bono node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Bono node in the Bono cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"bono_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Bono nodes (signaling)\"}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (managment)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"bono_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"bono-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-bono.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=__index__.bono.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install bono --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add bono-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.bono.__zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.__zone__.\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2U\\\" \\\"\\\" _sip._udp.__zone__.\\nupdate add _sip._tcp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nupdate add _sip._udp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/homer.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Homer node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Homer node in the Homer cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"homer_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"homer_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (maangement)\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"homer_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"homer_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"homer-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-homer.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=homer-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install homer --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add homer-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add homer.__zone__. 30 $(ip2rr __public_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/security-groups.yaml": "{\"outputs\": {\"dime_sig\": {\"description\": \"Security group for Dime nodes (signaling)\", \"value\": {\"get_resource\": \"dime_sig\"}}, \"dime_mgmt\": {\"description\": \"Security group for Dime nodes (management)\", \"value\": {\"get_resource\": \"dime_mgmt\"}}, \"ellis_mgmt\": {\"description\": \"Security group for Ellis nodes (managment)\", \"value\": {\"get_resource\": \"ellis_mgmt\"}}, \"sprout_sig_outbound\": {\"description\": \"Security group for Sprout nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_outbound\"}}, \"base_mgmt\": {\"description\": \"Base security group for all Clearwater nodes (management)\", \"value\": {\"get_resource\": \"base_mgmt\"}}, \"homer_mgmt\": {\"description\": \"Security group for Homer nodes (management)\", \"value\": {\"get_resource\": \"homer_mgmt\"}}, \"vellum_sig_outbound\": {\"description\": \"Security group for Vellum nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_outbound\"}}, \"homer_sig\": {\"description\": \"Security group for Homer nodes (signaling)\", \"value\": {\"get_resource\": \"homer_sig\"}}, \"dns\": {\"description\": \"Security group for DNS nodes\", \"value\": {\"get_resource\": \"dns\"}}, \"bono_sig\": {\"description\": \"Security group for Bono nodes (signaling)\", \"value\": {\"get_resource\": \"bono_sig\"}}, \"sprout_sig_inbound\": {\"description\": \"Security group for Sprout nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_inbound\"}}, \"vellum_sig_inbound\": {\"description\": \"Security group for Vellum nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_inbound\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Security Groups for Clearwater to use\\n\", \"parameters\": {\"name_prefix\": {\"default\": \"clearwater\", \"type\": \"string\", \"description\": \"Security group name prefix\"}}, \"resources\": {\"dime_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-sig\"}}, \"description\": \"Security group for Dime nodes (signaling)\"}}, \"dime_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"ellis_mgmt\"}, \"port_range_max\": 8889, \"port_range_min\": 8889, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-mgmt\"}}, \"description\": \"Security group for Dime nodes (management)\"}}, \"ellis_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 80, \"port_range_min\": 80}, {\"protocol\": \"tcp\", \"port_range_max\": 443, \"port_range_min\": 443}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-ellis-mgmt\"}}, \"description\": \"Security group for Ellis nodes (management)\"}}, \"sprout_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 5052, \"port_range_min\": 5052, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 5054, \"port_range_min\": 5054, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-outbound\"}}, \"description\": \"Security group for Sprout nodes outbound traffic (signaling)\"}}, \"base_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 161, \"port_range_min\": 161}, {\"protocol\": \"tcp\", \"port_range_max\": 2380, \"port_range_min\": 2380, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 4000, \"port_range_min\": 4000, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-base-mgmt\"}}, \"description\": \"Base security group for all Clearwater nodes (management)\"}}, \"homer_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-mgmt\"}}, \"description\": \"Security group for Homer nodes (management)\"}}, \"vellum_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7253, \"port_range_min\": 7253, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 7000, \"port_range_min\": 7000, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 11211, \"port_range_min\": 11211, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-outbound\"}}, \"description\": \"Security group for Vellum nodes outbound traffic (signaling)\"}}, \"homer_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 9160, \"port_range_min\": 9160, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-sig\"}}, \"description\": \"Security group for Homer nodes (signaling)\"}}, \"dns\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 53, \"port_range_min\": 53}, {\"protocol\": \"tcp\", \"port_range_max\": 53, \"port_range_min\": 53}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dns\"}}, \"description\": \"Security group for DNS nodes\"}}, \"bono_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"udp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 5058, \"port_range_min\": 5058, \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 5058, \"port_range_min\": 5058, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"udp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5062, \"port_range_min\": 5062}, {\"protocol\": \"udp\", \"port_range_max\": 65535, \"port_range_min\": 32768}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-bono-sig\"}}, \"description\": \"Security group for Bono nodes (signaling)\"}}, \"sprout_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5052, \"port_range_min\": 5052, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5054, \"port_range_min\": 5054, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-inbound\"}}, \"description\": \"Security group for Sprout nodes inbound traffic (signaling)\"}}, \"vellum_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"homer_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-inbound\"}}, \"description\": \"Security group for Vellum nodes inbound traffic (signaling)\"}}}}"}, "disable_rollback": false, "parameters": {"vellum_cluster_size": 1, "zone": "clearwater.opnfv", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "dn_range_length": "1000", "dime_cluster_size": 1, "dn_range_start": "6505550000", "bono_cluster_size": 1, "external_mgmt_dns_ip": "8.8.8.8", "homer_cluster_size": 1, "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "external_sig_dns_ip": "8.8.8.8", "sprout_cluster_size": 1}, "tags": null, "stack_name": "clearwater-opnfv", "environment": {}, "template": {"outputs": {"dns_ip": {"description": "IP address of DNS", "value": {"get_attr": ["dns", "public_mgmt_ip"]}}, "zone": {"description": "DNS zone", "value": {"get_param": "zone"}}}, "heat_template_version": "2013-05-23", "description": "Clearwater deployment\n", "parameters": {"vellum_cluster_size": {"default": 1, "type": "number", "description": "Number of Vellum nodes in Vellum cluster"}, "repo_url": {"default": "http://repo.cw-ngv.com/stable", "type": "string", "description": "URL for Clearwater repository"}, "private_mgmt_net_cidr": {"default": "192.168.0.0/24", "type": "string", "description": "Private management network address (CIDR notation)"}, "key_name": {"type": "string", "description": "Name of keypair to assign", "constraints": [{"custom_constraint": "nova.keypair", "description": "Must be a valid keypair name"}]}, "image": {"type": "string", "description": "Name of image to use", "constraints": [{"custom_constraint": "glance.image", "description": "Must be a valid image name"}]}, "private_mgmt_net_pool_start": {"default": "192.168.0.1", "type": "string", "description": "Start of private management network IP address pool"}, "dn_range_length": {"default": "1000", "type": "string", "description": "Number of directory numbers to add to pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "dime_cluster_size": {"default": 1, "type": "number", "description": "Number of Dime nodes in Dime cluster"}, "private_sig_net_pool_end": {"default": "192.168.1.253", "type": "string", "description": "End of private signaling network IP address pool"}, "dn_range_start": {"default": "6505550000", "type": "string", "description": "First directory number in pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "public_sig_net_id": {"type": "string", "description": "ID of public signaling network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "private_sig_net_ip_version": {"default": "4", "type": "string", "description": "IP version (4 or 6) on the private signaling network", "constraints": [{"description": "Must be 4 (IPv4) or 6 (IPv6)", "allowed_values": ["4", "6"]}]}, "public_mgmt_net_id": {"type": "string", "description": "ID of public management network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "homer_cluster_size": {"default": 1, "type": "number", "description": "Number of Homer nodes in Homer cluster"}, "flavor": {"type": "string", "description": "Flavor to use", "constraints": [{"custom_constraint": "nova.flavor", "description": "Must be a valid flavor name"}]}, "sprout_cluster_size": {"default": 1, "type": "number", "description": "Number of Sprout nodes in Sprout cluster"}, "private_sig_net_pool_start": {"default": "192.168.1.1", "type": "string", "description": "Start of private signaling network IP address pool"}, "private_mgmt_net_gateway": {"default": "192.168.0.254", "type": "string", "description": "Private management network gateway address"}, "dnssec_key": {"type": "string", "description": "DNSSEC private key (Base64-encoded)", "constraints": [{"allowed_pattern": "[0-9A-Za-z+/=]+", "description": "Must be Base64-encoded"}]}, "zone": {"default": "example.com", "type": "string", "description": "DNS zone"}, "private_mgmt_net_pool_end": {"default": "192.168.0.253", "type": "string", "description": "End of private management network IP address pool"}, "external_mgmt_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on management network"}, "bono_cluster_size": {"default": 1, "type": "number", "description": "Number of Bono nodes in Bono cluster"}, "private_sig_net_cidr": {"default": "192.168.1.0/24", "type": "string", "description": "Private signaling network address (CIDR notation)"}, "external_sig_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on signaling network"}, "private_sig_net_gateway": {"default": "192.168.1.254", "type": "string", "description": "Private signaling network gateway address"}}, "resources": {"homer": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "homer_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/homer.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "homer_sig_security_group": {"get_attr": ["security_groups", "homer_sig"]}, "repo_url": {"get_param": "repo_url"}, "homer_mgmt_security_group": {"get_attr": ["security_groups", "homer_mgmt"]}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "ellis": {"type": "file:///src/heat_vims/ellis.yaml", "properties": {"zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "ellis_mgmt_security_group": {"get_attr": ["security_groups", "ellis_mgmt"]}, "dn_range_length": {"get_param": "dn_range_length"}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "dn_range_start": {"get_param": "dn_range_start"}, "repo_url": {"get_param": "repo_url"}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "dime": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "dime_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/dime.yaml", "properties": {"dime_sig_security_group": {"get_attr": ["security_groups", "dime_sig"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "dnssec_key": {"get_param": "dnssec_key"}, "zone": {"get_param": "zone"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "dime_mgmt_security_group": {"get_attr": ["security_groups", "dime_mgmt"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sprout": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "sprout_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/sprout.yaml", "properties": {"sprout_sig_outbound_security_group": {"get_attr": ["security_groups", "sprout_sig_outbound"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "sprout_sig_inbound_security_group": {"get_attr": ["security_groups", "sprout_sig_inbound"]}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "vellum": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "vellum_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/vellum.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "vellum_sig_inbound_security_group": {"get_attr": ["security_groups", "vellum_sig_inbound"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "vellum_sig_outbound_security_group": {"get_attr": ["security_groups", "vellum_sig_outbound"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sig_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_cidr": {"get_param": "private_sig_net_cidr"}, "private_net_pool_end": {"get_param": "private_sig_net_pool_end"}, "dns_ip": {"get_param": "external_sig_dns_ip"}, "private_net_gateway": {"get_param": "private_sig_net_gateway"}, "public_net_id": {"get_param": "public_sig_net_id"}, "private_net_pool_start": {"get_param": "private_sig_net_pool_start"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-signaling"}}, "private_net_ip_version": {"get_param": "private_sig_net_ip_version"}}}, "bono": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "bono_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/bono.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "bono_sig_security_group": {"get_attr": ["security_groups", "bono_sig"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "dns": {"type": "file:///src/heat_vims/dns.yaml", "properties": {"dns_security_group": {"get_attr": ["security_groups", "dns"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "mgmt_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_gateway": {"get_param": "private_mgmt_net_gateway"}, "public_net_id": {"get_param": "public_mgmt_net_id"}, "private_net_pool_start": {"get_param": "private_mgmt_net_pool_start"}, "private_net_cidr": {"get_param": "private_mgmt_net_cidr"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-management"}}, "private_net_pool_end": {"get_param": "private_mgmt_net_pool_end"}, "dns_ip": {"get_param": "external_mgmt_dns_ip"}}}, "security_groups": {"type": "file:///src/heat_vims/security-groups.yaml", "properties": {"name_prefix": {"get_param": "OS::stack_name"}}}}}, "timeout_mins": 60}' 2018-09-02 02:59:07,488 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 02:59:01 GMT Server: Apache x-openstack-request-id: req-095922c8-6dd7-404d-a70a-616613251203 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}]}} 2018-09-02 02:59:07,488 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks used request id req-095922c8-6dd7-404d-a70a-616613251203 2018-09-02 02:59:07,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 5.96599602699s 2018-09-02 02:59:07,489 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks used request id req-095922c8-6dd7-404d-a70a-616613251203 2018-09-02 02:59:07,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:07,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=None&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:07,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:07 GMT Server: Apache x-openstack-request-id: req-2971845b-a8d1-467f-87ef-88e71943c6d6 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?sort_dir=asc Content-Length: 463 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:08,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:07 GMT Server: Apache x-openstack-request-id: req-b8c5b99a-9df7-4228-be24-41e485e30e66 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 434 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T02:59:07Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv/events/100516cf-48ef-4579-a99b-87aa671373d9", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "id": "100516cf-48ef-4579-a99b-87aa671373d9"}, {"resource_name": "security_groups", "event_time": "2018-09-02T02:59:07Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups/events/cf95f8c6-d05d-4617-9f4e-b5bdf53e605c", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-z6iyb52jehni", "id": "cf95f8c6-d05d-4617-9f4e-b5bdf53e605c"}]} 2018-09-02 02:59:08,247 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?sort_dir=asc&sort_dir=asc used request id req-b8c5b99a-9df7-4228-be24-41e485e30e66 2018-09-02 02:59:08,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.757981061935s 2018-09-02 02:59:08,247 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?sort_dir=asc&sort_dir=asc used request id req-b8c5b99a-9df7-4228-be24-41e485e30e66 2018-09-02 02:59:13,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:13,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=cf95f8c6-d05d-4617-9f4e-b5bdf53e605c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:13,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:13 GMT Server: Apache x-openstack-request-id: req-644f7ac0-e297-4da9-8de1-67230b25dfef Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=cf95f8c6-d05d-4617-9f4e-b5bdf53e605c&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:13,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:13 GMT Server: Apache x-openstack-request-id: req-845d683f-fc93-4deb-9c51-c7a410964ce8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 433 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-09-02T02:59:08Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network/events/57ff8ab8-bdd6-4a5c-b817-896be2e19b13", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-4oljdgs3svn4", "id": "57ff8ab8-bdd6-4a5c-b817-896be2e19b13"}, {"resource_name": "mgmt_network", "event_time": "2018-09-02T02:59:09Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network/events/3b41f531-38b7-4c63-94d4-359f3ea14e6d", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-3dgfyp6oeigw", "id": "3b41f531-38b7-4c63-94d4-359f3ea14e6d"}]} 2018-09-02 02:59:13,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=cf95f8c6-d05d-4617-9f4e-b5bdf53e605c&sort_dir=asc&marker=cf95f8c6-d05d-4617-9f4e-b5bdf53e605c&sort_dir=asc used request id req-845d683f-fc93-4deb-9c51-c7a410964ce8 2018-09-02 02:59:13,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.702327013016s 2018-09-02 02:59:13,957 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=cf95f8c6-d05d-4617-9f4e-b5bdf53e605c&sort_dir=asc&marker=cf95f8c6-d05d-4617-9f4e-b5bdf53e605c&sort_dir=asc used request id req-845d683f-fc93-4deb-9c51-c7a410964ce8 2018-09-02 02:59:18,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:18,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:18,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:18 GMT Server: Apache x-openstack-request-id: req-f80075e9-9827-4f92-b718-d7a8e972c149 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:19,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:19 GMT Server: Apache x-openstack-request-id: req-787b0b54-4ef6-49ea-a66a-a64435a82b01 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 02:59:19,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc&marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc used request id req-787b0b54-4ef6-49ea-a66a-a64435a82b01 2018-09-02 02:59:19,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.411150932312s 2018-09-02 02:59:19,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc&marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc used request id req-787b0b54-4ef6-49ea-a66a-a64435a82b01 2018-09-02 02:59:24,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:24,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:24 GMT Server: Apache x-openstack-request-id: req-7b3c9528-ef1d-4d81-a5c0-55e5c7900fea Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:24,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:24 GMT Server: Apache x-openstack-request-id: req-aca76f84-8ca0-4104-9bf8-762628089ec6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-09-02T02:59:20Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network/events/9660b9fa-e457-4492-96c3-dd8779a9df7d", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "647c0d20-0530-4896-ad07-e3b69b30e5e2", "id": "9660b9fa-e457-4492-96c3-dd8779a9df7d"}, {"resource_name": "security_groups", "event_time": "2018-09-02T02:59:20Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups/events/b4f2c32f-65ce-4012-870e-c6f2c824ff81", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "093cc52c-faed-41c9-bdaf-41b5d1da4c4a", "id": "b4f2c32f-65ce-4012-870e-c6f2c824ff81"}, {"resource_name": "mgmt_network", "event_time": "2018-09-02T02:59:21Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network/events/b0cd08a4-44b0-428c-a733-11df02fbc19b", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "55a97e2e-591b-4615-9260-0486236baf41", "id": "b0cd08a4-44b0-428c-a733-11df02fbc19b"}, {"resource_name": "dns", "event_time": "2018-09-02T02:59:21Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns/events/04136ccf-fa0b-49e7-b2a1-d0f4972f1c37", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-ekhjwd2ke3dt", "id": "04136ccf-fa0b-49e7-b2a1-d0f4972f1c37"}]} 2018-09-02 02:59:24,454 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc&marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc used request id req-aca76f84-8ca0-4104-9bf8-762628089ec6 2018-09-02 02:59:24,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073921918869s 2018-09-02 02:59:24,455 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc&marker=3b41f531-38b7-4c63-94d4-359f3ea14e6d&sort_dir=asc used request id req-aca76f84-8ca0-4104-9bf8-762628089ec6 2018-09-02 02:59:29,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:29,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:29,489 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:29 GMT Server: Apache x-openstack-request-id: req-0d441bfb-c5cc-4bf5-b4a4-dfdeb9190901 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:29,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:29 GMT Server: Apache x-openstack-request-id: req-f6bea91d-b6d7-463e-93e3-eb0eec1094d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 02:59:29,709 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-f6bea91d-b6d7-463e-93e3-eb0eec1094d0 2018-09-02 02:59:29,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.24950003624s 2018-09-02 02:59:29,710 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-f6bea91d-b6d7-463e-93e3-eb0eec1094d0 2018-09-02 02:59:34,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:34,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:34,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:34 GMT Server: Apache x-openstack-request-id: req-a9476f05-e9a3-46f1-9e9b-7041484d700e Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:34,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:34 GMT Server: Apache x-openstack-request-id: req-d2a1a9ea-4e0b-49b8-937d-5a3e7cfa9ad2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 02:59:34,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-d2a1a9ea-4e0b-49b8-937d-5a3e7cfa9ad2 2018-09-02 02:59:34,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718140602112s 2018-09-02 02:59:34,788 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-d2a1a9ea-4e0b-49b8-937d-5a3e7cfa9ad2 2018-09-02 02:59:34,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 02:59:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:35,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:34 GMT Server: Apache x-openstack-request-id: req-3a8f52ec-0740-4f90-8b26-fd358c55cc87 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:35,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:35 GMT Server: Apache x-openstack-request-id: req-c607fc33-24b3-4eb7-8f15-3a1360c29a74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 02:59:35,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-c607fc33-24b3-4eb7-8f15-3a1360c29a74 2018-09-02 02:59:35,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.350286960602s 2018-09-02 02:59:35,139 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-c607fc33-24b3-4eb7-8f15-3a1360c29a74 2018-09-02 02:59:40,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:40,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:40,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:40 GMT Server: Apache x-openstack-request-id: req-2236cee3-cbb7-43e4-aee3-f054e73147a3 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:40,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:40 GMT Server: Apache x-openstack-request-id: req-cc4c960d-ad61-42c0-95b9-2781919b2bd8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 02:59:40,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-cc4c960d-ad61-42c0-95b9-2781919b2bd8 2018-09-02 02:59:40,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.304969072342s 2018-09-02 02:59:40,449 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-cc4c960d-ad61-42c0-95b9-2781919b2bd8 2018-09-02 02:59:45,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:45,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:45,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:45 GMT Server: Apache x-openstack-request-id: req-a0e7af5b-c077-4856-911f-995cea71fbd4 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:45,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:45 GMT Server: Apache x-openstack-request-id: req-469eb9c6-dc7f-4a83-8c99-03a20f66f5d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 02:59:45,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-469eb9c6-dc7f-4a83-8c99-03a20f66f5d8 2018-09-02 02:59:45,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700349807739s 2018-09-02 02:59:45,525 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-469eb9c6-dc7f-4a83-8c99-03a20f66f5d8 2018-09-02 02:59:45,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 02:59:45,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:45,726 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:45 GMT Server: Apache x-openstack-request-id: req-f6f2ae83-4ace-4025-851f-0f5c477dc16b Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:45,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:45 GMT Server: Apache x-openstack-request-id: req-25baaa8e-428c-473a-84e5-96c4fc7614af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 02:59:45,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-25baaa8e-428c-473a-84e5-96c4fc7614af 2018-09-02 02:59:45,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.243582010269s 2018-09-02 02:59:45,770 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-25baaa8e-428c-473a-84e5-96c4fc7614af 2018-09-02 02:59:50,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:50,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:50,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:50 GMT Server: Apache x-openstack-request-id: req-43916df7-9ab2-4373-b1cf-42a91de5612f Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:50,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:50 GMT Server: Apache x-openstack-request-id: req-5dca3e9d-dc09-4746-9c7f-c2c6db7c8fac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 02:59:50,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-5dca3e9d-dc09-4746-9c7f-c2c6db7c8fac 2018-09-02 02:59:50,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703861713409s 2018-09-02 02:59:50,847 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-5dca3e9d-dc09-4746-9c7f-c2c6db7c8fac 2018-09-02 02:59:55,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 02:59:55,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:56,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:55 GMT Server: Apache x-openstack-request-id: req-472ac868-1b63-40b5-868e-70f2b3a1a34f Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:56,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:56 GMT Server: Apache x-openstack-request-id: req-5f702e59-962e-4224-82f8-085778577ad6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 02:59:56,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-5f702e59-962e-4224-82f8-085778577ad6 2018-09-02 02:59:56,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.247805833817s 2018-09-02 02:59:56,101 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-5f702e59-962e-4224-82f8-085778577ad6 2018-09-02 02:59:56,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 02:59:56,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 02:59:56,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 02:59:56 GMT Server: Apache x-openstack-request-id: req-9c5ecddf-3e66-4351-8ca2-6d8a0b6ae8a1 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 02:59:56,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 02:59:56 GMT Server: Apache x-openstack-request-id: req-e8b01166-0f3e-4b93-abfc-a7c56923992a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 02:59:56,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-e8b01166-0f3e-4b93-abfc-a7c56923992a 2018-09-02 02:59:56,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711259841919s 2018-09-02 02:59:56,173 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-e8b01166-0f3e-4b93-abfc-a7c56923992a 2018-09-02 03:00:01,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:01,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:01,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:01 GMT Server: Apache x-openstack-request-id: req-89023769-86a4-4ec9-bbac-72a12ff507b0 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:01,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:01 GMT Server: Apache x-openstack-request-id: req-37f36940-d1ea-46e7-aaae-bc2a57f6f639 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:01,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-37f36940-d1ea-46e7-aaae-bc2a57f6f639 2018-09-02 03:00:01,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700531005859s 2018-09-02 03:00:01,250 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-37f36940-d1ea-46e7-aaae-bc2a57f6f639 2018-09-02 03:00:06,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:06,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:06,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:06 GMT Server: Apache x-openstack-request-id: req-b2c8f2a8-6af4-4073-9206-9b6390fa5c28 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:06,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:06 GMT Server: Apache x-openstack-request-id: req-72f100c1-ee4b-4adc-b4ca-1040df487d2a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:06,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-72f100c1-ee4b-4adc-b4ca-1040df487d2a 2018-09-02 03:00:06,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701169967651s 2018-09-02 03:00:06,327 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-72f100c1-ee4b-4adc-b4ca-1040df487d2a 2018-09-02 03:00:06,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:00:06,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:06,355 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:06 GMT Server: Apache x-openstack-request-id: req-ebeafc11-cb3c-4e42-b2a0-b083735f0663 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:06,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:06 GMT Server: Apache x-openstack-request-id: req-a7e5684f-95fe-427f-92ee-94ab021a1178 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:00:06,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-a7e5684f-95fe-427f-92ee-94ab021a1178 2018-09-02 03:00:06,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0694298744202s 2018-09-02 03:00:06,397 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-a7e5684f-95fe-427f-92ee-94ab021a1178 2018-09-02 03:00:11,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:11,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:11,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:11 GMT Server: Apache x-openstack-request-id: req-bcf00d22-57a8-4777-be43-4b14dc4b0df0 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:11,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:11 GMT Server: Apache x-openstack-request-id: req-f778cf8f-f6e4-4d4d-88d0-1274c790ba6b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:11,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-f778cf8f-f6e4-4d4d-88d0-1274c790ba6b 2018-09-02 03:00:11,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705959796906s 2018-09-02 03:00:11,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-f778cf8f-f6e4-4d4d-88d0-1274c790ba6b 2018-09-02 03:00:16,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:16,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:16,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:16 GMT Server: Apache x-openstack-request-id: req-fb77b5f4-70d8-447e-b0fe-952f381e2f88 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:16,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:16 GMT Server: Apache x-openstack-request-id: req-b94648a1-3167-469b-a94c-aa7eb388ef7d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:16,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-b94648a1-3167-469b-a94c-aa7eb388ef7d 2018-09-02 03:00:16,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710468292236s 2018-09-02 03:00:16,552 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-b94648a1-3167-469b-a94c-aa7eb388ef7d 2018-09-02 03:00:16,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:00:16,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:16,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:16 GMT Server: Apache x-openstack-request-id: req-65367a2d-db2a-4fb7-9f5e-94fb37d5989a Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:17,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:16 GMT Server: Apache x-openstack-request-id: req-1420a874-d3fa-4d89-bab4-296426654186 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:00:17,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-1420a874-d3fa-4d89-bab4-296426654186 2018-09-02 03:00:17,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.716873168945s 2018-09-02 03:00:17,270 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-1420a874-d3fa-4d89-bab4-296426654186 2018-09-02 03:00:22,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:22,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:22 GMT Server: Apache x-openstack-request-id: req-8f23dc86-b479-4084-a374-de6aa005c118 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:22,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:22 GMT Server: Apache x-openstack-request-id: req-be8964e1-452e-483f-ae70-10973203d468 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:22,348 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-be8964e1-452e-483f-ae70-10973203d468 2018-09-02 03:00:22,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711598396301s 2018-09-02 03:00:22,349 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-be8964e1-452e-483f-ae70-10973203d468 2018-09-02 03:00:27,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:27,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:27,402 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:27 GMT Server: Apache x-openstack-request-id: req-991f5f61-7ea8-4ea1-a3fa-f55b06021fab Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:27,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:27 GMT Server: Apache x-openstack-request-id: req-b938d1f9-841d-4b21-a639-1954304830e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:27,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-b938d1f9-841d-4b21-a639-1954304830e7 2018-09-02 03:00:27,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0877611637115s 2018-09-02 03:00:27,443 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-b938d1f9-841d-4b21-a639-1954304830e7 2018-09-02 03:00:27,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:00:27,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:27,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:27 GMT Server: Apache x-openstack-request-id: req-0ef8ffcd-bbfe-42a8-9e08-478de3a86dc4 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:27,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:27 GMT Server: Apache x-openstack-request-id: req-c6e913fd-1d20-47c9-b9d2-1921b2c8d063 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:00:27,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-c6e913fd-1d20-47c9-b9d2-1921b2c8d063 2018-09-02 03:00:27,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.06991314888s 2018-09-02 03:00:27,514 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-c6e913fd-1d20-47c9-b9d2-1921b2c8d063 2018-09-02 03:00:32,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:32,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:32,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:32 GMT Server: Apache x-openstack-request-id: req-1f0717a5-461d-4fa9-aa3b-4db4f1d2f2d9 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:32,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:32 GMT Server: Apache x-openstack-request-id: req-fc433aa5-7106-42a0-ae51-0924664b4f2b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:32,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-fc433aa5-7106-42a0-ae51-0924664b4f2b 2018-09-02 03:00:32,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700829029083s 2018-09-02 03:00:32,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-fc433aa5-7106-42a0-ae51-0924664b4f2b 2018-09-02 03:00:37,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:37,626 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:37 GMT Server: Apache x-openstack-request-id: req-3f7a90f3-8256-41d5-a421-2ecbb3f9fc78 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:37,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:37 GMT Server: Apache x-openstack-request-id: req-25397daa-9bbe-44a5-a670-10d1fec07fc6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:37,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-25397daa-9bbe-44a5-a670-10d1fec07fc6 2018-09-02 03:00:37,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0694239139557s 2018-09-02 03:00:37,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-25397daa-9bbe-44a5-a670-10d1fec07fc6 2018-09-02 03:00:37,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:00:37,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:37,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:37 GMT Server: Apache x-openstack-request-id: req-3defb501-f606-44bf-9483-760ffa47cbf4 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:37,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:37 GMT Server: Apache x-openstack-request-id: req-9a1ecb2a-42c5-40de-b134-1c316414b98d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:00:37,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-9a1ecb2a-42c5-40de-b134-1c316414b98d 2018-09-02 03:00:37,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0533738136292s 2018-09-02 03:00:37,721 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-9a1ecb2a-42c5-40de-b134-1c316414b98d 2018-09-02 03:00:42,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:42,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:42,758 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:42 GMT Server: Apache x-openstack-request-id: req-12b99fdd-d640-44e3-8f11-ba85475ecb0b Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:42,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:42 GMT Server: Apache x-openstack-request-id: req-63b42c6c-3bbe-4bc0-8480-4a69b9692028 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:42,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-63b42c6c-3bbe-4bc0-8480-4a69b9692028 2018-09-02 03:00:42,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709869861603s 2018-09-02 03:00:42,799 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-63b42c6c-3bbe-4bc0-8480-4a69b9692028 2018-09-02 03:00:47,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:47,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:47,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:47 GMT Server: Apache x-openstack-request-id: req-aed43c2d-e64f-448d-9433-0e57e31df0b8 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:47,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:47 GMT Server: Apache x-openstack-request-id: req-c26a4923-8850-4e45-9d22-0e32866f8ff5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:47,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-c26a4923-8850-4e45-9d22-0e32866f8ff5 2018-09-02 03:00:47,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702760219574s 2018-09-02 03:00:47,876 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-c26a4923-8850-4e45-9d22-0e32866f8ff5 2018-09-02 03:00:47,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:00:47,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:47,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:47 GMT Server: Apache x-openstack-request-id: req-291823c7-e92f-4657-b99c-29dadfd4aed6 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:47,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:47 GMT Server: Apache x-openstack-request-id: req-a9fc7ccf-4444-4f41-b73c-e814b962f817 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:00:47,930 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-a9fc7ccf-4444-4f41-b73c-e814b962f817 2018-09-02 03:00:47,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.053671836853s 2018-09-02 03:00:47,930 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-a9fc7ccf-4444-4f41-b73c-e814b962f817 2018-09-02 03:00:52,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:52,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:52,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:52 GMT Server: Apache x-openstack-request-id: req-129aa7f6-00a8-4fba-bf5e-228ff9ef93bd Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:53,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:52 GMT Server: Apache x-openstack-request-id: req-baf73443-4f89-49ca-8ef0-7ff19eb62a93 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:53,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-baf73443-4f89-49ca-8ef0-7ff19eb62a93 2018-09-02 03:00:53,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705060958862s 2018-09-02 03:00:53,008 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-baf73443-4f89-49ca-8ef0-7ff19eb62a93 2018-09-02 03:00:58,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:00:58,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:58,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:58 GMT Server: Apache x-openstack-request-id: req-2df067e8-22ea-4034-a9a8-05d15718a333 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:58,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:58 GMT Server: Apache x-openstack-request-id: req-b4db6b64-f137-4d20-b955-2be3045913fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:00:58,085 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-b4db6b64-f137-4d20-b955-2be3045913fd 2018-09-02 03:00:58,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712530612946s 2018-09-02 03:00:58,086 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-b4db6b64-f137-4d20-b955-2be3045913fd 2018-09-02 03:00:58,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:00:58,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:00:58,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:00:58 GMT Server: Apache x-openstack-request-id: req-c8ee86c5-f69a-4701-8301-f5289df992d5 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:00:58,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:00:58 GMT Server: Apache x-openstack-request-id: req-00ff57b6-7386-4ab8-9f00-072857b497b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:00:58,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-00ff57b6-7386-4ab8-9f00-072857b497b6 2018-09-02 03:00:58,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0546901226044s 2018-09-02 03:00:58,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-00ff57b6-7386-4ab8-9f00-072857b497b6 2018-09-02 03:01:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:03,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:03,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:03 GMT Server: Apache x-openstack-request-id: req-ddbebaec-eea4-401f-b52e-3513e1d58746 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:03,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:03 GMT Server: Apache x-openstack-request-id: req-d6005690-baa0-4251-acd8-f579b3504064 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:03,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-d6005690-baa0-4251-acd8-f579b3504064 2018-09-02 03:01:03,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715959072113s 2018-09-02 03:01:03,220 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-d6005690-baa0-4251-acd8-f579b3504064 2018-09-02 03:01:08,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:08,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:08,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:08 GMT Server: Apache x-openstack-request-id: req-f56a60a0-1d17-463c-bde7-c313b2c1895f Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:08,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:08 GMT Server: Apache x-openstack-request-id: req-709792a4-8cbe-4bbf-8995-c51b6c79e072 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:08,300 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-709792a4-8cbe-4bbf-8995-c51b6c79e072 2018-09-02 03:01:08,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736000537872s 2018-09-02 03:01:08,300 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-709792a4-8cbe-4bbf-8995-c51b6c79e072 2018-09-02 03:01:08,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:01:08,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:08,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:08 GMT Server: Apache x-openstack-request-id: req-e1f7051a-0b56-49f6-b976-32bc3ff8f821 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:08,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:08 GMT Server: Apache x-openstack-request-id: req-92094436-64dd-4f2a-86e1-3dab147338a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:01:08,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-92094436-64dd-4f2a-86e1-3dab147338a4 2018-09-02 03:01:08,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722661018372s 2018-09-02 03:01:08,373 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-92094436-64dd-4f2a-86e1-3dab147338a4 2018-09-02 03:01:13,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:13,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:13,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:13 GMT Server: Apache x-openstack-request-id: req-cd44a877-b0f9-4223-91d6-9ce71b1898c4 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:13,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:13 GMT Server: Apache x-openstack-request-id: req-4e8ff1b5-511d-44cf-838a-e76d1ec38ac7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:13,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-4e8ff1b5-511d-44cf-838a-e76d1ec38ac7 2018-09-02 03:01:13,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733258724213s 2018-09-02 03:01:13,454 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-4e8ff1b5-511d-44cf-838a-e76d1ec38ac7 2018-09-02 03:01:18,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:18,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:18,490 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:18 GMT Server: Apache x-openstack-request-id: req-ca27ddb3-6281-4be8-884a-c8e18d488cce Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:18,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:18 GMT Server: Apache x-openstack-request-id: req-66f5fe5f-355a-41aa-a8ef-9d694e22ffd5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:18,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-66f5fe5f-355a-41aa-a8ef-9d694e22ffd5 2018-09-02 03:01:18,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705299377441s 2018-09-02 03:01:18,531 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-66f5fe5f-355a-41aa-a8ef-9d694e22ffd5 2018-09-02 03:01:18,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:01:18,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:18,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:18 GMT Server: Apache x-openstack-request-id: req-88f7fc04-a831-4158-8b27-f6a8f4c9dceb Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:18,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:18 GMT Server: Apache x-openstack-request-id: req-a117b120-6f56-4410-b6a6-f7d0182fbcf5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:01:18,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-a117b120-6f56-4410-b6a6-f7d0182fbcf5 2018-09-02 03:01:18,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707108974457s 2018-09-02 03:01:18,603 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-a117b120-6f56-4410-b6a6-f7d0182fbcf5 2018-09-02 03:01:23,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:23,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:23,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:23 GMT Server: Apache x-openstack-request-id: req-bbec369e-7640-42bd-a31a-9d7682deef05 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:23,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:23 GMT Server: Apache x-openstack-request-id: req-ac7e09a2-050d-4224-9c17-62c924e855b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-09-02T03:01:19Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns/events/cc6656dc-5a62-4be4-9bfe-5be58f67d44c", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b3cebaf7-4161-455a-8314-33ce43094e70", "id": "cc6656dc-5a62-4be4-9bfe-5be58f67d44c"}, {"resource_name": "ellis", "event_time": "2018-09-02T03:01:19Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis/events/7bd09756-815d-46b6-8516-4d40ce1de8e7", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-ver5phoytyqf", "id": "7bd09756-815d-46b6-8516-4d40ce1de8e7"}]} 2018-09-02 03:01:23,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-ac7e09a2-050d-4224-9c17-62c924e855b4 2018-09-02 03:01:23,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730051994324s 2018-09-02 03:01:23,683 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc&marker=04136ccf-fa0b-49e7-b2a1-d0f4972f1c37&sort_dir=asc used request id req-ac7e09a2-050d-4224-9c17-62c924e855b4 2018-09-02 03:01:28,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:28,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:28,736 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:28 GMT Server: Apache x-openstack-request-id: req-e2efa98e-db6d-41b8-8248-a0ce7b88e06d Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:28,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:28 GMT Server: Apache x-openstack-request-id: req-90f900cb-4dce-42f1-a705-8bd4cc63c540 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:28,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-90f900cb-4dce-42f1-a705-8bd4cc63c540 2018-09-02 03:01:28,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0885739326477s 2018-09-02 03:01:28,779 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-90f900cb-4dce-42f1-a705-8bd4cc63c540 2018-09-02 03:01:33,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:33,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:33,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:33 GMT Server: Apache x-openstack-request-id: req-4887fb5a-4544-4278-b793-0dadedce667f Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:33,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:33 GMT Server: Apache x-openstack-request-id: req-ca3524f4-6699-4d94-a599-b53d88155a6f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:33,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-ca3524f4-6699-4d94-a599-b53d88155a6f 2018-09-02 03:01:33,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731868743896s 2018-09-02 03:01:33,858 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-ca3524f4-6699-4d94-a599-b53d88155a6f 2018-09-02 03:01:33,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:01:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:33,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:33 GMT Server: Apache x-openstack-request-id: req-1aee8fc0-0832-4cff-80d3-0a38722663c5 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:33,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:33 GMT Server: Apache x-openstack-request-id: req-9e2e3c28-1d0e-43fa-9f52-5ac39a36a9b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:01:33,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-9e2e3c28-1d0e-43fa-9f52-5ac39a36a9b2 2018-09-02 03:01:33,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0691452026367s 2018-09-02 03:01:33,928 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-9e2e3c28-1d0e-43fa-9f52-5ac39a36a9b2 2018-09-02 03:01:38,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:38,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:38,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:38 GMT Server: Apache x-openstack-request-id: req-2582a598-387f-4914-8d48-79f3a4edb054 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:39,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:38 GMT Server: Apache x-openstack-request-id: req-dfa7c5ef-f2ea-4c3a-9305-d42901247165 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:39,005 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-dfa7c5ef-f2ea-4c3a-9305-d42901247165 2018-09-02 03:01:39,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702438354492s 2018-09-02 03:01:39,006 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-dfa7c5ef-f2ea-4c3a-9305-d42901247165 2018-09-02 03:01:44,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:44,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:44,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:44 GMT Server: Apache x-openstack-request-id: req-b4b095cd-4d7d-4c30-aaeb-d25bd4b4d9ca Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:44,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:44 GMT Server: Apache x-openstack-request-id: req-4147a95d-6417-4064-b179-251b6e91772e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:44,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-4147a95d-6417-4064-b179-251b6e91772e 2018-09-02 03:01:44,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0696940422058s 2018-09-02 03:01:44,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-4147a95d-6417-4064-b179-251b6e91772e 2018-09-02 03:01:44,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:01:44,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:44,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:44 GMT Server: Apache x-openstack-request-id: req-a89fd21b-0466-454e-8869-6579e1179373 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:44,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:44 GMT Server: Apache x-openstack-request-id: req-96ea0387-9946-4453-8d4c-0fce5a7e31a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:01:44,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-96ea0387-9946-4453-8d4c-0fce5a7e31a3 2018-09-02 03:01:44,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706169605255s 2018-09-02 03:01:44,153 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-96ea0387-9946-4453-8d4c-0fce5a7e31a3 2018-09-02 03:01:49,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:49,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:49,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:49 GMT Server: Apache x-openstack-request-id: req-5a8fff33-d153-452e-8a22-1cdfada4a008 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:49,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:49 GMT Server: Apache x-openstack-request-id: req-37cccb3f-9d5b-4092-a371-2dd8ef087ab2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:49,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-37cccb3f-9d5b-4092-a371-2dd8ef087ab2 2018-09-02 03:01:49,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733139514923s 2018-09-02 03:01:49,234 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-37cccb3f-9d5b-4092-a371-2dd8ef087ab2 2018-09-02 03:01:54,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:54,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:54,269 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:54 GMT Server: Apache x-openstack-request-id: req-d7353ce9-3d59-453b-ba94-ab1b0cfc60b0 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:54,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:54 GMT Server: Apache x-openstack-request-id: req-26526621-6a24-4d6d-b9a5-9e1c99770c77 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:54,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-26526621-6a24-4d6d-b9a5-9e1c99770c77 2018-09-02 03:01:54,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705699920654s 2018-09-02 03:01:54,311 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-26526621-6a24-4d6d-b9a5-9e1c99770c77 2018-09-02 03:01:54,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:01:54,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:54,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:54 GMT Server: Apache x-openstack-request-id: req-8e44b7cd-eb74-4ad0-a3c6-3aafde640019 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:54,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:54 GMT Server: Apache x-openstack-request-id: req-fec5098e-0c5d-43dc-83d4-c7882f6f78ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:01:54,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-fec5098e-0c5d-43dc-83d4-c7882f6f78ea 2018-09-02 03:01:54,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0539891719818s 2018-09-02 03:01:54,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-fec5098e-0c5d-43dc-83d4-c7882f6f78ea 2018-09-02 03:01:59,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:01:59,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:01:59,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:01:59 GMT Server: Apache x-openstack-request-id: req-a0248397-98b5-495b-b86c-db9fb58c092c Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:01:59,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:01:59 GMT Server: Apache x-openstack-request-id: req-441041e1-382d-46bc-a425-37992e73c22b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:01:59,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-441041e1-382d-46bc-a425-37992e73c22b 2018-09-02 03:01:59,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702929496765s 2018-09-02 03:01:59,443 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-441041e1-382d-46bc-a425-37992e73c22b 2018-09-02 03:02:04,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:04,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:04,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:04 GMT Server: Apache x-openstack-request-id: req-4d82aec8-da5b-48f1-9cf7-908605585bd8 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:04,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:04 GMT Server: Apache x-openstack-request-id: req-28fea698-e6bd-4f69-9f2d-0e01d896bc00 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:04,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-28fea698-e6bd-4f69-9f2d-0e01d896bc00 2018-09-02 03:02:04,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0865988731384s 2018-09-02 03:02:04,536 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-28fea698-e6bd-4f69-9f2d-0e01d896bc00 2018-09-02 03:02:04,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:02:04,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:04,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:04 GMT Server: Apache x-openstack-request-id: req-4536af67-adf2-4055-a99d-ed6c08ae8870 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:04,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:04 GMT Server: Apache x-openstack-request-id: req-8c0f1ecb-7ad6-4269-abcc-8edba108a7f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:02:04,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-8c0f1ecb-7ad6-4269-abcc-8edba108a7f3 2018-09-02 03:02:04,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716650485992s 2018-09-02 03:02:04,608 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-8c0f1ecb-7ad6-4269-abcc-8edba108a7f3 2018-09-02 03:02:09,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:09,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:09 GMT Server: Apache x-openstack-request-id: req-d575a687-c4aa-40c5-b5c0-374036965ac0 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:09,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:09 GMT Server: Apache x-openstack-request-id: req-30fac27d-6d5b-4261-a473-6699f75186ca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:09,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-30fac27d-6d5b-4261-a473-6699f75186ca 2018-09-02 03:02:09,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725910663605s 2018-09-02 03:02:09,689 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-30fac27d-6d5b-4261-a473-6699f75186ca 2018-09-02 03:02:14,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:14,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:14,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:14 GMT Server: Apache x-openstack-request-id: req-13668861-8e0b-4ad5-b27f-394bb5bd7f10 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:14,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:14 GMT Server: Apache x-openstack-request-id: req-ae74e026-d44b-4089-bb86-8c4a9e50e37d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:14,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-ae74e026-d44b-4089-bb86-8c4a9e50e37d 2018-09-02 03:02:14,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0691771507263s 2018-09-02 03:02:14,761 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-ae74e026-d44b-4089-bb86-8c4a9e50e37d 2018-09-02 03:02:14,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:02:14,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:14,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:14 GMT Server: Apache x-openstack-request-id: req-b38f64fa-c435-4eed-8022-145778f48b99 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:14,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:14 GMT Server: Apache x-openstack-request-id: req-15629bd4-bab1-40e5-b57d-90c39a1f6b27 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:02:14,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-15629bd4-bab1-40e5-b57d-90c39a1f6b27 2018-09-02 03:02:14,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0691750049591s 2018-09-02 03:02:14,831 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-15629bd4-bab1-40e5-b57d-90c39a1f6b27 2018-09-02 03:02:19,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:19,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:19,867 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:19 GMT Server: Apache x-openstack-request-id: req-d890ce4e-2ffb-4d73-987a-83d68e800901 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:19,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:19 GMT Server: Apache x-openstack-request-id: req-9728ddfa-43c3-48e9-9cfb-9007a5f1e159 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:19,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-9728ddfa-43c3-48e9-9cfb-9007a5f1e159 2018-09-02 03:02:19,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703921318054s 2018-09-02 03:02:19,908 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-9728ddfa-43c3-48e9-9cfb-9007a5f1e159 2018-09-02 03:02:24,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:24,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:24,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:24 GMT Server: Apache x-openstack-request-id: req-dce9ee8f-2426-4648-bcb2-dea8a3ff7527 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:24,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:24 GMT Server: Apache x-openstack-request-id: req-a0692c0b-050d-495a-8655-8ee30e74de1b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:24,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-a0692c0b-050d-495a-8655-8ee30e74de1b 2018-09-02 03:02:24,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0690920352936s 2018-09-02 03:02:24,984 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-a0692c0b-050d-495a-8655-8ee30e74de1b 2018-09-02 03:02:24,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:02:24,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:25,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:24 GMT Server: Apache x-openstack-request-id: req-e04aa087-74a6-4b9a-98f9-1e0d763e4b71 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:25,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:25 GMT Server: Apache x-openstack-request-id: req-dc28814c-0656-4ec2-92bc-b28be1d48604 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:02:25,037 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-dc28814c-0656-4ec2-92bc-b28be1d48604 2018-09-02 03:02:25,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0524799823761s 2018-09-02 03:02:25,037 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-dc28814c-0656-4ec2-92bc-b28be1d48604 2018-09-02 03:02:30,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:30,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:30,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:30 GMT Server: Apache x-openstack-request-id: req-d2e84895-62fd-4fc1-8fd2-dccf8e820329 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:30,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:30 GMT Server: Apache x-openstack-request-id: req-aef4f948-926d-44ca-9d34-eefbb691641f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:30,116 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-aef4f948-926d-44ca-9d34-eefbb691641f 2018-09-02 03:02:30,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722818374634s 2018-09-02 03:02:30,117 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-aef4f948-926d-44ca-9d34-eefbb691641f 2018-09-02 03:02:35,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:35,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:35,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:35 GMT Server: Apache x-openstack-request-id: req-5dcc216e-a933-465c-8575-7b32f51e1c47 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:35,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:35 GMT Server: Apache x-openstack-request-id: req-00c383ab-30ae-4503-bc24-596d8a3c9497 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:35,194 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-00c383ab-30ae-4503-bc24-596d8a3c9497 2018-09-02 03:02:35,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714318752289s 2018-09-02 03:02:35,195 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-00c383ab-30ae-4503-bc24-596d8a3c9497 2018-09-02 03:02:35,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:02:35,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:35,223 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:35 GMT Server: Apache x-openstack-request-id: req-dcddd7e0-633f-4b65-a15f-45a6a87b09ae Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:35,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:35 GMT Server: Apache x-openstack-request-id: req-6abd9136-e316-4733-a7f8-626b867d0b6a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:02:35,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-6abd9136-e316-4733-a7f8-626b867d0b6a 2018-09-02 03:02:35,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.069235086441s 2018-09-02 03:02:35,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-6abd9136-e316-4733-a7f8-626b867d0b6a 2018-09-02 03:02:40,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:40,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:40,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:40 GMT Server: Apache x-openstack-request-id: req-cbe09132-caf3-4333-954b-db11df136eff Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:40,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:40 GMT Server: Apache x-openstack-request-id: req-f86a559e-a16b-4e52-9dcb-e815d2ffe372 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:40,341 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-f86a559e-a16b-4e52-9dcb-e815d2ffe372 2018-09-02 03:02:40,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0699219703674s 2018-09-02 03:02:40,342 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-f86a559e-a16b-4e52-9dcb-e815d2ffe372 2018-09-02 03:02:45,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:45,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:45,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:45 GMT Server: Apache x-openstack-request-id: req-9d55cef6-8c82-42e4-8569-b7f0b3be4054 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:45,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:45 GMT Server: Apache x-openstack-request-id: req-d1608adb-e2ef-49f2-b307-93b2958cb802 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:45,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-d1608adb-e2ef-49f2-b307-93b2958cb802 2018-09-02 03:02:45,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718140602112s 2018-09-02 03:02:45,420 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-d1608adb-e2ef-49f2-b307-93b2958cb802 2018-09-02 03:02:45,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:02:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:45,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:45 GMT Server: Apache x-openstack-request-id: req-b43d4bf4-002c-4d50-b4f3-4efd3891891d Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:45,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:45 GMT Server: Apache x-openstack-request-id: req-6da2eda0-a95b-4799-8789-0ccaae3cfe19 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:02:45,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-6da2eda0-a95b-4799-8789-0ccaae3cfe19 2018-09-02 03:02:45,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703709125519s 2018-09-02 03:02:45,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-6da2eda0-a95b-4799-8789-0ccaae3cfe19 2018-09-02 03:02:50,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:50,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:50,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:50 GMT Server: Apache x-openstack-request-id: req-82cb5fdc-a9a6-465b-ab50-6d4b52942bd7 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:50,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:50 GMT Server: Apache x-openstack-request-id: req-114d2647-619c-4e05-8ef0-2baa91d33dbc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:50,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-114d2647-619c-4e05-8ef0-2baa91d33dbc 2018-09-02 03:02:50,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721750259399s 2018-09-02 03:02:50,570 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-114d2647-619c-4e05-8ef0-2baa91d33dbc 2018-09-02 03:02:55,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:02:55,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:55,606 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:55 GMT Server: Apache x-openstack-request-id: req-8b235518-174b-44ad-9285-e55d5b9bd0f4 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:55,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:55 GMT Server: Apache x-openstack-request-id: req-fb2b3c9e-e555-427f-9255-ab3509160781 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:02:55,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-fb2b3c9e-e555-427f-9255-ab3509160781 2018-09-02 03:02:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710408687592s 2018-09-02 03:02:55,648 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-fb2b3c9e-e555-427f-9255-ab3509160781 2018-09-02 03:02:55,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:02:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:02:55,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:02:55 GMT Server: Apache x-openstack-request-id: req-3daf492d-0845-4682-b234-6eb8286f8feb Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:02:55,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:02:55 GMT Server: Apache x-openstack-request-id: req-cb7331a2-60ab-4cce-9125-002300c92b8c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:02:55,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-cb7331a2-60ab-4cce-9125-002300c92b8c 2018-09-02 03:02:55,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0530591011047s 2018-09-02 03:02:55,702 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-cb7331a2-60ab-4cce-9125-002300c92b8c 2018-09-02 03:03:00,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:00,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:00,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:00 GMT Server: Apache x-openstack-request-id: req-9ce609cc-f95e-4dad-b20c-c2985b372645 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:00,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:00 GMT Server: Apache x-openstack-request-id: req-ec4e0c21-b53d-42d3-9e95-5fa3f0345e21 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:00,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-ec4e0c21-b53d-42d3-9e95-5fa3f0345e21 2018-09-02 03:03:00,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0695149898529s 2018-09-02 03:03:00,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-ec4e0c21-b53d-42d3-9e95-5fa3f0345e21 2018-09-02 03:03:05,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:05,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:05 GMT Server: Apache x-openstack-request-id: req-2b7ace97-79ef-4186-8505-f0dff11dda5d Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:05,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:05 GMT Server: Apache x-openstack-request-id: req-960ad794-c254-49df-910f-2c83fa3761e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:05,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-960ad794-c254-49df-910f-2c83fa3761e2 2018-09-02 03:03:05,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705950260162s 2018-09-02 03:03:05,855 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-960ad794-c254-49df-910f-2c83fa3761e2 2018-09-02 03:03:05,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:03:05,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:05,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:05 GMT Server: Apache x-openstack-request-id: req-4dd46ab1-c1ab-4d68-8848-67797bd590a1 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:05,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:05 GMT Server: Apache x-openstack-request-id: req-d566fb74-701c-47b4-a942-59b579a12721 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:03:05,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-d566fb74-701c-47b4-a942-59b579a12721 2018-09-02 03:03:05,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070925951004s 2018-09-02 03:03:05,927 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-d566fb74-701c-47b4-a942-59b579a12721 2018-09-02 03:03:10,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:10,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:10,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:10 GMT Server: Apache x-openstack-request-id: req-8c406c13-1540-4954-9475-99a6e088ca19 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:11,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:10 GMT Server: Apache x-openstack-request-id: req-6a54ab9b-acf3-49e3-b0bd-a1ff3c32dbe7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:11,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-6a54ab9b-acf3-49e3-b0bd-a1ff3c32dbe7 2018-09-02 03:03:11,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744390487671s 2018-09-02 03:03:11,009 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-6a54ab9b-acf3-49e3-b0bd-a1ff3c32dbe7 2018-09-02 03:03:16,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:16,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:16,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:16 GMT Server: Apache x-openstack-request-id: req-94e4a939-413b-420c-a254-eb0fbf7d2a93 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:16,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:16 GMT Server: Apache x-openstack-request-id: req-d2d1f54e-a4e4-424d-89e0-c09375ea3a9e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-09-02T03:03:12Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis/events/916d65be-cbca-4bb6-a119-3f77c217d57d", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "007b6372-84b3-4a2b-9940-e93174fe2853", "id": "916d65be-cbca-4bb6-a119-3f77c217d57d"}, {"resource_name": "homer", "event_time": "2018-09-02T03:03:12Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer/events/1cbf8c7e-c02d-48fe-84d7-c4b9b7a2bd41", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-q47eq6buwmuq", "id": "1cbf8c7e-c02d-48fe-84d7-c4b9b7a2bd41"}, {"resource_name": "bono", "event_time": "2018-09-02T03:03:12Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono/events/558a6be8-31e8-4a5c-afc2-3ff3ab6dc732", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-dlzonawibga4", "id": "558a6be8-31e8-4a5c-afc2-3ff3ab6dc732"}, {"resource_name": "vellum", "event_time": "2018-09-02T03:03:12Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum/events/d37fbe66-21be-4d21-a95f-caf0deadebb5", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-n2hnn5oumlug", "id": "d37fbe66-21be-4d21-a95f-caf0deadebb5"}, {"resource_name": "dime", "event_time": "2018-09-02T03:03:12Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime/events/3e45e98a-68b1-42ac-9059-278a32cdabdc", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-33nalxqv4dfm", "id": "3e45e98a-68b1-42ac-9059-278a32cdabdc"}, {"resource_name": "sprout", "event_time": "2018-09-02T03:03:12Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout/events/4dc89713-92c4-4fcb-8e1e-b8e912f094c6", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-ksk2gstsu2wx", "id": "4dc89713-92c4-4fcb-8e1e-b8e912f094c6"}]} 2018-09-02 03:03:16,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-d2d1f54e-a4e4-424d-89e0-c09375ea3a9e 2018-09-02 03:03:16,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0794072151184s 2018-09-02 03:03:16,095 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc&marker=7bd09756-815d-46b6-8516-4d40ce1de8e7&sort_dir=asc used request id req-d2d1f54e-a4e4-424d-89e0-c09375ea3a9e 2018-09-02 03:03:21,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:21,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:21,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:21 GMT Server: Apache x-openstack-request-id: req-f7f5e8d8-7d24-4d18-96ed-1c4f0708abe2 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:21,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:21 GMT Server: Apache x-openstack-request-id: req-732fce87-18c1-4297-8f7b-55269ce17aa3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:21,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-732fce87-18c1-4297-8f7b-55269ce17aa3 2018-09-02 03:03:21,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0951039791107s 2018-09-02 03:03:21,197 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-732fce87-18c1-4297-8f7b-55269ce17aa3 2018-09-02 03:03:26,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:26,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:26,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:26 GMT Server: Apache x-openstack-request-id: req-d4951e5d-0ee4-4d1f-bdc4-2468f4950fa6 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:26,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:26 GMT Server: Apache x-openstack-request-id: req-7e17428e-2f42-4af9-a840-43c96c2f5bbd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:26,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-7e17428e-2f42-4af9-a840-43c96c2f5bbd 2018-09-02 03:03:26,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.104823112488s 2018-09-02 03:03:26,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-7e17428e-2f42-4af9-a840-43c96c2f5bbd 2018-09-02 03:03:26,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:03:26,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:26,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:26 GMT Server: Apache x-openstack-request-id: req-7f566e45-da39-4cb5-80fd-5235029628b8 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:26,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:26 GMT Server: Apache x-openstack-request-id: req-1296eeb2-889a-4cac-95c9-5d2f6323a42c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:03:26,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-1296eeb2-889a-4cac-95c9-5d2f6323a42c 2018-09-02 03:03:26,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709450244904s 2018-09-02 03:03:26,381 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-1296eeb2-889a-4cac-95c9-5d2f6323a42c 2018-09-02 03:03:31,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:31,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:31,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:31 GMT Server: Apache x-openstack-request-id: req-10b79ba3-087c-41de-b89e-3d297c19fa02 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:31,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:31 GMT Server: Apache x-openstack-request-id: req-4e91e43d-97f0-4568-879d-d6802bdc8627 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:31,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-4e91e43d-97f0-4568-879d-d6802bdc8627 2018-09-02 03:03:31,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712089538574s 2018-09-02 03:03:31,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-4e91e43d-97f0-4568-879d-d6802bdc8627 2018-09-02 03:03:36,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:36,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:36,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:36 GMT Server: Apache x-openstack-request-id: req-c8f5eaa6-f7c7-414a-9595-346237e6d4ad Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:36,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:36 GMT Server: Apache x-openstack-request-id: req-2fcd7c3e-2425-4277-b8bf-1171ac78f524 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:36,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-2fcd7c3e-2425-4277-b8bf-1171ac78f524 2018-09-02 03:03:36,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0881760120392s 2018-09-02 03:03:36,553 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-2fcd7c3e-2425-4277-b8bf-1171ac78f524 2018-09-02 03:03:36,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:03:36,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:36,582 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:36 GMT Server: Apache x-openstack-request-id: req-88d36115-4e67-476f-83c4-1f7332e92f06 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:36,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:36 GMT Server: Apache x-openstack-request-id: req-b1253e66-ed31-4d78-a0e1-fc3681f87e5b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:03:36,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-b1253e66-ed31-4d78-a0e1-fc3681f87e5b 2018-09-02 03:03:36,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.15319609642s 2018-09-02 03:03:36,708 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-b1253e66-ed31-4d78-a0e1-fc3681f87e5b 2018-09-02 03:03:41,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:41,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:41,741 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:41 GMT Server: Apache x-openstack-request-id: req-ce2ae649-1e26-45f9-8b9c-9cec788e74f5 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:41,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:41 GMT Server: Apache x-openstack-request-id: req-ffc29d30-3dc0-4066-a711-57469a9be47f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:41,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-ffc29d30-3dc0-4066-a711-57469a9be47f 2018-09-02 03:03:41,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0668699741364s 2018-09-02 03:03:41,781 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-ffc29d30-3dc0-4066-a711-57469a9be47f 2018-09-02 03:03:46,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:46,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:46,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:46 GMT Server: Apache x-openstack-request-id: req-868c92cf-d222-4cdf-83fa-17cac130309d Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:46,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:46 GMT Server: Apache x-openstack-request-id: req-5224cda9-1ceb-4db7-8990-4f7c59bf941e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:46,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-5224cda9-1ceb-4db7-8990-4f7c59bf941e 2018-09-02 03:03:46,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070708990097s 2018-09-02 03:03:46,858 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-5224cda9-1ceb-4db7-8990-4f7c59bf941e 2018-09-02 03:03:46,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:03:46,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:46,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:46 GMT Server: Apache x-openstack-request-id: req-b053e0c8-0083-4d3c-8312-ca05aa679955 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:46,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:46 GMT Server: Apache x-openstack-request-id: req-854a352d-6c96-4f11-a218-8c3852dab557 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:03:46,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-854a352d-6c96-4f11-a218-8c3852dab557 2018-09-02 03:03:46,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0695419311523s 2018-09-02 03:03:46,929 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-854a352d-6c96-4f11-a218-8c3852dab557 2018-09-02 03:03:51,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:51,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:51,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:51 GMT Server: Apache x-openstack-request-id: req-854e5b63-4764-4083-948b-5fad008411b3 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:52,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:51 GMT Server: Apache x-openstack-request-id: req-010c3c45-816d-406d-81cd-1e58ebaaf91c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:52,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-010c3c45-816d-406d-81cd-1e58ebaaf91c 2018-09-02 03:03:52,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712239742279s 2018-09-02 03:03:52,007 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-010c3c45-816d-406d-81cd-1e58ebaaf91c 2018-09-02 03:03:57,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:03:57,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:57,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:57 GMT Server: Apache x-openstack-request-id: req-62b14156-566f-4fe8-842e-8829f970b80b Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:57,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:57 GMT Server: Apache x-openstack-request-id: req-68034539-7e41-440d-9e7d-b0e7942d87b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:03:57,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-68034539-7e41-440d-9e7d-b0e7942d87b1 2018-09-02 03:03:57,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708570480347s 2018-09-02 03:03:57,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-68034539-7e41-440d-9e7d-b0e7942d87b1 2018-09-02 03:03:57,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:03:57,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:03:57,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:03:57 GMT Server: Apache x-openstack-request-id: req-6176aaf4-d095-469d-9bc7-873f6f86c83f Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:03:57,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:03:57 GMT Server: Apache x-openstack-request-id: req-82109f8f-bf87-4071-998a-d0864d27a5ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:03:57,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-82109f8f-bf87-4071-998a-d0864d27a5ec 2018-09-02 03:03:57,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709719657898s 2018-09-02 03:03:57,153 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-82109f8f-bf87-4071-998a-d0864d27a5ec 2018-09-02 03:04:02,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:04:02,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:02,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:04:02 GMT Server: Apache x-openstack-request-id: req-75112247-0208-45b9-859f-4f2412c401dc Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:04:02,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:02 GMT Server: Apache x-openstack-request-id: req-677fc4b1-3167-4185-b4ec-808978be5311 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-09-02T03:04:01Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout/events/40c7a145-0853-4be3-9d38-8934d2a07ff2", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f38f95f2-27b8-475a-afc4-281b50d65a4c", "id": "40c7a145-0853-4be3-9d38-8934d2a07ff2"}]} 2018-09-02 03:04:02,234 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-677fc4b1-3167-4185-b4ec-808978be5311 2018-09-02 03:04:02,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741159915924s 2018-09-02 03:04:02,235 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc&marker=4dc89713-92c4-4fcb-8e1e-b8e912f094c6&sort_dir=asc used request id req-677fc4b1-3167-4185-b4ec-808978be5311 2018-09-02 03:04:07,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:04:07,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:07,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:04:07 GMT Server: Apache x-openstack-request-id: req-51508b96-7c90-4c9e-808a-1f4295df7a5b Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:04:07,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:07 GMT Server: Apache x-openstack-request-id: req-4ee1d7ce-63ee-4ac9-82c1-7086182b2022 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:04:07,312 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc&marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc used request id req-4ee1d7ce-63ee-4ac9-82c1-7086182b2022 2018-09-02 03:04:07,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707499980927s 2018-09-02 03:04:07,312 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc&marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc used request id req-4ee1d7ce-63ee-4ac9-82c1-7086182b2022 2018-09-02 03:04:12,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:04:12,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:12,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:04:12 GMT Server: Apache x-openstack-request-id: req-579f6feb-dff3-45f6-a29f-79ea3aa806f2 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:04:12,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:12 GMT Server: Apache x-openstack-request-id: req-1118552a-0ace-4780-af13-6fc15e0b3def Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 441 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-09-02T03:04:07Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum/events/0a3fe479-db51-4f51-a6e6-937909b4062e", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "909b7867-8be5-448d-864a-e9786dda9dd6", "id": "0a3fe479-db51-4f51-a6e6-937909b4062e"}, {"resource_name": "dime", "event_time": "2018-09-02T03:04:08Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime/events/aee023e0-3832-4679-9c69-c6ee018c81ed", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "68cf1366-0b79-4a4d-b964-c41c208d8593", "id": "aee023e0-3832-4679-9c69-c6ee018c81ed"}]} 2018-09-02 03:04:12,392 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc&marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc used request id req-1118552a-0ace-4780-af13-6fc15e0b3def 2018-09-02 03:04:12,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743770599365s 2018-09-02 03:04:12,393 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc&marker=40c7a145-0853-4be3-9d38-8934d2a07ff2&sort_dir=asc used request id req-1118552a-0ace-4780-af13-6fc15e0b3def 2018-09-02 03:04:17,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:04:17,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/events?marker=aee023e0-3832-4679-9c69-c6ee018c81ed&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:17,741 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:04:17 GMT Server: Apache x-openstack-request-id: req-a003e5f6-af28-4cd3-a13c-575181e1d0ed Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=aee023e0-3832-4679-9c69-c6ee018c81ed&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:04:17,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:17 GMT Server: Apache x-openstack-request-id: req-ae4a4d82-21b9-495f-9524-78c5ef734d43 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-09-02T03:04:13Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono/events/df65bf23-b701-4abe-906c-980d2dc1a08e", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "cda5df71-13fd-4cde-973c-bae4792a5889", "id": "df65bf23-b701-4abe-906c-980d2dc1a08e"}, {"resource_name": "homer", "event_time": "2018-09-02T03:04:14Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer/events/c93d4f1c-81f1-4b27-aa97-71e9f3055a65", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b75039cf-0339-4759-a02c-06d0b0d29997", "id": "c93d4f1c-81f1-4b27-aa97-71e9f3055a65"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T03:04:14Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv/events/2bc9ee11-5054-467b-803d-ab7c9e429e0e", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "id": "2bc9ee11-5054-467b-803d-ab7c9e429e0e"}]} 2018-09-02 03:04:17,786 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=aee023e0-3832-4679-9c69-c6ee018c81ed&sort_dir=asc&marker=aee023e0-3832-4679-9c69-c6ee018c81ed&sort_dir=asc used request id req-ae4a4d82-21b9-495f-9524-78c5ef734d43 2018-09-02 03:04:17,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.386967182159s 2018-09-02 03:04:17,787 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=aee023e0-3832-4679-9c69-c6ee018c81ed&sort_dir=asc&marker=aee023e0-3832-4679-9c69-c6ee018c81ed&sort_dir=asc used request id req-ae4a4d82-21b9-495f-9524-78c5ef734d43 2018-09-02 03:04:17,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:04:17,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:18,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:04:17 GMT Server: Apache x-openstack-request-id: req-3e160214-cbe0-4b31-ba06-04efdb717cdc Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 Content-Length: 423 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:04:18,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:18 GMT Server: Apache x-openstack-request-id: req-9377bf9e-dd11-45f6-838b-b9d080d5a603 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 949 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "outputs": [{"output_value": "172.30.9.203", "output_key": "dns_ip", "description": "IP address of DNS"}, {"output_value": "clearwater.opnfv", "output_key": "zone", "description": "DNS zone"}], "template_description": "Clearwater deployment\n"}} 2018-09-02 03:04:18,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 used request id req-9377bf9e-dd11-45f6-838b-b9d080d5a603 2018-09-02 03:04:18,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.482425928116s 2018-09-02 03:04:18,271 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 used request id req-9377bf9e-dd11-45f6-838b-b9d080d5a603 2018-09-02 03:04:18,272 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-09-02T02:59:06Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'00c264bb-3b6d-4120-a4a5-ff51ed0d8e55', 'parameters': Munch({u'OS::project_id': u'aec4dc4cacb643aebf55a6276de177f2', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'sprout_cluster_size': u'1', u'private_sig_net_pool_start': u'192.168.1.1', u'zone': u'clearwater.opnfv', u'private_mgmt_net_pool_end': u'192.168.0.253', u'external_mgmt_dns_ip': u'8.8.8.8', u'private_sig_net_cidr': u'192.168.1.0/24', u'external_sig_dns_ip': u'8.8.8.8', u'private_sig_net_gateway': u'192.168.1.254', u'vellum_cluster_size': u'1', u'OS::stack_name': u'clearwater-opnfv', u'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', u'dn_range_length': u'1000', u'private_mgmt_net_cidr': u'192.168.0.0/24', u'private_sig_net_pool_end': u'192.168.1.253', u'dn_range_start': u'6505550000', u'public_sig_net_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'repo_url': u'http://repo.cw-ngv.com/stable', u'homer_cluster_size': u'1', u'private_mgmt_net_gateway': u'192.168.0.254', u'OS::stack_id': u'00c264bb-3b6d-4120-a4a5-ff51ed0d8e55', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'0663b1a1-5d73-466a-9220-dafde1635b36'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'c2575e92854449798d38413bb834a04c', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.203', u'output_key': u'dns_ip', u'description': u'IP address of DNS'}), Munch({u'output_value': u'clearwater.opnfv', u'output_key': u'zone', u'description': u'DNS zone'})], 'stack_owner': None, 'stack_status': u'CREATE_COMPLETE', 'status_reason': u'Stack CREATE completed successfully', 'properties': Munch({u'capabilities': []}), 'template_description': u'Clearwater deployment\n', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-09-02T02:59:06Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55'}) 2018-09-02 03:04:18,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:04:18,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:18,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaad2290-3abc-4728-a8f4-ec3f91af0157 x-compute-request-id: req-eaad2290-3abc-4728-a8f4-ec3f91af0157 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:04:18,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-eaad2290-3abc-4728-a8f4-ec3f91af0157 2018-09-02 03:04:18,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483012199402s 2018-09-02 03:04:18,756 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-eaad2290-3abc-4728-a8f4-ec3f91af0157 2018-09-02 03:04:18,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:04:18,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:19,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2525 X-Openstack-Request-Id: req-a5f9e81e-71c0-437d-b9dd-1b48fc8908dd Date: Sun, 02 Sep 2018 03:04:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"52398d3c-80cd-4b4d-82cd-f971a55a958f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec4dc4cacb643aebf55a6276de177f2","l2_adjacency":true,"status":"ACTIVE","subnets":["ee2b4475-0d14-4b3f-8cf5-3e6785cb0ce6"],"description":"","tags":[],"updated_at":"2018-09-02T02:59:12Z","qos_policy_id":null,"name":"clearwater-opnfv-private-signaling","admin_state_up":true,"tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:59:11Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7634be47-0806-46e1-a05a-3725b883f88b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec4dc4cacb643aebf55a6276de177f2","l2_adjacency":true,"status":"ACTIVE","subnets":["84852a7d-aa18-431b-bff3-4ae63b539948"],"description":"","tags":[],"updated_at":"2018-09-02T02:58:45Z","qos_policy_id":null,"name":"heat_ims-net_7d99a412-5ad4-4576-89ec-ca5939d4757a","admin_state_up":true,"tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:58:44Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ddc9181c-5f42-418a-b23d-bd8e7c648c95","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec4dc4cacb643aebf55a6276de177f2","l2_adjacency":true,"status":"ACTIVE","subnets":["d6753ee1-0c20-4301-91ae-0bb2f43f2def"],"description":"","tags":[],"updated_at":"2018-09-02T02:59:14Z","qos_policy_id":null,"name":"clearwater-opnfv-private-management","admin_state_up":true,"tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:59:13Z","mtu":1450}]} 2018-09-02 03:04:19,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a5f9e81e-71c0-437d-b9dd-1b48fc8908dd 2018-09-02 03:04:19,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.314556121826s 2018-09-02 03:04:19,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a5f9e81e-71c0-437d-b9dd-1b48fc8908dd 2018-09-02 03:04:19,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 03:04:19,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:19,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1964 X-Openstack-Request-Id: req-2d831389-eeff-4830-a5a1-488992bd9d31 Date: Sun, 02 Sep 2018 03:04:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7634be47-0806-46e1-a05a-3725b883f88b","tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:58:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:58:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"aec4dc4cacb643aebf55a6276de177f2","id":"84852a7d-aa18-431b-bff3-4ae63b539948","subnetpool_id":null,"name":"heat_ims-subnet_7d99a412-5ad4-4576-89ec-ca5939d4757a"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ddc9181c-5f42-418a-b23d-bd8e7c648c95","tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:59:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:59:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.1","end":"192.168.0.253"}],"gateway_ip":"192.168.0.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"aec4dc4cacb643aebf55a6276de177f2","id":"d6753ee1-0c20-4301-91ae-0bb2f43f2def","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52398d3c-80cd-4b4d-82cd-f971a55a958f","tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:59:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:59:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.1","end":"192.168.1.253"}],"gateway_ip":"192.168.1.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"aec4dc4cacb643aebf55a6276de177f2","id":"ee2b4475-0d14-4b3f-8cf5-3e6785cb0ce6","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-09-02 03:04:19,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-2d831389-eeff-4830-a5a1-488992bd9d31 2018-09-02 03:04:19,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.141910076141s 2018-09-02 03:04:19,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-2d831389-eeff-4830-a5a1-488992bd9d31 2018-09-02 03:04:20,227 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-09-02 03:04:20,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:04:20,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:20,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3415d2bc-dbfd-42d7-a583-9aece4a6c531 x-compute-request-id: req-3415d2bc-dbfd-42d7-a583-9aece4a6c531 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:04:20,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-3415d2bc-dbfd-42d7-a583-9aece4a6c531 2018-09-02 03:04:20,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0277950763702s 2018-09-02 03:04:20,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-3415d2bc-dbfd-42d7-a583-9aece4a6c531 2018-09-02 03:04:20,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 03:04:20,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:20,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98779f08-a736-4f3b-a642-977f4a323efa x-compute-request-id: req-98779f08-a736-4f3b-a642-977f4a323efa Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2e0e47c1-35fc-4d6d-929c-fc58076d7444"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "86030e28-59d2-4e84-ad34-224686f470c3"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "864a8a4d-cac1-4bd0-8901-ac337b8ca2b7"}, {"from_port": 2380, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "8ddf8106-5f54-46c5-ba90-a0813b31504f"}, {"from_port": 4000, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "e15d3cdb-0563-4839-bb4d-81fc52dfadf0"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1cc9e71d-020a-447a-92b1-a7f2d615e2f1"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "32580a12-063c-458e-a4fb-4d16bc8814c6"}, {"from_port": 5058, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {}, "id": "c0a9dcb7-da4d-407c-8cfd-7edfdcac0b7b"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c7a58ffc-ffa1-4120-bfa6-8781c5ec1389"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "cfb0b9fd-bdd2-46b0-9d2d-ff40b5f21972"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dca83cb5-6180-48df-a256-496cc9a2dcd1"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dec508ee-f82b-4d84-92fd-1e8ea3481db3"}, {"from_port": 5058, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "ip_range": {}, "id": "e4278b09-7a18-4a14-83b2-5f0ce1d85246"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "d5dd1f61-e1f5-4c9a-8794-18cd7e602254", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-09-02 03:04:20,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/os-security-groups used request id req-98779f08-a736-4f3b-a642-977f4a323efa 2018-09-02 03:04:20,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.198329925537s 2018-09-02 03:04:20,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/os-security-groups used request id req-98779f08-a736-4f3b-a642-977f4a323efa 2018-09-02 03:04:20,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:04:20,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:20,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-29fb8472-1917-4a53-b498-4eebd15aaa6a Date: Sun, 02 Sep 2018 03:04:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:04:20,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-29fb8472-1917-4a53-b498-4eebd15aaa6a 2018-09-02 03:04:20,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0401701927185s 2018-09-02 03:04:20,507 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-29fb8472-1917-4a53-b498-4eebd15aaa6a 2018-09-02 03:04:20,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 03:04:20,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:21,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:20 GMT Server: Apache x-compute-request-id: req-cc720809-f484-4b4f-9f17-278a710643e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc720809-f484-4b4f-9f17-278a710643e2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 03:04:21,236 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-cc720809-f484-4b4f-9f17-278a710643e2 2018-09-02 03:04:21,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.725983858109s 2018-09-02 03:04:21,237 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-cc720809-f484-4b4f-9f17-278a710643e2 2018-09-02 03:04:21,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:04:21,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:21,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bf9b43f-c43e-46c9-a71d-754f265ef639 x-compute-request-id: req-8bf9b43f-c43e-46c9-a71d-754f265ef639 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:04:21,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-8bf9b43f-c43e-46c9-a71d-754f265ef639 2018-09-02 03:04:21,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0392060279846s 2018-09-02 03:04:21,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-8bf9b43f-c43e-46c9-a71d-754f265ef639 2018-09-02 03:04:21,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 03:04:21,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:21,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d77ec147-cd99-4a3c-a69c-2be79b0cfdb6 x-compute-request-id: req-d77ec147-cd99-4a3c-a69c-2be79b0cfdb6 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2e0e47c1-35fc-4d6d-929c-fc58076d7444"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "86030e28-59d2-4e84-ad34-224686f470c3"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "864a8a4d-cac1-4bd0-8901-ac337b8ca2b7"}, {"from_port": 2380, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "8ddf8106-5f54-46c5-ba90-a0813b31504f"}, {"from_port": 4000, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "e15d3cdb-0563-4839-bb4d-81fc52dfadf0"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "3a92f398-273c-4822-a603-454d33f41cae", "ip_range": {}, "id": "052cc01f-800b-4029-9bba-0a1d54f42355"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "3a92f398-273c-4822-a603-454d33f41cae", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 8888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "ee354a8a-d34c-490e-98aa-1eaa1aea8d61", "ip_range": {}, "id": "33fb0c17-e316-4600-953f-1c83d829d507"}, {"from_port": 10888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "ee354a8a-d34c-490e-98aa-1eaa1aea8d61", "ip_range": {}, "id": "36f657bb-eb71-4275-8f67-20fc6842dc18"}, {"from_port": 10888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "ee354a8a-d34c-490e-98aa-1eaa1aea8d61", "ip_range": {}, "id": "a2b8229b-cdb7-4ab9-a2cf-900ce89a4bfc"}, {"from_port": 10888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "ee354a8a-d34c-490e-98aa-1eaa1aea8d61", "ip_range": {}, "id": "d23f6384-5962-41cf-9f06-0f15c886889b"}, {"from_port": 8888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "ee354a8a-d34c-490e-98aa-1eaa1aea8d61", "ip_range": {}, "id": "eac95606-7724-45dd-8e95-034e9cecbe55"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "ee354a8a-d34c-490e-98aa-1eaa1aea8d61", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-09-02 03:04:21,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/os-security-groups used request id req-d77ec147-cd99-4a3c-a69c-2be79b0cfdb6 2018-09-02 03:04:21,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.457571983337s 2018-09-02 03:04:21,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/os-security-groups used request id req-d77ec147-cd99-4a3c-a69c-2be79b0cfdb6 2018-09-02 03:04:21,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:04:21,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:21,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-9e18e2f6-0468-485f-b1c4-3e8614f053a4 Date: Sun, 02 Sep 2018 03:04:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:04:21,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9e18e2f6-0468-485f-b1c4-3e8614f053a4 2018-09-02 03:04:21,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0360338687897s 2018-09-02 03:04:21,781 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-9e18e2f6-0468-485f-b1c4-3e8614f053a4 2018-09-02 03:04:21,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 03:04:21,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:22,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:21 GMT Server: Apache x-compute-request-id: req-62d024e7-298e-4b31-9e6a-dd181b1757f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-62d024e7-298e-4b31-9e6a-dd181b1757f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 03:04:22,479 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-62d024e7-298e-4b31-9e6a-dd181b1757f6 2018-09-02 03:04:22,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.694439172745s 2018-09-02 03:04:22,479 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-62d024e7-298e-4b31-9e6a-dd181b1757f6 2018-09-02 03:04:23,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:04:23,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:23,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d988ef40-19ae-48ed-a824-a7e30d2ae92e x-compute-request-id: req-d988ef40-19ae-48ed-a824-a7e30d2ae92e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:04:23,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-d988ef40-19ae-48ed-a824-a7e30d2ae92e 2018-09-02 03:04:23,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262219905853s 2018-09-02 03:04:23,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-d988ef40-19ae-48ed-a824-a7e30d2ae92e 2018-09-02 03:04:23,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 03:04:23,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:23,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b2a7ca8-35fd-4db8-b214-b7b0835bd308 x-compute-request-id: req-6b2a7ca8-35fd-4db8-b214-b7b0835bd308 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2e0e47c1-35fc-4d6d-929c-fc58076d7444"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "86030e28-59d2-4e84-ad34-224686f470c3"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "864a8a4d-cac1-4bd0-8901-ac337b8ca2b7"}, {"from_port": 2380, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "8ddf8106-5f54-46c5-ba90-a0813b31504f"}, {"from_port": 4000, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "e15d3cdb-0563-4839-bb4d-81fc52dfadf0"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "43042578-063e-4464-be37-6a3cce8c051d", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "30a2948d-3f81-409e-b60d-5e8b8cf3cddb"}, {"from_port": 7888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "43042578-063e-4464-be37-6a3cce8c051d", "ip_range": {}, "id": "fa4ab801-9f87-455a-b1fc-07b0b4936285"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "43042578-063e-4464-be37-6a3cce8c051d", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "55c64bc1-7422-48d1-9dda-a2ec93f9fefd", "ip_range": {}, "id": "01723f2d-099b-4e39-82bd-6879c9d800fe"}, {"from_port": 9160, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "55c64bc1-7422-48d1-9dda-a2ec93f9fefd", "ip_range": {}, "id": "3acb26f4-6c8b-4364-ba9e-ea04b11a21c9"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "55c64bc1-7422-48d1-9dda-a2ec93f9fefd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "42f7c81d-31e6-44ec-9268-5bedd0006d27"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "55c64bc1-7422-48d1-9dda-a2ec93f9fefd", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-09-02 03:04:23,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306/os-security-groups used request id req-6b2a7ca8-35fd-4db8-b214-b7b0835bd308 2018-09-02 03:04:23,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.168719053268s 2018-09-02 03:04:23,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306/os-security-groups used request id req-6b2a7ca8-35fd-4db8-b214-b7b0835bd308 2018-09-02 03:04:23,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:04:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:23,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-c9afbe23-9033-4693-81a4-1c944f6194ab Date: Sun, 02 Sep 2018 03:04:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:04:23,979 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-c9afbe23-9033-4693-81a4-1c944f6194ab 2018-09-02 03:04:23,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291051149368s 2018-09-02 03:04:23,980 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-c9afbe23-9033-4693-81a4-1c944f6194ab 2018-09-02 03:04:23,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 03:04:23,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:24,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:23 GMT Server: Apache x-compute-request-id: req-1e186edf-18b3-4edf-b9b5-fecf59b625e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e186edf-18b3-4edf-b9b5-fecf59b625e3 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 03:04:24,675 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-1e186edf-18b3-4edf-b9b5-fecf59b625e3 2018-09-02 03:04:24,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.690916061401s 2018-09-02 03:04:24,675 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-1e186edf-18b3-4edf-b9b5-fecf59b625e3 2018-09-02 03:04:24,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:04:24,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:24,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac663465-e4b1-4056-a431-f957acdd3c68 x-compute-request-id: req-ac663465-e4b1-4056-a431-f957acdd3c68 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:04:24,701 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ac663465-e4b1-4056-a431-f957acdd3c68 2018-09-02 03:04:24,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025337934494s 2018-09-02 03:04:24,702 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ac663465-e4b1-4056-a431-f957acdd3c68 2018-09-02 03:04:24,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 03:04:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:25,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-653c100b-07c8-4279-81a0-c5c4cb48c083 x-compute-request-id: req-653c100b-07c8-4279-81a0-c5c4cb48c083 Content-Encoding: gzip Content-Length: 800 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2e0e47c1-35fc-4d6d-929c-fc58076d7444"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "86030e28-59d2-4e84-ad34-224686f470c3"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "864a8a4d-cac1-4bd0-8901-ac337b8ca2b7"}, {"from_port": 2380, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "8ddf8106-5f54-46c5-ba90-a0813b31504f"}, {"from_port": 4000, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "e15d3cdb-0563-4839-bb4d-81fc52dfadf0"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "c21ea0ec-334a-4652-b1bc-2fca28dc53a0", "ip_range": {}, "id": "0b3a6229-34e9-4aea-9635-5aec1391d4d8"}, {"from_port": 9888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "c21ea0ec-334a-4652-b1bc-2fca28dc53a0", "ip_range": {}, "id": "497059f1-a39c-495c-90e3-34cabd5636fa"}, {"from_port": 5054, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "c21ea0ec-334a-4652-b1bc-2fca28dc53a0", "ip_range": {}, "id": "5f86c818-64ae-43d7-a39f-77078abbdbd6"}, {"from_port": 9888, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "c21ea0ec-334a-4652-b1bc-2fca28dc53a0", "ip_range": {}, "id": "b403eca7-6c7c-425b-b71b-735cbab86d0b"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "c21ea0ec-334a-4652-b1bc-2fca28dc53a0", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "0121a327-7e29-4aec-93a3-f40be2473631", "ip_range": {}, "id": "3ab5f32c-83db-4fd8-8da9-dcef57255f3a"}, {"from_port": 5054, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "0121a327-7e29-4aec-93a3-f40be2473631", "ip_range": {}, "id": "95bce4bc-fbc3-4970-b6b8-8d07dd97120e"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "0121a327-7e29-4aec-93a3-f40be2473631", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-09-02 03:04:25,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb/os-security-groups used request id req-653c100b-07c8-4279-81a0-c5c4cb48c083 2018-09-02 03:04:25,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.503228902817s 2018-09-02 03:04:25,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb/os-security-groups used request id req-653c100b-07c8-4279-81a0-c5c4cb48c083 2018-09-02 03:04:25,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:04:25,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:25,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-753be17a-37f6-461d-bf33-07db5b462583 Date: Sun, 02 Sep 2018 03:04:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:04:25,252 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-753be17a-37f6-461d-bf33-07db5b462583 2018-09-02 03:04:25,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0360958576202s 2018-09-02 03:04:25,252 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-753be17a-37f6-461d-bf33-07db5b462583 2018-09-02 03:04:25,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 03:04:25,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:25,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:25 GMT Server: Apache x-compute-request-id: req-fbe7e722-d180-40f9-8df5-221e657241f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fbe7e722-d180-40f9-8df5-221e657241f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 03:04:25,967 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-fbe7e722-d180-40f9-8df5-221e657241f6 2018-09-02 03:04:25,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.710916996002s 2018-09-02 03:04:25,967 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-fbe7e722-d180-40f9-8df5-221e657241f6 2018-09-02 03:04:25,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:04:25,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:25,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de27fc2e-f4a1-4b1e-abe5-58779d0b7674 x-compute-request-id: req-de27fc2e-f4a1-4b1e-abe5-58779d0b7674 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:04:25,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-de27fc2e-f4a1-4b1e-abe5-58779d0b7674 2018-09-02 03:04:25,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252780914307s 2018-09-02 03:04:25,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-de27fc2e-f4a1-4b1e-abe5-58779d0b7674 2018-09-02 03:04:25,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 03:04:25,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:26,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b906c267-c6bb-4179-8759-f8457781ee2b x-compute-request-id: req-b906c267-c6bb-4179-8759-f8457781ee2b Content-Encoding: gzip Content-Length: 920 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2e0e47c1-35fc-4d6d-929c-fc58076d7444"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "86030e28-59d2-4e84-ad34-224686f470c3"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "864a8a4d-cac1-4bd0-8901-ac337b8ca2b7"}, {"from_port": 2380, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "8ddf8106-5f54-46c5-ba90-a0813b31504f"}, {"from_port": 4000, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "e15d3cdb-0563-4839-bb4d-81fc52dfadf0"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 11311, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "8e8ae90b-d799-4b9d-8d4d-4891f0e26c00", "ip_range": {}, "id": "157f246b-f03d-4ce4-9b83-95eb947ed01c"}, {"from_port": 7253, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "8e8ae90b-d799-4b9d-8d4d-4891f0e26c00", "ip_range": {}, "id": "2cdebd34-ac6f-4dbc-b558-9d612ef02e6d"}, {"from_port": 11311, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "8e8ae90b-d799-4b9d-8d4d-4891f0e26c00", "ip_range": {}, "id": "35dd04bb-f1c7-4ece-b318-645e03f64259"}, {"from_port": 9160, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "8e8ae90b-d799-4b9d-8d4d-4891f0e26c00", "ip_range": {}, "id": "4a6a0426-7a1a-4ae1-8a8f-54cd26a4681b"}, {"from_port": 9160, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "8e8ae90b-d799-4b9d-8d4d-4891f0e26c00", "ip_range": {}, "id": "ea46539f-75cf-4ffd-8d8a-f545d6ae1ac4"}, {"from_port": 7253, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "8e8ae90b-d799-4b9d-8d4d-4891f0e26c00", "ip_range": {}, "id": "f729d9fa-3c75-453b-bfc8-6786cd9a4d11"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "8e8ae90b-d799-4b9d-8d4d-4891f0e26c00", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7000, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "92a8b3ac-26ac-4520-bdce-8bdd80c75fd0", "ip_range": {}, "id": "159395f4-cffc-4d30-b892-07389663f49d"}, {"from_port": 11211, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "92a8b3ac-26ac-4520-bdce-8bdd80c75fd0", "ip_range": {}, "id": "4b9307d0-a946-4958-ac56-b866774cc0da"}, {"from_port": 7253, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "92a8b3ac-26ac-4520-bdce-8bdd80c75fd0", "ip_range": {}, "id": "55e610f5-d672-4c55-bd2b-12f72cb8ce6a"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "92a8b3ac-26ac-4520-bdce-8bdd80c75fd0", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-09-02 03:04:26,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/os-security-groups used request id req-b906c267-c6bb-4179-8759-f8457781ee2b 2018-09-02 03:04:26,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.238080978394s 2018-09-02 03:04:26,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/os-security-groups used request id req-b906c267-c6bb-4179-8759-f8457781ee2b 2018-09-02 03:04:26,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:04:26,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:26,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-dbb536a4-d86b-4c6e-b8b0-ec7a22106770 Date: Sun, 02 Sep 2018 03:04:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:04:26,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-dbb536a4-d86b-4c6e-b8b0-ec7a22106770 2018-09-02 03:04:26,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0345430374146s 2018-09-02 03:04:26,277 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-dbb536a4-d86b-4c6e-b8b0-ec7a22106770 2018-09-02 03:04:26,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 03:04:26,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:26,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:26 GMT Server: Apache x-compute-request-id: req-9aee883d-20fa-401c-960f-0f547e9c5772 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9aee883d-20fa-401c-960f-0f547e9c5772 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 03:04:26,319 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-9aee883d-20fa-401c-960f-0f547e9c5772 2018-09-02 03:04:26,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0392150878906s 2018-09-02 03:04:26,320 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-9aee883d-20fa-401c-960f-0f547e9c5772 2018-09-02 03:04:26,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:04:26,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:26,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6d506ed-2d3b-49ef-8e6d-dfbd23a0c191 x-compute-request-id: req-e6d506ed-2d3b-49ef-8e6d-dfbd23a0c191 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:04:26,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-e6d506ed-2d3b-49ef-8e6d-dfbd23a0c191 2018-09-02 03:04:26,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0218579769135s 2018-09-02 03:04:26,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-e6d506ed-2d3b-49ef-8e6d-dfbd23a0c191 2018-09-02 03:04:26,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 03:04:26,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:26,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c6fbea6-f05b-4299-9c69-e542a74eea1d x-compute-request-id: req-0c6fbea6-f05b-4299-9c69-e542a74eea1d Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2e0e47c1-35fc-4d6d-929c-fc58076d7444"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "86030e28-59d2-4e84-ad34-224686f470c3"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "864a8a4d-cac1-4bd0-8901-ac337b8ca2b7"}, {"from_port": 2380, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "8ddf8106-5f54-46c5-ba90-a0813b31504f"}, {"from_port": 4000, "group": {"tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "ip_range": {}, "id": "e15d3cdb-0563-4839-bb4d-81fc52dfadf0"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "9b605587-e01a-4bb5-afa1-dcbb67b77b43", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "e7e2cbf5-be10-42b5-831f-34383ccf0fda", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0feea22c-50fe-4b28-8d20-8b3701b8553f"}, {"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "e7e2cbf5-be10-42b5-831f-34383ccf0fda", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e76e7026-2a4c-4ba0-9add-9df5bf0c419c"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "e7e2cbf5-be10-42b5-831f-34383ccf0fda", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-09-02 03:04:26,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c/os-security-groups used request id req-0c6fbea6-f05b-4299-9c69-e542a74eea1d 2018-09-02 03:04:26,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.44726896286s 2018-09-02 03:04:26,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c/os-security-groups used request id req-0c6fbea6-f05b-4299-9c69-e542a74eea1d 2018-09-02 03:04:26,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:04:26,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:26,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-f95543a2-f021-45eb-b786-604d332793fb Date: Sun, 02 Sep 2018 03:04:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:04:26,841 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f95543a2-f021-45eb-b786-604d332793fb 2018-09-02 03:04:26,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0420489311218s 2018-09-02 03:04:26,841 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f95543a2-f021-45eb-b786-604d332793fb 2018-09-02 03:04:26,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 03:04:26,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:27,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:26 GMT Server: Apache x-compute-request-id: req-9a2f4b3a-d741-4b65-9528-d69924b7661e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9a2f4b3a-d741-4b65-9528-d69924b7661e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 03:04:27,469 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-9a2f4b3a-d741-4b65-9528-d69924b7661e 2018-09-02 03:04:27,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.624065160751s 2018-09-02 03:04:27,469 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-9a2f4b3a-d741-4b65-9528-d69924b7661e 2018-09-02 03:04:27,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:04:27,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:27,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae365e0a-04a8-4408-a5fe-191914695baa x-compute-request-id: req-ae365e0a-04a8-4408-a5fe-191914695baa Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:04:27,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ae365e0a-04a8-4408-a5fe-191914695baa 2018-09-02 03:04:27,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252161026001s 2018-09-02 03:04:27,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-ae365e0a-04a8-4408-a5fe-191914695baa 2018-09-02 03:04:27,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 03:04:27,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:27,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5cbaf60-bb48-425a-878c-12ab2301802c x-compute-request-id: req-e5cbaf60-bb48-425a-878c-12ab2301802c Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "20b52e83-9722-4c51-bfc1-15548092e42f"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "76144c0d-4662-4422-80d4-5fd772a2cde4"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9302953d-a406-4e4f-a78d-e37221befa97"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "98637063-e6a4-47f6-be8b-8c2113a18bf7"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "20b52e83-9722-4c51-bfc1-15548092e42f"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "76144c0d-4662-4422-80d4-5fd772a2cde4"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9302953d-a406-4e4f-a78d-e37221befa97"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "98637063-e6a4-47f6-be8b-8c2113a18bf7"}], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "c61f7543-b6df-4f6b-8f49-1a8488a79bb2", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-09-02 03:04:27,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8/os-security-groups used request id req-e5cbaf60-bb48-425a-878c-12ab2301802c 2018-09-02 03:04:27,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.145467996597s 2018-09-02 03:04:27,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8/os-security-groups used request id req-e5cbaf60-bb48-425a-878c-12ab2301802c 2018-09-02 03:04:27,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:04:27,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:27,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-a1f652d8-a90e-45d2-8880-2646bcec9ef6 Date: Sun, 02 Sep 2018 03:04:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:04:27,688 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-a1f652d8-a90e-45d2-8880-2646bcec9ef6 2018-09-02 03:04:27,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0386388301849s 2018-09-02 03:04:27,688 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-a1f652d8-a90e-45d2-8880-2646bcec9ef6 2018-09-02 03:04:27,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 03:04:27,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:28,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:27 GMT Server: Apache x-compute-request-id: req-9abcbc0f-4f39-4b10-b223-abc4b88dfca8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9abcbc0f-4f39-4b10-b223-abc4b88dfca8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 03:04:28,322 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-9abcbc0f-4f39-4b10-b223-abc4b88dfca8 2018-09-02 03:04:28,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.630351066589s 2018-09-02 03:04:28,322 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.38:8776/v3/aec4dc4cacb643aebf55a6276de177f2/volumes/detail used request id req-9abcbc0f-4f39-4b10-b223-abc4b88dfca8 2018-09-02 03:04:28,322 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - servers: [Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6b:36:33', u'version': 4, u'addr': u'192.168.1.12', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6b:36:33', u'version': 4, u'addr': u'172.30.9.207', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:88:8e:db', u'version': 4, u'addr': u'192.168.0.12', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:88:8e:db', u'version': 4, u'addr': u'172.30.9.210', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:11.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'83870a28-d801-492f-8a27-2ac73948389e', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2e0e47c1-35fc-4d6d-929c-fc58076d7444'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'86030e28-59d2-4e84-ad34-224686f470c3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'864a8a4d-cac1-4bd0-8901-ac337b8ca2b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8ddf8106-5f54-46c5-ba90-a0813b31504f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'e15d3cdb-0563-4839-bb4d-81fc52dfadf0'})], 'id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'1cc9e71d-020a-447a-92b1-a7f2d615e2f1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'32580a12-063c-458e-a4fb-4d16bc8814c6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'c0a9dcb7-da4d-407c-8cfd-7edfdcac0b7b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'c7a58ffc-ffa1-4120-bfa6-8781c5ec1389'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'cfb0b9fd-bdd2-46b0-9d2d-ff40b5f21972'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dca83cb5-6180-48df-a256-496cc9a2dcd1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'dec508ee-f82b-4d84-92fd-1e8ea3481db3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'e4278b09-7a18-4a14-83b2-5f0ce1d85246'})], 'id': u'd5dd1f61-e1f5-4c9a-8794-18cd7e602254', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.207', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.207', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.207', 'launched_at': u'2018-09-02T03:04:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:04:11Z', 'hostId': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.1.12', 'cloud': 'envvars', 'host_id': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T03:03:28Z', 'created': u'2018-09-02T03:03:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b9:79:b3', u'version': 4, u'addr': u'192.168.1.13', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:62:c7:8d', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:62:c7:8d', u'version': 4, u'addr': u'172.30.9.200', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:07.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'136d24de-2b02-4876-861b-32464199c83c', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2e0e47c1-35fc-4d6d-929c-fc58076d7444'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'86030e28-59d2-4e84-ad34-224686f470c3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'864a8a4d-cac1-4bd0-8901-ac337b8ca2b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8ddf8106-5f54-46c5-ba90-a0813b31504f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'e15d3cdb-0563-4839-bb4d-81fc52dfadf0'})], 'id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'3a92f398-273c-4822-a603-454d33f41cae', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'052cc01f-800b-4029-9bba-0a1d54f42355'})], 'id': u'3a92f398-273c-4822-a603-454d33f41cae', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'ee354a8a-d34c-490e-98aa-1eaa1aea8d61', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'33fb0c17-e316-4600-953f-1c83d829d507'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'ee354a8a-d34c-490e-98aa-1eaa1aea8d61', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'36f657bb-eb71-4275-8f67-20fc6842dc18'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'ee354a8a-d34c-490e-98aa-1eaa1aea8d61', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'a2b8229b-cdb7-4ab9-a2cf-900ce89a4bfc'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'ee354a8a-d34c-490e-98aa-1eaa1aea8d61', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'd23f6384-5962-41cf-9f06-0f15c886889b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'ee354a8a-d34c-490e-98aa-1eaa1aea8d61', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'eac95606-7724-45dd-8e95-034e9cecbe55'})], 'id': u'ee354a8a-d34c-490e-98aa-1eaa1aea8d61', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.200', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.200', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.200', 'launched_at': u'2018-09-02T03:04:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:04:07Z', 'hostId': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T03:03:27Z', 'created': u'2018-09-02T03:03:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:29:09', u'version': 4, u'addr': u'192.168.1.15', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:29:09', u'version': 4, u'addr': u'172.30.9.218', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:3b:06', u'version': 4, u'addr': u'192.168.0.10', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:3b:06', u'version': 4, u'addr': u'172.30.9.212', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:11.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'5dba79b6-1b5c-4e8c-be1d-e120beb01306', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2e0e47c1-35fc-4d6d-929c-fc58076d7444'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'86030e28-59d2-4e84-ad34-224686f470c3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'864a8a4d-cac1-4bd0-8901-ac337b8ca2b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8ddf8106-5f54-46c5-ba90-a0813b31504f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'e15d3cdb-0563-4839-bb4d-81fc52dfadf0'})], 'id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'43042578-063e-4464-be37-6a3cce8c051d', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'30a2948d-3f81-409e-b60d-5e8b8cf3cddb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'43042578-063e-4464-be37-6a3cce8c051d', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'fa4ab801-9f87-455a-b1fc-07b0b4936285'})], 'id': u'43042578-063e-4464-be37-6a3cce8c051d', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'55c64bc1-7422-48d1-9dda-a2ec93f9fefd', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'01723f2d-099b-4e39-82bd-6879c9d800fe'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'55c64bc1-7422-48d1-9dda-a2ec93f9fefd', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'3acb26f4-6c8b-4364-ba9e-ea04b11a21c9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'55c64bc1-7422-48d1-9dda-a2ec93f9fefd', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'42f7c81d-31e6-44ec-9268-5bedd0006d27'})], 'id': u'55c64bc1-7422-48d1-9dda-a2ec93f9fefd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.212', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.212', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.212', 'launched_at': u'2018-09-02T03:04:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:04:11Z', 'hostId': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.1.15', 'cloud': 'envvars', 'host_id': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T03:03:27Z', 'created': u'2018-09-02T03:03:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3f:ee:15', u'version': 4, u'addr': u'192.168.1.5', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:19:a8:c3', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:19:a8:c3', u'version': 4, u'addr': u'172.30.9.209', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:00.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'9679331d-073d-4b2d-b7b2-59bee8ac14fb', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2e0e47c1-35fc-4d6d-929c-fc58076d7444'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'86030e28-59d2-4e84-ad34-224686f470c3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'864a8a4d-cac1-4bd0-8901-ac337b8ca2b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8ddf8106-5f54-46c5-ba90-a0813b31504f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'e15d3cdb-0563-4839-bb4d-81fc52dfadf0'})], 'id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'c21ea0ec-334a-4652-b1bc-2fca28dc53a0', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'0b3a6229-34e9-4aea-9635-5aec1391d4d8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'c21ea0ec-334a-4652-b1bc-2fca28dc53a0', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'497059f1-a39c-495c-90e3-34cabd5636fa'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'c21ea0ec-334a-4652-b1bc-2fca28dc53a0', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'5f86c818-64ae-43d7-a39f-77078abbdbd6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'c21ea0ec-334a-4652-b1bc-2fca28dc53a0', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'b403eca7-6c7c-425b-b71b-735cbab86d0b'})], 'id': u'c21ea0ec-334a-4652-b1bc-2fca28dc53a0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'0121a327-7e29-4aec-93a3-f40be2473631', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'3ab5f32c-83db-4fd8-8da9-dcef57255f3a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'0121a327-7e29-4aec-93a3-f40be2473631', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'95bce4bc-fbc3-4970-b6b8-8d07dd97120e'})], 'id': u'0121a327-7e29-4aec-93a3-f40be2473631', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.209', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.209', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.209', 'launched_at': u'2018-09-02T03:04:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:04:00Z', 'hostId': u'e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T03:03:26Z', 'created': u'2018-09-02T03:03:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ff:35:64', u'version': 4, u'addr': u'192.168.1.7', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5a:83:7c', u'version': 4, u'addr': u'192.168.0.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5a:83:7c', u'version': 4, u'addr': u'172.30.9.205', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:05.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'9fe14fa0-6745-4802-8b4e-26c157ef5efa', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2e0e47c1-35fc-4d6d-929c-fc58076d7444'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'86030e28-59d2-4e84-ad34-224686f470c3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'864a8a4d-cac1-4bd0-8901-ac337b8ca2b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8ddf8106-5f54-46c5-ba90-a0813b31504f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'e15d3cdb-0563-4839-bb4d-81fc52dfadf0'})], 'id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'8e8ae90b-d799-4b9d-8d4d-4891f0e26c00', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'157f246b-f03d-4ce4-9b83-95eb947ed01c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'8e8ae90b-d799-4b9d-8d4d-4891f0e26c00', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'2cdebd34-ac6f-4dbc-b558-9d612ef02e6d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'8e8ae90b-d799-4b9d-8d4d-4891f0e26c00', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'35dd04bb-f1c7-4ece-b318-645e03f64259'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'8e8ae90b-d799-4b9d-8d4d-4891f0e26c00', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'4a6a0426-7a1a-4ae1-8a8f-54cd26a4681b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'8e8ae90b-d799-4b9d-8d4d-4891f0e26c00', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'ea46539f-75cf-4ffd-8d8a-f545d6ae1ac4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'8e8ae90b-d799-4b9d-8d4d-4891f0e26c00', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'f729d9fa-3c75-453b-bfc8-6786cd9a4d11'})], 'id': u'8e8ae90b-d799-4b9d-8d4d-4891f0e26c00', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'92a8b3ac-26ac-4520-bdce-8bdd80c75fd0', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'159395f4-cffc-4d30-b892-07389663f49d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'92a8b3ac-26ac-4520-bdce-8bdd80c75fd0', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'4b9307d0-a946-4958-ac56-b866774cc0da'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'92a8b3ac-26ac-4520-bdce-8bdd80c75fd0', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'55e610f5-d672-4c55-bd2b-12f72cb8ce6a'})], 'id': u'92a8b3ac-26ac-4520-bdce-8bdd80c75fd0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.205', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.205', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.205', 'launched_at': u'2018-09-02T03:04:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:04:05Z', 'hostId': u'e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.0.4', 'cloud': 'envvars', 'host_id': u'e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:04:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T03:03:25Z', 'created': u'2018-09-02T03:03:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4a:96:53', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4a:96:53', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:03:10.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'3a66af8d-cb61-41f5-9d57-d93c0484433c', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2e0e47c1-35fc-4d6d-929c-fc58076d7444'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'86030e28-59d2-4e84-ad34-224686f470c3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'864a8a4d-cac1-4bd0-8901-ac337b8ca2b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8ddf8106-5f54-46c5-ba90-a0813b31504f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'e15d3cdb-0563-4839-bb4d-81fc52dfadf0'})], 'id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'e7e2cbf5-be10-42b5-831f-34383ccf0fda', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0feea22c-50fe-4b28-8d20-8b3701b8553f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'e7e2cbf5-be10-42b5-831f-34383ccf0fda', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e76e7026-2a4c-4ba0-9add-9df5bf0c419c'})], 'id': u'e7e2cbf5-be10-42b5-831f-34383ccf0fda', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.201', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.201', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.201', 'launched_at': u'2018-09-02T03:03:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:03:10Z', 'hostId': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:03:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T03:01:26Z', 'created': u'2018-09-02T03:01:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:30:10:e1', u'version': 4, u'addr': u'192.168.1.6', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ad:b0:83', u'version': 4, u'addr': u'192.168.0.24', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ad:b0:83', u'version': 4, u'addr': u'172.30.9.203', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:01:17.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'7ce1eb93-f7e7-40d2-8a88-cef9933700c8', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'20b52e83-9722-4c51-bfc1-15548092e42f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'76144c0d-4662-4422-80d4-5fd772a2cde4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'9302953d-a406-4e4f-a78d-e37221befa97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'98637063-e6a4-47f6-be8b-8c2113a18bf7'})], 'id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'20b52e83-9722-4c51-bfc1-15548092e42f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'76144c0d-4662-4422-80d4-5fd772a2cde4'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'9302953d-a406-4e4f-a78d-e37221befa97'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'98637063-e6a4-47f6-be8b-8c2113a18bf7'})], 'id': u'c61f7543-b6df-4f6b-8f49-1a8488a79bb2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.203', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.203', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.203', 'launched_at': u'2018-09-02T03:01:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:01:17Z', 'hostId': u'e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.0.24', 'cloud': 'envvars', 'host_id': u'e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:01:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T02:59:31Z', 'created': u'2018-09-02T02:59:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-09-02 03:04:28,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:04:28,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:28,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d26eeae-187a-441d-bb8d-f4ec27e31a6e x-compute-request-id: req-5d26eeae-187a-441d-bb8d-f4ec27e31a6e Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:04:28,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d26eeae-187a-441d-bb8d-f4ec27e31a6e 2018-09-02 03:04:28,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.301723003387s 2018-09-02 03:04:28,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5d26eeae-187a-441d-bb8d-f4ec27e31a6e 2018-09-02 03:04:28,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:04:28,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:04:28,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd1a62c9-574b-40dd-8c6b-c10e8e3f7136 x-compute-request-id: req-cd1a62c9-574b-40dd-8c6b-c10e8e3f7136 Content-Encoding: gzip Content-Length: 10338 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\n"} 2018-09-02 03:04:28,719 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-cd1a62c9-574b-40dd-8c6b-c10e8e3f7136 2018-09-02 03:04:28,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.076297044754s 2018-09-02 03:04:28,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-cd1a62c9-574b-40dd-8c6b-c10e8e3f7136 2018-09-02 03:04:28,721 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] 2018-09-02 03:04:28,722 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:04:38,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:04:38,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:39,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab3429db-f5ce-42f4-9fb9-3ea53fb5f253 x-compute-request-id: req-ab3429db-f5ce-42f4-9fb9-3ea53fb5f253 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:04:39,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ab3429db-f5ce-42f4-9fb9-3ea53fb5f253 2018-09-02 03:04:39,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.290297031403s 2018-09-02 03:04:39,024 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ab3429db-f5ce-42f4-9fb9-3ea53fb5f253 2018-09-02 03:04:39,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:04:39,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:04:39,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-858db306-939b-440d-ac37-2adf55db8a24 x-compute-request-id: req-858db306-939b-440d-ac37-2adf55db8a24 Content-Encoding: gzip Content-Length: 12386 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\n"} 2018-09-02 03:04:39,110 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-858db306-939b-440d-ac37-2adf55db8a24 2018-09-02 03:04:39,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.078015089035s 2018-09-02 03:04:39,111 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-858db306-939b-440d-ac37-2adf55db8a24 2018-09-02 03:04:39,111 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] 2018-09-02 03:04:39,113 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:04:49,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:04:49,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:49,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4be2d809-d107-47ef-b6fd-29dec39deac8 x-compute-request-id: req-4be2d809-d107-47ef-b6fd-29dec39deac8 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:04:49,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4be2d809-d107-47ef-b6fd-29dec39deac8 2018-09-02 03:04:49,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380603075027s 2018-09-02 03:04:49,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4be2d809-d107-47ef-b6fd-29dec39deac8 2018-09-02 03:04:49,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:04:49,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:04:49,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe8cfe11-6e3f-4a18-8d0e-7a1b69d2ff7b x-compute-request-id: req-fe8cfe11-6e3f-4a18-8d0e-7a1b69d2ff7b Content-Encoding: gzip Content-Length: 13429 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\n"} 2018-09-02 03:04:49,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-fe8cfe11-6e3f-4a18-8d0e-7a1b69d2ff7b 2018-09-02 03:04:49,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0770380496979s 2018-09-02 03:04:49,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-fe8cfe11-6e3f-4a18-8d0e-7a1b69d2ff7b 2018-09-02 03:04:49,592 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... 2018-09-02 03:04:49,594 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:04:59,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:04:59,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:04:59,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b9df1dc-831a-42d4-8b2b-b109c4bdc2e5 x-compute-request-id: req-7b9df1dc-831a-42d4-8b2b-b109c4bdc2e5 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:04:59,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7b9df1dc-831a-42d4-8b2b-b109c4bdc2e5 2018-09-02 03:04:59,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.292262792587s 2018-09-02 03:04:59,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7b9df1dc-831a-42d4-8b2b-b109c4bdc2e5 2018-09-02 03:04:59,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:04:59,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:04:59,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:04:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-930fbd3d-92cc-49a8-beae-d323ff1f6e02 x-compute-request-id: req-930fbd3d-92cc-49a8-beae-d323ff1f6e02 Content-Encoding: gzip Content-Length: 13811 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\n"} 2018-09-02 03:04:59,981 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-930fbd3d-92cc-49a8-beae-d323ff1f6e02 2018-09-02 03:04:59,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759260654449s 2018-09-02 03:04:59,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-930fbd3d-92cc-49a8-beae-d323ff1f6e02 2018-09-02 03:04:59,983 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... 2018-09-02 03:04:59,986 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:05:09,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:05:09,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:05:10,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de240631-f35a-43f8-a2ee-70a48704e8d1 x-compute-request-id: req-de240631-f35a-43f8-a2ee-70a48704e8d1 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:05:10,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-de240631-f35a-43f8-a2ee-70a48704e8d1 2018-09-02 03:05:10,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53570318222s 2018-09-02 03:05:10,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-de240631-f35a-43f8-a2ee-70a48704e8d1 2018-09-02 03:05:10,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:05:10,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:05:10,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c97406b-2a37-427a-892e-d26ef2dad7dd x-compute-request-id: req-2c97406b-2a37-427a-892e-d26ef2dad7dd Content-Encoding: gzip Content-Length: 14117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\n"} 2018-09-02 03:05:10,615 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-2c97406b-2a37-427a-892e-d26ef2dad7dd 2018-09-02 03:05:10,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0748341083527s 2018-09-02 03:05:10,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-2c97406b-2a37-427a-892e-d26ef2dad7dd 2018-09-02 03:05:10,617 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... 2018-09-02 03:05:10,620 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:05:20,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:05:20,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:05:21,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec49f732-7178-402a-842d-cde2bf984ec6 x-compute-request-id: req-ec49f732-7178-402a-842d-cde2bf984ec6 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:05:21,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ec49f732-7178-402a-842d-cde2bf984ec6 2018-09-02 03:05:21,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707381010056s 2018-09-02 03:05:21,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ec49f732-7178-402a-842d-cde2bf984ec6 2018-09-02 03:05:21,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:05:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:05:21,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd5f8acd-b2d0-477f-b0d8-725bbf8524ea x-compute-request-id: req-dd5f8acd-b2d0-477f-b0d8-725bbf8524ea Content-Encoding: gzip Content-Length: 14360 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\n"} 2018-09-02 03:05:21,418 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-dd5f8acd-b2d0-477f-b0d8-725bbf8524ea 2018-09-02 03:05:21,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0787281990051s 2018-09-02 03:05:21,420 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-dd5f8acd-b2d0-477f-b0d8-725bbf8524ea 2018-09-02 03:05:21,421 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... 2018-09-02 03:05:21,424 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:05:31,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:05:31,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:05:31,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cee4c9d-8c6c-42ef-bbc4-2246d696cb25 x-compute-request-id: req-4cee4c9d-8c6c-42ef-bbc4-2246d696cb25 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:05:31,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4cee4c9d-8c6c-42ef-bbc4-2246d696cb25 2018-09-02 03:05:31,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.287624120712s 2018-09-02 03:05:31,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4cee4c9d-8c6c-42ef-bbc4-2246d696cb25 2018-09-02 03:05:31,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:05:31,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:05:31,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c49f9c5-4235-4f22-88b6-60c522328827 x-compute-request-id: req-2c49f9c5-4235-4f22-88b6-60c522328827 Content-Encoding: gzip Content-Length: 14791 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\n"} 2018-09-02 03:05:31,813 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-2c49f9c5-4235-4f22-88b6-60c522328827 2018-09-02 03:05:31,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.092780828476s 2018-09-02 03:05:31,815 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-2c49f9c5-4235-4f22-88b6-60c522328827 2018-09-02 03:05:31,815 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... 2018-09-02 03:05:31,818 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:05:41,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:05:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:05:42,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-178102ad-3b49-40ce-9e33-9bb8550787a7 x-compute-request-id: req-178102ad-3b49-40ce-9e33-9bb8550787a7 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:05:42,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-178102ad-3b49-40ce-9e33-9bb8550787a7 2018-09-02 03:05:42,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10536503792s 2018-09-02 03:05:42,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-178102ad-3b49-40ce-9e33-9bb8550787a7 2018-09-02 03:05:42,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:05:42,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:05:43,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e69f0524-dbd4-4290-b413-080de9e42b1e x-compute-request-id: req-e69f0524-dbd4-4290-b413-080de9e42b1e Content-Encoding: gzip Content-Length: 15109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\n"} 2018-09-02 03:05:43,022 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-e69f0524-dbd4-4290-b413-080de9e42b1e 2018-09-02 03:05:43,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0795340538025s 2018-09-02 03:05:43,023 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-e69f0524-dbd4-4290-b413-080de9e42b1e 2018-09-02 03:05:43,024 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... 2018-09-02 03:05:43,025 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:05:53,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:05:53,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:05:53,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26a4d6a4-551f-48e4-a3ea-0f2e75a71cee x-compute-request-id: req-26a4d6a4-551f-48e4-a3ea-0f2e75a71cee Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:05:53,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-26a4d6a4-551f-48e4-a3ea-0f2e75a71cee 2018-09-02 03:05:53,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.326644897461s 2018-09-02 03:05:53,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-26a4d6a4-551f-48e4-a3ea-0f2e75a71cee 2018-09-02 03:05:53,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:05:53,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:05:53,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3c15255-7300-4ae2-b6b7-ae69d555393c x-compute-request-id: req-e3c15255-7300-4ae2-b6b7-ae69d555393c Content-Encoding: gzip Content-Length: 15445 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n"} 2018-09-02 03:05:53,446 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-e3c15255-7300-4ae2-b6b7-ae69d555393c 2018-09-02 03:05:53,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0750350952148s 2018-09-02 03:05:53,448 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-e3c15255-7300-4ae2-b6b7-ae69d555393c 2018-09-02 03:05:53,448 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... 2018-09-02 03:05:53,452 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:06:03,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:06:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:06:04,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-684a141e-d25b-4ff3-9ec7-49b3b1bfd3ad x-compute-request-id: req-684a141e-d25b-4ff3-9ec7-49b3b1bfd3ad Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:06:04,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-684a141e-d25b-4ff3-9ec7-49b3b1bfd3ad 2018-09-02 03:06:04,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547466039658s 2018-09-02 03:06:04,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-684a141e-d25b-4ff3-9ec7-49b3b1bfd3ad 2018-09-02 03:06:04,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:06:04,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:06:04,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b288091-675c-438f-819d-83fc17158e4a x-compute-request-id: req-9b288091-675c-438f-819d-83fc17158e4a Content-Encoding: gzip Content-Length: 16012 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 7968\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 7976\nclearwater-socket-factory-sig start/running, process 7984\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n"} 2018-09-02 03:06:04,098 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-9b288091-675c-438f-819d-83fc17158e4a 2018-09-02 03:06:04,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0804088115692s 2018-09-02 03:06:04,100 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-9b288091-675c-438f-819d-83fc17158e4a 2018-09-02 03:06:04,101 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 7968 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 7976 clearwater-socket-factory-sig start/running, process 7984 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... 2018-09-02 03:06:04,105 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:06:14,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:06:14,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:06:14,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35ad1fb9-0c4b-40b8-a2d2-e330133e8a26 x-compute-request-id: req-35ad1fb9-0c4b-40b8-a2d2-e330133e8a26 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:06:14,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-35ad1fb9-0c4b-40b8-a2d2-e330133e8a26 2018-09-02 03:06:14,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544890880585s 2018-09-02 03:06:14,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-35ad1fb9-0c4b-40b8-a2d2-e330133e8a26 2018-09-02 03:06:14,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:06:14,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:06:14,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e70d7b35-49a9-4ffd-be12-7b434a17c08a x-compute-request-id: req-e70d7b35-49a9-4ffd-be12-7b434a17c08a Content-Encoding: gzip Content-Length: 16468 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 7968\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 7976\nclearwater-socket-factory-sig start/running, process 7984\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (9649 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57584 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n"} 2018-09-02 03:06:14,737 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-e70d7b35-49a9-4ffd-be12-7b434a17c08a 2018-09-02 03:06:14,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0778269767761s 2018-09-02 03:06:14,740 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-e70d7b35-49a9-4ffd-be12-7b434a17c08a 2018-09-02 03:06:14,740 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 7968 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 7976 clearwater-socket-factory-sig start/running, process 7984 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (9649 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57584 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... 2018-09-02 03:06:14,743 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:06:24,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:06:24,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:06:25,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9bccf8e-1552-4599-a725-0a30015c68af x-compute-request-id: req-c9bccf8e-1552-4599-a725-0a30015c68af Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:06:25,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c9bccf8e-1552-4599-a725-0a30015c68af 2018-09-02 03:06:25,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617102861404s 2018-09-02 03:06:25,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c9bccf8e-1552-4599-a725-0a30015c68af 2018-09-02 03:06:25,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:06:25,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:06:25,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42879f8c-d6d6-4def-b181-ebd32b1415d0 x-compute-request-id: req-42879f8c-d6d6-4def-b181-ebd32b1415d0 Content-Encoding: gzip Content-Length: 16977 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 7968\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 7976\nclearwater-socket-factory-sig start/running, process 7984\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (9649 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57584 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\n"} 2018-09-02 03:06:25,458 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-42879f8c-d6d6-4def-b181-ebd32b1415d0 2018-09-02 03:06:25,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0789520740509s 2018-09-02 03:06:25,460 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-42879f8c-d6d6-4def-b181-ebd32b1415d0 2018-09-02 03:06:25,461 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 7968 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 7976 clearwater-socket-factory-sig start/running, process 7984 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (9649 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57584 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) 2018-09-02 03:06:25,464 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:06:35,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:06:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:06:36,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81228610-5cc2-4eb8-88c4-65132d112e9c x-compute-request-id: req-81228610-5cc2-4eb8-88c4-65132d112e9c Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:06:36,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-81228610-5cc2-4eb8-88c4-65132d112e9c 2018-09-02 03:06:36,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794482946396s 2018-09-02 03:06:36,270 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-81228610-5cc2-4eb8-88c4-65132d112e9c 2018-09-02 03:06:36,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:06:36,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:06:36,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5c0a16a-4d87-4674-a5dd-e3a09768c22a x-compute-request-id: req-b5c0a16a-4d87-4674-a5dd-e3a09768c22a Content-Encoding: gzip Content-Length: 18788 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008004] pid_max: default: 32768 minimum: 301\n[ 0.009574] Security Framework initialized\n[ 0.010970] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028585] Initializing cgroup subsys memory\n[ 0.030105] Initializing cgroup subsys devices\n[ 0.031612] Initializing cgroup subsys freezer\n[ 0.032013] Initializing cgroup subsys blkio\n[ 0.033416] Initializing cgroup subsys perf_event\n[ 0.036016] Initializing cgroup subsys hugetlb\n[ 0.037563] FEATURE SPEC_CTRL Not Present\n[ 0.039602] mce: CPU supports 10 MCE banks\n[ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048003] Speculative Store Bypass: Vulnerable\n[ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.057086] ACPI: Core revision 20131115\n[ 0.058927] ACPI: All ACPI Tables successfully acquired\n[ 0.060407] ftrace: allocating 28717 entries in 113 pages\n[ 0.080312] smpboot: Max logical packages: 2\n[ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088285] Enabling x2apic\n[ 0.089282] Enabled x2apic\n[ 0.090550] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105757] KVM setup paravirtual spinlock\n[ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.111314] x86: Booting SMP configuration:\n[ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128043] x86: Booted up 1 node, 2 CPUs\n[ 0.128045] KVM setup async PF for cpu 1\n[ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.134412] devtmpfs: initialized\n[ 0.137951] EVM: security.selinux\n[ 0.139071] EVM: security.SMACK64\n[ 0.140003] EVM: security.ima\n[ 0.141042] EVM: security.capability\n[ 0.142270] pinctrl core: initialized pinctrl subsystem\n[ 0.144064] regulator-dummy: no parameters\n[ 0.145253] RTC time: 3:04:12, date: 09/02/18\n[ 0.146498] NET: Registered protocol family 16\n[ 0.147811] cpuidle: using governor ladder\n[ 0.148004] cpuidle: using governor menu\n[ 0.149151] ACPI: bus type PCI registered\n[ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.151981] PCI: Using configuration type 1 for base access\n[ 0.152685] bio: create slab at 0\n[ 0.153252] ACPI: Added _OSI(Module Device)\n[ 0.153263] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157270] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160123] ACPI: Interpreter enabled\n[ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.171792] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.176206] ACPI: No dock devices found.\n[ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184223] acpiphp: Slot [3] registered\n[ 0.185336] acpiphp: Slot [4] registered\n[ 0.186450] acpiphp: Slot [5] registered\n[ 0.187578] acpiphp: Slot [6] registered\n[ 0.188034] acpiphp: Slot [7] registered\n[ 0.189145] acpiphp: Slot [8] registered\n[ 0.190254] acpiphp: Slot [9] registered\n[ 0.191378] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193131] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195384] acpiphp: Slot [14] registered\n[ 0.196021] acpiphp: Slot [15] registered\n[ 0.197158] acpiphp: Slot [16] registered\n[ 0.198301] acpiphp: Slot [17] registered\n[ 0.199425] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201160] acpiphp: Slot [20] registered\n[ 0.202307] acpiphp: Slot [21] registered\n[ 0.203425] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205147] acpiphp: Slot [24] registered\n[ 0.206257] acpiphp: Slot [25] registered\n[ 0.207367] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210240] acpiphp: Slot [29] registered\n[ 0.211359] acpiphp: Slot [30] registered\n[ 0.212028] acpiphp: Slot [31] registered\n[ 0.213157] PCI host bridge to bus 0000:00\n[ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.275584] vgaarb: loaded\n[ 0.276003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277636] SCSI subsystem initialized\n[ 0.278850] ACPI: bus type USB registered\n[ 0.280032] usbcore: registered new interface driver usbfs\n[ 0.281441] usbcore: registered new interface driver hub\n[ 0.282833] usbcore: registered new device driver usb\n[ 0.284123] PCI: Using ACPI for IRQ routing\n[ 0.285543] NetLabel: Initializing\n[ 0.286524] NetLabel: domain hash size = 128\n[ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288065] NetLabel: unlabeled traffic allowed by default\n[ 0.289477] Switched to clocksource kvm-clock\n[ 0.296739] AppArmor: AppArmor Filesystem Enabled\n[ 0.298066] pnp: PnP ACPI init\n[ 0.298986] ACPI: bus type PNP registered\n[ 0.300596] pnp: PnP ACPI: found 8 devices\n[ 0.301716] ACPI: bus type PNP unregistered\n[ 0.310115] NET: Registered protocol family 2\n[ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.315515] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.317248] TCP: reno registered\n[ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.321396] NET: Registered protocol family 1\n[ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370523] Trying to unpack rootfs image as initramfs...\n[ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.479833] Scanning for low memory corruption every 60 seconds\n[ 0.481699] Initialise system trusted keyring\n[ 0.482950] audit: initializing netlink socket (disabled)\n[ 0.484369] type=2000 audit(1535857452.664:1): initialized\n[ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507614] zbud: loaded\n[ 0.508678] VFS: Disk quotas dquot_6.5.2\n[ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511774] fuse init (API version 7.22)\n[ 0.512967] msgmni has been set to 3997\n[ 0.514086] Key type big_key registered\n[ 0.515650] Key type asymmetric registered\n[ 0.516797] Asymmetric key parser 'x509' registered\n[ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.520122] io scheduler noop registered\n[ 0.521202] io scheduler deadline registered (default)\n[ 0.522528] io scheduler cfq registered\n[ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526742] ipmi message handler version 39.2\n[ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529946] ACPI: Power Button [PWRF]\n[ 0.531079] GHES: HEST is not enabled!\n[ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649965] Linux agpgart interface v0.103\n[ 0.652090] brd: module loaded\n[ 0.653462] loop: module loaded\n[ 0.654739] blk-mq: CPU -> queue map\n[ 0.655751] CPU 0 -> Queue 0\n[ 0.656647] CPU 1 -> Queue 0\n[ 0.658358] vda: vda1\n[ 0.659904] scsi0 : ata_piix\n[ 0.660899] scsi1 : ata_piix\n[ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.665216] libphy: Fixed MDIO Bus: probed\n[ 0.666401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.670927] PPP generic driver version 2.4.2\n[ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674177] ehci-pci: EHCI PCI platform driver\n[ 0.675320] ehci-platform: EHCI generic platform driver\n[ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678338] ohci-pci: OHCI PCI platform driver\n[ 0.679510] ohci-platform: OHCI generic platform driver\n[ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.711779] usb usb1: Product: UHCI Host Controller\n[ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.714624] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715982] hub 1-0:1.0: USB hub found\n[ 0.717049] hub 1-0:1.0: 2 ports detected\n[ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723904] mousedev: PS/2 mouse device common for all mice\n[ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728140] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732937] device-mapper: uevent: version 1.0.3\n[ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737948] TCP: cubic registered\n[ 0.739019] NET: Registered protocol family 10\n[ 0.740509] NET: Registered protocol family 17\n[ 0.741710] Key type dns_resolver registered\n[ 0.743097] Loading compiled-in X.509 certificates\n[ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.754785] registered taskstats version 1\n[ 0.757859] Key type trusted registered\n[ 0.761936] Key type encrypted registered\n[ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764737] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766908] regulator-dummy: disabling\n[ 0.768096] Magic number: 2:994:56\n[ 0.769129] input mice: hash matches\n[ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774282] EDD information not available.\n[ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823551] Write protecting the kernel read-only data: 12288k\n[ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.842945] systemd-udevd[107]: starting version 204\n[ 0.896500] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.197075] usb 1-1: Product: QEMU USB Tablet\n[ 1.198323] usb 1-1: Manufacturer: QEMU\n[ 1.199471] usb 1-1: SerialNumber: 42\n[ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.431203] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds.\ncloud-init-nonet[3.25]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.31]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o |\n| .. . |\n| .. . . . |\n| .. o . . |\n| E. S o |\n| . .. . |\n| . ooo |\n| ..oo .oo |\n| +==o.... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o.. |\n|. o +.o |\n| * o +. |\n|+ o + . |\n|o . S |\n|. E |\n| . . |\n| +=o. |\n| .**o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\na3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| o . E |\n|.oooo+ S |\n|o.o=*. . . |\n|+ +*.o. |\n|.=o.+ |\n|. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|E . . |\n|... o = o |\n|++ O = . |\n|* = S + |\n|o . + o |\n| . . . |\n| o . |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds.\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting OpenSSH server[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1437 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-socket-factory\n clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev\n fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1\n libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\nSuggested packages:\n binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config\n clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc\n gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc\n libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb\n gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi\n python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils bono build-essential clearwater-diags-monitor\n clearwater-infrastructure clearwater-log-cleanup clearwater-monit\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0\n libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3\n linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs\n sysstat\n0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 53.4 MB of archives.\nAfter this operation, 160 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 53.4 MB in 7s (7231 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-180328.134516_amd64.deb ...\nUnpacking bono (1.0-180328.134516) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 7968\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 7976\nclearwater-socket-factory-sig start/running, process 7984\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-180328.134516) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (9649 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57584 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.210\n++ echo A 172.30.9.210\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n+ echo 'nameserver 192.168.0.24'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nmv: cannot move \ufffd\ufffd\ufffd/run/resolvconf/resolv.conf_new.8789\ufffd\ufffd\ufffd to \ufffd\ufffd\ufffd/run/resolvconf/resolv.conf\ufffd\ufffd\ufffd: Device or resource busy\nrun-parts: /etc/resolvconf/update.d/libc exited with return code 1\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 (DSA)\nec2: 256 a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 (ECDSA)\nec2: 256 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 (ED25519)\nec2: 2048 e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRrelBrqR6ZUoB+e6MLhOCx9nFE3ZnyLIub6MPydgyaJ4cqynK70rVsZFTTBL5d2GdFpzqNyVpqFZVzHD1Xlds= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB48IYFfO0ZTYOD9huM+8h2bZGZSlSf0Z6XfYg6PHfM4 root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvHYajX3uKS0UJeYN7ZXL0n9/pwI02U0lQW0AHki+UYoG1xw2J7FQLZN0ioAwgs6R0FSrMyeahHLWkGxQylQD1I2XkLU4gfPNpXjn5HlKU4MY+tvLf8pXQ2OHC+c6Zta8qK+wBplxSzbA0cZ5cCjll1zfENk1VpdfZhl91pLE8zMiPVjRtRFuVIf0Sul/HOESAGlkw6luBSrnD1L/Dn7FE4oE5oQqseBl97wXMY28MO1nSO+9OMfFO/TR/kFgEqjFW2cqYdvqOm/ZwkeK3q9OXGknjw0lsE6HtqUpvnOhczLX9sUFXiIcEP2/Pngaq9U+Hlt1AVoIEtsAcqeeyRBAB root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:06:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 143.32 seconds\n"} 2018-09-02 03:06:36,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-b5c0a16a-4d87-4674-a5dd-e3a09768c22a 2018-09-02 03:06:36,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0787861347198s 2018-09-02 03:06:36,358 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e/action used request id req-b5c0a16a-4d87-4674-a5dd-e3a09768c22a 2018-09-02 03:06:36,359 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008004] pid_max: default: 32768 minimum: 301 [ 0.009574] Security Framework initialized [ 0.010970] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013398] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017822] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021075] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028585] Initializing cgroup subsys memory [ 0.030105] Initializing cgroup subsys devices [ 0.031612] Initializing cgroup subsys freezer [ 0.032013] Initializing cgroup subsys blkio [ 0.033416] Initializing cgroup subsys perf_event [ 0.036016] Initializing cgroup subsys hugetlb [ 0.037563] FEATURE SPEC_CTRL Not Present [ 0.039602] mce: CPU supports 10 MCE banks [ 0.040059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.045915] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048003] Speculative Store Bypass: Vulnerable [ 0.050311] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.057086] ACPI: Core revision 20131115 [ 0.058927] ACPI: All ACPI Tables successfully acquired [ 0.060407] ftrace: allocating 28717 entries in 113 pages [ 0.080312] smpboot: Max logical packages: 2 [ 0.084004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085951] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088285] Enabling x2apic [ 0.089282] Enabled x2apic [ 0.090550] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.096002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.099198] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105757] KVM setup paravirtual spinlock [ 0.109164] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.111314] x86: Booting SMP configuration: [ 0.112004] .... node #0, CPUs: #1[ 0.109106] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128043] x86: Booted up 1 node, 2 CPUs [ 0.128045] KVM setup async PF for cpu 1 [ 0.128049] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.132010] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.134412] devtmpfs: initialized [ 0.137951] EVM: security.selinux [ 0.139071] EVM: security.SMACK64 [ 0.140003] EVM: security.ima [ 0.141042] EVM: security.capability [ 0.142270] pinctrl core: initialized pinctrl subsystem [ 0.144064] regulator-dummy: no parameters [ 0.145253] RTC time: 3:04:12, date: 09/02/18 [ 0.146498] NET: Registered protocol family 16 [ 0.147811] cpuidle: using governor ladder [ 0.148004] cpuidle: using governor menu [ 0.149151] ACPI: bus type PCI registered [ 0.150246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.151981] PCI: Using configuration type 1 for base access [ 0.152685] bio: create slab at 0 [ 0.153252] ACPI: Added _OSI(Module Device) [ 0.153263] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157270] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160123] ACPI: Interpreter enabled [ 0.161200] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.163727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.165863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.168839] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.171792] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173490] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.182053] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183706] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184223] acpiphp: Slot [3] registered [ 0.185336] acpiphp: Slot [4] registered [ 0.186450] acpiphp: Slot [5] registered [ 0.187578] acpiphp: Slot [6] registered [ 0.188034] acpiphp: Slot [7] registered [ 0.189145] acpiphp: Slot [8] registered [ 0.190254] acpiphp: Slot [9] registered [ 0.191378] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193131] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195384] acpiphp: Slot [14] registered [ 0.196021] acpiphp: Slot [15] registered [ 0.197158] acpiphp: Slot [16] registered [ 0.198301] acpiphp: Slot [17] registered [ 0.199425] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201160] acpiphp: Slot [20] registered [ 0.202307] acpiphp: Slot [21] registered [ 0.203425] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205147] acpiphp: Slot [24] registered [ 0.206257] acpiphp: Slot [25] registered [ 0.207367] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210240] acpiphp: Slot [29] registered [ 0.211359] acpiphp: Slot [30] registered [ 0.212028] acpiphp: Slot [31] registered [ 0.213157] PCI host bridge to bus 0000:00 [ 0.214246] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215643] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217543] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219184] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.228940] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.230963] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.261208] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.263295] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264977] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268811] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270575] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272291] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.275584] vgaarb: loaded [ 0.276003] vgaarb: bridge control possible 0000:00:02.0 [ 0.277636] SCSI subsystem initialized [ 0.278850] ACPI: bus type USB registered [ 0.280032] usbcore: registered new interface driver usbfs [ 0.281441] usbcore: registered new interface driver hub [ 0.282833] usbcore: registered new device driver usb [ 0.284123] PCI: Using ACPI for IRQ routing [ 0.285543] NetLabel: Initializing [ 0.286524] NetLabel: domain hash size = 128 [ 0.287683] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288065] NetLabel: unlabeled traffic allowed by default [ 0.289477] Switched to clocksource kvm-clock [ 0.296739] AppArmor: AppArmor Filesystem Enabled [ 0.298066] pnp: PnP ACPI init [ 0.298986] ACPI: bus type PNP registered [ 0.300596] pnp: PnP ACPI: found 8 devices [ 0.301716] ACPI: bus type PNP unregistered [ 0.310115] NET: Registered protocol family 2 [ 0.311590] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.313686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.315515] TCP: Hash tables configured (established 16384 bind 16384) [ 0.317248] TCP: reno registered [ 0.318198] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319724] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.321396] NET: Registered protocol family 1 [ 0.322588] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.324073] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.325529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347927] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370523] Trying to unpack rootfs image as initramfs... [ 0.471937] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.474188] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.475640] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477590] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.479833] Scanning for low memory corruption every 60 seconds [ 0.481699] Initialise system trusted keyring [ 0.482950] audit: initializing netlink socket (disabled) [ 0.484369] type=2000 audit(1535857452.664:1): initialized [ 0.505035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507614] zbud: loaded [ 0.508678] VFS: Disk quotas dquot_6.5.2 [ 0.509791] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511774] fuse init (API version 7.22) [ 0.512967] msgmni has been set to 3997 [ 0.514086] Key type big_key registered [ 0.515650] Key type asymmetric registered [ 0.516797] Asymmetric key parser 'x509' registered [ 0.518090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.520122] io scheduler noop registered [ 0.521202] io scheduler deadline registered (default) [ 0.522528] io scheduler cfq registered [ 0.523653] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526742] ipmi message handler version 39.2 [ 0.527963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529946] ACPI: Power Button [PWRF] [ 0.531079] GHES: HEST is not enabled! [ 0.553195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620166] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.647071] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649965] Linux agpgart interface v0.103 [ 0.652090] brd: module loaded [ 0.653462] loop: module loaded [ 0.654739] blk-mq: CPU -> queue map [ 0.655751] CPU 0 -> Queue 0 [ 0.656647] CPU 1 -> Queue 0 [ 0.658358] vda: vda1 [ 0.659904] scsi0 : ata_piix [ 0.660899] scsi1 : ata_piix [ 0.661791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.663379] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.665216] libphy: Fixed MDIO Bus: probed [ 0.666401] tun: Universal TUN/TAP device driver, 1.6 [ 0.667723] tun: (C) 1999-2004 Max Krasnyansky [ 0.670927] PPP generic driver version 2.4.2 [ 0.672567] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674177] ehci-pci: EHCI PCI platform driver [ 0.675320] ehci-platform: EHCI generic platform driver [ 0.676804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678338] ohci-pci: OHCI PCI platform driver [ 0.679510] ohci-platform: OHCI generic platform driver [ 0.680827] uhci_hcd: USB Universal Host Controller Interface driver [ 0.703257] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.704591] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.706622] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.708169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.709827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.711779] usb usb1: Product: UHCI Host Controller [ 0.713059] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.714624] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715982] hub 1-0:1.0: USB hub found [ 0.717049] hub 1-0:1.0: 2 ports detected [ 0.718296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.721130] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.722421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723904] mousedev: PS/2 mouse device common for all mice [ 0.725637] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728140] rtc_cmos 00:00: RTC can wake from S4 [ 0.729682] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731287] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732937] device-mapper: uevent: version 1.0.3 [ 0.734209] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736398] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737948] TCP: cubic registered [ 0.739019] NET: Registered protocol family 10 [ 0.740509] NET: Registered protocol family 17 [ 0.741710] Key type dns_resolver registered [ 0.743097] Loading compiled-in X.509 certificates [ 0.744890] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.754785] registered taskstats version 1 [ 0.757859] Key type trusted registered [ 0.761936] Key type encrypted registered [ 0.763232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764737] IMA: No TPM chip found, activating TPM-bypass! [ 0.766908] regulator-dummy: disabling [ 0.768096] Magic number: 2:994:56 [ 0.769129] input mice: hash matches [ 0.770295] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.772657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774282] EDD information not available. [ 0.821448] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823551] Write protecting the kernel read-only data: 12288k [ 0.825656] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829017] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.842945] systemd-udevd[107]: starting version 204 [ 0.896500] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.193406] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195229] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.197075] usb 1-1: Product: QEMU USB Tablet [ 1.198323] usb 1-1: Manufacturer: QEMU [ 1.199471] usb 1-1: SerialNumber: 42 [ 1.472100] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.917080] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.324117] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.431203] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping adjust system clock and timezone[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.606691] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 3.11 seconds. cloud-init-nonet[3.25]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.31]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.56 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:6b:36:33 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:88:8e:db | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o | | .. . | | .. . . . | | .. o . . | | E. S o | | . .. . | | . ooo | | ..oo .oo | | +==o.... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . o.. | |. o +.o | | * o +. | |+ o + . | |o . S | |. E | | . . | | +=o. | | .**o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | o . E | |.oooo+ S | |o.o=*. . . | |+ +*.o. | |.=o.+ | |. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | | |E . . | |... o = o | |++ O = . | |* = S + | |o . + o | | . . . | | o . | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.56 seconds. * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting OpenSSH server[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:24 +0000. Up 12.48 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 19350 0 --:--:-- --:--:-- --:--:-- 19438 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1437 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat Suggested packages: binutils-doc restund bono-dbg clearwater-logging clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils bono build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libzmq3 linux-libc-dev make manpages-dev ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-libs sysstat 0 upgraded, 83 newly installed, 0 to remove and 6 not upgraded. Need to get 53.4 MB of archives. After this operation, 160 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 36%Extracting templates from packages: 72%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 53.4 MB in 7s (7231 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-180328.134516_amd64.deb ... Unpacking bono (1.0-180328.134516) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up sprout-libs (1.0-180328.134516) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 7968 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 7976 clearwater-socket-factory-sig start/running, process 7984 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-180328.134516) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (9649 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57584 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 + echo 'nameserver 192.168.0.24' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. mv: cannot move ���/run/resolvconf/resolv.conf_new.8789��� to ���/run/resolvconf/resolv.conf���: Device or resource busy run-parts: /etc/resolvconf/update.d/libc exited with return code 1 ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 40:29:d9:1a:3e:48:86:db:28:fa:9b:b9:9d:68:67:12 root@bono-0 (DSA) ec2: 256 a3:e0:7a:80:2e:b4:c9:95:0c:a9:bd:d9:b4:c1:49:5b root@bono-0 (ECDSA) ec2: 256 65:9e:72:48:2e:53:9c:32:db:e2:2a:09:60:a9:24:18 root@bono-0 (ED25519) ec2: 2048 e4:d5:3a:3a:3f:f0:6a:a8:dc:be:da:d2:01:01:41:ef root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRrelBrqR6ZUoB+e6MLhOCx9nFE3ZnyLIub6MPydgyaJ4cqynK70rVsZFTTBL5d2GdFpzqNyVpqFZVzHD1Xlds= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB48IYFfO0ZTYOD9huM+8h2bZGZSlSf0Z6XfYg6PHfM4 root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvHYajX3uKS0UJeYN7ZXL0n9/pwI02U0lQW0AHki+UYoG1xw2J7FQLZN0ioAwgs6R0FSrMyeahHLWkGxQylQD1I2XkLU4gfPNpXjn5HlKU4MY+tvLf8pXQ2OHC+c6Zta8qK+wBplxSzbA0cZ5cCjll1zfENk1VpdfZhl91pLE8zMiPVjRtRFuVIf0Sul/HOESAGlkw6luBSrnD1L/Dn7FE4oE5oQqseBl97wXMY28MO1nSO+9OMfFO/TR/kFgEqjFW2cqYdvqOm/ZwkeK3q9OXGknjw0lsE6HtqUpvnOhczLX9sUFXiIcEP2/Pngaq9U+Hlt1AVoIEtsAcqeeyRBAB root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:06:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 143.32 seconds 2018-09-02 03:06:36,364 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 03:06:36,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:06:36,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:06:36,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef5b9ba0-3cb8-4f4a-9a72-49865d1185c7 x-compute-request-id: req-ef5b9ba0-3cb8-4f4a-9a72-49865d1185c7 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:06:36,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ef5b9ba0-3cb8-4f4a-9a72-49865d1185c7 2018-09-02 03:06:36,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602013111115s 2018-09-02 03:06:36,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ef5b9ba0-3cb8-4f4a-9a72-49865d1185c7 2018-09-02 03:06:36,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:06:36,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:06:37,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5783ffcc-6db2-4dc6-8c80-5c3e52bc08b9 x-compute-request-id: req-5783ffcc-6db2-4dc6-8c80-5c3e52bc08b9 Content-Encoding: gzip Content-Length: 18102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008156] Security Framework initialized\n[ 0.009531] AppArmor: AppArmor initialized\n[ 0.010713] Yama: becoming mindful.\n[ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022602] Initializing cgroup subsys memory\n[ 0.024079] Initializing cgroup subsys devices\n[ 0.025322] Initializing cgroup subsys freezer\n[ 0.026590] Initializing cgroup subsys blkio\n[ 0.028017] Initializing cgroup subsys perf_event\n[ 0.029338] Initializing cgroup subsys hugetlb\n[ 0.030672] FEATURE SPEC_CTRL Not Present\n[ 0.032713] mce: CPU supports 10 MCE banks\n[ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040004] Speculative Store Bypass: Vulnerable\n[ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050892] ACPI: Core revision 20131115\n[ 0.052570] ACPI: All ACPI Tables successfully acquired\n[ 0.054229] ftrace: allocating 28717 entries in 113 pages\n[ 0.076311] smpboot: Max logical packages: 2\n[ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.082426] Enabling x2apic\n[ 0.083529] Enabled x2apic\n[ 0.084004] Switched APIC routing to physical x2apic.\n[ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102053] KVM setup paravirtual spinlock\n[ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108202] x86: Booting SMP configuration:\n[ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124021] x86: Booted up 1 node, 2 CPUs\n[ 0.124013] KVM setup async PF for cpu 1\n[ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130591] devtmpfs: initialized\n[ 0.134111] EVM: security.selinux\n[ 0.135347] EVM: security.SMACK64\n[ 0.136003] EVM: security.ima\n[ 0.137127] EVM: security.capability\n[ 0.138509] pinctrl core: initialized pinctrl subsystem\n[ 0.140064] regulator-dummy: no parameters\n[ 0.141590] RTC time: 3:04:08, date: 09/02/18\n[ 0.143211] NET: Registered protocol family 16\n[ 0.144194] cpuidle: using governor ladder\n[ 0.145623] cpuidle: using governor menu\n[ 0.147074] ACPI: bus type PCI registered\n[ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.150211] PCI: Using configuration type 1 for base access\n[ 0.152733] bio: create slab at 0\n[ 0.153494] ACPI: Added _OSI(Module Device)\n[ 0.153554] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160713] ACPI: Interpreter enabled\n[ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173793] ACPI: (supports S0 S5)\n[ 0.176003] ACPI: Using IOAPIC for interrupt routing\n[ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180108] ACPI: No dock devices found.\n[ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.188250] acpiphp: Slot [3] registered\n[ 0.189462] acpiphp: Slot [4] registered\n[ 0.190683] acpiphp: Slot [5] registered\n[ 0.191854] acpiphp: Slot [6] registered\n[ 0.192021] acpiphp: Slot [7] registered\n[ 0.193112] acpiphp: Slot [8] registered\n[ 0.194200] acpiphp: Slot [9] registered\n[ 0.195290] acpiphp: Slot [10] registered\n[ 0.196020] acpiphp: Slot [11] registered\n[ 0.197120] acpiphp: Slot [12] registered\n[ 0.198215] acpiphp: Slot [13] registered\n[ 0.199416] acpiphp: Slot [14] registered\n[ 0.200021] acpiphp: Slot [15] registered\n[ 0.201129] acpiphp: Slot [16] registered\n[ 0.202241] acpiphp: Slot [17] registered\n[ 0.203344] acpiphp: Slot [18] registered\n[ 0.204027] acpiphp: Slot [19] registered\n[ 0.205153] acpiphp: Slot [20] registered\n[ 0.206264] acpiphp: Slot [21] registered\n[ 0.207365] acpiphp: Slot [22] registered\n[ 0.208020] acpiphp: Slot [23] registered\n[ 0.209140] acpiphp: Slot [24] registered\n[ 0.210252] acpiphp: Slot [25] registered\n[ 0.211364] acpiphp: Slot [26] registered\n[ 0.212020] acpiphp: Slot [27] registered\n[ 0.213120] acpiphp: Slot [28] registered\n[ 0.214220] acpiphp: Slot [29] registered\n[ 0.215321] acpiphp: Slot [30] registered\n[ 0.216027] acpiphp: Slot [31] registered\n[ 0.217127] PCI host bridge to bus 0000:00\n[ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.272004] vgaarb: loaded\n[ 0.272843] vgaarb: bridge control possible 0000:00:02.0\n[ 0.274563] SCSI subsystem initialized\n[ 0.275779] ACPI: bus type USB registered\n[ 0.276051] usbcore: registered new interface driver usbfs\n[ 0.277466] usbcore: registered new interface driver hub\n[ 0.278864] usbcore: registered new device driver usb\n[ 0.280122] PCI: Using ACPI for IRQ routing\n[ 0.281559] NetLabel: Initializing\n[ 0.282550] NetLabel: domain hash size = 128\n[ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.284071] NetLabel: unlabeled traffic allowed by default\n[ 0.285484] Switched to clocksource kvm-clock\n[ 0.292961] AppArmor: AppArmor Filesystem Enabled\n[ 0.294253] pnp: PnP ACPI init\n[ 0.295169] ACPI: bus type PNP registered\n[ 0.296735] pnp: PnP ACPI: found 8 devices\n[ 0.297870] ACPI: bus type PNP unregistered\n[ 0.305306] NET: Registered protocol family 2\n[ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.310713] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.312461] TCP: reno registered\n[ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316615] NET: Registered protocol family 1\n[ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.365331] Trying to unpack rootfs image as initramfs...\n[ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.473112] Scanning for low memory corruption every 60 seconds\n[ 0.475004] Initialise system trusted keyring\n[ 0.476243] audit: initializing netlink socket (disabled)\n[ 0.477631] type=2000 audit(1535857449.057:1): initialized\n[ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501890] zbud: loaded\n[ 0.503134] VFS: Disk quotas dquot_6.5.2\n[ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506940] fuse init (API version 7.22)\n[ 0.508342] msgmni has been set to 3997\n[ 0.509712] Key type big_key registered\n[ 0.511422] Key type asymmetric registered\n[ 0.512822] Asymmetric key parser 'x509' registered\n[ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.516893] io scheduler noop registered\n[ 0.518226] io scheduler deadline registered (default)\n[ 0.519845] io scheduler cfq registered\n[ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525015] ipmi message handler version 39.2\n[ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528915] ACPI: Power Button [PWRF]\n[ 0.530252] GHES: HEST is not enabled!\n[ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.648262] Linux agpgart interface v0.103\n[ 0.650638] brd: module loaded\n[ 0.652207] loop: module loaded\n[ 0.653685] blk-mq: CPU -> queue map\n[ 0.654911] CPU 0 -> Queue 0\n[ 0.655990] CPU 1 -> Queue 0\n[ 0.657930] vda: vda1\n[ 0.659435] scsi0 : ata_piix\n[ 0.660429] scsi1 : ata_piix\n[ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664776] libphy: Fixed MDIO Bus: probed\n[ 0.665969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667277] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671609] PPP generic driver version 2.4.2\n[ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674564] ehci-pci: EHCI PCI platform driver\n[ 0.675828] ehci-platform: EHCI generic platform driver\n[ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678760] ohci-pci: OHCI PCI platform driver\n[ 0.679951] ohci-platform: OHCI generic platform driver\n[ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.712881] usb usb1: Product: UHCI Host Controller\n[ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.715824] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717183] hub 1-0:1.0: USB hub found\n[ 0.718281] hub 1-0:1.0: 2 ports detected\n[ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.725165] mousedev: PS/2 mouse device common for all mice\n[ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.729239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733884] device-mapper: uevent: version 1.0.3\n[ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738848] TCP: cubic registered\n[ 0.739885] NET: Registered protocol family 10\n[ 0.741393] NET: Registered protocol family 17\n[ 0.742572] Key type dns_resolver registered\n[ 0.743882] Loading compiled-in X.509 certificates\n[ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755282] registered taskstats version 1\n[ 0.758387] Key type trusted registered\n[ 0.762288] Key type encrypted registered\n[ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764757] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766685] regulator-dummy: disabling\n[ 0.767797] Magic number: 2:994:56\n[ 0.768818] input mice: hash matches\n[ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449)\n[ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.773716] EDD information not available.\n[ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823693] Write protecting the kernel read-only data: 12288k\n[ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.844776] systemd-udevd[107]: starting version 204\n[ 0.882332] FDC 0 is a S82078B\n[ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196508] usb 1-1: Product: QEMU USB Tablet\n[ 1.197840] usb 1-1: Manufacturer: QEMU\n[ 1.199037] usb 1-1: SerialNumber: 42\n[ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.461196] random: init urandom read with 10 bits of entropy available\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds.\ncloud-init-nonet[3.31]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[5.11]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nf0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o |\n|+ . |\n| o . . |\n| . . o |\n| . . . S |\n| + o . .. |\n| . +. ..o.. |\n| o. .ooo |\n| .Eoooo+o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| o |\n| + . . |\n|o . o . |\n|=. o o S = |\n|E.. = . = o |\n| .o . |\n| .oo |\n| oo++ |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .oo+. ..E|\n| ..o. o =o|\n| .+ . O |\n| . * . * . |\n| S = o |\n| o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|. . . |\n| E . . . |\n|* . o . |\n|+o. * S |\n|.... o O . |\n| . * = |\n| o = |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds.\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Generating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2584 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 11s (8442 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8718\nclearwater-socket-factory-sig start/running, process 8723\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8772\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up ralf (1.0-180326.112116) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...............+++\n...................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nKilled\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\n"} 2018-09-02 03:06:37,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-5783ffcc-6db2-4dc6-8c80-5c3e52bc08b9 2018-09-02 03:06:37,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0958139896393s 2018-09-02 03:06:37,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-5783ffcc-6db2-4dc6-8c80-5c3e52bc08b9 2018-09-02 03:06:37,074 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008156] Security Framework initialized [ 0.009531] AppArmor: AppArmor initialized [ 0.010713] Yama: becoming mindful. [ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022602] Initializing cgroup subsys memory [ 0.024079] Initializing cgroup subsys devices [ 0.025322] Initializing cgroup subsys freezer [ 0.026590] Initializing cgroup subsys blkio [ 0.028017] Initializing cgroup subsys perf_event [ 0.029338] Initializing cgroup subsys hugetlb [ 0.030672] FEATURE SPEC_CTRL Not Present [ 0.032713] mce: CPU supports 10 MCE banks [ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040004] Speculative Store Bypass: Vulnerable [ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050892] ACPI: Core revision 20131115 [ 0.052570] ACPI: All ACPI Tables successfully acquired [ 0.054229] ftrace: allocating 28717 entries in 113 pages [ 0.076311] smpboot: Max logical packages: 2 [ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.082426] Enabling x2apic [ 0.083529] Enabled x2apic [ 0.084004] Switched APIC routing to physical x2apic. [ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102053] KVM setup paravirtual spinlock [ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108202] x86: Booting SMP configuration: [ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124021] x86: Booted up 1 node, 2 CPUs [ 0.124013] KVM setup async PF for cpu 1 [ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130591] devtmpfs: initialized [ 0.134111] EVM: security.selinux [ 0.135347] EVM: security.SMACK64 [ 0.136003] EVM: security.ima [ 0.137127] EVM: security.capability [ 0.138509] pinctrl core: initialized pinctrl subsystem [ 0.140064] regulator-dummy: no parameters [ 0.141590] RTC time: 3:04:08, date: 09/02/18 [ 0.143211] NET: Registered protocol family 16 [ 0.144194] cpuidle: using governor ladder [ 0.145623] cpuidle: using governor menu [ 0.147074] ACPI: bus type PCI registered [ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.150211] PCI: Using configuration type 1 for base access [ 0.152733] bio: create slab at 0 [ 0.153494] ACPI: Added _OSI(Module Device) [ 0.153554] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160713] ACPI: Interpreter enabled [ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173793] ACPI: (supports S0 S5) [ 0.176003] ACPI: Using IOAPIC for interrupt routing [ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180108] ACPI: No dock devices found. [ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.188250] acpiphp: Slot [3] registered [ 0.189462] acpiphp: Slot [4] registered [ 0.190683] acpiphp: Slot [5] registered [ 0.191854] acpiphp: Slot [6] registered [ 0.192021] acpiphp: Slot [7] registered [ 0.193112] acpiphp: Slot [8] registered [ 0.194200] acpiphp: Slot [9] registered [ 0.195290] acpiphp: Slot [10] registered [ 0.196020] acpiphp: Slot [11] registered [ 0.197120] acpiphp: Slot [12] registered [ 0.198215] acpiphp: Slot [13] registered [ 0.199416] acpiphp: Slot [14] registered [ 0.200021] acpiphp: Slot [15] registered [ 0.201129] acpiphp: Slot [16] registered [ 0.202241] acpiphp: Slot [17] registered [ 0.203344] acpiphp: Slot [18] registered [ 0.204027] acpiphp: Slot [19] registered [ 0.205153] acpiphp: Slot [20] registered [ 0.206264] acpiphp: Slot [21] registered [ 0.207365] acpiphp: Slot [22] registered [ 0.208020] acpiphp: Slot [23] registered [ 0.209140] acpiphp: Slot [24] registered [ 0.210252] acpiphp: Slot [25] registered [ 0.211364] acpiphp: Slot [26] registered [ 0.212020] acpiphp: Slot [27] registered [ 0.213120] acpiphp: Slot [28] registered [ 0.214220] acpiphp: Slot [29] registered [ 0.215321] acpiphp: Slot [30] registered [ 0.216027] acpiphp: Slot [31] registered [ 0.217127] PCI host bridge to bus 0000:00 [ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.272004] vgaarb: loaded [ 0.272843] vgaarb: bridge control possible 0000:00:02.0 [ 0.274563] SCSI subsystem initialized [ 0.275779] ACPI: bus type USB registered [ 0.276051] usbcore: registered new interface driver usbfs [ 0.277466] usbcore: registered new interface driver hub [ 0.278864] usbcore: registered new device driver usb [ 0.280122] PCI: Using ACPI for IRQ routing [ 0.281559] NetLabel: Initializing [ 0.282550] NetLabel: domain hash size = 128 [ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.284071] NetLabel: unlabeled traffic allowed by default [ 0.285484] Switched to clocksource kvm-clock [ 0.292961] AppArmor: AppArmor Filesystem Enabled [ 0.294253] pnp: PnP ACPI init [ 0.295169] ACPI: bus type PNP registered [ 0.296735] pnp: PnP ACPI: found 8 devices [ 0.297870] ACPI: bus type PNP unregistered [ 0.305306] NET: Registered protocol family 2 [ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.310713] TCP: Hash tables configured (established 16384 bind 16384) [ 0.312461] TCP: reno registered [ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316615] NET: Registered protocol family 1 [ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.365331] Trying to unpack rootfs image as initramfs... [ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.473112] Scanning for low memory corruption every 60 seconds [ 0.475004] Initialise system trusted keyring [ 0.476243] audit: initializing netlink socket (disabled) [ 0.477631] type=2000 audit(1535857449.057:1): initialized [ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501890] zbud: loaded [ 0.503134] VFS: Disk quotas dquot_6.5.2 [ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506940] fuse init (API version 7.22) [ 0.508342] msgmni has been set to 3997 [ 0.509712] Key type big_key registered [ 0.511422] Key type asymmetric registered [ 0.512822] Asymmetric key parser 'x509' registered [ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.516893] io scheduler noop registered [ 0.518226] io scheduler deadline registered (default) [ 0.519845] io scheduler cfq registered [ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525015] ipmi message handler version 39.2 [ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528915] ACPI: Power Button [PWRF] [ 0.530252] GHES: HEST is not enabled! [ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.648262] Linux agpgart interface v0.103 [ 0.650638] brd: module loaded [ 0.652207] loop: module loaded [ 0.653685] blk-mq: CPU -> queue map [ 0.654911] CPU 0 -> Queue 0 [ 0.655990] CPU 1 -> Queue 0 [ 0.657930] vda: vda1 [ 0.659435] scsi0 : ata_piix [ 0.660429] scsi1 : ata_piix [ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664776] libphy: Fixed MDIO Bus: probed [ 0.665969] tun: Universal TUN/TAP device driver, 1.6 [ 0.667277] tun: (C) 1999-2004 Max Krasnyansky [ 0.671609] PPP generic driver version 2.4.2 [ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674564] ehci-pci: EHCI PCI platform driver [ 0.675828] ehci-platform: EHCI generic platform driver [ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678760] ohci-pci: OHCI PCI platform driver [ 0.679951] ohci-platform: OHCI generic platform driver [ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.712881] usb usb1: Product: UHCI Host Controller [ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.715824] usb usb1: SerialNumber: 0000:00:01.2 [ 0.717183] hub 1-0:1.0: USB hub found [ 0.718281] hub 1-0:1.0: 2 ports detected [ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.725165] mousedev: PS/2 mouse device common for all mice [ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729239] rtc_cmos 00:00: RTC can wake from S4 [ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733884] device-mapper: uevent: version 1.0.3 [ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738848] TCP: cubic registered [ 0.739885] NET: Registered protocol family 10 [ 0.741393] NET: Registered protocol family 17 [ 0.742572] Key type dns_resolver registered [ 0.743882] Loading compiled-in X.509 certificates [ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755282] registered taskstats version 1 [ 0.758387] Key type trusted registered [ 0.762288] Key type encrypted registered [ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764757] IMA: No TPM chip found, activating TPM-bypass! [ 0.766685] regulator-dummy: disabling [ 0.767797] Magic number: 2:994:56 [ 0.768818] input mice: hash matches [ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449) [ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.773716] EDD information not available. [ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823693] Write protecting the kernel read-only data: 12288k [ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.844776] systemd-udevd[107]: starting version 204 [ 0.882332] FDC 0 is a S82078B [ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.196508] usb 1-1: Product: QEMU USB Tablet [ 1.197840] usb 1-1: Manufacturer: QEMU [ 1.199037] usb 1-1: SerialNumber: 42 [ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.461196] random: init urandom read with 10 bits of entropy available * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds. cloud-init-nonet[3.31]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[5.11]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: f0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o | |+ . | | o . . | | . . o | | . . . S | | + o . .. | | . +. ..o.. | | o. .ooo | | .Eoooo+o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | o | | + . . | |o . o . | |=. o o S = | |E.. = . = o | | .o . | | .oo | | oo++ | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .oo+. ..E| | ..o. o =o| | .+ . O | | . * . * . | | S = o | | o | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | |. . . | | E . . . | |* . o . | |+o. * S | |.... o O . | | . * = | | o = | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds. * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2584 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 11s (8442 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8718 clearwater-socket-factory-sig start/running, process 8723 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8772 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up ralf (1.0-180326.112116) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...............+++ ...................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Killed Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) 2018-09-02 03:06:37,078 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:06:47,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:06:47,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:06:47,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab9c70c7-7020-4795-9d54-1502465a733e x-compute-request-id: req-ab9c70c7-7020-4795-9d54-1502465a733e Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:06:47,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ab9c70c7-7020-4795-9d54-1502465a733e 2018-09-02 03:06:47,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537508964539s 2018-09-02 03:06:47,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ab9c70c7-7020-4795-9d54-1502465a733e 2018-09-02 03:06:47,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:06:47,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:06:47,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13679318-b71d-461c-ad0a-69413aea4275 x-compute-request-id: req-13679318-b71d-461c-ad0a-69413aea4275 Content-Encoding: gzip Content-Length: 18972 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008156] Security Framework initialized\n[ 0.009531] AppArmor: AppArmor initialized\n[ 0.010713] Yama: becoming mindful.\n[ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022602] Initializing cgroup subsys memory\n[ 0.024079] Initializing cgroup subsys devices\n[ 0.025322] Initializing cgroup subsys freezer\n[ 0.026590] Initializing cgroup subsys blkio\n[ 0.028017] Initializing cgroup subsys perf_event\n[ 0.029338] Initializing cgroup subsys hugetlb\n[ 0.030672] FEATURE SPEC_CTRL Not Present\n[ 0.032713] mce: CPU supports 10 MCE banks\n[ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040004] Speculative Store Bypass: Vulnerable\n[ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050892] ACPI: Core revision 20131115\n[ 0.052570] ACPI: All ACPI Tables successfully acquired\n[ 0.054229] ftrace: allocating 28717 entries in 113 pages\n[ 0.076311] smpboot: Max logical packages: 2\n[ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.082426] Enabling x2apic\n[ 0.083529] Enabled x2apic\n[ 0.084004] Switched APIC routing to physical x2apic.\n[ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102053] KVM setup paravirtual spinlock\n[ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108202] x86: Booting SMP configuration:\n[ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124021] x86: Booted up 1 node, 2 CPUs\n[ 0.124013] KVM setup async PF for cpu 1\n[ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130591] devtmpfs: initialized\n[ 0.134111] EVM: security.selinux\n[ 0.135347] EVM: security.SMACK64\n[ 0.136003] EVM: security.ima\n[ 0.137127] EVM: security.capability\n[ 0.138509] pinctrl core: initialized pinctrl subsystem\n[ 0.140064] regulator-dummy: no parameters\n[ 0.141590] RTC time: 3:04:08, date: 09/02/18\n[ 0.143211] NET: Registered protocol family 16\n[ 0.144194] cpuidle: using governor ladder\n[ 0.145623] cpuidle: using governor menu\n[ 0.147074] ACPI: bus type PCI registered\n[ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.150211] PCI: Using configuration type 1 for base access\n[ 0.152733] bio: create slab at 0\n[ 0.153494] ACPI: Added _OSI(Module Device)\n[ 0.153554] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160713] ACPI: Interpreter enabled\n[ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173793] ACPI: (supports S0 S5)\n[ 0.176003] ACPI: Using IOAPIC for interrupt routing\n[ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180108] ACPI: No dock devices found.\n[ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.188250] acpiphp: Slot [3] registered\n[ 0.189462] acpiphp: Slot [4] registered\n[ 0.190683] acpiphp: Slot [5] registered\n[ 0.191854] acpiphp: Slot [6] registered\n[ 0.192021] acpiphp: Slot [7] registered\n[ 0.193112] acpiphp: Slot [8] registered\n[ 0.194200] acpiphp: Slot [9] registered\n[ 0.195290] acpiphp: Slot [10] registered\n[ 0.196020] acpiphp: Slot [11] registered\n[ 0.197120] acpiphp: Slot [12] registered\n[ 0.198215] acpiphp: Slot [13] registered\n[ 0.199416] acpiphp: Slot [14] registered\n[ 0.200021] acpiphp: Slot [15] registered\n[ 0.201129] acpiphp: Slot [16] registered\n[ 0.202241] acpiphp: Slot [17] registered\n[ 0.203344] acpiphp: Slot [18] registered\n[ 0.204027] acpiphp: Slot [19] registered\n[ 0.205153] acpiphp: Slot [20] registered\n[ 0.206264] acpiphp: Slot [21] registered\n[ 0.207365] acpiphp: Slot [22] registered\n[ 0.208020] acpiphp: Slot [23] registered\n[ 0.209140] acpiphp: Slot [24] registered\n[ 0.210252] acpiphp: Slot [25] registered\n[ 0.211364] acpiphp: Slot [26] registered\n[ 0.212020] acpiphp: Slot [27] registered\n[ 0.213120] acpiphp: Slot [28] registered\n[ 0.214220] acpiphp: Slot [29] registered\n[ 0.215321] acpiphp: Slot [30] registered\n[ 0.216027] acpiphp: Slot [31] registered\n[ 0.217127] PCI host bridge to bus 0000:00\n[ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.272004] vgaarb: loaded\n[ 0.272843] vgaarb: bridge control possible 0000:00:02.0\n[ 0.274563] SCSI subsystem initialized\n[ 0.275779] ACPI: bus type USB registered\n[ 0.276051] usbcore: registered new interface driver usbfs\n[ 0.277466] usbcore: registered new interface driver hub\n[ 0.278864] usbcore: registered new device driver usb\n[ 0.280122] PCI: Using ACPI for IRQ routing\n[ 0.281559] NetLabel: Initializing\n[ 0.282550] NetLabel: domain hash size = 128\n[ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.284071] NetLabel: unlabeled traffic allowed by default\n[ 0.285484] Switched to clocksource kvm-clock\n[ 0.292961] AppArmor: AppArmor Filesystem Enabled\n[ 0.294253] pnp: PnP ACPI init\n[ 0.295169] ACPI: bus type PNP registered\n[ 0.296735] pnp: PnP ACPI: found 8 devices\n[ 0.297870] ACPI: bus type PNP unregistered\n[ 0.305306] NET: Registered protocol family 2\n[ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.310713] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.312461] TCP: reno registered\n[ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316615] NET: Registered protocol family 1\n[ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.365331] Trying to unpack rootfs image as initramfs...\n[ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.473112] Scanning for low memory corruption every 60 seconds\n[ 0.475004] Initialise system trusted keyring\n[ 0.476243] audit: initializing netlink socket (disabled)\n[ 0.477631] type=2000 audit(1535857449.057:1): initialized\n[ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501890] zbud: loaded\n[ 0.503134] VFS: Disk quotas dquot_6.5.2\n[ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506940] fuse init (API version 7.22)\n[ 0.508342] msgmni has been set to 3997\n[ 0.509712] Key type big_key registered\n[ 0.511422] Key type asymmetric registered\n[ 0.512822] Asymmetric key parser 'x509' registered\n[ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.516893] io scheduler noop registered\n[ 0.518226] io scheduler deadline registered (default)\n[ 0.519845] io scheduler cfq registered\n[ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525015] ipmi message handler version 39.2\n[ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528915] ACPI: Power Button [PWRF]\n[ 0.530252] GHES: HEST is not enabled!\n[ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.648262] Linux agpgart interface v0.103\n[ 0.650638] brd: module loaded\n[ 0.652207] loop: module loaded\n[ 0.653685] blk-mq: CPU -> queue map\n[ 0.654911] CPU 0 -> Queue 0\n[ 0.655990] CPU 1 -> Queue 0\n[ 0.657930] vda: vda1\n[ 0.659435] scsi0 : ata_piix\n[ 0.660429] scsi1 : ata_piix\n[ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664776] libphy: Fixed MDIO Bus: probed\n[ 0.665969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667277] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671609] PPP generic driver version 2.4.2\n[ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674564] ehci-pci: EHCI PCI platform driver\n[ 0.675828] ehci-platform: EHCI generic platform driver\n[ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678760] ohci-pci: OHCI PCI platform driver\n[ 0.679951] ohci-platform: OHCI generic platform driver\n[ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.712881] usb usb1: Product: UHCI Host Controller\n[ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.715824] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717183] hub 1-0:1.0: USB hub found\n[ 0.718281] hub 1-0:1.0: 2 ports detected\n[ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.725165] mousedev: PS/2 mouse device common for all mice\n[ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.729239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733884] device-mapper: uevent: version 1.0.3\n[ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738848] TCP: cubic registered\n[ 0.739885] NET: Registered protocol family 10\n[ 0.741393] NET: Registered protocol family 17\n[ 0.742572] Key type dns_resolver registered\n[ 0.743882] Loading compiled-in X.509 certificates\n[ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755282] registered taskstats version 1\n[ 0.758387] Key type trusted registered\n[ 0.762288] Key type encrypted registered\n[ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764757] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766685] regulator-dummy: disabling\n[ 0.767797] Magic number: 2:994:56\n[ 0.768818] input mice: hash matches\n[ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449)\n[ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.773716] EDD information not available.\n[ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823693] Write protecting the kernel read-only data: 12288k\n[ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.844776] systemd-udevd[107]: starting version 204\n[ 0.882332] FDC 0 is a S82078B\n[ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196508] usb 1-1: Product: QEMU USB Tablet\n[ 1.197840] usb 1-1: Manufacturer: QEMU\n[ 1.199037] usb 1-1: SerialNumber: 42\n[ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.461196] random: init urandom read with 10 bits of entropy available\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds.\ncloud-init-nonet[3.31]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[5.11]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nf0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o |\n|+ . |\n| o . . |\n| . . o |\n| . . . S |\n| + o . .. |\n| . +. ..o.. |\n| o. .ooo |\n| .Eoooo+o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| o |\n| + . . |\n|o . o . |\n|=. o o S = |\n|E.. = . = o |\n| .o . |\n| .oo |\n| oo++ |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .oo+. ..E|\n| ..o. o =o|\n| .+ . O |\n| . * . * . |\n| S = o |\n| o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|. . . |\n| E . . . |\n|* . o . |\n|+o. * S |\n|.... o O . |\n| . * = |\n| o = |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds.\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Generating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2584 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 11s (8442 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8718\nclearwater-socket-factory-sig start/running, process 8723\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8772\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up ralf (1.0-180326.112116) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...............+++\n...................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nKilled\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n"} 2018-09-02 03:06:47,710 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-13679318-b71d-461c-ad0a-69413aea4275 2018-09-02 03:06:47,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0838100910187s 2018-09-02 03:06:47,712 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-13679318-b71d-461c-ad0a-69413aea4275 2018-09-02 03:06:47,712 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008156] Security Framework initialized [ 0.009531] AppArmor: AppArmor initialized [ 0.010713] Yama: becoming mindful. [ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022602] Initializing cgroup subsys memory [ 0.024079] Initializing cgroup subsys devices [ 0.025322] Initializing cgroup subsys freezer [ 0.026590] Initializing cgroup subsys blkio [ 0.028017] Initializing cgroup subsys perf_event [ 0.029338] Initializing cgroup subsys hugetlb [ 0.030672] FEATURE SPEC_CTRL Not Present [ 0.032713] mce: CPU supports 10 MCE banks [ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040004] Speculative Store Bypass: Vulnerable [ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050892] ACPI: Core revision 20131115 [ 0.052570] ACPI: All ACPI Tables successfully acquired [ 0.054229] ftrace: allocating 28717 entries in 113 pages [ 0.076311] smpboot: Max logical packages: 2 [ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.082426] Enabling x2apic [ 0.083529] Enabled x2apic [ 0.084004] Switched APIC routing to physical x2apic. [ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102053] KVM setup paravirtual spinlock [ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108202] x86: Booting SMP configuration: [ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124021] x86: Booted up 1 node, 2 CPUs [ 0.124013] KVM setup async PF for cpu 1 [ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130591] devtmpfs: initialized [ 0.134111] EVM: security.selinux [ 0.135347] EVM: security.SMACK64 [ 0.136003] EVM: security.ima [ 0.137127] EVM: security.capability [ 0.138509] pinctrl core: initialized pinctrl subsystem [ 0.140064] regulator-dummy: no parameters [ 0.141590] RTC time: 3:04:08, date: 09/02/18 [ 0.143211] NET: Registered protocol family 16 [ 0.144194] cpuidle: using governor ladder [ 0.145623] cpuidle: using governor menu [ 0.147074] ACPI: bus type PCI registered [ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.150211] PCI: Using configuration type 1 for base access [ 0.152733] bio: create slab at 0 [ 0.153494] ACPI: Added _OSI(Module Device) [ 0.153554] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160713] ACPI: Interpreter enabled [ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173793] ACPI: (supports S0 S5) [ 0.176003] ACPI: Using IOAPIC for interrupt routing [ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180108] ACPI: No dock devices found. [ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.188250] acpiphp: Slot [3] registered [ 0.189462] acpiphp: Slot [4] registered [ 0.190683] acpiphp: Slot [5] registered [ 0.191854] acpiphp: Slot [6] registered [ 0.192021] acpiphp: Slot [7] registered [ 0.193112] acpiphp: Slot [8] registered [ 0.194200] acpiphp: Slot [9] registered [ 0.195290] acpiphp: Slot [10] registered [ 0.196020] acpiphp: Slot [11] registered [ 0.197120] acpiphp: Slot [12] registered [ 0.198215] acpiphp: Slot [13] registered [ 0.199416] acpiphp: Slot [14] registered [ 0.200021] acpiphp: Slot [15] registered [ 0.201129] acpiphp: Slot [16] registered [ 0.202241] acpiphp: Slot [17] registered [ 0.203344] acpiphp: Slot [18] registered [ 0.204027] acpiphp: Slot [19] registered [ 0.205153] acpiphp: Slot [20] registered [ 0.206264] acpiphp: Slot [21] registered [ 0.207365] acpiphp: Slot [22] registered [ 0.208020] acpiphp: Slot [23] registered [ 0.209140] acpiphp: Slot [24] registered [ 0.210252] acpiphp: Slot [25] registered [ 0.211364] acpiphp: Slot [26] registered [ 0.212020] acpiphp: Slot [27] registered [ 0.213120] acpiphp: Slot [28] registered [ 0.214220] acpiphp: Slot [29] registered [ 0.215321] acpiphp: Slot [30] registered [ 0.216027] acpiphp: Slot [31] registered [ 0.217127] PCI host bridge to bus 0000:00 [ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.272004] vgaarb: loaded [ 0.272843] vgaarb: bridge control possible 0000:00:02.0 [ 0.274563] SCSI subsystem initialized [ 0.275779] ACPI: bus type USB registered [ 0.276051] usbcore: registered new interface driver usbfs [ 0.277466] usbcore: registered new interface driver hub [ 0.278864] usbcore: registered new device driver usb [ 0.280122] PCI: Using ACPI for IRQ routing [ 0.281559] NetLabel: Initializing [ 0.282550] NetLabel: domain hash size = 128 [ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.284071] NetLabel: unlabeled traffic allowed by default [ 0.285484] Switched to clocksource kvm-clock [ 0.292961] AppArmor: AppArmor Filesystem Enabled [ 0.294253] pnp: PnP ACPI init [ 0.295169] ACPI: bus type PNP registered [ 0.296735] pnp: PnP ACPI: found 8 devices [ 0.297870] ACPI: bus type PNP unregistered [ 0.305306] NET: Registered protocol family 2 [ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.310713] TCP: Hash tables configured (established 16384 bind 16384) [ 0.312461] TCP: reno registered [ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316615] NET: Registered protocol family 1 [ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.365331] Trying to unpack rootfs image as initramfs... [ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.473112] Scanning for low memory corruption every 60 seconds [ 0.475004] Initialise system trusted keyring [ 0.476243] audit: initializing netlink socket (disabled) [ 0.477631] type=2000 audit(1535857449.057:1): initialized [ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501890] zbud: loaded [ 0.503134] VFS: Disk quotas dquot_6.5.2 [ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506940] fuse init (API version 7.22) [ 0.508342] msgmni has been set to 3997 [ 0.509712] Key type big_key registered [ 0.511422] Key type asymmetric registered [ 0.512822] Asymmetric key parser 'x509' registered [ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.516893] io scheduler noop registered [ 0.518226] io scheduler deadline registered (default) [ 0.519845] io scheduler cfq registered [ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525015] ipmi message handler version 39.2 [ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528915] ACPI: Power Button [PWRF] [ 0.530252] GHES: HEST is not enabled! [ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.648262] Linux agpgart interface v0.103 [ 0.650638] brd: module loaded [ 0.652207] loop: module loaded [ 0.653685] blk-mq: CPU -> queue map [ 0.654911] CPU 0 -> Queue 0 [ 0.655990] CPU 1 -> Queue 0 [ 0.657930] vda: vda1 [ 0.659435] scsi0 : ata_piix [ 0.660429] scsi1 : ata_piix [ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664776] libphy: Fixed MDIO Bus: probed [ 0.665969] tun: Universal TUN/TAP device driver, 1.6 [ 0.667277] tun: (C) 1999-2004 Max Krasnyansky [ 0.671609] PPP generic driver version 2.4.2 [ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674564] ehci-pci: EHCI PCI platform driver [ 0.675828] ehci-platform: EHCI generic platform driver [ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678760] ohci-pci: OHCI PCI platform driver [ 0.679951] ohci-platform: OHCI generic platform driver [ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.712881] usb usb1: Product: UHCI Host Controller [ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.715824] usb usb1: SerialNumber: 0000:00:01.2 [ 0.717183] hub 1-0:1.0: USB hub found [ 0.718281] hub 1-0:1.0: 2 ports detected [ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.725165] mousedev: PS/2 mouse device common for all mice [ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729239] rtc_cmos 00:00: RTC can wake from S4 [ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733884] device-mapper: uevent: version 1.0.3 [ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738848] TCP: cubic registered [ 0.739885] NET: Registered protocol family 10 [ 0.741393] NET: Registered protocol family 17 [ 0.742572] Key type dns_resolver registered [ 0.743882] Loading compiled-in X.509 certificates [ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755282] registered taskstats version 1 [ 0.758387] Key type trusted registered [ 0.762288] Key type encrypted registered [ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764757] IMA: No TPM chip found, activating TPM-bypass! [ 0.766685] regulator-dummy: disabling [ 0.767797] Magic number: 2:994:56 [ 0.768818] input mice: hash matches [ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449) [ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.773716] EDD information not available. [ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823693] Write protecting the kernel read-only data: 12288k [ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.844776] systemd-udevd[107]: starting version 204 [ 0.882332] FDC 0 is a S82078B [ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.196508] usb 1-1: Product: QEMU USB Tablet [ 1.197840] usb 1-1: Manufacturer: QEMU [ 1.199037] usb 1-1: SerialNumber: 42 [ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.461196] random: init urandom read with 10 bits of entropy available * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds. cloud-init-nonet[3.31]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[5.11]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: f0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o | |+ . | | o . . | | . . o | | . . . S | | + o . .. | | . +. ..o.. | | o. .ooo | | .Eoooo+o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | o | | + . . | |o . o . | |=. o o S = | |E.. = . = o | | .o . | | .oo | | oo++ | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .oo+. ..E| | ..o. o =o| | .+ . O | | . * . * . | | S = o | | o | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | |. . . | | E . . . | |* . o . | |+o. * S | |.... o O . | | . * = | | o = | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds. * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2584 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 11s (8442 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8718 clearwater-socket-factory-sig start/running, process 8723 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8772 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up ralf (1.0-180326.112116) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...............+++ ...................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Killed Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 2018-09-02 03:06:47,716 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:06:57,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:06:57,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:06:58,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66bc7c59-a205-479d-9bc5-bb95b1e857af x-compute-request-id: req-66bc7c59-a205-479d-9bc5-bb95b1e857af Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:06:58,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-66bc7c59-a205-479d-9bc5-bb95b1e857af 2018-09-02 03:06:58,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05495095253s 2018-09-02 03:06:58,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-66bc7c59-a205-479d-9bc5-bb95b1e857af 2018-09-02 03:06:58,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:06:58,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:06:58,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d40c450b-7e63-4184-aab2-145d7d2972bd x-compute-request-id: req-d40c450b-7e63-4184-aab2-145d7d2972bd Content-Encoding: gzip Content-Length: 19789 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008156] Security Framework initialized\n[ 0.009531] AppArmor: AppArmor initialized\n[ 0.010713] Yama: becoming mindful.\n[ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022602] Initializing cgroup subsys memory\n[ 0.024079] Initializing cgroup subsys devices\n[ 0.025322] Initializing cgroup subsys freezer\n[ 0.026590] Initializing cgroup subsys blkio\n[ 0.028017] Initializing cgroup subsys perf_event\n[ 0.029338] Initializing cgroup subsys hugetlb\n[ 0.030672] FEATURE SPEC_CTRL Not Present\n[ 0.032713] mce: CPU supports 10 MCE banks\n[ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040004] Speculative Store Bypass: Vulnerable\n[ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050892] ACPI: Core revision 20131115\n[ 0.052570] ACPI: All ACPI Tables successfully acquired\n[ 0.054229] ftrace: allocating 28717 entries in 113 pages\n[ 0.076311] smpboot: Max logical packages: 2\n[ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.082426] Enabling x2apic\n[ 0.083529] Enabled x2apic\n[ 0.084004] Switched APIC routing to physical x2apic.\n[ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102053] KVM setup paravirtual spinlock\n[ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108202] x86: Booting SMP configuration:\n[ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124021] x86: Booted up 1 node, 2 CPUs\n[ 0.124013] KVM setup async PF for cpu 1\n[ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130591] devtmpfs: initialized\n[ 0.134111] EVM: security.selinux\n[ 0.135347] EVM: security.SMACK64\n[ 0.136003] EVM: security.ima\n[ 0.137127] EVM: security.capability\n[ 0.138509] pinctrl core: initialized pinctrl subsystem\n[ 0.140064] regulator-dummy: no parameters\n[ 0.141590] RTC time: 3:04:08, date: 09/02/18\n[ 0.143211] NET: Registered protocol family 16\n[ 0.144194] cpuidle: using governor ladder\n[ 0.145623] cpuidle: using governor menu\n[ 0.147074] ACPI: bus type PCI registered\n[ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.150211] PCI: Using configuration type 1 for base access\n[ 0.152733] bio: create slab at 0\n[ 0.153494] ACPI: Added _OSI(Module Device)\n[ 0.153554] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160713] ACPI: Interpreter enabled\n[ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173793] ACPI: (supports S0 S5)\n[ 0.176003] ACPI: Using IOAPIC for interrupt routing\n[ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180108] ACPI: No dock devices found.\n[ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.188250] acpiphp: Slot [3] registered\n[ 0.189462] acpiphp: Slot [4] registered\n[ 0.190683] acpiphp: Slot [5] registered\n[ 0.191854] acpiphp: Slot [6] registered\n[ 0.192021] acpiphp: Slot [7] registered\n[ 0.193112] acpiphp: Slot [8] registered\n[ 0.194200] acpiphp: Slot [9] registered\n[ 0.195290] acpiphp: Slot [10] registered\n[ 0.196020] acpiphp: Slot [11] registered\n[ 0.197120] acpiphp: Slot [12] registered\n[ 0.198215] acpiphp: Slot [13] registered\n[ 0.199416] acpiphp: Slot [14] registered\n[ 0.200021] acpiphp: Slot [15] registered\n[ 0.201129] acpiphp: Slot [16] registered\n[ 0.202241] acpiphp: Slot [17] registered\n[ 0.203344] acpiphp: Slot [18] registered\n[ 0.204027] acpiphp: Slot [19] registered\n[ 0.205153] acpiphp: Slot [20] registered\n[ 0.206264] acpiphp: Slot [21] registered\n[ 0.207365] acpiphp: Slot [22] registered\n[ 0.208020] acpiphp: Slot [23] registered\n[ 0.209140] acpiphp: Slot [24] registered\n[ 0.210252] acpiphp: Slot [25] registered\n[ 0.211364] acpiphp: Slot [26] registered\n[ 0.212020] acpiphp: Slot [27] registered\n[ 0.213120] acpiphp: Slot [28] registered\n[ 0.214220] acpiphp: Slot [29] registered\n[ 0.215321] acpiphp: Slot [30] registered\n[ 0.216027] acpiphp: Slot [31] registered\n[ 0.217127] PCI host bridge to bus 0000:00\n[ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.272004] vgaarb: loaded\n[ 0.272843] vgaarb: bridge control possible 0000:00:02.0\n[ 0.274563] SCSI subsystem initialized\n[ 0.275779] ACPI: bus type USB registered\n[ 0.276051] usbcore: registered new interface driver usbfs\n[ 0.277466] usbcore: registered new interface driver hub\n[ 0.278864] usbcore: registered new device driver usb\n[ 0.280122] PCI: Using ACPI for IRQ routing\n[ 0.281559] NetLabel: Initializing\n[ 0.282550] NetLabel: domain hash size = 128\n[ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.284071] NetLabel: unlabeled traffic allowed by default\n[ 0.285484] Switched to clocksource kvm-clock\n[ 0.292961] AppArmor: AppArmor Filesystem Enabled\n[ 0.294253] pnp: PnP ACPI init\n[ 0.295169] ACPI: bus type PNP registered\n[ 0.296735] pnp: PnP ACPI: found 8 devices\n[ 0.297870] ACPI: bus type PNP unregistered\n[ 0.305306] NET: Registered protocol family 2\n[ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.310713] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.312461] TCP: reno registered\n[ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316615] NET: Registered protocol family 1\n[ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.365331] Trying to unpack rootfs image as initramfs...\n[ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.473112] Scanning for low memory corruption every 60 seconds\n[ 0.475004] Initialise system trusted keyring\n[ 0.476243] audit: initializing netlink socket (disabled)\n[ 0.477631] type=2000 audit(1535857449.057:1): initialized\n[ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501890] zbud: loaded\n[ 0.503134] VFS: Disk quotas dquot_6.5.2\n[ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506940] fuse init (API version 7.22)\n[ 0.508342] msgmni has been set to 3997\n[ 0.509712] Key type big_key registered\n[ 0.511422] Key type asymmetric registered\n[ 0.512822] Asymmetric key parser 'x509' registered\n[ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.516893] io scheduler noop registered\n[ 0.518226] io scheduler deadline registered (default)\n[ 0.519845] io scheduler cfq registered\n[ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525015] ipmi message handler version 39.2\n[ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528915] ACPI: Power Button [PWRF]\n[ 0.530252] GHES: HEST is not enabled!\n[ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.648262] Linux agpgart interface v0.103\n[ 0.650638] brd: module loaded\n[ 0.652207] loop: module loaded\n[ 0.653685] blk-mq: CPU -> queue map\n[ 0.654911] CPU 0 -> Queue 0\n[ 0.655990] CPU 1 -> Queue 0\n[ 0.657930] vda: vda1\n[ 0.659435] scsi0 : ata_piix\n[ 0.660429] scsi1 : ata_piix\n[ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664776] libphy: Fixed MDIO Bus: probed\n[ 0.665969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667277] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671609] PPP generic driver version 2.4.2\n[ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674564] ehci-pci: EHCI PCI platform driver\n[ 0.675828] ehci-platform: EHCI generic platform driver\n[ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678760] ohci-pci: OHCI PCI platform driver\n[ 0.679951] ohci-platform: OHCI generic platform driver\n[ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.712881] usb usb1: Product: UHCI Host Controller\n[ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.715824] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717183] hub 1-0:1.0: USB hub found\n[ 0.718281] hub 1-0:1.0: 2 ports detected\n[ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.725165] mousedev: PS/2 mouse device common for all mice\n[ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.729239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733884] device-mapper: uevent: version 1.0.3\n[ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738848] TCP: cubic registered\n[ 0.739885] NET: Registered protocol family 10\n[ 0.741393] NET: Registered protocol family 17\n[ 0.742572] Key type dns_resolver registered\n[ 0.743882] Loading compiled-in X.509 certificates\n[ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755282] registered taskstats version 1\n[ 0.758387] Key type trusted registered\n[ 0.762288] Key type encrypted registered\n[ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764757] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766685] regulator-dummy: disabling\n[ 0.767797] Magic number: 2:994:56\n[ 0.768818] input mice: hash matches\n[ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449)\n[ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.773716] EDD information not available.\n[ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823693] Write protecting the kernel read-only data: 12288k\n[ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.844776] systemd-udevd[107]: starting version 204\n[ 0.882332] FDC 0 is a S82078B\n[ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196508] usb 1-1: Product: QEMU USB Tablet\n[ 1.197840] usb 1-1: Manufacturer: QEMU\n[ 1.199037] usb 1-1: SerialNumber: 42\n[ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.461196] random: init urandom read with 10 bits of entropy available\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds.\ncloud-init-nonet[3.31]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[5.11]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nf0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o |\n|+ . |\n| o . . |\n| . . o |\n| . . . S |\n| + o . .. |\n| . +. ..o.. |\n| o. .ooo |\n| .Eoooo+o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| o |\n| + . . |\n|o . o . |\n|=. o o S = |\n|E.. = . = o |\n| .o . |\n| .oo |\n| oo++ |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .oo+. ..E|\n| ..o. o =o|\n| .+ . O |\n| . * . * . |\n| S = o |\n| o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|. . . |\n| E . . . |\n|* . o . |\n|+o. * S |\n|.... o O . |\n| . * = |\n| o = |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds.\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Generating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2584 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 11s (8442 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8718\nclearwater-socket-factory-sig start/running, process 8723\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8772\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up ralf (1.0-180326.112116) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...............+++\n...................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nKilled\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (12.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58601 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\n"} 2018-09-02 03:06:58,869 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-d40c450b-7e63-4184-aab2-145d7d2972bd 2018-09-02 03:06:58,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0788111686707s 2018-09-02 03:06:58,871 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-d40c450b-7e63-4184-aab2-145d7d2972bd 2018-09-02 03:06:58,872 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008156] Security Framework initialized [ 0.009531] AppArmor: AppArmor initialized [ 0.010713] Yama: becoming mindful. [ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022602] Initializing cgroup subsys memory [ 0.024079] Initializing cgroup subsys devices [ 0.025322] Initializing cgroup subsys freezer [ 0.026590] Initializing cgroup subsys blkio [ 0.028017] Initializing cgroup subsys perf_event [ 0.029338] Initializing cgroup subsys hugetlb [ 0.030672] FEATURE SPEC_CTRL Not Present [ 0.032713] mce: CPU supports 10 MCE banks [ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040004] Speculative Store Bypass: Vulnerable [ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050892] ACPI: Core revision 20131115 [ 0.052570] ACPI: All ACPI Tables successfully acquired [ 0.054229] ftrace: allocating 28717 entries in 113 pages [ 0.076311] smpboot: Max logical packages: 2 [ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.082426] Enabling x2apic [ 0.083529] Enabled x2apic [ 0.084004] Switched APIC routing to physical x2apic. [ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102053] KVM setup paravirtual spinlock [ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108202] x86: Booting SMP configuration: [ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124021] x86: Booted up 1 node, 2 CPUs [ 0.124013] KVM setup async PF for cpu 1 [ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130591] devtmpfs: initialized [ 0.134111] EVM: security.selinux [ 0.135347] EVM: security.SMACK64 [ 0.136003] EVM: security.ima [ 0.137127] EVM: security.capability [ 0.138509] pinctrl core: initialized pinctrl subsystem [ 0.140064] regulator-dummy: no parameters [ 0.141590] RTC time: 3:04:08, date: 09/02/18 [ 0.143211] NET: Registered protocol family 16 [ 0.144194] cpuidle: using governor ladder [ 0.145623] cpuidle: using governor menu [ 0.147074] ACPI: bus type PCI registered [ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.150211] PCI: Using configuration type 1 for base access [ 0.152733] bio: create slab at 0 [ 0.153494] ACPI: Added _OSI(Module Device) [ 0.153554] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160713] ACPI: Interpreter enabled [ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173793] ACPI: (supports S0 S5) [ 0.176003] ACPI: Using IOAPIC for interrupt routing [ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180108] ACPI: No dock devices found. [ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.188250] acpiphp: Slot [3] registered [ 0.189462] acpiphp: Slot [4] registered [ 0.190683] acpiphp: Slot [5] registered [ 0.191854] acpiphp: Slot [6] registered [ 0.192021] acpiphp: Slot [7] registered [ 0.193112] acpiphp: Slot [8] registered [ 0.194200] acpiphp: Slot [9] registered [ 0.195290] acpiphp: Slot [10] registered [ 0.196020] acpiphp: Slot [11] registered [ 0.197120] acpiphp: Slot [12] registered [ 0.198215] acpiphp: Slot [13] registered [ 0.199416] acpiphp: Slot [14] registered [ 0.200021] acpiphp: Slot [15] registered [ 0.201129] acpiphp: Slot [16] registered [ 0.202241] acpiphp: Slot [17] registered [ 0.203344] acpiphp: Slot [18] registered [ 0.204027] acpiphp: Slot [19] registered [ 0.205153] acpiphp: Slot [20] registered [ 0.206264] acpiphp: Slot [21] registered [ 0.207365] acpiphp: Slot [22] registered [ 0.208020] acpiphp: Slot [23] registered [ 0.209140] acpiphp: Slot [24] registered [ 0.210252] acpiphp: Slot [25] registered [ 0.211364] acpiphp: Slot [26] registered [ 0.212020] acpiphp: Slot [27] registered [ 0.213120] acpiphp: Slot [28] registered [ 0.214220] acpiphp: Slot [29] registered [ 0.215321] acpiphp: Slot [30] registered [ 0.216027] acpiphp: Slot [31] registered [ 0.217127] PCI host bridge to bus 0000:00 [ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.272004] vgaarb: loaded [ 0.272843] vgaarb: bridge control possible 0000:00:02.0 [ 0.274563] SCSI subsystem initialized [ 0.275779] ACPI: bus type USB registered [ 0.276051] usbcore: registered new interface driver usbfs [ 0.277466] usbcore: registered new interface driver hub [ 0.278864] usbcore: registered new device driver usb [ 0.280122] PCI: Using ACPI for IRQ routing [ 0.281559] NetLabel: Initializing [ 0.282550] NetLabel: domain hash size = 128 [ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.284071] NetLabel: unlabeled traffic allowed by default [ 0.285484] Switched to clocksource kvm-clock [ 0.292961] AppArmor: AppArmor Filesystem Enabled [ 0.294253] pnp: PnP ACPI init [ 0.295169] ACPI: bus type PNP registered [ 0.296735] pnp: PnP ACPI: found 8 devices [ 0.297870] ACPI: bus type PNP unregistered [ 0.305306] NET: Registered protocol family 2 [ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.310713] TCP: Hash tables configured (established 16384 bind 16384) [ 0.312461] TCP: reno registered [ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316615] NET: Registered protocol family 1 [ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.365331] Trying to unpack rootfs image as initramfs... [ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.473112] Scanning for low memory corruption every 60 seconds [ 0.475004] Initialise system trusted keyring [ 0.476243] audit: initializing netlink socket (disabled) [ 0.477631] type=2000 audit(1535857449.057:1): initialized [ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501890] zbud: loaded [ 0.503134] VFS: Disk quotas dquot_6.5.2 [ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506940] fuse init (API version 7.22) [ 0.508342] msgmni has been set to 3997 [ 0.509712] Key type big_key registered [ 0.511422] Key type asymmetric registered [ 0.512822] Asymmetric key parser 'x509' registered [ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.516893] io scheduler noop registered [ 0.518226] io scheduler deadline registered (default) [ 0.519845] io scheduler cfq registered [ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525015] ipmi message handler version 39.2 [ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528915] ACPI: Power Button [PWRF] [ 0.530252] GHES: HEST is not enabled! [ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.648262] Linux agpgart interface v0.103 [ 0.650638] brd: module loaded [ 0.652207] loop: module loaded [ 0.653685] blk-mq: CPU -> queue map [ 0.654911] CPU 0 -> Queue 0 [ 0.655990] CPU 1 -> Queue 0 [ 0.657930] vda: vda1 [ 0.659435] scsi0 : ata_piix [ 0.660429] scsi1 : ata_piix [ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664776] libphy: Fixed MDIO Bus: probed [ 0.665969] tun: Universal TUN/TAP device driver, 1.6 [ 0.667277] tun: (C) 1999-2004 Max Krasnyansky [ 0.671609] PPP generic driver version 2.4.2 [ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674564] ehci-pci: EHCI PCI platform driver [ 0.675828] ehci-platform: EHCI generic platform driver [ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678760] ohci-pci: OHCI PCI platform driver [ 0.679951] ohci-platform: OHCI generic platform driver [ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.712881] usb usb1: Product: UHCI Host Controller [ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.715824] usb usb1: SerialNumber: 0000:00:01.2 [ 0.717183] hub 1-0:1.0: USB hub found [ 0.718281] hub 1-0:1.0: 2 ports detected [ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.725165] mousedev: PS/2 mouse device common for all mice [ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729239] rtc_cmos 00:00: RTC can wake from S4 [ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733884] device-mapper: uevent: version 1.0.3 [ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738848] TCP: cubic registered [ 0.739885] NET: Registered protocol family 10 [ 0.741393] NET: Registered protocol family 17 [ 0.742572] Key type dns_resolver registered [ 0.743882] Loading compiled-in X.509 certificates [ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755282] registered taskstats version 1 [ 0.758387] Key type trusted registered [ 0.762288] Key type encrypted registered [ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764757] IMA: No TPM chip found, activating TPM-bypass! [ 0.766685] regulator-dummy: disabling [ 0.767797] Magic number: 2:994:56 [ 0.768818] input mice: hash matches [ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449) [ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.773716] EDD information not available. [ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823693] Write protecting the kernel read-only data: 12288k [ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.844776] systemd-udevd[107]: starting version 204 [ 0.882332] FDC 0 is a S82078B [ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.196508] usb 1-1: Product: QEMU USB Tablet [ 1.197840] usb 1-1: Manufacturer: QEMU [ 1.199037] usb 1-1: SerialNumber: 42 [ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.461196] random: init urandom read with 10 bits of entropy available * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds. cloud-init-nonet[3.31]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[5.11]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: f0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o | |+ . | | o . . | | . . o | | . . . S | | + o . .. | | . +. ..o.. | | o. .ooo | | .Eoooo+o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | o | | + . . | |o . o . | |=. o o S = | |E.. = . = o | | .o . | | .oo | | oo++ | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .oo+. ..E| | ..o. o =o| | .+ . O | | . * . * . | | S = o | | o | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | |. . . | | E . . . | |* . o . | |+o. * S | |.... o O . | | . * = | | o = | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds. * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2584 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 11s (8442 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8718 clearwater-socket-factory-sig start/running, process 8723 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8772 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up ralf (1.0-180326.112116) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...............+++ ...................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Killed Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (12.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58601 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... 2018-09-02 03:06:58,876 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:07:08,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:08,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:09,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bbbd8d6-d3a6-49f6-8a89-9363790fc5e3 x-compute-request-id: req-4bbbd8d6-d3a6-49f6-8a89-9363790fc5e3 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:09,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4bbbd8d6-d3a6-49f6-8a89-9363790fc5e3 2018-09-02 03:07:09,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51886510849s 2018-09-02 03:07:09,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4bbbd8d6-d3a6-49f6-8a89-9363790fc5e3 2018-09-02 03:07:09,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:09,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:09,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4da1840-942e-44a0-aeb5-4b9e6248f724 x-compute-request-id: req-b4da1840-942e-44a0-aeb5-4b9e6248f724 Content-Encoding: gzip Content-Length: 20168 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008156] Security Framework initialized\n[ 0.009531] AppArmor: AppArmor initialized\n[ 0.010713] Yama: becoming mindful.\n[ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022602] Initializing cgroup subsys memory\n[ 0.024079] Initializing cgroup subsys devices\n[ 0.025322] Initializing cgroup subsys freezer\n[ 0.026590] Initializing cgroup subsys blkio\n[ 0.028017] Initializing cgroup subsys perf_event\n[ 0.029338] Initializing cgroup subsys hugetlb\n[ 0.030672] FEATURE SPEC_CTRL Not Present\n[ 0.032713] mce: CPU supports 10 MCE banks\n[ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040004] Speculative Store Bypass: Vulnerable\n[ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050892] ACPI: Core revision 20131115\n[ 0.052570] ACPI: All ACPI Tables successfully acquired\n[ 0.054229] ftrace: allocating 28717 entries in 113 pages\n[ 0.076311] smpboot: Max logical packages: 2\n[ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.082426] Enabling x2apic\n[ 0.083529] Enabled x2apic\n[ 0.084004] Switched APIC routing to physical x2apic.\n[ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102053] KVM setup paravirtual spinlock\n[ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108202] x86: Booting SMP configuration:\n[ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124021] x86: Booted up 1 node, 2 CPUs\n[ 0.124013] KVM setup async PF for cpu 1\n[ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130591] devtmpfs: initialized\n[ 0.134111] EVM: security.selinux\n[ 0.135347] EVM: security.SMACK64\n[ 0.136003] EVM: security.ima\n[ 0.137127] EVM: security.capability\n[ 0.138509] pinctrl core: initialized pinctrl subsystem\n[ 0.140064] regulator-dummy: no parameters\n[ 0.141590] RTC time: 3:04:08, date: 09/02/18\n[ 0.143211] NET: Registered protocol family 16\n[ 0.144194] cpuidle: using governor ladder\n[ 0.145623] cpuidle: using governor menu\n[ 0.147074] ACPI: bus type PCI registered\n[ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.150211] PCI: Using configuration type 1 for base access\n[ 0.152733] bio: create slab at 0\n[ 0.153494] ACPI: Added _OSI(Module Device)\n[ 0.153554] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160713] ACPI: Interpreter enabled\n[ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173793] ACPI: (supports S0 S5)\n[ 0.176003] ACPI: Using IOAPIC for interrupt routing\n[ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180108] ACPI: No dock devices found.\n[ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.188250] acpiphp: Slot [3] registered\n[ 0.189462] acpiphp: Slot [4] registered\n[ 0.190683] acpiphp: Slot [5] registered\n[ 0.191854] acpiphp: Slot [6] registered\n[ 0.192021] acpiphp: Slot [7] registered\n[ 0.193112] acpiphp: Slot [8] registered\n[ 0.194200] acpiphp: Slot [9] registered\n[ 0.195290] acpiphp: Slot [10] registered\n[ 0.196020] acpiphp: Slot [11] registered\n[ 0.197120] acpiphp: Slot [12] registered\n[ 0.198215] acpiphp: Slot [13] registered\n[ 0.199416] acpiphp: Slot [14] registered\n[ 0.200021] acpiphp: Slot [15] registered\n[ 0.201129] acpiphp: Slot [16] registered\n[ 0.202241] acpiphp: Slot [17] registered\n[ 0.203344] acpiphp: Slot [18] registered\n[ 0.204027] acpiphp: Slot [19] registered\n[ 0.205153] acpiphp: Slot [20] registered\n[ 0.206264] acpiphp: Slot [21] registered\n[ 0.207365] acpiphp: Slot [22] registered\n[ 0.208020] acpiphp: Slot [23] registered\n[ 0.209140] acpiphp: Slot [24] registered\n[ 0.210252] acpiphp: Slot [25] registered\n[ 0.211364] acpiphp: Slot [26] registered\n[ 0.212020] acpiphp: Slot [27] registered\n[ 0.213120] acpiphp: Slot [28] registered\n[ 0.214220] acpiphp: Slot [29] registered\n[ 0.215321] acpiphp: Slot [30] registered\n[ 0.216027] acpiphp: Slot [31] registered\n[ 0.217127] PCI host bridge to bus 0000:00\n[ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.272004] vgaarb: loaded\n[ 0.272843] vgaarb: bridge control possible 0000:00:02.0\n[ 0.274563] SCSI subsystem initialized\n[ 0.275779] ACPI: bus type USB registered\n[ 0.276051] usbcore: registered new interface driver usbfs\n[ 0.277466] usbcore: registered new interface driver hub\n[ 0.278864] usbcore: registered new device driver usb\n[ 0.280122] PCI: Using ACPI for IRQ routing\n[ 0.281559] NetLabel: Initializing\n[ 0.282550] NetLabel: domain hash size = 128\n[ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.284071] NetLabel: unlabeled traffic allowed by default\n[ 0.285484] Switched to clocksource kvm-clock\n[ 0.292961] AppArmor: AppArmor Filesystem Enabled\n[ 0.294253] pnp: PnP ACPI init\n[ 0.295169] ACPI: bus type PNP registered\n[ 0.296735] pnp: PnP ACPI: found 8 devices\n[ 0.297870] ACPI: bus type PNP unregistered\n[ 0.305306] NET: Registered protocol family 2\n[ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.310713] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.312461] TCP: reno registered\n[ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316615] NET: Registered protocol family 1\n[ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.365331] Trying to unpack rootfs image as initramfs...\n[ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.473112] Scanning for low memory corruption every 60 seconds\n[ 0.475004] Initialise system trusted keyring\n[ 0.476243] audit: initializing netlink socket (disabled)\n[ 0.477631] type=2000 audit(1535857449.057:1): initialized\n[ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501890] zbud: loaded\n[ 0.503134] VFS: Disk quotas dquot_6.5.2\n[ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506940] fuse init (API version 7.22)\n[ 0.508342] msgmni has been set to 3997\n[ 0.509712] Key type big_key registered\n[ 0.511422] Key type asymmetric registered\n[ 0.512822] Asymmetric key parser 'x509' registered\n[ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.516893] io scheduler noop registered\n[ 0.518226] io scheduler deadline registered (default)\n[ 0.519845] io scheduler cfq registered\n[ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525015] ipmi message handler version 39.2\n[ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528915] ACPI: Power Button [PWRF]\n[ 0.530252] GHES: HEST is not enabled!\n[ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.648262] Linux agpgart interface v0.103\n[ 0.650638] brd: module loaded\n[ 0.652207] loop: module loaded\n[ 0.653685] blk-mq: CPU -> queue map\n[ 0.654911] CPU 0 -> Queue 0\n[ 0.655990] CPU 1 -> Queue 0\n[ 0.657930] vda: vda1\n[ 0.659435] scsi0 : ata_piix\n[ 0.660429] scsi1 : ata_piix\n[ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664776] libphy: Fixed MDIO Bus: probed\n[ 0.665969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667277] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671609] PPP generic driver version 2.4.2\n[ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674564] ehci-pci: EHCI PCI platform driver\n[ 0.675828] ehci-platform: EHCI generic platform driver\n[ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678760] ohci-pci: OHCI PCI platform driver\n[ 0.679951] ohci-platform: OHCI generic platform driver\n[ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.712881] usb usb1: Product: UHCI Host Controller\n[ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.715824] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717183] hub 1-0:1.0: USB hub found\n[ 0.718281] hub 1-0:1.0: 2 ports detected\n[ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.725165] mousedev: PS/2 mouse device common for all mice\n[ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.729239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733884] device-mapper: uevent: version 1.0.3\n[ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738848] TCP: cubic registered\n[ 0.739885] NET: Registered protocol family 10\n[ 0.741393] NET: Registered protocol family 17\n[ 0.742572] Key type dns_resolver registered\n[ 0.743882] Loading compiled-in X.509 certificates\n[ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755282] registered taskstats version 1\n[ 0.758387] Key type trusted registered\n[ 0.762288] Key type encrypted registered\n[ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764757] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766685] regulator-dummy: disabling\n[ 0.767797] Magic number: 2:994:56\n[ 0.768818] input mice: hash matches\n[ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449)\n[ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.773716] EDD information not available.\n[ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823693] Write protecting the kernel read-only data: 12288k\n[ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.844776] systemd-udevd[107]: starting version 204\n[ 0.882332] FDC 0 is a S82078B\n[ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196508] usb 1-1: Product: QEMU USB Tablet\n[ 1.197840] usb 1-1: Manufacturer: QEMU\n[ 1.199037] usb 1-1: SerialNumber: 42\n[ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.461196] random: init urandom read with 10 bits of entropy available\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds.\ncloud-init-nonet[3.31]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[5.11]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nf0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o |\n|+ . |\n| o . . |\n| . . o |\n| . . . S |\n| + o . .. |\n| . +. ..o.. |\n| o. .ooo |\n| .Eoooo+o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| o |\n| + . . |\n|o . o . |\n|=. o o S = |\n|E.. = . = o |\n| .o . |\n| .oo |\n| oo++ |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .oo+. ..E|\n| ..o. o =o|\n| .+ . O |\n| . * . * . |\n| S = o |\n| o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|. . . |\n| E . . . |\n|* . o . |\n|+o. * S |\n|.... o O . |\n| . * = |\n| o = |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds.\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Generating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2584 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 11s (8442 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8718\nclearwater-socket-factory-sig start/running, process 8723\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8772\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up ralf (1.0-180326.112116) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...............+++\n...................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nKilled\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (12.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58601 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\n"} 2018-09-02 03:07:09,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-b4da1840-942e-44a0-aeb5-4b9e6248f724 2018-09-02 03:07:09,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764338970184s 2018-09-02 03:07:09,487 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-b4da1840-942e-44a0-aeb5-4b9e6248f724 2018-09-02 03:07:09,487 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008156] Security Framework initialized [ 0.009531] AppArmor: AppArmor initialized [ 0.010713] Yama: becoming mindful. [ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022602] Initializing cgroup subsys memory [ 0.024079] Initializing cgroup subsys devices [ 0.025322] Initializing cgroup subsys freezer [ 0.026590] Initializing cgroup subsys blkio [ 0.028017] Initializing cgroup subsys perf_event [ 0.029338] Initializing cgroup subsys hugetlb [ 0.030672] FEATURE SPEC_CTRL Not Present [ 0.032713] mce: CPU supports 10 MCE banks [ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040004] Speculative Store Bypass: Vulnerable [ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050892] ACPI: Core revision 20131115 [ 0.052570] ACPI: All ACPI Tables successfully acquired [ 0.054229] ftrace: allocating 28717 entries in 113 pages [ 0.076311] smpboot: Max logical packages: 2 [ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.082426] Enabling x2apic [ 0.083529] Enabled x2apic [ 0.084004] Switched APIC routing to physical x2apic. [ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102053] KVM setup paravirtual spinlock [ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108202] x86: Booting SMP configuration: [ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124021] x86: Booted up 1 node, 2 CPUs [ 0.124013] KVM setup async PF for cpu 1 [ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130591] devtmpfs: initialized [ 0.134111] EVM: security.selinux [ 0.135347] EVM: security.SMACK64 [ 0.136003] EVM: security.ima [ 0.137127] EVM: security.capability [ 0.138509] pinctrl core: initialized pinctrl subsystem [ 0.140064] regulator-dummy: no parameters [ 0.141590] RTC time: 3:04:08, date: 09/02/18 [ 0.143211] NET: Registered protocol family 16 [ 0.144194] cpuidle: using governor ladder [ 0.145623] cpuidle: using governor menu [ 0.147074] ACPI: bus type PCI registered [ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.150211] PCI: Using configuration type 1 for base access [ 0.152733] bio: create slab at 0 [ 0.153494] ACPI: Added _OSI(Module Device) [ 0.153554] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160713] ACPI: Interpreter enabled [ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173793] ACPI: (supports S0 S5) [ 0.176003] ACPI: Using IOAPIC for interrupt routing [ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180108] ACPI: No dock devices found. [ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.188250] acpiphp: Slot [3] registered [ 0.189462] acpiphp: Slot [4] registered [ 0.190683] acpiphp: Slot [5] registered [ 0.191854] acpiphp: Slot [6] registered [ 0.192021] acpiphp: Slot [7] registered [ 0.193112] acpiphp: Slot [8] registered [ 0.194200] acpiphp: Slot [9] registered [ 0.195290] acpiphp: Slot [10] registered [ 0.196020] acpiphp: Slot [11] registered [ 0.197120] acpiphp: Slot [12] registered [ 0.198215] acpiphp: Slot [13] registered [ 0.199416] acpiphp: Slot [14] registered [ 0.200021] acpiphp: Slot [15] registered [ 0.201129] acpiphp: Slot [16] registered [ 0.202241] acpiphp: Slot [17] registered [ 0.203344] acpiphp: Slot [18] registered [ 0.204027] acpiphp: Slot [19] registered [ 0.205153] acpiphp: Slot [20] registered [ 0.206264] acpiphp: Slot [21] registered [ 0.207365] acpiphp: Slot [22] registered [ 0.208020] acpiphp: Slot [23] registered [ 0.209140] acpiphp: Slot [24] registered [ 0.210252] acpiphp: Slot [25] registered [ 0.211364] acpiphp: Slot [26] registered [ 0.212020] acpiphp: Slot [27] registered [ 0.213120] acpiphp: Slot [28] registered [ 0.214220] acpiphp: Slot [29] registered [ 0.215321] acpiphp: Slot [30] registered [ 0.216027] acpiphp: Slot [31] registered [ 0.217127] PCI host bridge to bus 0000:00 [ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.272004] vgaarb: loaded [ 0.272843] vgaarb: bridge control possible 0000:00:02.0 [ 0.274563] SCSI subsystem initialized [ 0.275779] ACPI: bus type USB registered [ 0.276051] usbcore: registered new interface driver usbfs [ 0.277466] usbcore: registered new interface driver hub [ 0.278864] usbcore: registered new device driver usb [ 0.280122] PCI: Using ACPI for IRQ routing [ 0.281559] NetLabel: Initializing [ 0.282550] NetLabel: domain hash size = 128 [ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.284071] NetLabel: unlabeled traffic allowed by default [ 0.285484] Switched to clocksource kvm-clock [ 0.292961] AppArmor: AppArmor Filesystem Enabled [ 0.294253] pnp: PnP ACPI init [ 0.295169] ACPI: bus type PNP registered [ 0.296735] pnp: PnP ACPI: found 8 devices [ 0.297870] ACPI: bus type PNP unregistered [ 0.305306] NET: Registered protocol family 2 [ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.310713] TCP: Hash tables configured (established 16384 bind 16384) [ 0.312461] TCP: reno registered [ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316615] NET: Registered protocol family 1 [ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.365331] Trying to unpack rootfs image as initramfs... [ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.473112] Scanning for low memory corruption every 60 seconds [ 0.475004] Initialise system trusted keyring [ 0.476243] audit: initializing netlink socket (disabled) [ 0.477631] type=2000 audit(1535857449.057:1): initialized [ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501890] zbud: loaded [ 0.503134] VFS: Disk quotas dquot_6.5.2 [ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506940] fuse init (API version 7.22) [ 0.508342] msgmni has been set to 3997 [ 0.509712] Key type big_key registered [ 0.511422] Key type asymmetric registered [ 0.512822] Asymmetric key parser 'x509' registered [ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.516893] io scheduler noop registered [ 0.518226] io scheduler deadline registered (default) [ 0.519845] io scheduler cfq registered [ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525015] ipmi message handler version 39.2 [ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528915] ACPI: Power Button [PWRF] [ 0.530252] GHES: HEST is not enabled! [ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.648262] Linux agpgart interface v0.103 [ 0.650638] brd: module loaded [ 0.652207] loop: module loaded [ 0.653685] blk-mq: CPU -> queue map [ 0.654911] CPU 0 -> Queue 0 [ 0.655990] CPU 1 -> Queue 0 [ 0.657930] vda: vda1 [ 0.659435] scsi0 : ata_piix [ 0.660429] scsi1 : ata_piix [ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664776] libphy: Fixed MDIO Bus: probed [ 0.665969] tun: Universal TUN/TAP device driver, 1.6 [ 0.667277] tun: (C) 1999-2004 Max Krasnyansky [ 0.671609] PPP generic driver version 2.4.2 [ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674564] ehci-pci: EHCI PCI platform driver [ 0.675828] ehci-platform: EHCI generic platform driver [ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678760] ohci-pci: OHCI PCI platform driver [ 0.679951] ohci-platform: OHCI generic platform driver [ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.712881] usb usb1: Product: UHCI Host Controller [ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.715824] usb usb1: SerialNumber: 0000:00:01.2 [ 0.717183] hub 1-0:1.0: USB hub found [ 0.718281] hub 1-0:1.0: 2 ports detected [ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.725165] mousedev: PS/2 mouse device common for all mice [ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729239] rtc_cmos 00:00: RTC can wake from S4 [ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733884] device-mapper: uevent: version 1.0.3 [ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738848] TCP: cubic registered [ 0.739885] NET: Registered protocol family 10 [ 0.741393] NET: Registered protocol family 17 [ 0.742572] Key type dns_resolver registered [ 0.743882] Loading compiled-in X.509 certificates [ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755282] registered taskstats version 1 [ 0.758387] Key type trusted registered [ 0.762288] Key type encrypted registered [ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764757] IMA: No TPM chip found, activating TPM-bypass! [ 0.766685] regulator-dummy: disabling [ 0.767797] Magic number: 2:994:56 [ 0.768818] input mice: hash matches [ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449) [ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.773716] EDD information not available. [ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823693] Write protecting the kernel read-only data: 12288k [ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.844776] systemd-udevd[107]: starting version 204 [ 0.882332] FDC 0 is a S82078B [ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.196508] usb 1-1: Product: QEMU USB Tablet [ 1.197840] usb 1-1: Manufacturer: QEMU [ 1.199037] usb 1-1: SerialNumber: 42 [ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.461196] random: init urandom read with 10 bits of entropy available * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds. cloud-init-nonet[3.31]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[5.11]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: f0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o | |+ . | | o . . | | . . o | | . . . S | | + o . .. | | . +. ..o.. | | o. .ooo | | .Eoooo+o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | o | | + . . | |o . o . | |=. o o S = | |E.. = . = o | | .o . | | .oo | | oo++ | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .oo+. ..E| | ..o. o =o| | .+ . O | | . * . * . | | S = o | | o | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | |. . . | | E . . . | |* . o . | |+o. * S | |.... o O . | | . * = | | o = | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds. * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2584 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 11s (8442 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8718 clearwater-socket-factory-sig start/running, process 8723 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8772 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up ralf (1.0-180326.112116) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...............+++ ...................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Killed Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (12.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58601 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... 2018-09-02 03:07:09,490 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:07:19,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:19,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:20,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7828bc41-f9de-486b-b073-5240605cbc1e x-compute-request-id: req-7828bc41-f9de-486b-b073-5240605cbc1e Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:20,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7828bc41-f9de-486b-b073-5240605cbc1e 2018-09-02 03:07:20,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597640037537s 2018-09-02 03:07:20,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7828bc41-f9de-486b-b073-5240605cbc1e 2018-09-02 03:07:20,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:20,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:20,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f3f8256-314c-4f47-9d38-cb080c639460 x-compute-request-id: req-6f3f8256-314c-4f47-9d38-cb080c639460 Content-Encoding: gzip Content-Length: 20900 Content-Type: application/json RESP BODY: {"output": "m 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008156] Security Framework initialized\n[ 0.009531] AppArmor: AppArmor initialized\n[ 0.010713] Yama: becoming mindful.\n[ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022602] Initializing cgroup subsys memory\n[ 0.024079] Initializing cgroup subsys devices\n[ 0.025322] Initializing cgroup subsys freezer\n[ 0.026590] Initializing cgroup subsys blkio\n[ 0.028017] Initializing cgroup subsys perf_event\n[ 0.029338] Initializing cgroup subsys hugetlb\n[ 0.030672] FEATURE SPEC_CTRL Not Present\n[ 0.032713] mce: CPU supports 10 MCE banks\n[ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040004] Speculative Store Bypass: Vulnerable\n[ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050892] ACPI: Core revision 20131115\n[ 0.052570] ACPI: All ACPI Tables successfully acquired\n[ 0.054229] ftrace: allocating 28717 entries in 113 pages\n[ 0.076311] smpboot: Max logical packages: 2\n[ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.082426] Enabling x2apic\n[ 0.083529] Enabled x2apic\n[ 0.084004] Switched APIC routing to physical x2apic.\n[ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102053] KVM setup paravirtual spinlock\n[ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108202] x86: Booting SMP configuration:\n[ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124021] x86: Booted up 1 node, 2 CPUs\n[ 0.124013] KVM setup async PF for cpu 1\n[ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.130591] devtmpfs: initialized\n[ 0.134111] EVM: security.selinux\n[ 0.135347] EVM: security.SMACK64\n[ 0.136003] EVM: security.ima\n[ 0.137127] EVM: security.capability\n[ 0.138509] pinctrl core: initialized pinctrl subsystem\n[ 0.140064] regulator-dummy: no parameters\n[ 0.141590] RTC time: 3:04:08, date: 09/02/18\n[ 0.143211] NET: Registered protocol family 16\n[ 0.144194] cpuidle: using governor ladder\n[ 0.145623] cpuidle: using governor menu\n[ 0.147074] ACPI: bus type PCI registered\n[ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.150211] PCI: Using configuration type 1 for base access\n[ 0.152733] bio: create slab at 0\n[ 0.153494] ACPI: Added _OSI(Module Device)\n[ 0.153554] ACPI: Added _OSI(Processor Device)\n[ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.157600] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.160713] ACPI: Interpreter enabled\n[ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.173793] ACPI: (supports S0 S5)\n[ 0.176003] ACPI: Using IOAPIC for interrupt routing\n[ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.180108] ACPI: No dock devices found.\n[ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.188250] acpiphp: Slot [3] registered\n[ 0.189462] acpiphp: Slot [4] registered\n[ 0.190683] acpiphp: Slot [5] registered\n[ 0.191854] acpiphp: Slot [6] registered\n[ 0.192021] acpiphp: Slot [7] registered\n[ 0.193112] acpiphp: Slot [8] registered\n[ 0.194200] acpiphp: Slot [9] registered\n[ 0.195290] acpiphp: Slot [10] registered\n[ 0.196020] acpiphp: Slot [11] registered\n[ 0.197120] acpiphp: Slot [12] registered\n[ 0.198215] acpiphp: Slot [13] registered\n[ 0.199416] acpiphp: Slot [14] registered\n[ 0.200021] acpiphp: Slot [15] registered\n[ 0.201129] acpiphp: Slot [16] registered\n[ 0.202241] acpiphp: Slot [17] registered\n[ 0.203344] acpiphp: Slot [18] registered\n[ 0.204027] acpiphp: Slot [19] registered\n[ 0.205153] acpiphp: Slot [20] registered\n[ 0.206264] acpiphp: Slot [21] registered\n[ 0.207365] acpiphp: Slot [22] registered\n[ 0.208020] acpiphp: Slot [23] registered\n[ 0.209140] acpiphp: Slot [24] registered\n[ 0.210252] acpiphp: Slot [25] registered\n[ 0.211364] acpiphp: Slot [26] registered\n[ 0.212020] acpiphp: Slot [27] registered\n[ 0.213120] acpiphp: Slot [28] registered\n[ 0.214220] acpiphp: Slot [29] registered\n[ 0.215321] acpiphp: Slot [30] registered\n[ 0.216027] acpiphp: Slot [31] registered\n[ 0.217127] PCI host bridge to bus 0000:00\n[ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.272004] vgaarb: loaded\n[ 0.272843] vgaarb: bridge control possible 0000:00:02.0\n[ 0.274563] SCSI subsystem initialized\n[ 0.275779] ACPI: bus type USB registered\n[ 0.276051] usbcore: registered new interface driver usbfs\n[ 0.277466] usbcore: registered new interface driver hub\n[ 0.278864] usbcore: registered new device driver usb\n[ 0.280122] PCI: Using ACPI for IRQ routing\n[ 0.281559] NetLabel: Initializing\n[ 0.282550] NetLabel: domain hash size = 128\n[ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.284071] NetLabel: unlabeled traffic allowed by default\n[ 0.285484] Switched to clocksource kvm-clock\n[ 0.292961] AppArmor: AppArmor Filesystem Enabled\n[ 0.294253] pnp: PnP ACPI init\n[ 0.295169] ACPI: bus type PNP registered\n[ 0.296735] pnp: PnP ACPI: found 8 devices\n[ 0.297870] ACPI: bus type PNP unregistered\n[ 0.305306] NET: Registered protocol family 2\n[ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.310713] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.312461] TCP: reno registered\n[ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316615] NET: Registered protocol family 1\n[ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.365331] Trying to unpack rootfs image as initramfs...\n[ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.473112] Scanning for low memory corruption every 60 seconds\n[ 0.475004] Initialise system trusted keyring\n[ 0.476243] audit: initializing netlink socket (disabled)\n[ 0.477631] type=2000 audit(1535857449.057:1): initialized\n[ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501890] zbud: loaded\n[ 0.503134] VFS: Disk quotas dquot_6.5.2\n[ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506940] fuse init (API version 7.22)\n[ 0.508342] msgmni has been set to 3997\n[ 0.509712] Key type big_key registered\n[ 0.511422] Key type asymmetric registered\n[ 0.512822] Asymmetric key parser 'x509' registered\n[ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.516893] io scheduler noop registered\n[ 0.518226] io scheduler deadline registered (default)\n[ 0.519845] io scheduler cfq registered\n[ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525015] ipmi message handler version 39.2\n[ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528915] ACPI: Power Button [PWRF]\n[ 0.530252] GHES: HEST is not enabled!\n[ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.648262] Linux agpgart interface v0.103\n[ 0.650638] brd: module loaded\n[ 0.652207] loop: module loaded\n[ 0.653685] blk-mq: CPU -> queue map\n[ 0.654911] CPU 0 -> Queue 0\n[ 0.655990] CPU 1 -> Queue 0\n[ 0.657930] vda: vda1\n[ 0.659435] scsi0 : ata_piix\n[ 0.660429] scsi1 : ata_piix\n[ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.664776] libphy: Fixed MDIO Bus: probed\n[ 0.665969] tun: Universal TUN/TAP device driver, 1.6\n[ 0.667277] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.671609] PPP generic driver version 2.4.2\n[ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.674564] ehci-pci: EHCI PCI platform driver\n[ 0.675828] ehci-platform: EHCI generic platform driver\n[ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.678760] ohci-pci: OHCI PCI platform driver\n[ 0.679951] ohci-platform: OHCI generic platform driver\n[ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.712881] usb usb1: Product: UHCI Host Controller\n[ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.715824] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.717183] hub 1-0:1.0: USB hub found\n[ 0.718281] hub 1-0:1.0: 2 ports detected\n[ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.725165] mousedev: PS/2 mouse device common for all mice\n[ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.729239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733884] device-mapper: uevent: version 1.0.3\n[ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738848] TCP: cubic registered\n[ 0.739885] NET: Registered protocol family 10\n[ 0.741393] NET: Registered protocol family 17\n[ 0.742572] Key type dns_resolver registered\n[ 0.743882] Loading compiled-in X.509 certificates\n[ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755282] registered taskstats version 1\n[ 0.758387] Key type trusted registered\n[ 0.762288] Key type encrypted registered\n[ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764757] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.766685] regulator-dummy: disabling\n[ 0.767797] Magic number: 2:994:56\n[ 0.768818] input mice: hash matches\n[ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449)\n[ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.773716] EDD information not available.\n[ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823693] Write protecting the kernel read-only data: 12288k\n[ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.844776] systemd-udevd[107]: starting version 204\n[ 0.882332] FDC 0 is a S82078B\n[ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196508] usb 1-1: Product: QEMU USB Tablet\n[ 1.197840] usb 1-1: Manufacturer: QEMU\n[ 1.199037] usb 1-1: SerialNumber: 42\n[ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.461196] random: init urandom read with 10 bits of entropy available\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds.\ncloud-init-nonet[3.31]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[5.11]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nf0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o |\n|+ . |\n| o . . |\n| . . o |\n| . . . S |\n| + o . .. |\n| . +. ..o.. |\n| o. .ooo |\n| .Eoooo+o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| o |\n| + . . |\n|o . o . |\n|=. o o S = |\n|E.. = . = o |\n| .o . |\n| .oo |\n| oo++ |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .oo+. ..E|\n| ..o. o =o|\n| .+ . O |\n| . * . * . |\n| S = o |\n| o |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n|. . . |\n| E . . . |\n|* . o . |\n|+o. * S |\n|.... o O . |\n| . * = |\n| o = |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds.\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Generating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2584 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0\n libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5\n libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl\n libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0\n libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0\n libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 93.2 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 93.2 MB in 11s (8442 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ...\nUnpacking ralf-libs (1.0-180326.112116) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-180326.112116_amd64.deb ...\nUnpacking ralf (1.0-180326.112116) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-libs (1.0-180326.115231) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-180326.115231_amd64.deb ...\nUnpacking homestead (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov (1.0-180326.111418) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-180328.114312_amd64.deb ...\nUnpacking dime (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-180326.112116) ...\nSetting up homestead-libs (1.0-180326.115231) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8718\nclearwater-socket-factory-sig start/running, process 8723\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8772\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up ralf (1.0-180326.112116) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...............+++\n...................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nKilled\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homestead (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov (1.0-180326.111418) ...\nCollecting homestead_prov\nCollecting crest (from homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting six (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting cyclone (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting defusedxml (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting cffi>=1.7 (from cryptography->crest->homestead_prov)\nCollecting pycparser (from metaswitchcommon->crest->homestead_prov)\nCollecting pycrypto (from metaswitchcommon->crest->homestead_prov)\nCollecting monotonic (from metaswitchcommon->crest->homestead_prov)\nCollecting pyzmq (from metaswitchcommon->crest->homestead_prov)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up dime (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (12.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58601 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n++ ip2rr 192.168.1.13\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.13\n++ echo A 192.168.1.13\n++ ip2rr 192.168.0.5\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.5\n++ echo A 192.168.0.5\n+ echo 'nameserver 192.168.0.24'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0 (DSA)\nec2: 256 d9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0 (ECDSA)\nec2: 256 1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0 (ED25519)\nec2: 2048 f0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqGmxv1GYxKnZ0//CMKwqpNQUMhD4vlXRGTBeEos4ZsZ8y15U6DoKkymp90LonsB4DRQz3BOi+bpZ6sJexsGOc= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO9kBxge1WVCKk/rgRcrB9/O2AfjmI2gssuix8DweYry root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBy3jxbHwwnGA9c9wmS7sFUUPANaaxfK8Yg8ONJn7DRKor7kmJsIQf2YFLVWdnMOvngNxHOOME1OWU2XHkB2MhhWyDxOLi21iZ/6biiFvYjsOy7sFEWb06k+vT/xf9J9Hn2pLaRhMDaEEZA5WTGYIysRcrkK3X868We10DmiD6VKxo+V/QATZk9z1o2laY2dB3J6a2KpZoZISuZDfRALuPE3FpOoxuDdF9Ay303q4YLNH3y5OWg2pgAGdEDF4dDUmbOIq/yNKJocscYvJLhbSLXrJS0WcUpwENVPjM5VTq+EeMhU0WQXHoTTGJOkGzklilEx6XHntfp9MrgQ1yMoiJ root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:07:19 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 190.38 seconds\n"} 2018-09-02 03:07:20,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-6f3f8256-314c-4f47-9d38-cb080c639460 2018-09-02 03:07:20,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.100256919861s 2018-09-02 03:07:20,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c/action used request id req-6f3f8256-314c-4f47-9d38-cb080c639460 2018-09-02 03:07:20,210 - functest.core.singlevm - DEBUG - console: m 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008156] Security Framework initialized [ 0.009531] AppArmor: AppArmor initialized [ 0.010713] Yama: becoming mindful. [ 0.012405] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016844] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019538] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022602] Initializing cgroup subsys memory [ 0.024079] Initializing cgroup subsys devices [ 0.025322] Initializing cgroup subsys freezer [ 0.026590] Initializing cgroup subsys blkio [ 0.028017] Initializing cgroup subsys perf_event [ 0.029338] Initializing cgroup subsys hugetlb [ 0.030672] FEATURE SPEC_CTRL Not Present [ 0.032713] mce: CPU supports 10 MCE banks [ 0.033931] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036017] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037675] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040004] Speculative Store Bypass: Vulnerable [ 0.042386] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050892] ACPI: Core revision 20131115 [ 0.052570] ACPI: All ACPI Tables successfully acquired [ 0.054229] ftrace: allocating 28717 entries in 113 pages [ 0.076311] smpboot: Max logical packages: 2 [ 0.077798] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.080004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.082426] Enabling x2apic [ 0.083529] Enabled x2apic [ 0.084004] Switched APIC routing to physical x2apic. [ 0.089121] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091162] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.094639] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102053] KVM setup paravirtual spinlock [ 0.106630] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108202] x86: Booting SMP configuration: [ 0.109737] .... node #0, CPUs: #1[ 0.106558] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124021] x86: Booted up 1 node, 2 CPUs [ 0.124013] KVM setup async PF for cpu 1 [ 0.124016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.128006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.130591] devtmpfs: initialized [ 0.134111] EVM: security.selinux [ 0.135347] EVM: security.SMACK64 [ 0.136003] EVM: security.ima [ 0.137127] EVM: security.capability [ 0.138509] pinctrl core: initialized pinctrl subsystem [ 0.140064] regulator-dummy: no parameters [ 0.141590] RTC time: 3:04:08, date: 09/02/18 [ 0.143211] NET: Registered protocol family 16 [ 0.144194] cpuidle: using governor ladder [ 0.145623] cpuidle: using governor menu [ 0.147074] ACPI: bus type PCI registered [ 0.148004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.150211] PCI: Using configuration type 1 for base access [ 0.152733] bio: create slab at 0 [ 0.153494] ACPI: Added _OSI(Module Device) [ 0.153554] ACPI: Added _OSI(Processor Device) [ 0.156004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.157600] ACPI: Added _OSI(Processor Aggregator Device) [ 0.160713] ACPI: Interpreter enabled [ 0.162063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.164902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.168004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.171214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.173793] ACPI: (supports S0 S5) [ 0.176003] ACPI: Using IOAPIC for interrupt routing [ 0.177416] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.180108] ACPI: No dock devices found. [ 0.183379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.184008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.185775] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.187523] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.188250] acpiphp: Slot [3] registered [ 0.189462] acpiphp: Slot [4] registered [ 0.190683] acpiphp: Slot [5] registered [ 0.191854] acpiphp: Slot [6] registered [ 0.192021] acpiphp: Slot [7] registered [ 0.193112] acpiphp: Slot [8] registered [ 0.194200] acpiphp: Slot [9] registered [ 0.195290] acpiphp: Slot [10] registered [ 0.196020] acpiphp: Slot [11] registered [ 0.197120] acpiphp: Slot [12] registered [ 0.198215] acpiphp: Slot [13] registered [ 0.199416] acpiphp: Slot [14] registered [ 0.200021] acpiphp: Slot [15] registered [ 0.201129] acpiphp: Slot [16] registered [ 0.202241] acpiphp: Slot [17] registered [ 0.203344] acpiphp: Slot [18] registered [ 0.204027] acpiphp: Slot [19] registered [ 0.205153] acpiphp: Slot [20] registered [ 0.206264] acpiphp: Slot [21] registered [ 0.207365] acpiphp: Slot [22] registered [ 0.208020] acpiphp: Slot [23] registered [ 0.209140] acpiphp: Slot [24] registered [ 0.210252] acpiphp: Slot [25] registered [ 0.211364] acpiphp: Slot [26] registered [ 0.212020] acpiphp: Slot [27] registered [ 0.213120] acpiphp: Slot [28] registered [ 0.214220] acpiphp: Slot [29] registered [ 0.215321] acpiphp: Slot [30] registered [ 0.216027] acpiphp: Slot [31] registered [ 0.217127] PCI host bridge to bus 0000:00 [ 0.218228] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.219609] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.220004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.221512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.223150] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.224003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.231186] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.232014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.259233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.261002] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.262976] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.264853] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.266893] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.268665] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.270438] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.270438] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.272004] vgaarb: loaded [ 0.272843] vgaarb: bridge control possible 0000:00:02.0 [ 0.274563] SCSI subsystem initialized [ 0.275779] ACPI: bus type USB registered [ 0.276051] usbcore: registered new interface driver usbfs [ 0.277466] usbcore: registered new interface driver hub [ 0.278864] usbcore: registered new device driver usb [ 0.280122] PCI: Using ACPI for IRQ routing [ 0.281559] NetLabel: Initializing [ 0.282550] NetLabel: domain hash size = 128 [ 0.283721] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.284071] NetLabel: unlabeled traffic allowed by default [ 0.285484] Switched to clocksource kvm-clock [ 0.292961] AppArmor: AppArmor Filesystem Enabled [ 0.294253] pnp: PnP ACPI init [ 0.295169] ACPI: bus type PNP registered [ 0.296735] pnp: PnP ACPI: found 8 devices [ 0.297870] ACPI: bus type PNP unregistered [ 0.305306] NET: Registered protocol family 2 [ 0.306787] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.308886] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.310713] TCP: Hash tables configured (established 16384 bind 16384) [ 0.312461] TCP: reno registered [ 0.313411] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.314931] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316615] NET: Registered protocol family 1 [ 0.317836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.319329] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.320784] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.342881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.365331] Trying to unpack rootfs image as initramfs... [ 0.465479] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.467781] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.469282] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470826] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.473112] Scanning for low memory corruption every 60 seconds [ 0.475004] Initialise system trusted keyring [ 0.476243] audit: initializing netlink socket (disabled) [ 0.477631] type=2000 audit(1535857449.057:1): initialized [ 0.499062] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501890] zbud: loaded [ 0.503134] VFS: Disk quotas dquot_6.5.2 [ 0.504545] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506940] fuse init (API version 7.22) [ 0.508342] msgmni has been set to 3997 [ 0.509712] Key type big_key registered [ 0.511422] Key type asymmetric registered [ 0.512822] Asymmetric key parser 'x509' registered [ 0.514401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.516893] io scheduler noop registered [ 0.518226] io scheduler deadline registered (default) [ 0.519845] io scheduler cfq registered [ 0.521226] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.522955] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.525015] ipmi message handler version 39.2 [ 0.526488] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528915] ACPI: Power Button [PWRF] [ 0.530252] GHES: HEST is not enabled! [ 0.552354] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.595348] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.617864] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.620216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.644961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.648262] Linux agpgart interface v0.103 [ 0.650638] brd: module loaded [ 0.652207] loop: module loaded [ 0.653685] blk-mq: CPU -> queue map [ 0.654911] CPU 0 -> Queue 0 [ 0.655990] CPU 1 -> Queue 0 [ 0.657930] vda: vda1 [ 0.659435] scsi0 : ata_piix [ 0.660429] scsi1 : ata_piix [ 0.661310] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.662904] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.664776] libphy: Fixed MDIO Bus: probed [ 0.665969] tun: Universal TUN/TAP device driver, 1.6 [ 0.667277] tun: (C) 1999-2004 Max Krasnyansky [ 0.671609] PPP generic driver version 2.4.2 [ 0.672917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.674564] ehci-pci: EHCI PCI platform driver [ 0.675828] ehci-platform: EHCI generic platform driver [ 0.677221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.678760] ohci-pci: OHCI PCI platform driver [ 0.679951] ohci-platform: OHCI generic platform driver [ 0.681319] uhci_hcd: USB Universal Host Controller Interface driver [ 0.704017] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.705455] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.707549] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.709125] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.710836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.712881] usb usb1: Product: UHCI Host Controller [ 0.714214] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.715824] usb usb1: SerialNumber: 0000:00:01.2 [ 0.717183] hub 1-0:1.0: USB hub found [ 0.718281] hub 1-0:1.0: 2 ports detected [ 0.719557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.722399] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.723679] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.725165] mousedev: PS/2 mouse device common for all mice [ 0.726850] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729239] rtc_cmos 00:00: RTC can wake from S4 [ 0.730702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732264] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733884] device-mapper: uevent: version 1.0.3 [ 0.735151] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.737312] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738848] TCP: cubic registered [ 0.739885] NET: Registered protocol family 10 [ 0.741393] NET: Registered protocol family 17 [ 0.742572] Key type dns_resolver registered [ 0.743882] Loading compiled-in X.509 certificates [ 0.745669] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755282] registered taskstats version 1 [ 0.758387] Key type trusted registered [ 0.762288] Key type encrypted registered [ 0.763394] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764757] IMA: No TPM chip found, activating TPM-bypass! [ 0.766685] regulator-dummy: disabling [ 0.767797] Magic number: 2:994:56 [ 0.768818] input mice: hash matches [ 0.769977] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:09 UTC (1535857449) [ 0.772260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.773716] EDD information not available. [ 0.821443] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823693] Write protecting the kernel read-only data: 12288k [ 0.825911] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829414] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.844776] systemd-udevd[107]: starting version 204 [ 0.882332] FDC 0 is a S82078B [ 1.028019] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192597] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.194511] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.196508] usb 1-1: Product: QEMU USB Tablet [ 1.197840] usb 1-1: Manufacturer: QEMU [ 1.199037] usb 1-1: SerialNumber: 42 [ 1.464045] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.901602] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.294856] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.461196] random: init urandom read with 10 bits of entropy available * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.575162] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:11 +0000. Up 3.16 seconds. cloud-init-nonet[3.31]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[5.11]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:13 +0000. Up 5.26 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:b9:79:b3 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:62:c7:8d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: f0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | o | |+ . | | o . . | | . . o | | . . . S | | + o . .. | | . +. ..o.. | | o. .ooo | | .Eoooo+o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | o | | + . . | |o . o . | |=. o o S = | |E.. = . = o | | .o . | | .oo | | oo++ | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .oo+. ..E| | ..o. o =o| | .+ . O | | . * . * . | | S = o | | o | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | |. . . | | E . . . | |* . o . | |+o. * S | |.... o O . | | . * = | | o = | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting SystemD login management service[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:20 +0000. Up 12.06 seconds. * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:22 +0000. Up 14.00 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20325 0 --:--:-- --:--:-- --:--:-- 20448 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2584 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 117 newly installed, 0 to remove and 6 not upgraded. Need to get 93.2 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:23 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:33 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:35 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:37 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:41 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 25%Extracting templates from packages: 51%Extracting templates from packages: 76%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 93.2 MB in 11s (8442 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-180326.112116_amd64.deb ... Unpacking ralf-libs (1.0-180326.112116) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-180326.112116_amd64.deb ... Unpacking ralf (1.0-180326.112116) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-180326.115231_amd64.deb ... Unpacking homestead-libs (1.0-180326.115231) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-180326.115231_amd64.deb ... Unpacking homestead (1.0-180326.115231) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov (1.0-180326.111418) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-180328.114312_amd64.deb ... Unpacking dime (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-180326.112116) ... Setting up homestead-libs (1.0-180326.115231) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8718 clearwater-socket-factory-sig start/running, process 8723 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8772 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up ralf (1.0-180326.112116) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...............+++ ...................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Killed Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-180326.111418) ... Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting defusedxml (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (12.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58601 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ++ ip2rr 192.168.1.13 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.13 ++ echo A 192.168.1.13 ++ ip2rr 192.168.0.5 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.5 ++ echo A 192.168.0.5 + echo 'nameserver 192.168.0.24' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 37:29:1f:02:af:2f:ef:e0:6e:90:c9:48:58:a3:8a:8c root@dime-0 (DSA) ec2: 256 d9:86:01:50:6d:58:6b:6f:9d:65:59:07:6e:83:57:76 root@dime-0 (ECDSA) ec2: 256 1e:85:1a:fe:92:c7:12:66:a7:1e:02:c2:83:42:96:6c root@dime-0 (ED25519) ec2: 2048 f0:2f:fe:2c:fa:97:a4:00:80:93:ef:c7:62:ef:e4:af root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqGmxv1GYxKnZ0//CMKwqpNQUMhD4vlXRGTBeEos4ZsZ8y15U6DoKkymp90LonsB4DRQz3BOi+bpZ6sJexsGOc= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO9kBxge1WVCKk/rgRcrB9/O2AfjmI2gssuix8DweYry root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBy3jxbHwwnGA9c9wmS7sFUUPANaaxfK8Yg8ONJn7DRKor7kmJsIQf2YFLVWdnMOvngNxHOOME1OWU2XHkB2MhhWyDxOLi21iZ/6biiFvYjsOy7sFEWb06k+vT/xf9J9Hn2pLaRhMDaEEZA5WTGYIysRcrkK3X868We10DmiD6VKxo+V/QATZk9z1o2laY2dB3J6a2KpZoZISuZDfRALuPE3FpOoxuDdF9Ay303q4YLNH3y5OWg2pgAGdEDF4dDUmbOIq/yNKJocscYvJLhbSLXrJS0WcUpwENVPjM5VTq+EeMhU0WQXHoTTGJOkGzklilEx6XHntfp9MrgQ1yMoiJ root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:07:19 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 190.38 seconds 2018-09-02 03:07:20,214 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 03:07:20,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:20,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:20,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96c2cab6-23c4-42eb-a822-46885d32d40e x-compute-request-id: req-96c2cab6-23c4-42eb-a822-46885d32d40e Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:20,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-96c2cab6-23c4-42eb-a822-46885d32d40e 2018-09-02 03:07:20,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.479791879654s 2018-09-02 03:07:20,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-96c2cab6-23c4-42eb-a822-46885d32d40e 2018-09-02 03:07:20,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:20,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:20,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fe6bbc3-d4ab-4ad3-8664-ba9b679976ae x-compute-request-id: req-4fe6bbc3-d4ab-4ad3-8664-ba9b679976ae Content-Encoding: gzip Content-Length: 20794 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008005] pid_max: default: 32768 minimum: 301\n[ 0.009900] Security Framework initialized\n[ 0.012049] AppArmor: AppArmor initialized\n[ 0.013785] Yama: becoming mindful.\n[ 0.016241] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.020673] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.023667] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024009] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028120] Initializing cgroup subsys memory\n[ 0.029439] Initializing cgroup subsys devices\n[ 0.030682] Initializing cgroup subsys freezer\n[ 0.032005] Initializing cgroup subsys blkio\n[ 0.033299] Initializing cgroup subsys perf_event\n[ 0.034423] Initializing cgroup subsys hugetlb\n[ 0.035613] FEATURE SPEC_CTRL Not Present\n[ 0.036726] mce: CPU supports 10 MCE banks\n[ 0.038143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038143] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.046060] Speculative Store Bypass: Vulnerable\n[ 0.048336] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.053648] ACPI: Core revision 20131115\n[ 0.055618] ACPI: All ACPI Tables successfully acquired\n[ 0.057287] ftrace: allocating 28717 entries in 113 pages\n[ 0.076293] smpboot: Max logical packages: 2\n[ 0.084138] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.085852] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.087862] Enabling x2apic\n[ 0.088000] Enabled x2apic\n[ 0.088031] Switched APIC routing to physical x2apic.\n[ 0.093031] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098577] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.108500] KVM setup paravirtual spinlock\n[ 0.115844] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.116361] x86: Booting SMP configuration:\n[ 0.117535] .... node #0, CPUs: #1[ 0.115755] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.132055] KVM setup async PF for cpu 1\n[ 0.132091] x86: Booted up 1 node, 2 CPUs\n[ 0.132102] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.136000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.140444] devtmpfs: initialized\n[ 0.144306] EVM: security.selinux\n[ 0.145420] EVM: security.SMACK64\n[ 0.146672] EVM: security.ima\n[ 0.148008] EVM: security.capability\n[ 0.150239] pinctrl core: initialized pinctrl subsystem\n[ 0.152355] regulator-dummy: no parameters\n[ 0.153748] RTC time: 3:04:12, date: 09/02/18\n[ 0.155459] NET: Registered protocol family 16\n[ 0.156294] cpuidle: using governor ladder\n[ 0.157648] cpuidle: using governor menu\n[ 0.159033] ACPI: bus type PCI registered\n[ 0.160035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162171] PCI: Using configuration type 1 for base access\n[ 0.164671] bio: create slab at 0\n[ 0.165429] ACPI: Added _OSI(Module Device)\n[ 0.165537] ACPI: Added _OSI(Processor Device)\n[ 0.168004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169492] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172794] ACPI: Interpreter enabled\n[ 0.174079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.176737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.179226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.181664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184007] ACPI: (supports S0 S5)\n[ 0.185020] ACPI: Using IOAPIC for interrupt routing\n[ 0.186333] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188238] ACPI: No dock devices found.\n[ 0.191502] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.193927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.195534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.196280] acpiphp: Slot [3] registered\n[ 0.197345] acpiphp: Slot [4] registered\n[ 0.198414] acpiphp: Slot [5] registered\n[ 0.199467] acpiphp: Slot [6] registered\n[ 0.200032] acpiphp: Slot [7] registered\n[ 0.201115] acpiphp: Slot [8] registered\n[ 0.202164] acpiphp: Slot [9] registered\n[ 0.203227] acpiphp: Slot [10] registered\n[ 0.204021] acpiphp: Slot [11] registered\n[ 0.205084] acpiphp: Slot [12] registered\n[ 0.206154] acpiphp: Slot [13] registered\n[ 0.207274] acpiphp: Slot [14] registered\n[ 0.208021] acpiphp: Slot [15] registered\n[ 0.209093] acpiphp: Slot [16] registered\n[ 0.210358] acpiphp: Slot [17] registered\n[ 0.211448] acpiphp: Slot [18] registered\n[ 0.212029] acpiphp: Slot [19] registered\n[ 0.213132] acpiphp: Slot [20] registered\n[ 0.214210] acpiphp: Slot [21] registered\n[ 0.215287] acpiphp: Slot [22] registered\n[ 0.216029] acpiphp: Slot [23] registered\n[ 0.217151] acpiphp: Slot [24] registered\n[ 0.218236] acpiphp: Slot [25] registered\n[ 0.219345] acpiphp: Slot [26] registered\n[ 0.220021] acpiphp: Slot [27] registered\n[ 0.221112] acpiphp: Slot [28] registered\n[ 0.222188] acpiphp: Slot [29] registered\n[ 0.223257] acpiphp: Slot [30] registered\n[ 0.224032] acpiphp: Slot [31] registered\n[ 0.225119] PCI host bridge to bus 0000:00\n[ 0.226228] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.227571] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.228004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.229485] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.231099] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.232004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.240497] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.242593] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.272052] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.274094] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.276076] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.278440] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.280512] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.282418] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.284252] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.285502] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.288004] vgaarb: loaded\n[ 0.288843] vgaarb: bridge control possible 0000:00:02.0\n[ 0.290592] SCSI subsystem initialized\n[ 0.291836] ACPI: bus type USB registered\n[ 0.292064] usbcore: registered new interface driver usbfs\n[ 0.293451] usbcore: registered new interface driver hub\n[ 0.294933] usbcore: registered new device driver usb\n[ 0.296165] PCI: Using ACPI for IRQ routing\n[ 0.297885] NetLabel: Initializing\n[ 0.298853] NetLabel: domain hash size = 128\n[ 0.300003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.301357] NetLabel: unlabeled traffic allowed by default\n[ 0.302737] Switched to clocksource kvm-clock\n[ 0.309464] AppArmor: AppArmor Filesystem Enabled\n[ 0.310856] pnp: PnP ACPI init\n[ 0.311810] ACPI: bus type PNP registered\n[ 0.313484] pnp: PnP ACPI: found 8 devices\n[ 0.314609] ACPI: bus type PNP unregistered\n[ 0.322367] NET: Registered protocol family 2\n[ 0.324179] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.326311] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.328168] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.329921] TCP: reno registered\n[ 0.330853] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.332449] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.334153] NET: Registered protocol family 1\n[ 0.335440] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.336937] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.338446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.361484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.384255] Trying to unpack rootfs image as initramfs...\n[ 0.490242] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.492550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.493975] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.496220] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.499506] Scanning for low memory corruption every 60 seconds\n[ 0.502365] Initialise system trusted keyring\n[ 0.504280] audit: initializing netlink socket (disabled)\n[ 0.506362] type=2000 audit(1535857452.641:1): initialized\n[ 0.532340] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.534786] zbud: loaded\n[ 0.535791] VFS: Disk quotas dquot_6.5.2\n[ 0.536937] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.539427] fuse init (API version 7.22)\n[ 0.540851] msgmni has been set to 3997\n[ 0.542202] Key type big_key registered\n[ 0.544111] Key type asymmetric registered\n[ 0.545998] Asymmetric key parser 'x509' registered\n[ 0.547251] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.549213] io scheduler noop registered\n[ 0.550293] io scheduler deadline registered (default)\n[ 0.551899] io scheduler cfq registered\n[ 0.553033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.554408] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.556086] ipmi message handler version 39.2\n[ 0.557285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.559197] ACPI: Power Button [PWRF]\n[ 0.560364] GHES: HEST is not enabled!\n[ 0.582965] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.627453] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.650175] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.652717] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.677393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.680877] Linux agpgart interface v0.103\n[ 0.683255] brd: module loaded\n[ 0.684832] loop: module loaded\n[ 0.686298] blk-mq: CPU -> queue map\n[ 0.687297] CPU 0 -> Queue 0\n[ 0.688178] CPU 1 -> Queue 0\n[ 0.690133] vda: vda1\n[ 0.692744] scsi0 : ata_piix\n[ 0.693764] scsi1 : ata_piix\n[ 0.694645] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.696235] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.698140] libphy: Fixed MDIO Bus: probed\n[ 0.699384] tun: Universal TUN/TAP device driver, 1.6\n[ 0.700667] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.704192] PPP generic driver version 2.4.2\n[ 0.705546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.707202] ehci-pci: EHCI PCI platform driver\n[ 0.708415] ehci-platform: EHCI generic platform driver\n[ 0.709822] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.711634] ohci-pci: OHCI PCI platform driver\n[ 0.713081] ohci-platform: OHCI generic platform driver\n[ 0.714538] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.737408] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.738819] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740948] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.742513] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744169] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.746289] usb usb1: Product: UHCI Host Controller\n[ 0.747831] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.749535] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.750992] hub 1-0:1.0: USB hub found\n[ 0.752089] hub 1-0:1.0: 2 ports detected\n[ 0.753379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.756343] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.757637] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.759095] mousedev: PS/2 mouse device common for all mice\n[ 0.760781] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.763168] rtc_cmos 00:00: RTC can wake from S4\n[ 0.764615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.766178] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.767792] device-mapper: uevent: version 1.0.3\n[ 0.769039] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.771191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.772992] TCP: cubic registered\n[ 0.774026] NET: Registered protocol family 10\n[ 0.775705] NET: Registered protocol family 17\n[ 0.777439] Key type dns_resolver registered\n[ 0.779148] Loading compiled-in X.509 certificates\n[ 0.789216] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.791622] registered taskstats version 1\n[ 0.794874] Key type trusted registered\n[ 0.798819] Key type encrypted registered\n[ 0.799916] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.801294] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.803236] regulator-dummy: disabling\n[ 0.804333] Magic number: 2:994:56\n[ 0.805350] input mice: hash matches\n[ 0.806493] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452)\n[ 0.808785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.810230] EDD information not available.\n[ 0.854457] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.856578] Write protecting the kernel read-only data: 12288k\n[ 0.859570] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.863693] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.877878] systemd-udevd[107]: starting version 204\n[ 0.920544] FDC 0 is a S82078B\n[ 1.064078] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.229737] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.231685] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.233635] usb 1-1: Product: QEMU USB Tablet\n[ 1.234997] usb 1-1: Manufacturer: QEMU\n[ 1.236191] usb 1-1: SerialNumber: 42\n[ 1.933067] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.278564] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.400089] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.516107] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 2.94 seconds.\ncloud-init-nonet[3.10]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.34]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.58 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:d7:29:09 |\nci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:69:3b:06 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n29:9f:91:ea:b9:7b:70:96:b6:b2:2d:3e:42:94:a2:81 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n|. . |\n|E . o o |\n| o o . S. |\n|. . .+=o |\n| . .=o. |\n| ..+oo |\n| oBO. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n13:b4:c0:4e:e6:47:b0:5b:31:92:75:43:99:a8:84:c4 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| o.o++=o+o |\n| E *=o=o. |\n| *.o+ |\n| +o.. |\n| ..S |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n49:62:02:66:32:b3:82:1c:b4:bb:28:7c:e6:f8:68:56 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n|=o+ |\n|oBo. |\n|+o . o . |\n|. . o o . |\n| . S |\n|o .E |\n|oo.o |\n|.o* |\n|oo.o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4e:6b:af:c7:ff:af:82:86:41:33:7e:66:c4:9c:d9:d0 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . |\n| . E |\n| o = |\n| + * . |\n| oS+ |\n| oo.+ |\n| +B . |\n| ...= . |\n| .+...ooo.|\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:25 +0000. Up 12.89 seconds.\n+ cat\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20614 0 --:--:-- --:--:-- --:--:-- 20717\nOK\n+ apt-get update\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:7 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:19 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:22 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nGet:25 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nGet:26 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nGet:27 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2760 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 88.0 MB of archives.\nAfter this operation, 202 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 88.0 MB in 10s (8628 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-180326.111418_amd64.deb ...\nUnpacking crest (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-180326.111418_amd64.deb ...\nUnpacking homer (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.4) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8335\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n....................................................+++\n......................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up crest (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-180326.111418) ...\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting defusedxml (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: defusedxml 0.5.0\n Uninstalling defusedxml-0.5.0:\n Successfully uninstalled defusedxml-0.5.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nFetched 38.4 MB in 5s (6616 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58170 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 172.30.9.218\n++ echo 172.30.9.218\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.218\n+ echo 'nameserver 192.168.0.24'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 13:b4:c0:4e:e6:47:b0:5b:31:92:75:43:99:a8:84:c4 root@homer-0 (DSA)\nec2: 256 49:62:02:66:32:b3:82:1c:b4:bb:28:7c:e6:f8:68:56 root@homer-0 (ECDSA)\nec2: 256 4e:6b:af:c7:ff:af:82:86:41:33:7e:66:c4:9c:d9:d0 root@homer-0 (ED25519)\nec2: 2048 29:9f:91:ea:b9:7b:70:96:b6:b2:2d:3e:42:94:a2:81 root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK6YNeyR8gRywFiRDrbGN2pkpoFkkY7LKNemKALGT1Lb3iBmZyMBBtn4cpLYQFVVKIGNjMQjor5UVQh0lYD96JQ= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIObYv5hLERxhgOn0X1W7vVRR0qskQTSHuctGUwdpO1qT root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5gtisNhvG6Fl5xC7pB028U9neqR60LQv96LpXzFtBLIotI74ZkCRrgeQBwAoxjUyWPAtIv2nSOFYlIm21H52RJ9gh1faP9oleFyL9cVnMeQUDGH7k1DFnGGlkxQAOmRGloSAdQVo5nr3z2lGIIPI7Klh45jtn05tOfWEVHd8ab1M2lbuWHSIqplR9BCXSQLThaoU73RxKRv//beN6BjWo8UE+IVgkucXRjD9oYJry+z2vqE6gmkeU1uXAVlQuldpzW80uhrH/Qhg4n0Y5f8p7jk+YoB2+mzODdjGgrrvIieBqTP6jkro5A8pI1ivBqXeKW1YpTeoa5ZnyKrg+aN6B root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:07:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 172.78 seconds\n"} 2018-09-02 03:07:20,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306/action used request id req-4fe6bbc3-d4ab-4ad3-8664-ba9b679976ae 2018-09-02 03:07:20,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0857989788055s 2018-09-02 03:07:20,791 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306/action used request id req-4fe6bbc3-d4ab-4ad3-8664-ba9b679976ae 2018-09-02 03:07:20,791 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008005] pid_max: default: 32768 minimum: 301 [ 0.009900] Security Framework initialized [ 0.012049] AppArmor: AppArmor initialized [ 0.013785] Yama: becoming mindful. [ 0.016241] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.020673] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.023667] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024009] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028120] Initializing cgroup subsys memory [ 0.029439] Initializing cgroup subsys devices [ 0.030682] Initializing cgroup subsys freezer [ 0.032005] Initializing cgroup subsys blkio [ 0.033299] Initializing cgroup subsys perf_event [ 0.034423] Initializing cgroup subsys hugetlb [ 0.035613] FEATURE SPEC_CTRL Not Present [ 0.036726] mce: CPU supports 10 MCE banks [ 0.038143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038143] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.044003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.046060] Speculative Store Bypass: Vulnerable [ 0.048336] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.053648] ACPI: Core revision 20131115 [ 0.055618] ACPI: All ACPI Tables successfully acquired [ 0.057287] ftrace: allocating 28717 entries in 113 pages [ 0.076293] smpboot: Max logical packages: 2 [ 0.084138] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.085852] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.087862] Enabling x2apic [ 0.088000] Enabled x2apic [ 0.088031] Switched APIC routing to physical x2apic. [ 0.093031] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098577] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.108500] KVM setup paravirtual spinlock [ 0.115844] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.116361] x86: Booting SMP configuration: [ 0.117535] .... node #0, CPUs: #1[ 0.115755] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.132055] KVM setup async PF for cpu 1 [ 0.132091] x86: Booted up 1 node, 2 CPUs [ 0.132102] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.136000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.140444] devtmpfs: initialized [ 0.144306] EVM: security.selinux [ 0.145420] EVM: security.SMACK64 [ 0.146672] EVM: security.ima [ 0.148008] EVM: security.capability [ 0.150239] pinctrl core: initialized pinctrl subsystem [ 0.152355] regulator-dummy: no parameters [ 0.153748] RTC time: 3:04:12, date: 09/02/18 [ 0.155459] NET: Registered protocol family 16 [ 0.156294] cpuidle: using governor ladder [ 0.157648] cpuidle: using governor menu [ 0.159033] ACPI: bus type PCI registered [ 0.160035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162171] PCI: Using configuration type 1 for base access [ 0.164671] bio: create slab at 0 [ 0.165429] ACPI: Added _OSI(Module Device) [ 0.165537] ACPI: Added _OSI(Processor Device) [ 0.168004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169492] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172794] ACPI: Interpreter enabled [ 0.174079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.176737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.179226] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.181664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184007] ACPI: (supports S0 S5) [ 0.185020] ACPI: Using IOAPIC for interrupt routing [ 0.186333] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188238] ACPI: No dock devices found. [ 0.191502] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.193927] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.195534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.196280] acpiphp: Slot [3] registered [ 0.197345] acpiphp: Slot [4] registered [ 0.198414] acpiphp: Slot [5] registered [ 0.199467] acpiphp: Slot [6] registered [ 0.200032] acpiphp: Slot [7] registered [ 0.201115] acpiphp: Slot [8] registered [ 0.202164] acpiphp: Slot [9] registered [ 0.203227] acpiphp: Slot [10] registered [ 0.204021] acpiphp: Slot [11] registered [ 0.205084] acpiphp: Slot [12] registered [ 0.206154] acpiphp: Slot [13] registered [ 0.207274] acpiphp: Slot [14] registered [ 0.208021] acpiphp: Slot [15] registered [ 0.209093] acpiphp: Slot [16] registered [ 0.210358] acpiphp: Slot [17] registered [ 0.211448] acpiphp: Slot [18] registered [ 0.212029] acpiphp: Slot [19] registered [ 0.213132] acpiphp: Slot [20] registered [ 0.214210] acpiphp: Slot [21] registered [ 0.215287] acpiphp: Slot [22] registered [ 0.216029] acpiphp: Slot [23] registered [ 0.217151] acpiphp: Slot [24] registered [ 0.218236] acpiphp: Slot [25] registered [ 0.219345] acpiphp: Slot [26] registered [ 0.220021] acpiphp: Slot [27] registered [ 0.221112] acpiphp: Slot [28] registered [ 0.222188] acpiphp: Slot [29] registered [ 0.223257] acpiphp: Slot [30] registered [ 0.224032] acpiphp: Slot [31] registered [ 0.225119] PCI host bridge to bus 0000:00 [ 0.226228] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.227571] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.228004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.229485] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.231099] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.232004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.240497] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.242593] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.272052] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.274094] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.276076] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.278440] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.280512] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.282418] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.284252] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.285502] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.288004] vgaarb: loaded [ 0.288843] vgaarb: bridge control possible 0000:00:02.0 [ 0.290592] SCSI subsystem initialized [ 0.291836] ACPI: bus type USB registered [ 0.292064] usbcore: registered new interface driver usbfs [ 0.293451] usbcore: registered new interface driver hub [ 0.294933] usbcore: registered new device driver usb [ 0.296165] PCI: Using ACPI for IRQ routing [ 0.297885] NetLabel: Initializing [ 0.298853] NetLabel: domain hash size = 128 [ 0.300003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.301357] NetLabel: unlabeled traffic allowed by default [ 0.302737] Switched to clocksource kvm-clock [ 0.309464] AppArmor: AppArmor Filesystem Enabled [ 0.310856] pnp: PnP ACPI init [ 0.311810] ACPI: bus type PNP registered [ 0.313484] pnp: PnP ACPI: found 8 devices [ 0.314609] ACPI: bus type PNP unregistered [ 0.322367] NET: Registered protocol family 2 [ 0.324179] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.326311] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.328168] TCP: Hash tables configured (established 16384 bind 16384) [ 0.329921] TCP: reno registered [ 0.330853] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.332449] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.334153] NET: Registered protocol family 1 [ 0.335440] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.336937] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.338446] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.361484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.384255] Trying to unpack rootfs image as initramfs... [ 0.490242] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.492550] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.493975] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.496220] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.499506] Scanning for low memory corruption every 60 seconds [ 0.502365] Initialise system trusted keyring [ 0.504280] audit: initializing netlink socket (disabled) [ 0.506362] type=2000 audit(1535857452.641:1): initialized [ 0.532340] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.534786] zbud: loaded [ 0.535791] VFS: Disk quotas dquot_6.5.2 [ 0.536937] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.539427] fuse init (API version 7.22) [ 0.540851] msgmni has been set to 3997 [ 0.542202] Key type big_key registered [ 0.544111] Key type asymmetric registered [ 0.545998] Asymmetric key parser 'x509' registered [ 0.547251] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.549213] io scheduler noop registered [ 0.550293] io scheduler deadline registered (default) [ 0.551899] io scheduler cfq registered [ 0.553033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.554408] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.556086] ipmi message handler version 39.2 [ 0.557285] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.559197] ACPI: Power Button [PWRF] [ 0.560364] GHES: HEST is not enabled! [ 0.582965] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.627453] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.650175] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.652717] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.677393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.680877] Linux agpgart interface v0.103 [ 0.683255] brd: module loaded [ 0.684832] loop: module loaded [ 0.686298] blk-mq: CPU -> queue map [ 0.687297] CPU 0 -> Queue 0 [ 0.688178] CPU 1 -> Queue 0 [ 0.690133] vda: vda1 [ 0.692744] scsi0 : ata_piix [ 0.693764] scsi1 : ata_piix [ 0.694645] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.696235] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.698140] libphy: Fixed MDIO Bus: probed [ 0.699384] tun: Universal TUN/TAP device driver, 1.6 [ 0.700667] tun: (C) 1999-2004 Max Krasnyansky [ 0.704192] PPP generic driver version 2.4.2 [ 0.705546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.707202] ehci-pci: EHCI PCI platform driver [ 0.708415] ehci-platform: EHCI generic platform driver [ 0.709822] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.711634] ohci-pci: OHCI PCI platform driver [ 0.713081] ohci-platform: OHCI generic platform driver [ 0.714538] uhci_hcd: USB Universal Host Controller Interface driver [ 0.737408] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.738819] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740948] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.742513] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744169] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746289] usb usb1: Product: UHCI Host Controller [ 0.747831] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.749535] usb usb1: SerialNumber: 0000:00:01.2 [ 0.750992] hub 1-0:1.0: USB hub found [ 0.752089] hub 1-0:1.0: 2 ports detected [ 0.753379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.756343] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.757637] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.759095] mousedev: PS/2 mouse device common for all mice [ 0.760781] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.763168] rtc_cmos 00:00: RTC can wake from S4 [ 0.764615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.766178] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.767792] device-mapper: uevent: version 1.0.3 [ 0.769039] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.771191] ledtrig-cpu: registered to indicate activity on CPUs [ 0.772992] TCP: cubic registered [ 0.774026] NET: Registered protocol family 10 [ 0.775705] NET: Registered protocol family 17 [ 0.777439] Key type dns_resolver registered [ 0.779148] Loading compiled-in X.509 certificates [ 0.789216] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.791622] registered taskstats version 1 [ 0.794874] Key type trusted registered [ 0.798819] Key type encrypted registered [ 0.799916] AppArmor: AppArmor sha1 policy hashing enabled [ 0.801294] IMA: No TPM chip found, activating TPM-bypass! [ 0.803236] regulator-dummy: disabling [ 0.804333] Magic number: 2:994:56 [ 0.805350] input mice: hash matches [ 0.806493] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:12 UTC (1535857452) [ 0.808785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.810230] EDD information not available. [ 0.854457] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.856578] Write protecting the kernel read-only data: 12288k [ 0.859570] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.863693] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.877878] systemd-udevd[107]: starting version 204 [ 0.920544] FDC 0 is a S82078B [ 1.064078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.229737] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.231685] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.233635] usb 1-1: Product: QEMU USB Tablet [ 1.234997] usb 1-1: Manufacturer: QEMU [ 1.236191] usb 1-1: SerialNumber: 42 [ 1.933067] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.278564] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.400089] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.516107] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:14 +0000. Up 2.94 seconds. cloud-init-nonet[3.10]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.34]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:16 +0000. Up 4.58 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:d7:29:09 | ci-info: | eth0 | True | 192.168.0.10 | 255.255.255.0 | fa:16:3e:69:3b:06 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 29:9f:91:ea:b9:7b:70:96:b6:b2:2d:3e:42:94:a2:81 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | |. . | |E . o o | | o o . S. | |. . .+=o | | . .=o. | | ..+oo | | oBO. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 13:b4:c0:4e:e6:47:b0:5b:31:92:75:43:99:a8:84:c4 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | o.o++=o+o | | E *=o=o. | | *.o+ | | +o.. | | ..S | | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 49:62:02:66:32:b3:82:1c:b4:bb:28:7c:e6:f8:68:56 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ |=o+ | |oBo. | |+o . o . | |. . o o . | | . S | |o .E | |oo.o | |.o* | |oo.o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 4e:6b:af:c7:ff:af:82:86:41:33:7e:66:c4:9c:d9:d0 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | . | | . E | | o = | | + * . | | oS+ | | oo.+ | | +B . | | ...= . | | .+...ooo.| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:22 +0000. Up 10.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:25 +0000. Up 12.89 seconds. + cat ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 20614 0 --:--:-- --:--:-- --:--:-- 20717 OK + apt-get update Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:7 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:13 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:19 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:22 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Get:25 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Get:26 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Get:27 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2760 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 6 not upgraded. Need to get 88.0 MB of archives. After this operation, 202 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 31%Extracting templates from packages: 63%Extracting templates from packages: 95%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 88.0 MB in 10s (8628 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-180326.111418_amd64.deb ... Unpacking crest (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-180326.111418_amd64.deb ... Unpacking homer (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8335 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ....................................................+++ ......................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up crest (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-180326.111418) ... Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting defusedxml (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: defusedxml 0.5.0 Uninstalling defusedxml-0.5.0: Successfully uninstalled defusedxml-0.5.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Fetched 38.4 MB in 5s (6616 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58170 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 172.30.9.218 ++ echo 172.30.9.218 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.218 + echo 'nameserver 192.168.0.24' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 13:b4:c0:4e:e6:47:b0:5b:31:92:75:43:99:a8:84:c4 root@homer-0 (DSA) ec2: 256 49:62:02:66:32:b3:82:1c:b4:bb:28:7c:e6:f8:68:56 root@homer-0 (ECDSA) ec2: 256 4e:6b:af:c7:ff:af:82:86:41:33:7e:66:c4:9c:d9:d0 root@homer-0 (ED25519) ec2: 2048 29:9f:91:ea:b9:7b:70:96:b6:b2:2d:3e:42:94:a2:81 root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK6YNeyR8gRywFiRDrbGN2pkpoFkkY7LKNemKALGT1Lb3iBmZyMBBtn4cpLYQFVVKIGNjMQjor5UVQh0lYD96JQ= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIObYv5hLERxhgOn0X1W7vVRR0qskQTSHuctGUwdpO1qT root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5gtisNhvG6Fl5xC7pB028U9neqR60LQv96LpXzFtBLIotI74ZkCRrgeQBwAoxjUyWPAtIv2nSOFYlIm21H52RJ9gh1faP9oleFyL9cVnMeQUDGH7k1DFnGGlkxQAOmRGloSAdQVo5nr3z2lGIIPI7Klh45jtn05tOfWEVHd8ab1M2lbuWHSIqplR9BCXSQLThaoU73RxKRv//beN6BjWo8UE+IVgkucXRjD9oYJry+z2vqE6gmkeU1uXAVlQuldpzW80uhrH/Qhg4n0Y5f8p7jk+YoB2+mzODdjGgrrvIieBqTP6jkro5A8pI1ivBqXeKW1YpTeoa5ZnyKrg+aN6B root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:07:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 172.78 seconds 2018-09-02 03:07:20,795 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 03:07:20,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:20,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:21,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb5224d4-f3d8-4cad-a70b-0160356dd141 x-compute-request-id: req-cb5224d4-f3d8-4cad-a70b-0160356dd141 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:21,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cb5224d4-f3d8-4cad-a70b-0160356dd141 2018-09-02 03:07:21,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773893117905s 2018-09-02 03:07:21,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cb5224d4-f3d8-4cad-a70b-0160356dd141 2018-09-02 03:07:21,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:21,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:21,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-960a8166-6b1c-46f2-9435-c4eb8a900279 x-compute-request-id: req-960a8166-6b1c-46f2-9435-c4eb8a900279 Content-Encoding: gzip Content-Length: 20094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008035] Security Framework initialized\n[ 0.009195] AppArmor: AppArmor initialized\n[ 0.010329] Yama: becoming mindful.\n[ 0.012152] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015694] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016874] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022010] Initializing cgroup subsys memory\n[ 0.023196] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025196] Initializing cgroup subsys blkio\n[ 0.026343] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029246] FEATURE SPEC_CTRL Not Present\n[ 0.031042] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034672] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.038369] Speculative Store Bypass: Vulnerable\n[ 0.040325] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046222] ACPI: Core revision 20131115\n[ 0.048103] ACPI: All ACPI Tables successfully acquired\n[ 0.050021] ftrace: allocating 28717 entries in 113 pages\n[ 0.072242] smpboot: Max logical packages: 2\n[ 0.073454] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.078229] Enabling x2apic\n[ 0.079303] Enabled x2apic\n[ 0.080003] Switched APIC routing to physical x2apic.\n[ 0.085089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.087150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.090621] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097988] KVM setup paravirtual spinlock\n[ 0.100818] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.103204] x86: Booting SMP configuration:\n[ 0.104004] .... node #0, CPUs: #1[ 0.100770] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120058] x86: Booted up 1 node, 2 CPUs\n[ 0.120042] KVM setup async PF for cpu 1\n[ 0.120042] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.124006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.126617] devtmpfs: initialized\n[ 0.130030] EVM: security.selinux\n[ 0.131266] EVM: security.SMACK64\n[ 0.132004] EVM: security.ima\n[ 0.133109] EVM: security.capability\n[ 0.134436] pinctrl core: initialized pinctrl subsystem\n[ 0.136062] regulator-dummy: no parameters\n[ 0.137518] RTC time: 3:04:02, date: 09/02/18\n[ 0.138794] NET: Registered protocol family 16\n[ 0.140080] cpuidle: using governor ladder\n[ 0.141191] cpuidle: using governor menu\n[ 0.142396] ACPI: bus type PCI registered\n[ 0.143484] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.144117] PCI: Using configuration type 1 for base access\n[ 0.146468] bio: create slab at 0\n[ 0.148063] ACPI: Added _OSI(Module Device)\n[ 0.149428] ACPI: Added _OSI(Processor Device)\n[ 0.150826] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.152003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.155283] ACPI: Interpreter enabled\n[ 0.156006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.159026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.161936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.164860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.167853] ACPI: (supports S0 S5)\n[ 0.168003] ACPI: Using IOAPIC for interrupt routing\n[ 0.169585] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172189] ACPI: No dock devices found.\n[ 0.175456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.176007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.178045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.180000] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180229] acpiphp: Slot [3] registered\n[ 0.181532] acpiphp: Slot [4] registered\n[ 0.182823] acpiphp: Slot [5] registered\n[ 0.184021] acpiphp: Slot [6] registered\n[ 0.185283] acpiphp: Slot [7] registered\n[ 0.186584] acpiphp: Slot [8] registered\n[ 0.187907] acpiphp: Slot [9] registered\n[ 0.188029] acpiphp: Slot [10] registered\n[ 0.189338] acpiphp: Slot [11] registered\n[ 0.190895] acpiphp: Slot [12] registered\n[ 0.192021] acpiphp: Slot [13] registered\n[ 0.193327] acpiphp: Slot [14] registered\n[ 0.194640] acpiphp: Slot [15] registered\n[ 0.195965] acpiphp: Slot [16] registered\n[ 0.196028] acpiphp: Slot [17] registered\n[ 0.197347] acpiphp: Slot [18] registered\n[ 0.198638] acpiphp: Slot [19] registered\n[ 0.199969] acpiphp: Slot [20] registered\n[ 0.200020] acpiphp: Slot [21] registered\n[ 0.201326] acpiphp: Slot [22] registered\n[ 0.202616] acpiphp: Slot [23] registered\n[ 0.203941] acpiphp: Slot [24] registered\n[ 0.204021] acpiphp: Slot [25] registered\n[ 0.205318] acpiphp: Slot [26] registered\n[ 0.206624] acpiphp: Slot [27] registered\n[ 0.207924] acpiphp: Slot [28] registered\n[ 0.208020] acpiphp: Slot [29] registered\n[ 0.209362] acpiphp: Slot [30] registered\n[ 0.210649] acpiphp: Slot [31] registered\n[ 0.211987] PCI host bridge to bus 0000:00\n[ 0.212004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.213640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.215476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.217981] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.219991] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.227055] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.257193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.259639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.261083] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.263440] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.265014] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.267094] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.268269] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.269846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.272004] vgaarb: loaded\n[ 0.273017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.274968] SCSI subsystem initialized\n[ 0.276178] ACPI: bus type USB registered\n[ 0.277472] usbcore: registered new interface driver usbfs\n[ 0.279247] usbcore: registered new interface driver hub\n[ 0.280053] usbcore: registered new device driver usb\n[ 0.281769] PCI: Using ACPI for IRQ routing\n[ 0.281827] NetLabel: Initializing\n[ 0.284008] NetLabel: domain hash size = 128\n[ 0.285477] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.287137] NetLabel: unlabeled traffic allowed by default\n[ 0.288183] Switched to clocksource kvm-clock\n[ 0.296903] AppArmor: AppArmor Filesystem Enabled\n[ 0.298475] pnp: PnP ACPI init\n[ 0.299609] ACPI: bus type PNP registered\n[ 0.301450] pnp: PnP ACPI: found 8 devices\n[ 0.302797] ACPI: bus type PNP unregistered\n[ 0.310486] NET: Registered protocol family 2\n[ 0.312181] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.314647] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.316903] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.319062] TCP: reno registered\n[ 0.320195] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.322054] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.324089] NET: Registered protocol family 1\n[ 0.325541] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.327347] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.329149] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.351684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.374814] Trying to unpack rootfs image as initramfs...\n[ 0.476617] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.479286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.481071] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.482701] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.485000] Scanning for low memory corruption every 60 seconds\n[ 0.486900] Initialise system trusted keyring\n[ 0.488133] audit: initializing netlink socket (disabled)\n[ 0.489539] type=2000 audit(1535857443.108:1): initialized\n[ 0.510023] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512478] zbud: loaded\n[ 0.513488] VFS: Disk quotas dquot_6.5.2\n[ 0.514614] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516596] fuse init (API version 7.22)\n[ 0.517748] msgmni has been set to 3997\n[ 0.518880] Key type big_key registered\n[ 0.520347] Key type asymmetric registered\n[ 0.521476] Asymmetric key parser 'x509' registered\n[ 0.522771] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.524801] io scheduler noop registered\n[ 0.525895] io scheduler deadline registered (default)\n[ 0.527230] io scheduler cfq registered\n[ 0.528372] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531618] ipmi message handler version 39.2\n[ 0.532854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534850] ACPI: Power Button [PWRF]\n[ 0.535991] GHES: HEST is not enabled!\n[ 0.558178] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602389] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.625342] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.627472] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.651142] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.654202] Linux agpgart interface v0.103\n[ 0.656387] brd: module loaded\n[ 0.657786] loop: module loaded\n[ 0.659087] blk-mq: CPU -> queue map\n[ 0.660107] CPU 0 -> Queue 0\n[ 0.661011] CPU 1 -> Queue 0\n[ 0.662746] vda: vda1\n[ 0.664219] scsi0 : ata_piix\n[ 0.665203] scsi1 : ata_piix\n[ 0.666080] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.667684] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.669501] libphy: Fixed MDIO Bus: probed\n[ 0.670696] tun: Universal TUN/TAP device driver, 1.6\n[ 0.671997] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.675083] PPP generic driver version 2.4.2\n[ 0.676272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.677872] ehci-pci: EHCI PCI platform driver\n[ 0.679015] ehci-platform: EHCI generic platform driver\n[ 0.680322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.681811] ohci-pci: OHCI PCI platform driver\n[ 0.682967] ohci-platform: OHCI generic platform driver\n[ 0.684313] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706616] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707955] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.709953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.711463] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.715001] usb usb1: Product: UHCI Host Controller\n[ 0.716240] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.717776] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.719047] hub 1-0:1.0: USB hub found\n[ 0.720119] hub 1-0:1.0: 2 ports detected\n[ 0.721331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.724097] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.725359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.726768] mousedev: PS/2 mouse device common for all mice\n[ 0.728451] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.730875] rtc_cmos 00:00: RTC can wake from S4\n[ 0.732406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.733958] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.735570] device-mapper: uevent: version 1.0.3\n[ 0.736842] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.739023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.740608] TCP: cubic registered\n[ 0.741638] NET: Registered protocol family 10\n[ 0.743072] NET: Registered protocol family 17\n[ 0.744277] Key type dns_resolver registered\n[ 0.745645] Loading compiled-in X.509 certificates\n[ 0.747404] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.756845] registered taskstats version 1\n[ 0.759810] Key type trusted registered\n[ 0.763537] Key type encrypted registered\n[ 0.764632] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.766007] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.767930] regulator-dummy: disabling\n[ 0.769034] Magic number: 2:994:56\n[ 0.770043] input mice: hash matches\n[ 0.771148] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:03 UTC (1535857443)\n[ 0.773312] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774785] EDD information not available.\n[ 0.825385] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.827470] Write protecting the kernel read-only data: 12288k\n[ 0.829519] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.832817] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.846408] systemd-udevd[107]: starting version 204\n[ 0.886212] FDC 0 is a S82078B\n[ 1.032031] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.197425] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.199272] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.201049] usb 1-1: Product: QEMU USB Tablet\n[ 1.202248] usb 1-1: Manufacturer: QEMU\n[ 1.203324] usb 1-1: SerialNumber: 42\n[ 1.901706] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.238808] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.048030] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.355636] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:06 +0000. Up 3.70 seconds.\ncloud-init-nonet[3.87]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.92]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:07 +0000. Up 5.14 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:3f:ee:15 |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:19:a8:c3 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n6e:c4:57:d7:4e:c9:9d:57:e7:27:c2:05:75:1f:46:d4 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o===|\n| . .o+E|\n| + o+O|\n| . . o +o|\n| S . .|\n| o . |\n| o |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nfc:06:75:f9:e1:35:12:2e:a2:d4:5e:97:29:59:ce:de root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| o |\n| . *.+ |\n| . o.=oO...|\n| ..o.o.=ooo.|\n| .S. .oE |\n| o |\n| o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n30:44:b6:7c:f9:b4:a7:93:0a:c4:89:c9:ed:6f:df:93 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .+ |\n| + . . |\n| = o . |\n| . = = o . |\n| + = S o . |\n| o + |\n| o + . |\n| o.. oE |\n| .o.. .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n92:c4:af:66:89:fc:f4:a7:80:60:62:0a:da:84:39:42 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . |\n| E o |\n|.o . o |\n|B.+ o S |\n|** o o + |\n|o . + B |\n| = o . |\n| . oo |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:14 +0000. Up 11.93 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:15 +0000. Up 13.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16351 0 --:--:-- --:--:-- --:--:-- 16401\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:23 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 6s (1999 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet: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]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet: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]\nGet: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]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 16s (3368 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-base (1.0-180328.134516) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-scscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-icscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-bgcf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-180328.134516) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-180328.134516_amd64.deb ...\nUnpacking sprout (1.0-180328.134516) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8261\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8359\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8367\nclearwater-socket-factory-sig start/running, process 8373\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.......................................................+++\n....................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-base (1.0-180328.134516) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-180328.134516) ...\nSetting up sprout-mmtel-as (1.0-180328.134516) ...\nSetting up sprout-scscf (1.0-180328.134516) ...\nSetting up sprout-icscf (1.0-180328.134516) ...\nSetting up sprout (1.0-180328.134516) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (14.7 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57911 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 192.168.1.5\n++ echo 192.168.1.5\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.5\n++ ip2rr 192.168.1.5\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.5\n++ echo A 192.168.1.5\n++ ip2rr 192.168.1.5\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.5\n++ echo A 192.168.1.5\n++ ip2rr 192.168.1.5\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.5\n++ echo A 192.168.1.5\n+ echo 'nameserver 192.168.0.24'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 fc:06:75:f9:e1:35:12:2e:a2:d4:5e:97:29:59:ce:de root@sprout-0 (DSA)\nec2: 256 30:44:b6:7c:f9:b4:a7:93:0a:c4:89:c9:ed:6f:df:93 root@sprout-0 (ECDSA)\nec2: 256 92:c4:af:66:89:fc:f4:a7:80:60:62:0a:da:84:39:42 root@sprout-0 (ED25519)\nec2: 2048 6e:c4:57:d7:4e:c9:9d:57:e7:27:c2:05:75:1f:46:d4 root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA9/sfQt9G4+CaEcc8sGhXIztNW8TvyW1nszEsNp78rVrleqQAXHpSDJr2Bl+UrEuqGPCeA7rZPOoEWmejQpVws= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDsgpq/gk7goId380MWwVp2cg42C8gf18xrmn2kVRVg2 root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZXv916SlRzFH39PzTeirwyO7wjJwFucaV3vYahFBRf+UFJAZfzkDViBkGGwRTVUoxdZefAeMz28Uc2T5vudW/FExIwvFDsD1hup8mZp12YLqW8kD/2OEHLr9co2Uu9NW0TQLBAUP9DYJntnAG+uzricte4/DVnwK//dF0soDJj/bYf94KkN3+WH8xZkin3QQakj97ZpVC1qU2sBHiNNDBVhvb46NTwUkDTmrXw8DZo8VsymYMFbjSyyY9BaRj8zrk9M5nr4NmFE92CBjPGjPnqwoyKHsPZPSoz9rEIdrXde/LJ2FnBeF8PKAsWMOvAOQTvfV8e6JvpYKQtVH49DWb root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:06:47 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 164.35 seconds\n"} 2018-09-02 03:07:21,655 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb/action used request id req-960a8166-6b1c-46f2-9435-c4eb8a900279 2018-09-02 03:07:21,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0773930549622s 2018-09-02 03:07:21,658 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb/action used request id req-960a8166-6b1c-46f2-9435-c4eb8a900279 2018-09-02 03:07:21,658 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008035] Security Framework initialized [ 0.009195] AppArmor: AppArmor initialized [ 0.010329] Yama: becoming mindful. [ 0.012152] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015694] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016874] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022010] Initializing cgroup subsys memory [ 0.023196] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025196] Initializing cgroup subsys blkio [ 0.026343] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029246] FEATURE SPEC_CTRL Not Present [ 0.031042] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034672] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.038369] Speculative Store Bypass: Vulnerable [ 0.040325] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046222] ACPI: Core revision 20131115 [ 0.048103] ACPI: All ACPI Tables successfully acquired [ 0.050021] ftrace: allocating 28717 entries in 113 pages [ 0.072242] smpboot: Max logical packages: 2 [ 0.073454] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.078229] Enabling x2apic [ 0.079303] Enabled x2apic [ 0.080003] Switched APIC routing to physical x2apic. [ 0.085089] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.087150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.090621] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097988] KVM setup paravirtual spinlock [ 0.100818] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.103204] x86: Booting SMP configuration: [ 0.104004] .... node #0, CPUs: #1[ 0.100770] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120058] x86: Booted up 1 node, 2 CPUs [ 0.120042] KVM setup async PF for cpu 1 [ 0.120042] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.124006] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.126617] devtmpfs: initialized [ 0.130030] EVM: security.selinux [ 0.131266] EVM: security.SMACK64 [ 0.132004] EVM: security.ima [ 0.133109] EVM: security.capability [ 0.134436] pinctrl core: initialized pinctrl subsystem [ 0.136062] regulator-dummy: no parameters [ 0.137518] RTC time: 3:04:02, date: 09/02/18 [ 0.138794] NET: Registered protocol family 16 [ 0.140080] cpuidle: using governor ladder [ 0.141191] cpuidle: using governor menu [ 0.142396] ACPI: bus type PCI registered [ 0.143484] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.144117] PCI: Using configuration type 1 for base access [ 0.146468] bio: create slab at 0 [ 0.148063] ACPI: Added _OSI(Module Device) [ 0.149428] ACPI: Added _OSI(Processor Device) [ 0.150826] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.152003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.155283] ACPI: Interpreter enabled [ 0.156006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.159026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.161936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.164860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.167853] ACPI: (supports S0 S5) [ 0.168003] ACPI: Using IOAPIC for interrupt routing [ 0.169585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172189] ACPI: No dock devices found. [ 0.175456] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.178045] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.180000] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180229] acpiphp: Slot [3] registered [ 0.181532] acpiphp: Slot [4] registered [ 0.182823] acpiphp: Slot [5] registered [ 0.184021] acpiphp: Slot [6] registered [ 0.185283] acpiphp: Slot [7] registered [ 0.186584] acpiphp: Slot [8] registered [ 0.187907] acpiphp: Slot [9] registered [ 0.188029] acpiphp: Slot [10] registered [ 0.189338] acpiphp: Slot [11] registered [ 0.190895] acpiphp: Slot [12] registered [ 0.192021] acpiphp: Slot [13] registered [ 0.193327] acpiphp: Slot [14] registered [ 0.194640] acpiphp: Slot [15] registered [ 0.195965] acpiphp: Slot [16] registered [ 0.196028] acpiphp: Slot [17] registered [ 0.197347] acpiphp: Slot [18] registered [ 0.198638] acpiphp: Slot [19] registered [ 0.199969] acpiphp: Slot [20] registered [ 0.200020] acpiphp: Slot [21] registered [ 0.201326] acpiphp: Slot [22] registered [ 0.202616] acpiphp: Slot [23] registered [ 0.203941] acpiphp: Slot [24] registered [ 0.204021] acpiphp: Slot [25] registered [ 0.205318] acpiphp: Slot [26] registered [ 0.206624] acpiphp: Slot [27] registered [ 0.207924] acpiphp: Slot [28] registered [ 0.208020] acpiphp: Slot [29] registered [ 0.209362] acpiphp: Slot [30] registered [ 0.210649] acpiphp: Slot [31] registered [ 0.211987] PCI host bridge to bus 0000:00 [ 0.212004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.213640] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.215476] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.217981] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.219991] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227055] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.257193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.259639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.261083] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.263440] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.265014] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.267094] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.268269] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.269846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.272004] vgaarb: loaded [ 0.273017] vgaarb: bridge control possible 0000:00:02.0 [ 0.274968] SCSI subsystem initialized [ 0.276178] ACPI: bus type USB registered [ 0.277472] usbcore: registered new interface driver usbfs [ 0.279247] usbcore: registered new interface driver hub [ 0.280053] usbcore: registered new device driver usb [ 0.281769] PCI: Using ACPI for IRQ routing [ 0.281827] NetLabel: Initializing [ 0.284008] NetLabel: domain hash size = 128 [ 0.285477] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.287137] NetLabel: unlabeled traffic allowed by default [ 0.288183] Switched to clocksource kvm-clock [ 0.296903] AppArmor: AppArmor Filesystem Enabled [ 0.298475] pnp: PnP ACPI init [ 0.299609] ACPI: bus type PNP registered [ 0.301450] pnp: PnP ACPI: found 8 devices [ 0.302797] ACPI: bus type PNP unregistered [ 0.310486] NET: Registered protocol family 2 [ 0.312181] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.314647] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.316903] TCP: Hash tables configured (established 16384 bind 16384) [ 0.319062] TCP: reno registered [ 0.320195] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.322054] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.324089] NET: Registered protocol family 1 [ 0.325541] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.327347] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.329149] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.351684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.374814] Trying to unpack rootfs image as initramfs... [ 0.476617] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.479286] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.481071] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.482701] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.485000] Scanning for low memory corruption every 60 seconds [ 0.486900] Initialise system trusted keyring [ 0.488133] audit: initializing netlink socket (disabled) [ 0.489539] type=2000 audit(1535857443.108:1): initialized [ 0.510023] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512478] zbud: loaded [ 0.513488] VFS: Disk quotas dquot_6.5.2 [ 0.514614] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.516596] fuse init (API version 7.22) [ 0.517748] msgmni has been set to 3997 [ 0.518880] Key type big_key registered [ 0.520347] Key type asymmetric registered [ 0.521476] Asymmetric key parser 'x509' registered [ 0.522771] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.524801] io scheduler noop registered [ 0.525895] io scheduler deadline registered (default) [ 0.527230] io scheduler cfq registered [ 0.528372] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.529795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531618] ipmi message handler version 39.2 [ 0.532854] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.534850] ACPI: Power Button [PWRF] [ 0.535991] GHES: HEST is not enabled! [ 0.558178] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.602389] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.625342] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.627472] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.651142] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.654202] Linux agpgart interface v0.103 [ 0.656387] brd: module loaded [ 0.657786] loop: module loaded [ 0.659087] blk-mq: CPU -> queue map [ 0.660107] CPU 0 -> Queue 0 [ 0.661011] CPU 1 -> Queue 0 [ 0.662746] vda: vda1 [ 0.664219] scsi0 : ata_piix [ 0.665203] scsi1 : ata_piix [ 0.666080] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.667684] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.669501] libphy: Fixed MDIO Bus: probed [ 0.670696] tun: Universal TUN/TAP device driver, 1.6 [ 0.671997] tun: (C) 1999-2004 Max Krasnyansky [ 0.675083] PPP generic driver version 2.4.2 [ 0.676272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.677872] ehci-pci: EHCI PCI platform driver [ 0.679015] ehci-platform: EHCI generic platform driver [ 0.680322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.681811] ohci-pci: OHCI PCI platform driver [ 0.682967] ohci-platform: OHCI generic platform driver [ 0.684313] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706616] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707955] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.709953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.711463] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.715001] usb usb1: Product: UHCI Host Controller [ 0.716240] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.717776] usb usb1: SerialNumber: 0000:00:01.2 [ 0.719047] hub 1-0:1.0: USB hub found [ 0.720119] hub 1-0:1.0: 2 ports detected [ 0.721331] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724097] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725359] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726768] mousedev: PS/2 mouse device common for all mice [ 0.728451] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.730875] rtc_cmos 00:00: RTC can wake from S4 [ 0.732406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.733958] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.735570] device-mapper: uevent: version 1.0.3 [ 0.736842] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.739023] ledtrig-cpu: registered to indicate activity on CPUs [ 0.740608] TCP: cubic registered [ 0.741638] NET: Registered protocol family 10 [ 0.743072] NET: Registered protocol family 17 [ 0.744277] Key type dns_resolver registered [ 0.745645] Loading compiled-in X.509 certificates [ 0.747404] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.756845] registered taskstats version 1 [ 0.759810] Key type trusted registered [ 0.763537] Key type encrypted registered [ 0.764632] AppArmor: AppArmor sha1 policy hashing enabled [ 0.766007] IMA: No TPM chip found, activating TPM-bypass! [ 0.767930] regulator-dummy: disabling [ 0.769034] Magic number: 2:994:56 [ 0.770043] input mice: hash matches [ 0.771148] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:03 UTC (1535857443) [ 0.773312] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.774785] EDD information not available. [ 0.825385] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.827470] Write protecting the kernel read-only data: 12288k [ 0.829519] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.832817] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.846408] systemd-udevd[107]: starting version 204 [ 0.886212] FDC 0 is a S82078B [ 1.032031] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.197425] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.199272] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.201049] usb 1-1: Product: QEMU USB Tablet [ 1.202248] usb 1-1: Manufacturer: QEMU [ 1.203324] usb 1-1: SerialNumber: 42 [ 1.901706] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.238808] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.048030] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.355636] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:06 +0000. Up 3.70 seconds. cloud-init-nonet[3.87]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.92]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:07 +0000. Up 5.14 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:3f:ee:15 | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:19:a8:c3 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 6e:c4:57:d7:4e:c9:9d:57:e7:27:c2:05:75:1f:46:d4 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | .o===| | . .o+E| | + o+O| | . . o +o| | S . .| | o . | | o | | . | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: fc:06:75:f9:e1:35:12:2e:a2:d4:5e:97:29:59:ce:de root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | o | | . *.+ | | . o.=oO...| | ..o.o.=ooo.| | .S. .oE | | o | | o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 30:44:b6:7c:f9:b4:a7:93:0a:c4:89:c9:ed:6f:df:93 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | .+ | | + . . | | = o . | | . = = o . | | + = S o . | | o + | | o + . | | o.. oE | | .o.. .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 92:c4:af:66:89:fc:f4:a7:80:60:62:0a:da:84:39:42 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | . | | E o | |.o . o | |B.+ o S | |** o o + | |o . + B | | = o . | | . oo | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:14 +0000. Up 11.93 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:15 +0000. Up 13.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 16351 0 --:--:-- --:--:-- --:--:-- 16401 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:23 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 6s (1999 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 6 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] 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] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] 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] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 16s (3368 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ... Unpacking sprout-base (1.0-180328.134516) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-scscf (1.0-180328.134516) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-icscf (1.0-180328.134516) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ... Unpacking sprout-bgcf (1.0-180328.134516) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ... Unpacking sprout-mmtel-as (1.0-180328.134516) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-180328.134516_amd64.deb ... Unpacking sprout (1.0-180328.134516) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8261 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8359 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8367 clearwater-socket-factory-sig start/running, process 8373 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .......................................................+++ ....................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-base (1.0-180328.134516) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-180328.134516) ... Setting up sprout-mmtel-as (1.0-180328.134516) ... Setting up sprout-scscf (1.0-180328.134516) ... Setting up sprout-icscf (1.0-180328.134516) ... Setting up sprout (1.0-180328.134516) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (14.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57911 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 192.168.1.5 ++ echo 192.168.1.5 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.5 ++ ip2rr 192.168.1.5 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.5 ++ echo A 192.168.1.5 ++ ip2rr 192.168.1.5 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.5 ++ echo A 192.168.1.5 ++ ip2rr 192.168.1.5 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.5 ++ echo A 192.168.1.5 + echo 'nameserver 192.168.0.24' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 fc:06:75:f9:e1:35:12:2e:a2:d4:5e:97:29:59:ce:de root@sprout-0 (DSA) ec2: 256 30:44:b6:7c:f9:b4:a7:93:0a:c4:89:c9:ed:6f:df:93 root@sprout-0 (ECDSA) ec2: 256 92:c4:af:66:89:fc:f4:a7:80:60:62:0a:da:84:39:42 root@sprout-0 (ED25519) ec2: 2048 6e:c4:57:d7:4e:c9:9d:57:e7:27:c2:05:75:1f:46:d4 root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA9/sfQt9G4+CaEcc8sGhXIztNW8TvyW1nszEsNp78rVrleqQAXHpSDJr2Bl+UrEuqGPCeA7rZPOoEWmejQpVws= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDsgpq/gk7goId380MWwVp2cg42C8gf18xrmn2kVRVg2 root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZXv916SlRzFH39PzTeirwyO7wjJwFucaV3vYahFBRf+UFJAZfzkDViBkGGwRTVUoxdZefAeMz28Uc2T5vudW/FExIwvFDsD1hup8mZp12YLqW8kD/2OEHLr9co2Uu9NW0TQLBAUP9DYJntnAG+uzricte4/DVnwK//dF0soDJj/bYf94KkN3+WH8xZkin3QQakj97ZpVC1qU2sBHiNNDBVhvb46NTwUkDTmrXw8DZo8VsymYMFbjSyyY9BaRj8zrk9M5nr4NmFE92CBjPGjPnqwoyKHsPZPSoz9rEIdrXde/LJ2FnBeF8PKAsWMOvAOQTvfV8e6JvpYKQtVH49DWb root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:06:47 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 164.35 seconds 2018-09-02 03:07:21,662 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 03:07:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:21,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:21,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c66fe73-67c5-45d9-8707-d5a9b7f8d585 x-compute-request-id: req-5c66fe73-67c5-45d9-8707-d5a9b7f8d585 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:21,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5c66fe73-67c5-45d9-8707-d5a9b7f8d585 2018-09-02 03:07:21,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.287435770035s 2018-09-02 03:07:21,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5c66fe73-67c5-45d9-8707-d5a9b7f8d585 2018-09-02 03:07:21,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:21,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:22,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82c26d17-0032-42ee-8b36-4425d5d05406 x-compute-request-id: req-82c26d17-0032-42ee-8b36-4425d5d05406 Content-Encoding: gzip Content-Length: 21298 Content-Type: application/json RESP BODY: {"output": "ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008012] pid_max: default: 32768 minimum: 301\n[ 0.009788] Security Framework initialized\n[ 0.012092] AppArmor: AppArmor initialized\n[ 0.013665] Yama: becoming mindful.\n[ 0.015264] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017813] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020885] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028460] Initializing cgroup subsys memory\n[ 0.030136] Initializing cgroup subsys devices\n[ 0.031801] Initializing cgroup subsys freezer\n[ 0.032014] Initializing cgroup subsys blkio\n[ 0.033636] Initializing cgroup subsys perf_event\n[ 0.036012] Initializing cgroup subsys hugetlb\n[ 0.037772] FEATURE SPEC_CTRL Not Present\n[ 0.040720] mce: CPU supports 10 MCE banks\n[ 0.042331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.048003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.050841] Speculative Store Bypass: Vulnerable\n[ 0.052523] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060577] ACPI: Core revision 20131115\n[ 0.062625] ACPI: All ACPI Tables successfully acquired\n[ 0.064406] ftrace: allocating 28717 entries in 113 pages\n[ 0.088138] smpboot: Max logical packages: 2\n[ 0.089762] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.092004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.094586] Enabling x2apic\n[ 0.095756] Enabled x2apic\n[ 0.096011] Switched APIC routing to physical x2apic.\n[ 0.100472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.102687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.115222] KVM setup paravirtual spinlock\n[ 0.118052] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121885] .... node #0, CPUs: #1[ 0.117998] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.136036] x86: Booted up 1 node, 2 CPUs\n[ 0.136037] KVM setup async PF for cpu 1\n[ 0.136041] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.140015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.142389] devtmpfs: initialized\n[ 0.145825] EVM: security.selinux\n[ 0.146857] EVM: security.SMACK64\n[ 0.147873] EVM: security.ima\n[ 0.148003] EVM: security.capability\n[ 0.149121] pinctrl core: initialized pinctrl subsystem\n[ 0.150663] regulator-dummy: no parameters\n[ 0.152089] RTC time: 3:04:07, date: 09/02/18\n[ 0.153413] NET: Registered protocol family 16\n[ 0.154991] cpuidle: using governor ladder\n[ 0.156004] cpuidle: using governor menu\n[ 0.157233] ACPI: bus type PCI registered\n[ 0.158386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.160193] PCI: Using configuration type 1 for base access\n[ 0.163549] bio: create slab at 0\n[ 0.164109] ACPI: Added _OSI(Module Device)\n[ 0.165969] ACPI: Added _OSI(Processor Device)\n[ 0.168005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.170019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.173970] ACPI: Interpreter enabled\n[ 0.175737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.178757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.181730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.184004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.186632] ACPI: (supports S0 S5)\n[ 0.188003] ACPI: Using IOAPIC for interrupt routing\n[ 0.189381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.192014] ACPI: No dock devices found.\n[ 0.195141] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.196007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.197772] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.199990] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.200211] acpiphp: Slot [3] registered\n[ 0.201371] acpiphp: Slot [4] registered\n[ 0.202510] acpiphp: Slot [5] registered\n[ 0.203656] acpiphp: Slot [6] registered\n[ 0.204024] acpiphp: Slot [7] registered\n[ 0.205174] acpiphp: Slot [8] registered\n[ 0.206317] acpiphp: Slot [9] registered\n[ 0.207467] acpiphp: Slot [10] registered\n[ 0.208021] acpiphp: Slot [11] registered\n[ 0.209192] acpiphp: Slot [12] registered\n[ 0.210355] acpiphp: Slot [13] registered\n[ 0.211750] acpiphp: Slot [14] registered\n[ 0.212021] acpiphp: Slot [15] registered\n[ 0.213194] acpiphp: Slot [16] registered\n[ 0.214343] acpiphp: Slot [17] registered\n[ 0.215491] acpiphp: Slot [18] registered\n[ 0.216029] acpiphp: Slot [19] registered\n[ 0.217190] acpiphp: Slot [20] registered\n[ 0.218342] acpiphp: Slot [21] registered\n[ 0.219499] acpiphp: Slot [22] registered\n[ 0.220021] acpiphp: Slot [23] registered\n[ 0.221187] acpiphp: Slot [24] registered\n[ 0.222459] acpiphp: Slot [25] registered\n[ 0.223691] acpiphp: Slot [26] registered\n[ 0.224022] acpiphp: Slot [27] registered\n[ 0.225175] acpiphp: Slot [28] registered\n[ 0.226317] acpiphp: Slot [29] registered\n[ 0.227461] acpiphp: Slot [30] registered\n[ 0.228033] acpiphp: Slot [31] registered\n[ 0.229310] PCI host bridge to bus 0000:00\n[ 0.230471] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.231910] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.232005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.233623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.235353] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.243732] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.244015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.272150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.274265] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.276084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.278115] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.280050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.281903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.283719] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.283719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284875] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286569] SCSI subsystem initialized\n[ 0.287839] ACPI: bus type USB registered\n[ 0.288033] usbcore: registered new interface driver usbfs\n[ 0.289506] usbcore: registered new interface driver hub\n[ 0.290972] usbcore: registered new device driver usb\n[ 0.292113] PCI: Using ACPI for IRQ routing\n[ 0.293967] NetLabel: Initializing\n[ 0.295005] NetLabel: domain hash size = 128\n[ 0.296003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.297418] NetLabel: unlabeled traffic allowed by default\n[ 0.298921] Switched to clocksource kvm-clock\n[ 0.304862] AppArmor: AppArmor Filesystem Enabled\n[ 0.306244] pnp: PnP ACPI init\n[ 0.307212] ACPI: bus type PNP registered\n[ 0.308879] pnp: PnP ACPI: found 8 devices\n[ 0.310049] ACPI: bus type PNP unregistered\n[ 0.340564] NET: Registered protocol family 2\n[ 0.342163] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.344318] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.346194] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.347928] TCP: reno registered\n[ 0.348889] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.350473] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.352211] NET: Registered protocol family 1\n[ 0.353451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.354940] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.356463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.401876] Trying to unpack rootfs image as initramfs...\n[ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512249] Scanning for low memory corruption every 60 seconds\n[ 0.514609] Initialise system trusted keyring\n[ 0.516186] audit: initializing netlink socket (disabled)\n[ 0.517955] type=2000 audit(1535857447.476:1): initialized\n[ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541828] zbud: loaded\n[ 0.543049] VFS: Disk quotas dquot_6.5.2\n[ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546852] fuse init (API version 7.22)\n[ 0.548281] msgmni has been set to 3997\n[ 0.549665] Key type big_key registered\n[ 0.551441] Key type asymmetric registered\n[ 0.552871] Asymmetric key parser 'x509' registered\n[ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.557086] io scheduler noop registered\n[ 0.558441] io scheduler deadline registered (default)\n[ 0.560147] io scheduler cfq registered\n[ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565472] ipmi message handler version 39.2\n[ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569316] ACPI: Power Button [PWRF]\n[ 0.570437] GHES: HEST is not enabled!\n[ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.688646] Linux agpgart interface v0.103\n[ 0.690762] brd: module loaded\n[ 0.692159] loop: module loaded\n[ 0.693470] blk-mq: CPU -> queue map\n[ 0.694497] CPU 0 -> Queue 0\n[ 0.695405] CPU 1 -> Queue 0\n[ 0.697143] vda: vda1\n[ 0.698892] scsi0 : ata_piix\n[ 0.700225] scsi1 : ata_piix\n[ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.706257] libphy: Fixed MDIO Bus: probed\n[ 0.707871] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709747] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713803] PPP generic driver version 2.4.2\n[ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717752] ehci-pci: EHCI PCI platform driver\n[ 0.719389] ehci-platform: EHCI generic platform driver\n[ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.723433] ohci-pci: OHCI PCI platform driver\n[ 0.725070] ohci-platform: OHCI generic platform driver\n[ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.761858] usb usb1: Product: UHCI Host Controller\n[ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.765865] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767688] hub 1-0:1.0: USB hub found\n[ 0.769174] hub 1-0:1.0: 2 ports detected\n[ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778355] mousedev: PS/2 mouse device common for all mice\n[ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790707] device-mapper: uevent: version 1.0.3\n[ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797779] TCP: cubic registered\n[ 0.799115] NET: Registered protocol family 10\n[ 0.801007] NET: Registered protocol family 17\n[ 0.802614] Key type dns_resolver registered\n[ 0.804370] Loading compiled-in X.509 certificates\n[ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.816917] registered taskstats version 1\n[ 0.820468] Key type trusted registered\n[ 0.825049] Key type encrypted registered\n[ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828584] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.831138] regulator-dummy: disabling\n[ 0.832682] Magic number: 2:994:56\n[ 0.834098] input mice: hash matches\n[ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447)\n[ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.840939] EDD information not available.\n[ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.863629] Write protecting the kernel read-only data: 12288k\n[ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.882549] systemd-udevd[107]: starting version 204\n[ 0.916701] FDC 0 is a S82078B\n[ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.249807] usb 1-1: Product: QEMU USB Tablet\n[ 1.251194] usb 1-1: Manufacturer: QEMU\n[ 1.252445] usb 1-1: SerialNumber: 42\n[ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.648865] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.32]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.26]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ncb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . . |\n| + = . |\n| o * . . |\n| = . . |\n| E S |\n| o * + |\n| o =.. |\n| .o.o |\n| .oo o. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|OB=o .. |\n|=+ ooo |\n|o o o.... |\n|.o . ...E. |\n|o o . S |\n| . o |\n| o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +.. o.E |\n|.+ = B + . |\n|+.+ * o o |\n|+o o o |\n|+ . S . |\n|.. . |\n|. |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o=o. |\n| o o o. |\n| o = . E|\n| . + . .|\n| S o .|\n| * . . . |\n| = * . . |\n| . o = . |\n| . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds.\n * Stopping save kernel messages[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 7s (1667 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java\nSuggested packages:\n astaire-dbg binutils-doc cassandra-tools clearwater-auto-config\n clearwater-auto-upgrade clearwater-secure-connections exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common\n liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader\n libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc\n icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra\n fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei\n fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc\n python3-setuptools isag\nRecommended packages:\n libc-dbg python-dev-all\nThe following NEW packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java vellum\n0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 170 MB of archives.\nAfter this operation, 407 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB]\nGet:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nGet:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB]\nExtracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 170 MB in 30s (5665 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libnss3-nssdb.\nPreparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ...\nUnpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package libnss3:amd64.\nPreparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ...\nUnpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package ca-certificates-java.\nPreparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ...\nUnpacking ca-certificates-java (20130815ubuntu1) ...\nSelecting previously unselected package tzdata-java.\nPreparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata-java (2017c-0ubuntu0.14.04) ...\nSelecting previously unselected package java-common.\nPreparing to unpack .../java-common_0.51_all.deb ...\nUnpacking java-common (0.51) ...\nSelecting previously unselected package libavahi-common-data:amd64.\nPreparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-common3:amd64.\nPreparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-client3:amd64.\nPreparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libcups2:amd64.\nPreparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ...\nUnpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSelecting previously unselected package liblcms2-2:amd64.\nPreparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ...\nUnpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libpcsclite1:amd64.\nPreparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ...\nUnpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSelecting previously unselected package libasyncns0:amd64.\nPreparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ...\nUnpacking libasyncns0:amd64 (0.8-4ubuntu2) ...\nSelecting previously unselected package libogg0:amd64.\nPreparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ...\nUnpacking libogg0:amd64 (1.3.1-1ubuntu1) ...\nSelecting previously unselected package libflac8:amd64.\nPreparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ...\nUnpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSelecting previously unselected package libvorbis0a:amd64.\nPreparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libvorbisenc2:amd64.\nPreparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libsndfile1:amd64.\nPreparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ...\nUnpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSelecting previously unselected package libpulse0:amd64.\nPreparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ...\nUnpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package openjdk-7-jre-headless:amd64.\nPreparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nSelecting previously unselected package cassandra.\nPreparing to unpack .../cassandra_2.1.15_all.deb ...\nUnpacking cassandra (2.1.15) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up tzdata-java (2017c-0ubuntu0.14.04) ...\nSetting up java-common (0.51) ...\nSetting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSetting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSetting up libasyncns0:amd64 (0.8-4ubuntu2) ...\nSetting up libogg0:amd64 (1.3.1-1ubuntu1) ...\nSetting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSetting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSetting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up ca-certificates-java (20130815ubuntu1) ...\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:Certigna.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:EC-ACC.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:CFCA_EV_ROOT.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:PSCProcert.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:DST_ACES_CA_X6.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode\nSetting up cassandra (2.1.15) ...\nAdding group `cassandra' (GID 111) ...\nDone.\nvm.max_map_count = 1048575\nnet.ipv4.tcp_keepalive_time = 300\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....\ndone.\ndone.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSelecting previously unselected package clearwater-cassandra.\n(Reading database ... 53131 files and directories currently installed.)\nPreparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ...\nUnpacking clearwater-cassandra (1.0-180328.114015) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-program-options1.54.0:amd64.\nPreparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libpython3.4:amd64.\nPreparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ...\nUnpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libc-ares2:amd64.\nPreparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package astaire-libs.\nPreparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ...\nUnpacking astaire-libs (1.0-180326.104711) ...\nSelecting previously unselected package cpulimit.\nPreparing to unpack .../cpulimit_2.0-1_amd64.deb ...\nUnpacking cpulimit (2.0-1) ...\nSelecting previously unselected package astaire.\nPreparing to unpack .../astaire_1.0-180326.104711_amd64.deb ...\nUnpacking astaire (1.0-180326.104711) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libc-ares-dev:amd64.\nPreparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package snmp.\nPreparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmp (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package chronos.\nPreparing to unpack .../chronos_1.0-180328.120836_amd64.deb ...\nUnpacking chronos (1.0-180328.120836) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package memcached.\nPreparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached (1.6.00-0clearwater0.6) ...\nSelecting previously unselected package clearwater-memcached.\nPreparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ...\nUnpacking clearwater-memcached (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-snmp-handler-astaire.\nPreparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ...\nUnpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ...\nSelecting previously unselected package crest-prov.\nPreparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ...\nUnpacking crest-prov (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package gdb.\nPreparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ...\nUnpacking gdb (7.7.1-0ubuntu5~14.04.3) ...\nSelecting previously unselected package homer-cassandra.\nPreparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homer-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package homestead-cassandra.\nPreparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-cassandra (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov-cassandra.\nPreparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package rogers-libs.\nPreparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ...\nUnpacking rogers-libs (1.0-180326.104711) ...\nSelecting previously unselected package rogers.\nPreparing to unpack .../rogers_1.0-180326.104711_amd64.deb ...\nUnpacking rogers (1.0-180326.104711) ...\nSelecting previously unselected package vellum.\nPreparing to unpack .../vellum_1.0-180328.114312_amd64.deb ...\nUnpacking vellum (1.0-180328.114312) ...\nSelecting previously unselected package libc6-dbg:amd64.\nPreparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package memcached-dbg.\nPreparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up astaire-libs (1.0-180326.104711) ...\nSetting up cpulimit (2.0-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up snmp (5.7.3~dfsg-clearwater1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up memcached (1.6.00-0clearwater0.6) ...\nRestarting memcached: memcached.\nSetting up crest-prov (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest-prov/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up gdb (7.7.1-0ubuntu5~14.04.3) ...\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up rogers-libs (1.0-180326.104711) ...\nSetting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSetting up memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nchronos: unrecognized service\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 11902\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up clearwater-etcd (1.0-180328.115321) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-memcached (1.0-180328.114312) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-snmp-handler-astaire (1.0-180326.110542) ...\n * Stopping network management services:\nSetting up rogers (1.0-180326.104711) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-cassandra (1.0-180328.114015) ...\nAdding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra'\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\n ...done.\nreload: Job is not running: clearwater-monit\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12530\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up homer-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-cassandra (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n"} 2018-09-02 03:07:22,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-82c26d17-0032-42ee-8b36-4425d5d05406 2018-09-02 03:07:22,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0809600353241s 2018-09-02 03:07:22,042 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-82c26d17-0032-42ee-8b36-4425d5d05406 2018-09-02 03:07:22,042 - functest.core.singlevm - DEBUG - console: ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008012] pid_max: default: 32768 minimum: 301 [ 0.009788] Security Framework initialized [ 0.012092] AppArmor: AppArmor initialized [ 0.013665] Yama: becoming mindful. [ 0.015264] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017813] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020885] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028460] Initializing cgroup subsys memory [ 0.030136] Initializing cgroup subsys devices [ 0.031801] Initializing cgroup subsys freezer [ 0.032014] Initializing cgroup subsys blkio [ 0.033636] Initializing cgroup subsys perf_event [ 0.036012] Initializing cgroup subsys hugetlb [ 0.037772] FEATURE SPEC_CTRL Not Present [ 0.040720] mce: CPU supports 10 MCE banks [ 0.042331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.048003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.050841] Speculative Store Bypass: Vulnerable [ 0.052523] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060577] ACPI: Core revision 20131115 [ 0.062625] ACPI: All ACPI Tables successfully acquired [ 0.064406] ftrace: allocating 28717 entries in 113 pages [ 0.088138] smpboot: Max logical packages: 2 [ 0.089762] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.092004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.094586] Enabling x2apic [ 0.095756] Enabled x2apic [ 0.096011] Switched APIC routing to physical x2apic. [ 0.100472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.102687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.115222] KVM setup paravirtual spinlock [ 0.118052] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121885] .... node #0, CPUs: #1[ 0.117998] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136036] x86: Booted up 1 node, 2 CPUs [ 0.136037] KVM setup async PF for cpu 1 [ 0.136041] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.140015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.142389] devtmpfs: initialized [ 0.145825] EVM: security.selinux [ 0.146857] EVM: security.SMACK64 [ 0.147873] EVM: security.ima [ 0.148003] EVM: security.capability [ 0.149121] pinctrl core: initialized pinctrl subsystem [ 0.150663] regulator-dummy: no parameters [ 0.152089] RTC time: 3:04:07, date: 09/02/18 [ 0.153413] NET: Registered protocol family 16 [ 0.154991] cpuidle: using governor ladder [ 0.156004] cpuidle: using governor menu [ 0.157233] ACPI: bus type PCI registered [ 0.158386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.160193] PCI: Using configuration type 1 for base access [ 0.163549] bio: create slab at 0 [ 0.164109] ACPI: Added _OSI(Module Device) [ 0.165969] ACPI: Added _OSI(Processor Device) [ 0.168005] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.170019] ACPI: Added _OSI(Processor Aggregator Device) [ 0.173970] ACPI: Interpreter enabled [ 0.175737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.178757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.181730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.184004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.186632] ACPI: (supports S0 S5) [ 0.188003] ACPI: Using IOAPIC for interrupt routing [ 0.189381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.192014] ACPI: No dock devices found. [ 0.195141] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.196007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.197772] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.199990] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.200211] acpiphp: Slot [3] registered [ 0.201371] acpiphp: Slot [4] registered [ 0.202510] acpiphp: Slot [5] registered [ 0.203656] acpiphp: Slot [6] registered [ 0.204024] acpiphp: Slot [7] registered [ 0.205174] acpiphp: Slot [8] registered [ 0.206317] acpiphp: Slot [9] registered [ 0.207467] acpiphp: Slot [10] registered [ 0.208021] acpiphp: Slot [11] registered [ 0.209192] acpiphp: Slot [12] registered [ 0.210355] acpiphp: Slot [13] registered [ 0.211750] acpiphp: Slot [14] registered [ 0.212021] acpiphp: Slot [15] registered [ 0.213194] acpiphp: Slot [16] registered [ 0.214343] acpiphp: Slot [17] registered [ 0.215491] acpiphp: Slot [18] registered [ 0.216029] acpiphp: Slot [19] registered [ 0.217190] acpiphp: Slot [20] registered [ 0.218342] acpiphp: Slot [21] registered [ 0.219499] acpiphp: Slot [22] registered [ 0.220021] acpiphp: Slot [23] registered [ 0.221187] acpiphp: Slot [24] registered [ 0.222459] acpiphp: Slot [25] registered [ 0.223691] acpiphp: Slot [26] registered [ 0.224022] acpiphp: Slot [27] registered [ 0.225175] acpiphp: Slot [28] registered [ 0.226317] acpiphp: Slot [29] registered [ 0.227461] acpiphp: Slot [30] registered [ 0.228033] acpiphp: Slot [31] registered [ 0.229310] PCI host bridge to bus 0000:00 [ 0.230471] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.231910] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.232005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.233623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.235353] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.243732] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.244015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.272150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.274265] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.276084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.278115] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.280050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.281903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.283719] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.283719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284875] vgaarb: bridge control possible 0000:00:02.0 [ 0.286569] SCSI subsystem initialized [ 0.287839] ACPI: bus type USB registered [ 0.288033] usbcore: registered new interface driver usbfs [ 0.289506] usbcore: registered new interface driver hub [ 0.290972] usbcore: registered new device driver usb [ 0.292113] PCI: Using ACPI for IRQ routing [ 0.293967] NetLabel: Initializing [ 0.295005] NetLabel: domain hash size = 128 [ 0.296003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.297418] NetLabel: unlabeled traffic allowed by default [ 0.298921] Switched to clocksource kvm-clock [ 0.304862] AppArmor: AppArmor Filesystem Enabled [ 0.306244] pnp: PnP ACPI init [ 0.307212] ACPI: bus type PNP registered [ 0.308879] pnp: PnP ACPI: found 8 devices [ 0.310049] ACPI: bus type PNP unregistered [ 0.340564] NET: Registered protocol family 2 [ 0.342163] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.344318] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.346194] TCP: Hash tables configured (established 16384 bind 16384) [ 0.347928] TCP: reno registered [ 0.348889] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.350473] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.352211] NET: Registered protocol family 1 [ 0.353451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.354940] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.356463] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.401876] Trying to unpack rootfs image as initramfs... [ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512249] Scanning for low memory corruption every 60 seconds [ 0.514609] Initialise system trusted keyring [ 0.516186] audit: initializing netlink socket (disabled) [ 0.517955] type=2000 audit(1535857447.476:1): initialized [ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.541828] zbud: loaded [ 0.543049] VFS: Disk quotas dquot_6.5.2 [ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.546852] fuse init (API version 7.22) [ 0.548281] msgmni has been set to 3997 [ 0.549665] Key type big_key registered [ 0.551441] Key type asymmetric registered [ 0.552871] Asymmetric key parser 'x509' registered [ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.557086] io scheduler noop registered [ 0.558441] io scheduler deadline registered (default) [ 0.560147] io scheduler cfq registered [ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.565472] ipmi message handler version 39.2 [ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.569316] ACPI: Power Button [PWRF] [ 0.570437] GHES: HEST is not enabled! [ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.688646] Linux agpgart interface v0.103 [ 0.690762] brd: module loaded [ 0.692159] loop: module loaded [ 0.693470] blk-mq: CPU -> queue map [ 0.694497] CPU 0 -> Queue 0 [ 0.695405] CPU 1 -> Queue 0 [ 0.697143] vda: vda1 [ 0.698892] scsi0 : ata_piix [ 0.700225] scsi1 : ata_piix [ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.706257] libphy: Fixed MDIO Bus: probed [ 0.707871] tun: Universal TUN/TAP device driver, 1.6 [ 0.709747] tun: (C) 1999-2004 Max Krasnyansky [ 0.713803] PPP generic driver version 2.4.2 [ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717752] ehci-pci: EHCI PCI platform driver [ 0.719389] ehci-platform: EHCI generic platform driver [ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.723433] ohci-pci: OHCI PCI platform driver [ 0.725070] ohci-platform: OHCI generic platform driver [ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver [ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.761858] usb usb1: Product: UHCI Host Controller [ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.765865] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767688] hub 1-0:1.0: USB hub found [ 0.769174] hub 1-0:1.0: 2 ports detected [ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.778355] mousedev: PS/2 mouse device common for all mice [ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784121] rtc_cmos 00:00: RTC can wake from S4 [ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790707] device-mapper: uevent: version 1.0.3 [ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797779] TCP: cubic registered [ 0.799115] NET: Registered protocol family 10 [ 0.801007] NET: Registered protocol family 17 [ 0.802614] Key type dns_resolver registered [ 0.804370] Loading compiled-in X.509 certificates [ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.816917] registered taskstats version 1 [ 0.820468] Key type trusted registered [ 0.825049] Key type encrypted registered [ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled [ 0.828584] IMA: No TPM chip found, activating TPM-bypass! [ 0.831138] regulator-dummy: disabling [ 0.832682] Magic number: 2:994:56 [ 0.834098] input mice: hash matches [ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447) [ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.840939] EDD information not available. [ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.863629] Write protecting the kernel read-only data: 12288k [ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.882549] systemd-udevd[107]: starting version 204 [ 0.916701] FDC 0 is a S82078B [ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.249807] usb 1-1: Product: QEMU USB Tablet [ 1.251194] usb 1-1: Manufacturer: QEMU [ 1.252445] usb 1-1: SerialNumber: 42 [ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.648865] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds. cloud-init-nonet[3.32]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.26]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: cb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | . . | | + = . | | o * . . | | = . . | | E S | | o * + | | o =.. | | .o.o | | .oo o. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: a1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |OB=o .. | |=+ ooo | |o o o.... | |.o . ...E. | |o o . S | | . o | | o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | +.. o.E | |.+ = B + . | |+.+ * o o | |+o o o | |+ . S . | |.. . | |. | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | .o=o. | | o o o. | | o = . E| | . + . .| | S o .| | * . . . | | = * . . | | . o = . | | . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds. * Stopping save kernel messages[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 7s (1667 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java Suggested packages: astaire-dbg binutils-doc cassandra-tools clearwater-auto-config clearwater-auto-upgrade clearwater-secure-connections exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: libc-dbg python-dev-all The following NEW packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java vellum 0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded. Need to get 170 MB of archives. After this operation, 407 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB] Get:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] Extracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 170 MB in 30s (5665 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ... Unpacking ca-certificates-java (20130815ubuntu1) ... Selecting previously unselected package tzdata-java. Preparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ... Unpacking tzdata-java (2017c-0ubuntu0.14.04) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.51_all.deb ... Unpacking java-common (0.51) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ... Unpacking libogg0:amd64 (1.3.1-1ubuntu1) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ... Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ... Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package openjdk-7-jre-headless:amd64. Preparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... Selecting previously unselected package cassandra. Preparing to unpack .../cassandra_2.1.15_all.deb ... Unpacking cassandra (2.1.15) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up tzdata-java (2017c-0ubuntu0.14.04) ... Setting up java-common (0.51) ... Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... Setting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Setting up libasyncns0:amd64 (0.8-4ubuntu2) ... Setting up libogg0:amd64 (1.3.1-1ubuntu1) ... Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Setting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Setting up ca-certificates-java (20130815ubuntu1) ... Adding debian:Cybertrust_Global_Root.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Taiwan_GRCA.pem Adding debian:ISRG_Root_X1.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Certigna.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:EC-ACC.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:SecureSign_RootCA11.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:CNNIC_ROOT.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:Secure_Global_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Izenpe.com.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:Certum_Root_CA.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:PSCProcert.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:SecureTrust_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:ACEDICOM_Root.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up cassandra (2.1.15) ... Adding group `cassandra' (GID 111) ... Done. vm.max_map_count = 1048575 net.ipv4.tcp_keepalive_time = 300 Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... done. done. Processing triggers for ureadahead (0.100.0-16) ... Selecting previously unselected package clearwater-cassandra. (Reading database ... 53131 files and directories currently installed.) Preparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ... Unpacking clearwater-cassandra (1.0-180328.114015) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-program-options1.54.0:amd64. Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libpython3.4:amd64. Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package astaire-libs. Preparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ... Unpacking astaire-libs (1.0-180326.104711) ... Selecting previously unselected package cpulimit. Preparing to unpack .../cpulimit_2.0-1_amd64.deb ... Unpacking cpulimit (2.0-1) ... Selecting previously unselected package astaire. Preparing to unpack .../astaire_1.0-180326.104711_amd64.deb ... Unpacking astaire (1.0-180326.104711) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libc-ares-dev:amd64. Preparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package snmp. Preparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmp (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package chronos. Preparing to unpack .../chronos_1.0-180328.120836_amd64.deb ... Unpacking chronos (1.0-180328.120836) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package memcached. Preparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached (1.6.00-0clearwater0.6) ... Selecting previously unselected package clearwater-memcached. Preparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ... Unpacking clearwater-memcached (1.0-180328.114312) ... Selecting previously unselected package clearwater-snmp-handler-astaire. Preparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ... Unpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ... Selecting previously unselected package crest-prov. Preparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ... Unpacking crest-prov (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package gdb. Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... Selecting previously unselected package homer-cassandra. Preparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homer-cassandra (1.0-180326.111418) ... Selecting previously unselected package homestead-cassandra. Preparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ... Unpacking homestead-cassandra (1.0-180326.115231) ... Selecting previously unselected package homestead-prov-cassandra. Preparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov-cassandra (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package rogers-libs. Preparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ... Unpacking rogers-libs (1.0-180326.104711) ... Selecting previously unselected package rogers. Preparing to unpack .../rogers_1.0-180326.104711_amd64.deb ... Unpacking rogers (1.0-180326.104711) ... Selecting previously unselected package vellum. Preparing to unpack .../vellum_1.0-180328.114312_amd64.deb ... Unpacking vellum (1.0-180328.114312) ... Selecting previously unselected package libc6-dbg:amd64. Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package memcached-dbg. Preparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up astaire-libs (1.0-180326.104711) ... Setting up cpulimit (2.0-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Setting up snmp (5.7.3~dfsg-clearwater1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up memcached (1.6.00-0clearwater0.6) ... Restarting memcached: memcached. Setting up crest-prov (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest-prov/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up rogers-libs (1.0-180326.104711) ... Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Setting up memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit chronos: unrecognized service reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 11902 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up clearwater-etcd (1.0-180328.115321) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-memcached (1.0-180328.114312) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit reload: Job is not running: clearwater-monit ...done. Setting up clearwater-snmp-handler-astaire (1.0-180326.110542) ... * Stopping network management services: Setting up rogers (1.0-180326.104711) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-cassandra (1.0-180328.114015) ... Adding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra' * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit ...done. reload: Job is not running: clearwater-monit Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12530 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up homer-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-cassandra (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure 2018-09-02 03:07:22,046 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:07:32,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:32,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:32,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21ea117a-e588-4592-8839-24ea5f9a666f x-compute-request-id: req-21ea117a-e588-4592-8839-24ea5f9a666f Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:32,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-21ea117a-e588-4592-8839-24ea5f9a666f 2018-09-02 03:07:32,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.274927139282s 2018-09-02 03:07:32,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-21ea117a-e588-4592-8839-24ea5f9a666f 2018-09-02 03:07:32,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:32,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:32,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3859259-19ba-4547-a872-20755c3d6444 x-compute-request-id: req-f3859259-19ba-4547-a872-20755c3d6444 Content-Encoding: gzip Content-Length: 20730 Content-Type: application/json RESP BODY: {"output": "0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008012] pid_max: default: 32768 minimum: 301\n[ 0.009788] Security Framework initialized\n[ 0.012092] AppArmor: AppArmor initialized\n[ 0.013665] Yama: becoming mindful.\n[ 0.015264] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017813] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020885] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.028460] Initializing cgroup subsys memory\n[ 0.030136] Initializing cgroup subsys devices\n[ 0.031801] Initializing cgroup subsys freezer\n[ 0.032014] Initializing cgroup subsys blkio\n[ 0.033636] Initializing cgroup subsys perf_event\n[ 0.036012] Initializing cgroup subsys hugetlb\n[ 0.037772] FEATURE SPEC_CTRL Not Present\n[ 0.040720] mce: CPU supports 10 MCE banks\n[ 0.042331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.042331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.048003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.050841] Speculative Store Bypass: Vulnerable\n[ 0.052523] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060577] ACPI: Core revision 20131115\n[ 0.062625] ACPI: All ACPI Tables successfully acquired\n[ 0.064406] ftrace: allocating 28717 entries in 113 pages\n[ 0.088138] smpboot: Max logical packages: 2\n[ 0.089762] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.092004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.094586] Enabling x2apic\n[ 0.095756] Enabled x2apic\n[ 0.096011] Switched APIC routing to physical x2apic.\n[ 0.100472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.102687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.115222] KVM setup paravirtual spinlock\n[ 0.118052] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121885] .... node #0, CPUs: #1[ 0.117998] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.136036] x86: Booted up 1 node, 2 CPUs\n[ 0.136037] KVM setup async PF for cpu 1\n[ 0.136041] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.140015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.142389] devtmpfs: initialized\n[ 0.145825] EVM: security.selinux\n[ 0.146857] EVM: security.SMACK64\n[ 0.147873] EVM: security.ima\n[ 0.148003] EVM: security.capability\n[ 0.149121] pinctrl core: initialized pinctrl subsystem\n[ 0.150663] regulator-dummy: no parameters\n[ 0.152089] RTC time: 3:04:07, date: 09/02/18\n[ 0.153413] NET: Registered protocol family 16\n[ 0.154991] cpuidle: using governor ladder\n[ 0.156004] cpuidle: using governor menu\n[ 0.157233] ACPI: bus type PCI registered\n[ 0.158386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.160193] PCI: Using configuration type 1 for base access\n[ 0.163549] bio: create slab at 0\n[ 0.164109] ACPI: Added _OSI(Module Device)\n[ 0.165969] ACPI: Added _OSI(Processor Device)\n[ 0.168005] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.170019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.173970] ACPI: Interpreter enabled\n[ 0.175737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.178757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.181730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.184004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.186632] ACPI: (supports S0 S5)\n[ 0.188003] ACPI: Using IOAPIC for interrupt routing\n[ 0.189381] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.192014] ACPI: No dock devices found.\n[ 0.195141] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.196007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.197772] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.199990] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.200211] acpiphp: Slot [3] registered\n[ 0.201371] acpiphp: Slot [4] registered\n[ 0.202510] acpiphp: Slot [5] registered\n[ 0.203656] acpiphp: Slot [6] registered\n[ 0.204024] acpiphp: Slot [7] registered\n[ 0.205174] acpiphp: Slot [8] registered\n[ 0.206317] acpiphp: Slot [9] registered\n[ 0.207467] acpiphp: Slot [10] registered\n[ 0.208021] acpiphp: Slot [11] registered\n[ 0.209192] acpiphp: Slot [12] registered\n[ 0.210355] acpiphp: Slot [13] registered\n[ 0.211750] acpiphp: Slot [14] registered\n[ 0.212021] acpiphp: Slot [15] registered\n[ 0.213194] acpiphp: Slot [16] registered\n[ 0.214343] acpiphp: Slot [17] registered\n[ 0.215491] acpiphp: Slot [18] registered\n[ 0.216029] acpiphp: Slot [19] registered\n[ 0.217190] acpiphp: Slot [20] registered\n[ 0.218342] acpiphp: Slot [21] registered\n[ 0.219499] acpiphp: Slot [22] registered\n[ 0.220021] acpiphp: Slot [23] registered\n[ 0.221187] acpiphp: Slot [24] registered\n[ 0.222459] acpiphp: Slot [25] registered\n[ 0.223691] acpiphp: Slot [26] registered\n[ 0.224022] acpiphp: Slot [27] registered\n[ 0.225175] acpiphp: Slot [28] registered\n[ 0.226317] acpiphp: Slot [29] registered\n[ 0.227461] acpiphp: Slot [30] registered\n[ 0.228033] acpiphp: Slot [31] registered\n[ 0.229310] PCI host bridge to bus 0000:00\n[ 0.230471] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.231910] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.232005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.233623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.235353] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.243732] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.244015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.272150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.274265] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.276084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.278115] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.280050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.281903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.283719] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.283719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284875] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286569] SCSI subsystem initialized\n[ 0.287839] ACPI: bus type USB registered\n[ 0.288033] usbcore: registered new interface driver usbfs\n[ 0.289506] usbcore: registered new interface driver hub\n[ 0.290972] usbcore: registered new device driver usb\n[ 0.292113] PCI: Using ACPI for IRQ routing\n[ 0.293967] NetLabel: Initializing\n[ 0.295005] NetLabel: domain hash size = 128\n[ 0.296003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.297418] NetLabel: unlabeled traffic allowed by default\n[ 0.298921] Switched to clocksource kvm-clock\n[ 0.304862] AppArmor: AppArmor Filesystem Enabled\n[ 0.306244] pnp: PnP ACPI init\n[ 0.307212] ACPI: bus type PNP registered\n[ 0.308879] pnp: PnP ACPI: found 8 devices\n[ 0.310049] ACPI: bus type PNP unregistered\n[ 0.340564] NET: Registered protocol family 2\n[ 0.342163] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.344318] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.346194] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.347928] TCP: reno registered\n[ 0.348889] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.350473] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.352211] NET: Registered protocol family 1\n[ 0.353451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.354940] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.356463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.401876] Trying to unpack rootfs image as initramfs...\n[ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512249] Scanning for low memory corruption every 60 seconds\n[ 0.514609] Initialise system trusted keyring\n[ 0.516186] audit: initializing netlink socket (disabled)\n[ 0.517955] type=2000 audit(1535857447.476:1): initialized\n[ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541828] zbud: loaded\n[ 0.543049] VFS: Disk quotas dquot_6.5.2\n[ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546852] fuse init (API version 7.22)\n[ 0.548281] msgmni has been set to 3997\n[ 0.549665] Key type big_key registered\n[ 0.551441] Key type asymmetric registered\n[ 0.552871] Asymmetric key parser 'x509' registered\n[ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.557086] io scheduler noop registered\n[ 0.558441] io scheduler deadline registered (default)\n[ 0.560147] io scheduler cfq registered\n[ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565472] ipmi message handler version 39.2\n[ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569316] ACPI: Power Button [PWRF]\n[ 0.570437] GHES: HEST is not enabled!\n[ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.688646] Linux agpgart interface v0.103\n[ 0.690762] brd: module loaded\n[ 0.692159] loop: module loaded\n[ 0.693470] blk-mq: CPU -> queue map\n[ 0.694497] CPU 0 -> Queue 0\n[ 0.695405] CPU 1 -> Queue 0\n[ 0.697143] vda: vda1\n[ 0.698892] scsi0 : ata_piix\n[ 0.700225] scsi1 : ata_piix\n[ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.706257] libphy: Fixed MDIO Bus: probed\n[ 0.707871] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709747] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713803] PPP generic driver version 2.4.2\n[ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717752] ehci-pci: EHCI PCI platform driver\n[ 0.719389] ehci-platform: EHCI generic platform driver\n[ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.723433] ohci-pci: OHCI PCI platform driver\n[ 0.725070] ohci-platform: OHCI generic platform driver\n[ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.761858] usb usb1: Product: UHCI Host Controller\n[ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.765865] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767688] hub 1-0:1.0: USB hub found\n[ 0.769174] hub 1-0:1.0: 2 ports detected\n[ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778355] mousedev: PS/2 mouse device common for all mice\n[ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790707] device-mapper: uevent: version 1.0.3\n[ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797779] TCP: cubic registered\n[ 0.799115] NET: Registered protocol family 10\n[ 0.801007] NET: Registered protocol family 17\n[ 0.802614] Key type dns_resolver registered\n[ 0.804370] Loading compiled-in X.509 certificates\n[ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.816917] registered taskstats version 1\n[ 0.820468] Key type trusted registered\n[ 0.825049] Key type encrypted registered\n[ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828584] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.831138] regulator-dummy: disabling\n[ 0.832682] Magic number: 2:994:56\n[ 0.834098] input mice: hash matches\n[ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447)\n[ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.840939] EDD information not available.\n[ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.863629] Write protecting the kernel read-only data: 12288k\n[ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.882549] systemd-udevd[107]: starting version 204\n[ 0.916701] FDC 0 is a S82078B\n[ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.249807] usb 1-1: Product: QEMU USB Tablet\n[ 1.251194] usb 1-1: Manufacturer: QEMU\n[ 1.252445] usb 1-1: SerialNumber: 42\n[ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.648865] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.32]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.26]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ncb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . . |\n| + = . |\n| o * . . |\n| = . . |\n| E S |\n| o * + |\n| o =.. |\n| .o.o |\n| .oo o. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|OB=o .. |\n|=+ ooo |\n|o o o.... |\n|.o . ...E. |\n|o o . S |\n| . o |\n| o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +.. o.E |\n|.+ = B + . |\n|+.+ * o o |\n|+o o o |\n|+ . S . |\n|.. . |\n|. |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o=o. |\n| o o o. |\n| o = . E|\n| . + . .|\n| S o .|\n| * . . . |\n| = * . . |\n| . o = . |\n| . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds.\n * Stopping save kernel messages[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 7s (1667 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java\nSuggested packages:\n astaire-dbg binutils-doc cassandra-tools clearwater-auto-config\n clearwater-auto-upgrade clearwater-secure-connections exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common\n liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader\n libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc\n icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra\n fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei\n fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc\n python3-setuptools isag\nRecommended packages:\n libc-dbg python-dev-all\nThe following NEW packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java vellum\n0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 170 MB of archives.\nAfter this operation, 407 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB]\nGet:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nGet:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB]\nExtracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 170 MB in 30s (5665 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libnss3-nssdb.\nPreparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ...\nUnpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package libnss3:amd64.\nPreparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ...\nUnpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package ca-certificates-java.\nPreparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ...\nUnpacking ca-certificates-java (20130815ubuntu1) ...\nSelecting previously unselected package tzdata-java.\nPreparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata-java (2017c-0ubuntu0.14.04) ...\nSelecting previously unselected package java-common.\nPreparing to unpack .../java-common_0.51_all.deb ...\nUnpacking java-common (0.51) ...\nSelecting previously unselected package libavahi-common-data:amd64.\nPreparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-common3:amd64.\nPreparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-client3:amd64.\nPreparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libcups2:amd64.\nPreparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ...\nUnpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSelecting previously unselected package liblcms2-2:amd64.\nPreparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ...\nUnpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libpcsclite1:amd64.\nPreparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ...\nUnpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSelecting previously unselected package libasyncns0:amd64.\nPreparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ...\nUnpacking libasyncns0:amd64 (0.8-4ubuntu2) ...\nSelecting previously unselected package libogg0:amd64.\nPreparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ...\nUnpacking libogg0:amd64 (1.3.1-1ubuntu1) ...\nSelecting previously unselected package libflac8:amd64.\nPreparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ...\nUnpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSelecting previously unselected package libvorbis0a:amd64.\nPreparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libvorbisenc2:amd64.\nPreparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libsndfile1:amd64.\nPreparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ...\nUnpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSelecting previously unselected package libpulse0:amd64.\nPreparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ...\nUnpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package openjdk-7-jre-headless:amd64.\nPreparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nSelecting previously unselected package cassandra.\nPreparing to unpack .../cassandra_2.1.15_all.deb ...\nUnpacking cassandra (2.1.15) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up tzdata-java (2017c-0ubuntu0.14.04) ...\nSetting up java-common (0.51) ...\nSetting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSetting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSetting up libasyncns0:amd64 (0.8-4ubuntu2) ...\nSetting up libogg0:amd64 (1.3.1-1ubuntu1) ...\nSetting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSetting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSetting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up ca-certificates-java (20130815ubuntu1) ...\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:Certigna.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:EC-ACC.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:CFCA_EV_ROOT.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:PSCProcert.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:DST_ACES_CA_X6.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode\nSetting up cassandra (2.1.15) ...\nAdding group `cassandra' (GID 111) ...\nDone.\nvm.max_map_count = 1048575\nnet.ipv4.tcp_keepalive_time = 300\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....\ndone.\ndone.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSelecting previously unselected package clearwater-cassandra.\n(Reading database ... 53131 files and directories currently installed.)\nPreparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ...\nUnpacking clearwater-cassandra (1.0-180328.114015) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-program-options1.54.0:amd64.\nPreparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libpython3.4:amd64.\nPreparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ...\nUnpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libc-ares2:amd64.\nPreparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package astaire-libs.\nPreparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ...\nUnpacking astaire-libs (1.0-180326.104711) ...\nSelecting previously unselected package cpulimit.\nPreparing to unpack .../cpulimit_2.0-1_amd64.deb ...\nUnpacking cpulimit (2.0-1) ...\nSelecting previously unselected package astaire.\nPreparing to unpack .../astaire_1.0-180326.104711_amd64.deb ...\nUnpacking astaire (1.0-180326.104711) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libc-ares-dev:amd64.\nPreparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package snmp.\nPreparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmp (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package chronos.\nPreparing to unpack .../chronos_1.0-180328.120836_amd64.deb ...\nUnpacking chronos (1.0-180328.120836) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package memcached.\nPreparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached (1.6.00-0clearwater0.6) ...\nSelecting previously unselected package clearwater-memcached.\nPreparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ...\nUnpacking clearwater-memcached (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-snmp-handler-astaire.\nPreparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ...\nUnpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ...\nSelecting previously unselected package crest-prov.\nPreparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ...\nUnpacking crest-prov (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package gdb.\nPreparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ...\nUnpacking gdb (7.7.1-0ubuntu5~14.04.3) ...\nSelecting previously unselected package homer-cassandra.\nPreparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homer-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package homestead-cassandra.\nPreparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-cassandra (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov-cassandra.\nPreparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package rogers-libs.\nPreparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ...\nUnpacking rogers-libs (1.0-180326.104711) ...\nSelecting previously unselected package rogers.\nPreparing to unpack .../rogers_1.0-180326.104711_amd64.deb ...\nUnpacking rogers (1.0-180326.104711) ...\nSelecting previously unselected package vellum.\nPreparing to unpack .../vellum_1.0-180328.114312_amd64.deb ...\nUnpacking vellum (1.0-180328.114312) ...\nSelecting previously unselected package libc6-dbg:amd64.\nPreparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package memcached-dbg.\nPreparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up astaire-libs (1.0-180326.104711) ...\nSetting up cpulimit (2.0-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up snmp (5.7.3~dfsg-clearwater1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up memcached (1.6.00-0clearwater0.6) ...\nRestarting memcached: memcached.\nSetting up crest-prov (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest-prov/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up gdb (7.7.1-0ubuntu5~14.04.3) ...\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up rogers-libs (1.0-180326.104711) ...\nSetting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSetting up memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nchronos: unrecognized service\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 11902\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up clearwater-etcd (1.0-180328.115321) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-memcached (1.0-180328.114312) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-snmp-handler-astaire (1.0-180326.110542) ...\n * Stopping network management services:\nSetting up rogers (1.0-180326.104711) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-cassandra (1.0-180328.114015) ...\nAdding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra'\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\n ...done.\nreload: Job is not running: clearwater-monit\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12530\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up homer-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-cassandra (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\n"} 2018-09-02 03:07:32,421 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-f3859259-19ba-4547-a872-20755c3d6444 2018-09-02 03:07:32,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0808320045471s 2018-09-02 03:07:32,424 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-f3859259-19ba-4547-a872-20755c3d6444 2018-09-02 03:07:32,424 - functest.core.singlevm - DEBUG - console: 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008012] pid_max: default: 32768 minimum: 301 [ 0.009788] Security Framework initialized [ 0.012092] AppArmor: AppArmor initialized [ 0.013665] Yama: becoming mindful. [ 0.015264] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017813] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020885] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028460] Initializing cgroup subsys memory [ 0.030136] Initializing cgroup subsys devices [ 0.031801] Initializing cgroup subsys freezer [ 0.032014] Initializing cgroup subsys blkio [ 0.033636] Initializing cgroup subsys perf_event [ 0.036012] Initializing cgroup subsys hugetlb [ 0.037772] FEATURE SPEC_CTRL Not Present [ 0.040720] mce: CPU supports 10 MCE banks [ 0.042331] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.042331] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044011] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.048003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.050841] Speculative Store Bypass: Vulnerable [ 0.052523] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060577] ACPI: Core revision 20131115 [ 0.062625] ACPI: All ACPI Tables successfully acquired [ 0.064406] ftrace: allocating 28717 entries in 113 pages [ 0.088138] smpboot: Max logical packages: 2 [ 0.089762] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.092004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.094586] Enabling x2apic [ 0.095756] Enabled x2apic [ 0.096011] Switched APIC routing to physical x2apic. [ 0.100472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.102687] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105698] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.115222] KVM setup paravirtual spinlock [ 0.118052] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121885] .... node #0, CPUs: #1[ 0.117998] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136036] x86: Booted up 1 node, 2 CPUs [ 0.136037] KVM setup async PF for cpu 1 [ 0.136041] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.140015] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.142389] devtmpfs: initialized [ 0.145825] EVM: security.selinux [ 0.146857] EVM: security.SMACK64 [ 0.147873] EVM: security.ima [ 0.148003] EVM: security.capability [ 0.149121] pinctrl core: initialized pinctrl subsystem [ 0.150663] regulator-dummy: no parameters [ 0.152089] RTC time: 3:04:07, date: 09/02/18 [ 0.153413] NET: Registered protocol family 16 [ 0.154991] cpuidle: using governor ladder [ 0.156004] cpuidle: using governor menu [ 0.157233] ACPI: bus type PCI registered [ 0.158386] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.160193] PCI: Using configuration type 1 for base access [ 0.163549] bio: create slab at 0 [ 0.164109] ACPI: Added _OSI(Module Device) [ 0.165969] ACPI: Added _OSI(Processor Device) [ 0.168005] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.170019] ACPI: Added _OSI(Processor Aggregator Device) [ 0.173970] ACPI: Interpreter enabled [ 0.175737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.178757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.181730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.184004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.186632] ACPI: (supports S0 S5) [ 0.188003] ACPI: Using IOAPIC for interrupt routing [ 0.189381] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.192014] ACPI: No dock devices found. [ 0.195141] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.196007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.197772] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.199990] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.200211] acpiphp: Slot [3] registered [ 0.201371] acpiphp: Slot [4] registered [ 0.202510] acpiphp: Slot [5] registered [ 0.203656] acpiphp: Slot [6] registered [ 0.204024] acpiphp: Slot [7] registered [ 0.205174] acpiphp: Slot [8] registered [ 0.206317] acpiphp: Slot [9] registered [ 0.207467] acpiphp: Slot [10] registered [ 0.208021] acpiphp: Slot [11] registered [ 0.209192] acpiphp: Slot [12] registered [ 0.210355] acpiphp: Slot [13] registered [ 0.211750] acpiphp: Slot [14] registered [ 0.212021] acpiphp: Slot [15] registered [ 0.213194] acpiphp: Slot [16] registered [ 0.214343] acpiphp: Slot [17] registered [ 0.215491] acpiphp: Slot [18] registered [ 0.216029] acpiphp: Slot [19] registered [ 0.217190] acpiphp: Slot [20] registered [ 0.218342] acpiphp: Slot [21] registered [ 0.219499] acpiphp: Slot [22] registered [ 0.220021] acpiphp: Slot [23] registered [ 0.221187] acpiphp: Slot [24] registered [ 0.222459] acpiphp: Slot [25] registered [ 0.223691] acpiphp: Slot [26] registered [ 0.224022] acpiphp: Slot [27] registered [ 0.225175] acpiphp: Slot [28] registered [ 0.226317] acpiphp: Slot [29] registered [ 0.227461] acpiphp: Slot [30] registered [ 0.228033] acpiphp: Slot [31] registered [ 0.229310] PCI host bridge to bus 0000:00 [ 0.230471] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.231910] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.232005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.233623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.235353] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.236004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.243732] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.244015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.272150] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.274265] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.276084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.278115] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.280050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.281903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.283719] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.283719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284875] vgaarb: bridge control possible 0000:00:02.0 [ 0.286569] SCSI subsystem initialized [ 0.287839] ACPI: bus type USB registered [ 0.288033] usbcore: registered new interface driver usbfs [ 0.289506] usbcore: registered new interface driver hub [ 0.290972] usbcore: registered new device driver usb [ 0.292113] PCI: Using ACPI for IRQ routing [ 0.293967] NetLabel: Initializing [ 0.295005] NetLabel: domain hash size = 128 [ 0.296003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.297418] NetLabel: unlabeled traffic allowed by default [ 0.298921] Switched to clocksource kvm-clock [ 0.304862] AppArmor: AppArmor Filesystem Enabled [ 0.306244] pnp: PnP ACPI init [ 0.307212] ACPI: bus type PNP registered [ 0.308879] pnp: PnP ACPI: found 8 devices [ 0.310049] ACPI: bus type PNP unregistered [ 0.340564] NET: Registered protocol family 2 [ 0.342163] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.344318] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.346194] TCP: Hash tables configured (established 16384 bind 16384) [ 0.347928] TCP: reno registered [ 0.348889] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.350473] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.352211] NET: Registered protocol family 1 [ 0.353451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.354940] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.356463] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.401876] Trying to unpack rootfs image as initramfs... [ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512249] Scanning for low memory corruption every 60 seconds [ 0.514609] Initialise system trusted keyring [ 0.516186] audit: initializing netlink socket (disabled) [ 0.517955] type=2000 audit(1535857447.476:1): initialized [ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.541828] zbud: loaded [ 0.543049] VFS: Disk quotas dquot_6.5.2 [ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.546852] fuse init (API version 7.22) [ 0.548281] msgmni has been set to 3997 [ 0.549665] Key type big_key registered [ 0.551441] Key type asymmetric registered [ 0.552871] Asymmetric key parser 'x509' registered [ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.557086] io scheduler noop registered [ 0.558441] io scheduler deadline registered (default) [ 0.560147] io scheduler cfq registered [ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.565472] ipmi message handler version 39.2 [ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.569316] ACPI: Power Button [PWRF] [ 0.570437] GHES: HEST is not enabled! [ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.688646] Linux agpgart interface v0.103 [ 0.690762] brd: module loaded [ 0.692159] loop: module loaded [ 0.693470] blk-mq: CPU -> queue map [ 0.694497] CPU 0 -> Queue 0 [ 0.695405] CPU 1 -> Queue 0 [ 0.697143] vda: vda1 [ 0.698892] scsi0 : ata_piix [ 0.700225] scsi1 : ata_piix [ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.706257] libphy: Fixed MDIO Bus: probed [ 0.707871] tun: Universal TUN/TAP device driver, 1.6 [ 0.709747] tun: (C) 1999-2004 Max Krasnyansky [ 0.713803] PPP generic driver version 2.4.2 [ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717752] ehci-pci: EHCI PCI platform driver [ 0.719389] ehci-platform: EHCI generic platform driver [ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.723433] ohci-pci: OHCI PCI platform driver [ 0.725070] ohci-platform: OHCI generic platform driver [ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver [ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.761858] usb usb1: Product: UHCI Host Controller [ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.765865] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767688] hub 1-0:1.0: USB hub found [ 0.769174] hub 1-0:1.0: 2 ports detected [ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.778355] mousedev: PS/2 mouse device common for all mice [ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784121] rtc_cmos 00:00: RTC can wake from S4 [ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790707] device-mapper: uevent: version 1.0.3 [ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797779] TCP: cubic registered [ 0.799115] NET: Registered protocol family 10 [ 0.801007] NET: Registered protocol family 17 [ 0.802614] Key type dns_resolver registered [ 0.804370] Loading compiled-in X.509 certificates [ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.816917] registered taskstats version 1 [ 0.820468] Key type trusted registered [ 0.825049] Key type encrypted registered [ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled [ 0.828584] IMA: No TPM chip found, activating TPM-bypass! [ 0.831138] regulator-dummy: disabling [ 0.832682] Magic number: 2:994:56 [ 0.834098] input mice: hash matches [ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447) [ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.840939] EDD information not available. [ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.863629] Write protecting the kernel read-only data: 12288k [ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.882549] systemd-udevd[107]: starting version 204 [ 0.916701] FDC 0 is a S82078B [ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.249807] usb 1-1: Product: QEMU USB Tablet [ 1.251194] usb 1-1: Manufacturer: QEMU [ 1.252445] usb 1-1: SerialNumber: 42 [ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.648865] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds. cloud-init-nonet[3.32]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.26]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: cb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | . . | | + = . | | o * . . | | = . . | | E S | | o * + | | o =.. | | .o.o | | .oo o. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: a1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |OB=o .. | |=+ ooo | |o o o.... | |.o . ...E. | |o o . S | | . o | | o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | +.. o.E | |.+ = B + . | |+.+ * o o | |+o o o | |+ . S . | |.. . | |. | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | .o=o. | | o o o. | | o = . E| | . + . .| | S o .| | * . . . | | = * . . | | . o = . | | . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds. * Stopping save kernel messages[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 7s (1667 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java Suggested packages: astaire-dbg binutils-doc cassandra-tools clearwater-auto-config clearwater-auto-upgrade clearwater-secure-connections exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: libc-dbg python-dev-all The following NEW packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java vellum 0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded. Need to get 170 MB of archives. After this operation, 407 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB] Get:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] Extracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 170 MB in 30s (5665 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ... Unpacking ca-certificates-java (20130815ubuntu1) ... Selecting previously unselected package tzdata-java. Preparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ... Unpacking tzdata-java (2017c-0ubuntu0.14.04) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.51_all.deb ... Unpacking java-common (0.51) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ... Unpacking libogg0:amd64 (1.3.1-1ubuntu1) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ... Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ... Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package openjdk-7-jre-headless:amd64. Preparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... Selecting previously unselected package cassandra. Preparing to unpack .../cassandra_2.1.15_all.deb ... Unpacking cassandra (2.1.15) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up tzdata-java (2017c-0ubuntu0.14.04) ... Setting up java-common (0.51) ... Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... Setting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Setting up libasyncns0:amd64 (0.8-4ubuntu2) ... Setting up libogg0:amd64 (1.3.1-1ubuntu1) ... Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Setting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Setting up ca-certificates-java (20130815ubuntu1) ... Adding debian:Cybertrust_Global_Root.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Taiwan_GRCA.pem Adding debian:ISRG_Root_X1.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Certigna.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:EC-ACC.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:SecureSign_RootCA11.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:CNNIC_ROOT.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:Secure_Global_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Izenpe.com.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:Certum_Root_CA.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:PSCProcert.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:SecureTrust_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:ACEDICOM_Root.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up cassandra (2.1.15) ... Adding group `cassandra' (GID 111) ... Done. vm.max_map_count = 1048575 net.ipv4.tcp_keepalive_time = 300 Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... done. done. Processing triggers for ureadahead (0.100.0-16) ... Selecting previously unselected package clearwater-cassandra. (Reading database ... 53131 files and directories currently installed.) Preparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ... Unpacking clearwater-cassandra (1.0-180328.114015) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-program-options1.54.0:amd64. Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libpython3.4:amd64. Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package astaire-libs. Preparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ... Unpacking astaire-libs (1.0-180326.104711) ... Selecting previously unselected package cpulimit. Preparing to unpack .../cpulimit_2.0-1_amd64.deb ... Unpacking cpulimit (2.0-1) ... Selecting previously unselected package astaire. Preparing to unpack .../astaire_1.0-180326.104711_amd64.deb ... Unpacking astaire (1.0-180326.104711) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libc-ares-dev:amd64. Preparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package snmp. Preparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmp (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package chronos. Preparing to unpack .../chronos_1.0-180328.120836_amd64.deb ... Unpacking chronos (1.0-180328.120836) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package memcached. Preparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached (1.6.00-0clearwater0.6) ... Selecting previously unselected package clearwater-memcached. Preparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ... Unpacking clearwater-memcached (1.0-180328.114312) ... Selecting previously unselected package clearwater-snmp-handler-astaire. Preparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ... Unpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ... Selecting previously unselected package crest-prov. Preparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ... Unpacking crest-prov (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package gdb. Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... Selecting previously unselected package homer-cassandra. Preparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homer-cassandra (1.0-180326.111418) ... Selecting previously unselected package homestead-cassandra. Preparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ... Unpacking homestead-cassandra (1.0-180326.115231) ... Selecting previously unselected package homestead-prov-cassandra. Preparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov-cassandra (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package rogers-libs. Preparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ... Unpacking rogers-libs (1.0-180326.104711) ... Selecting previously unselected package rogers. Preparing to unpack .../rogers_1.0-180326.104711_amd64.deb ... Unpacking rogers (1.0-180326.104711) ... Selecting previously unselected package vellum. Preparing to unpack .../vellum_1.0-180328.114312_amd64.deb ... Unpacking vellum (1.0-180328.114312) ... Selecting previously unselected package libc6-dbg:amd64. Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package memcached-dbg. Preparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up astaire-libs (1.0-180326.104711) ... Setting up cpulimit (2.0-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Setting up snmp (5.7.3~dfsg-clearwater1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up memcached (1.6.00-0clearwater0.6) ... Restarting memcached: memcached. Setting up crest-prov (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest-prov/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up rogers-libs (1.0-180326.104711) ... Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Setting up memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit chronos: unrecognized service reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 11902 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up clearwater-etcd (1.0-180328.115321) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-memcached (1.0-180328.114312) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit reload: Job is not running: clearwater-monit ...done. Setting up clearwater-snmp-handler-astaire (1.0-180326.110542) ... * Stopping network management services: Setting up rogers (1.0-180326.104711) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-cassandra (1.0-180328.114015) ... Adding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra' * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit ...done. reload: Job is not running: clearwater-monit Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12530 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up homer-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-cassandra (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip 2018-09-02 03:07:32,429 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:07:42,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:42,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:42,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c28e6fa-6683-4576-a9c8-448a2cf2beb1 x-compute-request-id: req-3c28e6fa-6683-4576-a9c8-448a2cf2beb1 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:42,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3c28e6fa-6683-4576-a9c8-448a2cf2beb1 2018-09-02 03:07:42,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55650305748s 2018-09-02 03:07:42,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3c28e6fa-6683-4576-a9c8-448a2cf2beb1 2018-09-02 03:07:43,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:43,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:43,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f789dc7-d741-4dc8-8b32-5db696c2c865 x-compute-request-id: req-6f789dc7-d741-4dc8-8b32-5db696c2c865 Content-Encoding: gzip Content-Length: 19182 Content-Type: application/json RESP BODY: {"output": "1)\n[ 0.274265] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.276084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.278115] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.280050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.281903] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.283719] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.283719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.284004] vgaarb: loaded\n[ 0.284875] vgaarb: bridge control possible 0000:00:02.0\n[ 0.286569] SCSI subsystem initialized\n[ 0.287839] ACPI: bus type USB registered\n[ 0.288033] usbcore: registered new interface driver usbfs\n[ 0.289506] usbcore: registered new interface driver hub\n[ 0.290972] usbcore: registered new device driver usb\n[ 0.292113] PCI: Using ACPI for IRQ routing\n[ 0.293967] NetLabel: Initializing\n[ 0.295005] NetLabel: domain hash size = 128\n[ 0.296003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.297418] NetLabel: unlabeled traffic allowed by default\n[ 0.298921] Switched to clocksource kvm-clock\n[ 0.304862] AppArmor: AppArmor Filesystem Enabled\n[ 0.306244] pnp: PnP ACPI init\n[ 0.307212] ACPI: bus type PNP registered\n[ 0.308879] pnp: PnP ACPI: found 8 devices\n[ 0.310049] ACPI: bus type PNP unregistered\n[ 0.340564] NET: Registered protocol family 2\n[ 0.342163] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.344318] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.346194] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.347928] TCP: reno registered\n[ 0.348889] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.350473] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.352211] NET: Registered protocol family 1\n[ 0.353451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.354940] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.356463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.401876] Trying to unpack rootfs image as initramfs...\n[ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512249] Scanning for low memory corruption every 60 seconds\n[ 0.514609] Initialise system trusted keyring\n[ 0.516186] audit: initializing netlink socket (disabled)\n[ 0.517955] type=2000 audit(1535857447.476:1): initialized\n[ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541828] zbud: loaded\n[ 0.543049] VFS: Disk quotas dquot_6.5.2\n[ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546852] fuse init (API version 7.22)\n[ 0.548281] msgmni has been set to 3997\n[ 0.549665] Key type big_key registered\n[ 0.551441] Key type asymmetric registered\n[ 0.552871] Asymmetric key parser 'x509' registered\n[ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.557086] io scheduler noop registered\n[ 0.558441] io scheduler deadline registered (default)\n[ 0.560147] io scheduler cfq registered\n[ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565472] ipmi message handler version 39.2\n[ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569316] ACPI: Power Button [PWRF]\n[ 0.570437] GHES: HEST is not enabled!\n[ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.688646] Linux agpgart interface v0.103\n[ 0.690762] brd: module loaded\n[ 0.692159] loop: module loaded\n[ 0.693470] blk-mq: CPU -> queue map\n[ 0.694497] CPU 0 -> Queue 0\n[ 0.695405] CPU 1 -> Queue 0\n[ 0.697143] vda: vda1\n[ 0.698892] scsi0 : ata_piix\n[ 0.700225] scsi1 : ata_piix\n[ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.706257] libphy: Fixed MDIO Bus: probed\n[ 0.707871] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709747] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713803] PPP generic driver version 2.4.2\n[ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717752] ehci-pci: EHCI PCI platform driver\n[ 0.719389] ehci-platform: EHCI generic platform driver\n[ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.723433] ohci-pci: OHCI PCI platform driver\n[ 0.725070] ohci-platform: OHCI generic platform driver\n[ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.761858] usb usb1: Product: UHCI Host Controller\n[ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.765865] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767688] hub 1-0:1.0: USB hub found\n[ 0.769174] hub 1-0:1.0: 2 ports detected\n[ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778355] mousedev: PS/2 mouse device common for all mice\n[ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790707] device-mapper: uevent: version 1.0.3\n[ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797779] TCP: cubic registered\n[ 0.799115] NET: Registered protocol family 10\n[ 0.801007] NET: Registered protocol family 17\n[ 0.802614] Key type dns_resolver registered\n[ 0.804370] Loading compiled-in X.509 certificates\n[ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.816917] registered taskstats version 1\n[ 0.820468] Key type trusted registered\n[ 0.825049] Key type encrypted registered\n[ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828584] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.831138] regulator-dummy: disabling\n[ 0.832682] Magic number: 2:994:56\n[ 0.834098] input mice: hash matches\n[ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447)\n[ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.840939] EDD information not available.\n[ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.863629] Write protecting the kernel read-only data: 12288k\n[ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.882549] systemd-udevd[107]: starting version 204\n[ 0.916701] FDC 0 is a S82078B\n[ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.249807] usb 1-1: Product: QEMU USB Tablet\n[ 1.251194] usb 1-1: Manufacturer: QEMU\n[ 1.252445] usb 1-1: SerialNumber: 42\n[ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.648865] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.32]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.26]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ncb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . . |\n| + = . |\n| o * . . |\n| = . . |\n| E S |\n| o * + |\n| o =.. |\n| .o.o |\n| .oo o. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|OB=o .. |\n|=+ ooo |\n|o o o.... |\n|.o . ...E. |\n|o o . S |\n| . o |\n| o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +.. o.E |\n|.+ = B + . |\n|+.+ * o o |\n|+o o o |\n|+ . S . |\n|.. . |\n|. |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o=o. |\n| o o o. |\n| o = . E|\n| . + . .|\n| S o .|\n| * . . . |\n| = * . . |\n| . o = . |\n| . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds.\n * Stopping save kernel messages[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 7s (1667 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java\nSuggested packages:\n astaire-dbg binutils-doc cassandra-tools clearwater-auto-config\n clearwater-auto-upgrade clearwater-secure-connections exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common\n liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader\n libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc\n icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra\n fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei\n fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc\n python3-setuptools isag\nRecommended packages:\n libc-dbg python-dev-all\nThe following NEW packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java vellum\n0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 170 MB of archives.\nAfter this operation, 407 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB]\nGet:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nGet:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB]\nExtracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 170 MB in 30s (5665 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libnss3-nssdb.\nPreparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ...\nUnpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package libnss3:amd64.\nPreparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ...\nUnpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package ca-certificates-java.\nPreparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ...\nUnpacking ca-certificates-java (20130815ubuntu1) ...\nSelecting previously unselected package tzdata-java.\nPreparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata-java (2017c-0ubuntu0.14.04) ...\nSelecting previously unselected package java-common.\nPreparing to unpack .../java-common_0.51_all.deb ...\nUnpacking java-common (0.51) ...\nSelecting previously unselected package libavahi-common-data:amd64.\nPreparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-common3:amd64.\nPreparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-client3:amd64.\nPreparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libcups2:amd64.\nPreparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ...\nUnpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSelecting previously unselected package liblcms2-2:amd64.\nPreparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ...\nUnpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libpcsclite1:amd64.\nPreparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ...\nUnpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSelecting previously unselected package libasyncns0:amd64.\nPreparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ...\nUnpacking libasyncns0:amd64 (0.8-4ubuntu2) ...\nSelecting previously unselected package libogg0:amd64.\nPreparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ...\nUnpacking libogg0:amd64 (1.3.1-1ubuntu1) ...\nSelecting previously unselected package libflac8:amd64.\nPreparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ...\nUnpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSelecting previously unselected package libvorbis0a:amd64.\nPreparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libvorbisenc2:amd64.\nPreparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libsndfile1:amd64.\nPreparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ...\nUnpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSelecting previously unselected package libpulse0:amd64.\nPreparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ...\nUnpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package openjdk-7-jre-headless:amd64.\nPreparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nSelecting previously unselected package cassandra.\nPreparing to unpack .../cassandra_2.1.15_all.deb ...\nUnpacking cassandra (2.1.15) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up tzdata-java (2017c-0ubuntu0.14.04) ...\nSetting up java-common (0.51) ...\nSetting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSetting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSetting up libasyncns0:amd64 (0.8-4ubuntu2) ...\nSetting up libogg0:amd64 (1.3.1-1ubuntu1) ...\nSetting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSetting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSetting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up ca-certificates-java (20130815ubuntu1) ...\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:Certigna.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:EC-ACC.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:CFCA_EV_ROOT.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:PSCProcert.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:DST_ACES_CA_X6.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode\nSetting up cassandra (2.1.15) ...\nAdding group `cassandra' (GID 111) ...\nDone.\nvm.max_map_count = 1048575\nnet.ipv4.tcp_keepalive_time = 300\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....\ndone.\ndone.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSelecting previously unselected package clearwater-cassandra.\n(Reading database ... 53131 files and directories currently installed.)\nPreparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ...\nUnpacking clearwater-cassandra (1.0-180328.114015) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-program-options1.54.0:amd64.\nPreparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libpython3.4:amd64.\nPreparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ...\nUnpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libc-ares2:amd64.\nPreparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package astaire-libs.\nPreparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ...\nUnpacking astaire-libs (1.0-180326.104711) ...\nSelecting previously unselected package cpulimit.\nPreparing to unpack .../cpulimit_2.0-1_amd64.deb ...\nUnpacking cpulimit (2.0-1) ...\nSelecting previously unselected package astaire.\nPreparing to unpack .../astaire_1.0-180326.104711_amd64.deb ...\nUnpacking astaire (1.0-180326.104711) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libc-ares-dev:amd64.\nPreparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package snmp.\nPreparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmp (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package chronos.\nPreparing to unpack .../chronos_1.0-180328.120836_amd64.deb ...\nUnpacking chronos (1.0-180328.120836) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package memcached.\nPreparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached (1.6.00-0clearwater0.6) ...\nSelecting previously unselected package clearwater-memcached.\nPreparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ...\nUnpacking clearwater-memcached (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-snmp-handler-astaire.\nPreparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ...\nUnpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ...\nSelecting previously unselected package crest-prov.\nPreparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ...\nUnpacking crest-prov (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package gdb.\nPreparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ...\nUnpacking gdb (7.7.1-0ubuntu5~14.04.3) ...\nSelecting previously unselected package homer-cassandra.\nPreparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homer-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package homestead-cassandra.\nPreparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-cassandra (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov-cassandra.\nPreparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package rogers-libs.\nPreparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ...\nUnpacking rogers-libs (1.0-180326.104711) ...\nSelecting previously unselected package rogers.\nPreparing to unpack .../rogers_1.0-180326.104711_amd64.deb ...\nUnpacking rogers (1.0-180326.104711) ...\nSelecting previously unselected package vellum.\nPreparing to unpack .../vellum_1.0-180328.114312_amd64.deb ...\nUnpacking vellum (1.0-180328.114312) ...\nSelecting previously unselected package libc6-dbg:amd64.\nPreparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package memcached-dbg.\nPreparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up astaire-libs (1.0-180326.104711) ...\nSetting up cpulimit (2.0-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up snmp (5.7.3~dfsg-clearwater1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up memcached (1.6.00-0clearwater0.6) ...\nRestarting memcached: memcached.\nSetting up crest-prov (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest-prov/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up gdb (7.7.1-0ubuntu5~14.04.3) ...\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up rogers-libs (1.0-180326.104711) ...\nSetting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSetting up memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nchronos: unrecognized service\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 11902\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up clearwater-etcd (1.0-180328.115321) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-memcached (1.0-180328.114312) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-snmp-handler-astaire (1.0-180326.110542) ...\n * Stopping network management services:\nSetting up rogers (1.0-180326.104711) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-cassandra (1.0-180328.114015) ...\nAdding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra'\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\n ...done.\nreload: Job is not running: clearwater-monit\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12530\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up homer-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-cassandra (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up chronos (1.0-180328.120836) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up vellum (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-management\n0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 6120 kB of archives.\nAfter this operation, 6459 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 6120 kB in 1s (6023 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59688 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n+ echo 'nameserver 192.168.0.24'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n"} 2018-09-02 03:07:43,103 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-6f789dc7-d741-4dc8-8b32-5db696c2c865 2018-09-02 03:07:43,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.100295066833s 2018-09-02 03:07:43,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-6f789dc7-d741-4dc8-8b32-5db696c2c865 2018-09-02 03:07:43,107 - functest.core.singlevm - DEBUG - console: 1) [ 0.274265] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.276084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.278115] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.280050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.281903] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.283719] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.283719] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.284004] vgaarb: loaded [ 0.284875] vgaarb: bridge control possible 0000:00:02.0 [ 0.286569] SCSI subsystem initialized [ 0.287839] ACPI: bus type USB registered [ 0.288033] usbcore: registered new interface driver usbfs [ 0.289506] usbcore: registered new interface driver hub [ 0.290972] usbcore: registered new device driver usb [ 0.292113] PCI: Using ACPI for IRQ routing [ 0.293967] NetLabel: Initializing [ 0.295005] NetLabel: domain hash size = 128 [ 0.296003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.297418] NetLabel: unlabeled traffic allowed by default [ 0.298921] Switched to clocksource kvm-clock [ 0.304862] AppArmor: AppArmor Filesystem Enabled [ 0.306244] pnp: PnP ACPI init [ 0.307212] ACPI: bus type PNP registered [ 0.308879] pnp: PnP ACPI: found 8 devices [ 0.310049] ACPI: bus type PNP unregistered [ 0.340564] NET: Registered protocol family 2 [ 0.342163] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.344318] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.346194] TCP: Hash tables configured (established 16384 bind 16384) [ 0.347928] TCP: reno registered [ 0.348889] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.350473] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.352211] NET: Registered protocol family 1 [ 0.353451] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.354940] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.356463] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.401876] Trying to unpack rootfs image as initramfs... [ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512249] Scanning for low memory corruption every 60 seconds [ 0.514609] Initialise system trusted keyring [ 0.516186] audit: initializing netlink socket (disabled) [ 0.517955] type=2000 audit(1535857447.476:1): initialized [ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.541828] zbud: loaded [ 0.543049] VFS: Disk quotas dquot_6.5.2 [ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.546852] fuse init (API version 7.22) [ 0.548281] msgmni has been set to 3997 [ 0.549665] Key type big_key registered [ 0.551441] Key type asymmetric registered [ 0.552871] Asymmetric key parser 'x509' registered [ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.557086] io scheduler noop registered [ 0.558441] io scheduler deadline registered (default) [ 0.560147] io scheduler cfq registered [ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.565472] ipmi message handler version 39.2 [ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.569316] ACPI: Power Button [PWRF] [ 0.570437] GHES: HEST is not enabled! [ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.688646] Linux agpgart interface v0.103 [ 0.690762] brd: module loaded [ 0.692159] loop: module loaded [ 0.693470] blk-mq: CPU -> queue map [ 0.694497] CPU 0 -> Queue 0 [ 0.695405] CPU 1 -> Queue 0 [ 0.697143] vda: vda1 [ 0.698892] scsi0 : ata_piix [ 0.700225] scsi1 : ata_piix [ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.706257] libphy: Fixed MDIO Bus: probed [ 0.707871] tun: Universal TUN/TAP device driver, 1.6 [ 0.709747] tun: (C) 1999-2004 Max Krasnyansky [ 0.713803] PPP generic driver version 2.4.2 [ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717752] ehci-pci: EHCI PCI platform driver [ 0.719389] ehci-platform: EHCI generic platform driver [ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.723433] ohci-pci: OHCI PCI platform driver [ 0.725070] ohci-platform: OHCI generic platform driver [ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver [ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.761858] usb usb1: Product: UHCI Host Controller [ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.765865] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767688] hub 1-0:1.0: USB hub found [ 0.769174] hub 1-0:1.0: 2 ports detected [ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.778355] mousedev: PS/2 mouse device common for all mice [ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784121] rtc_cmos 00:00: RTC can wake from S4 [ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790707] device-mapper: uevent: version 1.0.3 [ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797779] TCP: cubic registered [ 0.799115] NET: Registered protocol family 10 [ 0.801007] NET: Registered protocol family 17 [ 0.802614] Key type dns_resolver registered [ 0.804370] Loading compiled-in X.509 certificates [ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.816917] registered taskstats version 1 [ 0.820468] Key type trusted registered [ 0.825049] Key type encrypted registered [ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled [ 0.828584] IMA: No TPM chip found, activating TPM-bypass! [ 0.831138] regulator-dummy: disabling [ 0.832682] Magic number: 2:994:56 [ 0.834098] input mice: hash matches [ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447) [ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.840939] EDD information not available. [ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.863629] Write protecting the kernel read-only data: 12288k [ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.882549] systemd-udevd[107]: starting version 204 [ 0.916701] FDC 0 is a S82078B [ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.249807] usb 1-1: Product: QEMU USB Tablet [ 1.251194] usb 1-1: Manufacturer: QEMU [ 1.252445] usb 1-1: SerialNumber: 42 [ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.648865] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds. cloud-init-nonet[3.32]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.26]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: cb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | . . | | + = . | | o * . . | | = . . | | E S | | o * + | | o =.. | | .o.o | | .oo o. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: a1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |OB=o .. | |=+ ooo | |o o o.... | |.o . ...E. | |o o . S | | . o | | o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | +.. o.E | |.+ = B + . | |+.+ * o o | |+o o o | |+ . S . | |.. . | |. | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | .o=o. | | o o o. | | o = . E| | . + . .| | S o .| | * . . . | | = * . . | | . o = . | | . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds. * Stopping save kernel messages[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 7s (1667 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java Suggested packages: astaire-dbg binutils-doc cassandra-tools clearwater-auto-config clearwater-auto-upgrade clearwater-secure-connections exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: libc-dbg python-dev-all The following NEW packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java vellum 0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded. Need to get 170 MB of archives. After this operation, 407 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB] Get:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] Extracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 170 MB in 30s (5665 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ... Unpacking ca-certificates-java (20130815ubuntu1) ... Selecting previously unselected package tzdata-java. Preparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ... Unpacking tzdata-java (2017c-0ubuntu0.14.04) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.51_all.deb ... Unpacking java-common (0.51) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ... Unpacking libogg0:amd64 (1.3.1-1ubuntu1) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ... Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ... Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package openjdk-7-jre-headless:amd64. Preparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... Selecting previously unselected package cassandra. Preparing to unpack .../cassandra_2.1.15_all.deb ... Unpacking cassandra (2.1.15) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up tzdata-java (2017c-0ubuntu0.14.04) ... Setting up java-common (0.51) ... Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... Setting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Setting up libasyncns0:amd64 (0.8-4ubuntu2) ... Setting up libogg0:amd64 (1.3.1-1ubuntu1) ... Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Setting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Setting up ca-certificates-java (20130815ubuntu1) ... Adding debian:Cybertrust_Global_Root.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Taiwan_GRCA.pem Adding debian:ISRG_Root_X1.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Certigna.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:EC-ACC.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:SecureSign_RootCA11.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:CNNIC_ROOT.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:Secure_Global_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Izenpe.com.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:Certum_Root_CA.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:PSCProcert.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:SecureTrust_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:ACEDICOM_Root.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up cassandra (2.1.15) ... Adding group `cassandra' (GID 111) ... Done. vm.max_map_count = 1048575 net.ipv4.tcp_keepalive_time = 300 Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... done. done. Processing triggers for ureadahead (0.100.0-16) ... Selecting previously unselected package clearwater-cassandra. (Reading database ... 53131 files and directories currently installed.) Preparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ... Unpacking clearwater-cassandra (1.0-180328.114015) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-program-options1.54.0:amd64. Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libpython3.4:amd64. Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package astaire-libs. Preparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ... Unpacking astaire-libs (1.0-180326.104711) ... Selecting previously unselected package cpulimit. Preparing to unpack .../cpulimit_2.0-1_amd64.deb ... Unpacking cpulimit (2.0-1) ... Selecting previously unselected package astaire. Preparing to unpack .../astaire_1.0-180326.104711_amd64.deb ... Unpacking astaire (1.0-180326.104711) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libc-ares-dev:amd64. Preparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package snmp. Preparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmp (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package chronos. Preparing to unpack .../chronos_1.0-180328.120836_amd64.deb ... Unpacking chronos (1.0-180328.120836) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package memcached. Preparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached (1.6.00-0clearwater0.6) ... Selecting previously unselected package clearwater-memcached. Preparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ... Unpacking clearwater-memcached (1.0-180328.114312) ... Selecting previously unselected package clearwater-snmp-handler-astaire. Preparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ... Unpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ... Selecting previously unselected package crest-prov. Preparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ... Unpacking crest-prov (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package gdb. Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... Selecting previously unselected package homer-cassandra. Preparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homer-cassandra (1.0-180326.111418) ... Selecting previously unselected package homestead-cassandra. Preparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ... Unpacking homestead-cassandra (1.0-180326.115231) ... Selecting previously unselected package homestead-prov-cassandra. Preparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov-cassandra (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package rogers-libs. Preparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ... Unpacking rogers-libs (1.0-180326.104711) ... Selecting previously unselected package rogers. Preparing to unpack .../rogers_1.0-180326.104711_amd64.deb ... Unpacking rogers (1.0-180326.104711) ... Selecting previously unselected package vellum. Preparing to unpack .../vellum_1.0-180328.114312_amd64.deb ... Unpacking vellum (1.0-180328.114312) ... Selecting previously unselected package libc6-dbg:amd64. Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package memcached-dbg. Preparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up astaire-libs (1.0-180326.104711) ... Setting up cpulimit (2.0-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Setting up snmp (5.7.3~dfsg-clearwater1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up memcached (1.6.00-0clearwater0.6) ... Restarting memcached: memcached. Setting up crest-prov (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest-prov/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up rogers-libs (1.0-180326.104711) ... Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Setting up memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit chronos: unrecognized service reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 11902 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up clearwater-etcd (1.0-180328.115321) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-memcached (1.0-180328.114312) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit reload: Job is not running: clearwater-monit ...done. Setting up clearwater-snmp-handler-astaire (1.0-180326.110542) ... * Stopping network management services: Setting up rogers (1.0-180326.104711) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-cassandra (1.0-180328.114015) ... Adding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra' * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit ...done. reload: Job is not running: clearwater-monit Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12530 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up homer-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-cassandra (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up chronos (1.0-180328.120836) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up vellum (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager The following NEW packages will be installed: clearwater-cluster-manager clearwater-management 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. Need to get 6120 kB of archives. After this operation, 6459 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 6120 kB in 1s (6023 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59688 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 + echo 'nameserver 192.168.0.24' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq 2018-09-02 03:07:43,114 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 03:07:53,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:53,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:53,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22a4a9ff-4ed3-4915-ab01-d3807374b9d3 x-compute-request-id: req-22a4a9ff-4ed3-4915-ab01-d3807374b9d3 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:53,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-22a4a9ff-4ed3-4915-ab01-d3807374b9d3 2018-09-02 03:07:53,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519474983215s 2018-09-02 03:07:53,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-22a4a9ff-4ed3-4915-ab01-d3807374b9d3 2018-09-02 03:07:53,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:53,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:53,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-721b98bd-80a2-4e14-acf3-d33c22ece65b x-compute-request-id: req-721b98bd-80a2-4e14-acf3-d33c22ece65b Content-Encoding: gzip Content-Length: 19613 Content-Type: application/json RESP BODY: {"output": "] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.401876] Trying to unpack rootfs image as initramfs...\n[ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512249] Scanning for low memory corruption every 60 seconds\n[ 0.514609] Initialise system trusted keyring\n[ 0.516186] audit: initializing netlink socket (disabled)\n[ 0.517955] type=2000 audit(1535857447.476:1): initialized\n[ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.541828] zbud: loaded\n[ 0.543049] VFS: Disk quotas dquot_6.5.2\n[ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.546852] fuse init (API version 7.22)\n[ 0.548281] msgmni has been set to 3997\n[ 0.549665] Key type big_key registered\n[ 0.551441] Key type asymmetric registered\n[ 0.552871] Asymmetric key parser 'x509' registered\n[ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.557086] io scheduler noop registered\n[ 0.558441] io scheduler deadline registered (default)\n[ 0.560147] io scheduler cfq registered\n[ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.565472] ipmi message handler version 39.2\n[ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.569316] ACPI: Power Button [PWRF]\n[ 0.570437] GHES: HEST is not enabled!\n[ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.688646] Linux agpgart interface v0.103\n[ 0.690762] brd: module loaded\n[ 0.692159] loop: module loaded\n[ 0.693470] blk-mq: CPU -> queue map\n[ 0.694497] CPU 0 -> Queue 0\n[ 0.695405] CPU 1 -> Queue 0\n[ 0.697143] vda: vda1\n[ 0.698892] scsi0 : ata_piix\n[ 0.700225] scsi1 : ata_piix\n[ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.706257] libphy: Fixed MDIO Bus: probed\n[ 0.707871] tun: Universal TUN/TAP device driver, 1.6\n[ 0.709747] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713803] PPP generic driver version 2.4.2\n[ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717752] ehci-pci: EHCI PCI platform driver\n[ 0.719389] ehci-platform: EHCI generic platform driver\n[ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.723433] ohci-pci: OHCI PCI platform driver\n[ 0.725070] ohci-platform: OHCI generic platform driver\n[ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.761858] usb usb1: Product: UHCI Host Controller\n[ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.765865] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767688] hub 1-0:1.0: USB hub found\n[ 0.769174] hub 1-0:1.0: 2 ports detected\n[ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.778355] mousedev: PS/2 mouse device common for all mice\n[ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784121] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790707] device-mapper: uevent: version 1.0.3\n[ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797779] TCP: cubic registered\n[ 0.799115] NET: Registered protocol family 10\n[ 0.801007] NET: Registered protocol family 17\n[ 0.802614] Key type dns_resolver registered\n[ 0.804370] Loading compiled-in X.509 certificates\n[ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.816917] registered taskstats version 1\n[ 0.820468] Key type trusted registered\n[ 0.825049] Key type encrypted registered\n[ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.828584] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.831138] regulator-dummy: disabling\n[ 0.832682] Magic number: 2:994:56\n[ 0.834098] input mice: hash matches\n[ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447)\n[ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.840939] EDD information not available.\n[ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.863629] Write protecting the kernel read-only data: 12288k\n[ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.882549] systemd-udevd[107]: starting version 204\n[ 0.916701] FDC 0 is a S82078B\n[ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.249807] usb 1-1: Product: QEMU USB Tablet\n[ 1.251194] usb 1-1: Manufacturer: QEMU\n[ 1.252445] usb 1-1: SerialNumber: 42\n[ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.648865] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds.\ncloud-init-nonet[3.32]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.26]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ncb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . . |\n| + = . |\n| o * . . |\n| = . . |\n| E S |\n| o * + |\n| o =.. |\n| .o.o |\n| .oo o. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|OB=o .. |\n|=+ ooo |\n|o o o.... |\n|.o . ...E. |\n|o o . S |\n| . o |\n| o |\n| . |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +.. o.E |\n|.+ = B + . |\n|+.+ * o o |\n|+o o o |\n|+ . S . |\n|.. . |\n|. |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o=o. |\n| o o o. |\n| o = . E|\n| . + . .|\n| S o .|\n| * . . . |\n| = * . . |\n| . o = . |\n| . o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds.\n * Stopping save kernel messages[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 7s (1667 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.8\n+ '[' -n 192.168.0.8 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java\nSuggested packages:\n astaire-dbg binutils-doc cassandra-tools clearwater-auto-config\n clearwater-auto-upgrade clearwater-secure-connections exim4 postfix\n mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common\n liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader\n libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc\n icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra\n fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei\n fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc\n python3-setuptools isag\nRecommended packages:\n libc-dbg python-dev-all\nThe following NEW packages will be installed:\n astaire astaire-libs binutils build-essential ca-certificates-java cassandra\n chronos clearwater-cassandra clearwater-config-manager\n clearwater-diags-monitor clearwater-etcd clearwater-infrastructure\n clearwater-log-cleanup clearwater-memcached clearwater-monit\n clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd\n clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra\n homestead-prov-cassandra inotify-tools iotop java-common\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data\n libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2\n libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl\n libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot\n libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10\n libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8\n liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3\n libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18\n libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4\n libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a\n libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev\n memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema\n python-mock python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd\n sysstat tzdata-java vellum\n0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 170 MB of archives.\nAfter this operation, 407 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB]\nGet:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nGet:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB]\nExtracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 170 MB in 30s (5665 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libnss3-nssdb.\nPreparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ...\nUnpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package libnss3:amd64.\nPreparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ...\nUnpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSelecting previously unselected package ca-certificates-java.\nPreparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ...\nUnpacking ca-certificates-java (20130815ubuntu1) ...\nSelecting previously unselected package tzdata-java.\nPreparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata-java (2017c-0ubuntu0.14.04) ...\nSelecting previously unselected package java-common.\nPreparing to unpack .../java-common_0.51_all.deb ...\nUnpacking java-common (0.51) ...\nSelecting previously unselected package libavahi-common-data:amd64.\nPreparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-common3:amd64.\nPreparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libavahi-client3:amd64.\nPreparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ...\nUnpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSelecting previously unselected package libcups2:amd64.\nPreparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ...\nUnpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSelecting previously unselected package liblcms2-2:amd64.\nPreparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ...\nUnpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libpcsclite1:amd64.\nPreparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ...\nUnpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSelecting previously unselected package libasyncns0:amd64.\nPreparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ...\nUnpacking libasyncns0:amd64 (0.8-4ubuntu2) ...\nSelecting previously unselected package libogg0:amd64.\nPreparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ...\nUnpacking libogg0:amd64 (1.3.1-1ubuntu1) ...\nSelecting previously unselected package libflac8:amd64.\nPreparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ...\nUnpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSelecting previously unselected package libvorbis0a:amd64.\nPreparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libvorbisenc2:amd64.\nPreparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ...\nUnpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSelecting previously unselected package libsndfile1:amd64.\nPreparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ...\nUnpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSelecting previously unselected package libpulse0:amd64.\nPreparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ...\nUnpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package openjdk-7-jre-headless:amd64.\nPreparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nSelecting previously unselected package cassandra.\nPreparing to unpack .../cassandra_2.1.15_all.deb ...\nUnpacking cassandra (2.1.15) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up tzdata-java (2017c-0ubuntu0.14.04) ...\nSetting up java-common (0.51) ...\nSetting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ...\nSetting up libcups2:amd64 (1.7.2-0ubuntu1.10) ...\nSetting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ...\nSetting up libasyncns0:amd64 (0.8-4ubuntu2) ...\nSetting up libogg0:amd64 (1.3.1-1ubuntu1) ...\nSetting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...\nSetting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ...\nSetting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ...\nSetting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ...\nSetting up ca-certificates-java (20130815ubuntu1) ...\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:Certigna.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:EC-ACC.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:T\ufffd\ufffdB\ufffd\ufffdTAK_UEKAE_K\ufffd\ufffdk_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_-_S\ufffd\ufffdr\ufffd\ufffdm_3.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:CFCA_EV_ROOT.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:PSCProcert.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:QuoVadis_Root_CA.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:DST_ACES_CA_X6.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ...\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode\nupdate-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode\nSetting up cassandra (2.1.15) ...\nAdding group `cassandra' (GID 111) ...\nDone.\nvm.max_map_count = 1048575\nnet.ipv4.tcp_keepalive_time = 300\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ca-certificates (20170717~14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 0 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....\ndone.\ndone.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSelecting previously unselected package clearwater-cassandra.\n(Reading database ... 53131 files and directories currently installed.)\nPreparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ...\nUnpacking clearwater-cassandra (1.0-180328.114015) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-program-options1.54.0:amd64.\nPreparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libpython3.4:amd64.\nPreparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ...\nUnpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libc-ares2:amd64.\nPreparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package astaire-libs.\nPreparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ...\nUnpacking astaire-libs (1.0-180326.104711) ...\nSelecting previously unselected package cpulimit.\nPreparing to unpack .../cpulimit_2.0-1_amd64.deb ...\nUnpacking cpulimit (2.0-1) ...\nSelecting previously unselected package astaire.\nPreparing to unpack .../astaire_1.0-180326.104711_amd64.deb ...\nUnpacking astaire (1.0-180326.104711) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libc-ares-dev:amd64.\nPreparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ...\nUnpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSelecting previously unselected package snmp.\nPreparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmp (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ...\nUnpacking clearwater-snmpd (1.0-180328.114312) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package chronos.\nPreparing to unpack .../chronos_1.0-180328.120836_amd64.deb ...\nUnpacking chronos (1.0-180328.120836) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package memcached.\nPreparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached (1.6.00-0clearwater0.6) ...\nSelecting previously unselected package clearwater-memcached.\nPreparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ...\nUnpacking clearwater-memcached (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-snmp-handler-astaire.\nPreparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ...\nUnpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ...\nSelecting previously unselected package crest-prov.\nPreparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ...\nUnpacking crest-prov (1.0-180326.111418) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package gdb.\nPreparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ...\nUnpacking gdb (7.7.1-0ubuntu5~14.04.3) ...\nSelecting previously unselected package homer-cassandra.\nPreparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homer-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package homestead-cassandra.\nPreparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ...\nUnpacking homestead-cassandra (1.0-180326.115231) ...\nSelecting previously unselected package homestead-prov-cassandra.\nPreparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ...\nUnpacking homestead-prov-cassandra (1.0-180326.111418) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package rogers-libs.\nPreparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ...\nUnpacking rogers-libs (1.0-180326.104711) ...\nSelecting previously unselected package rogers.\nPreparing to unpack .../rogers_1.0-180326.104711_amd64.deb ...\nUnpacking rogers (1.0-180326.104711) ...\nSelecting previously unselected package vellum.\nPreparing to unpack .../vellum_1.0-180328.114312_amd64.deb ...\nUnpacking vellum (1.0-180328.114312) ...\nSelecting previously unselected package libc6-dbg:amd64.\nPreparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package memcached-dbg.\nPreparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ...\nUnpacking memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up astaire-libs (1.0-180326.104711) ...\nSetting up cpulimit (2.0-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ...\nSetting up snmp (5.7.3~dfsg-clearwater1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up memcached (1.6.00-0clearwater0.6) ...\nRestarting memcached: memcached.\nSetting up crest-prov (1.0-180326.111418) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest-prov/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting defusedxml (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up gdb (7.7.1-0ubuntu5~14.04.3) ...\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up rogers-libs (1.0-180326.104711) ...\nSetting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ...\nSetting up memcached-dbg (1.6.00-0clearwater0.6) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nchronos: unrecognized service\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 11902\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-180328.114312) ...\n * Stopping network management services:\nSetting up clearwater-etcd (1.0-180328.115321) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-memcached (1.0-180328.114312) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-snmp-handler-astaire (1.0-180326.110542) ...\n * Stopping network management services:\nSetting up rogers (1.0-180326.104711) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\n ...done.\nSetting up clearwater-cassandra (1.0-180328.114015) ...\nAdding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra'\nAdding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra'\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\nExiting: cassandra.yaml is missing\nreload: Job is not running: clearwater-monit\n ...done.\nreload: Job is not running: clearwater-monit\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12530\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up homer-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-cassandra (1.0-180326.115231) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up homestead-prov-cassandra (1.0-180326.111418) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up chronos (1.0-180328.120836) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up vellum (1.0-180328.114312) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-management\n0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 6120 kB of archives.\nAfter this operation, 6459 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 6120 kB in 1s (6023 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59688 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.205\n++ echo A 172.30.9.205\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n+ echo 'nameserver 192.168.0.24'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.6'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 a1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0 (DSA)\nec2: 256 79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0 (ECDSA)\nec2: 256 81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0 (ED25519)\nec2: 2048 cb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHvVbceffyyoQOX57AnkFfca3gKAUrOwXjhhGZMaIZbClcCwPOjKB6fnQVvPRmTZyH79FPGj7YwLJ8gbxzvp+8o= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINhSIHsS8xFQpwJz+HOqAwRu4ilgt+kq0UIpwHCmbjF/ root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3EoDpLYCh2OfumUNm0zctl+tFu8ZMZX1RpP8dIS7VEq4ONhugXyaRdu2OI3ooGXTmBJWQSvHsUjAhrr6wywO3K0QaE5ltVH+yDE/AV+OW1HHP2xcuBJyBQsdC2sYmlcVatAHSfoHnSF0cvZDzvFlGp3wdFMyrsV9sM5A+T4eEy1E/fjmxvM8Bi53pDQNwwlj+ubAOGvmpAxY1DCfVS/GgWNlWVYSylwz3AAk6wWUA0fPkm7g1kvy0qi488BEqISlDBh8R9z/QGhc8PqruvmKMLGuNcKZNPlT5xtQzivCfFWNks3dTCa+zcMgOMXpN72S0FnK6amm4T3LpbDVX8m1z root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:07:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 217.49 seconds\n"} 2018-09-02 03:07:53,724 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-721b98bd-80a2-4e14-acf3-d33c22ece65b 2018-09-02 03:07:53,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0812389850616s 2018-09-02 03:07:53,728 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa/action used request id req-721b98bd-80a2-4e14-acf3-d33c22ece65b 2018-09-02 03:07:53,728 - functest.core.singlevm - DEBUG - console: ] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.379071] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.401876] Trying to unpack rootfs image as initramfs... [ 0.503471] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.505819] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507349] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509303] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512249] Scanning for low memory corruption every 60 seconds [ 0.514609] Initialise system trusted keyring [ 0.516186] audit: initializing netlink socket (disabled) [ 0.517955] type=2000 audit(1535857447.476:1): initialized [ 0.538866] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.541828] zbud: loaded [ 0.543049] VFS: Disk quotas dquot_6.5.2 [ 0.544473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.546852] fuse init (API version 7.22) [ 0.548281] msgmni has been set to 3997 [ 0.549665] Key type big_key registered [ 0.551441] Key type asymmetric registered [ 0.552871] Asymmetric key parser 'x509' registered [ 0.554518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.557086] io scheduler noop registered [ 0.558441] io scheduler deadline registered (default) [ 0.560147] io scheduler cfq registered [ 0.561543] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.563347] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.565472] ipmi message handler version 39.2 [ 0.567007] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.569316] ACPI: Power Button [PWRF] [ 0.570437] GHES: HEST is not enabled! [ 0.592610] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.636438] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.659195] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.661376] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.685738] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.688646] Linux agpgart interface v0.103 [ 0.690762] brd: module loaded [ 0.692159] loop: module loaded [ 0.693470] blk-mq: CPU -> queue map [ 0.694497] CPU 0 -> Queue 0 [ 0.695405] CPU 1 -> Queue 0 [ 0.697143] vda: vda1 [ 0.698892] scsi0 : ata_piix [ 0.700225] scsi1 : ata_piix [ 0.701455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.703716] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.706257] libphy: Fixed MDIO Bus: probed [ 0.707871] tun: Universal TUN/TAP device driver, 1.6 [ 0.709747] tun: (C) 1999-2004 Max Krasnyansky [ 0.713803] PPP generic driver version 2.4.2 [ 0.715470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717752] ehci-pci: EHCI PCI platform driver [ 0.719389] ehci-platform: EHCI generic platform driver [ 0.721274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.723433] ohci-pci: OHCI PCI platform driver [ 0.725070] ohci-platform: OHCI generic platform driver [ 0.726941] uhci_hcd: USB Universal Host Controller Interface driver [ 0.749992] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.751889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.754665] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.756801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.759162] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.761858] usb usb1: Product: UHCI Host Controller [ 0.763621] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.765865] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767688] hub 1-0:1.0: USB hub found [ 0.769174] hub 1-0:1.0: 2 ports detected [ 0.770839] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774523] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.776360] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.778355] mousedev: PS/2 mouse device common for all mice [ 0.780677] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784121] rtc_cmos 00:00: RTC can wake from S4 [ 0.786161] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790707] device-mapper: uevent: version 1.0.3 [ 0.792505] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.795599] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797779] TCP: cubic registered [ 0.799115] NET: Registered protocol family 10 [ 0.801007] NET: Registered protocol family 17 [ 0.802614] Key type dns_resolver registered [ 0.804370] Loading compiled-in X.509 certificates [ 0.806563] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.816917] registered taskstats version 1 [ 0.820468] Key type trusted registered [ 0.825049] Key type encrypted registered [ 0.826604] AppArmor: AppArmor sha1 policy hashing enabled [ 0.828584] IMA: No TPM chip found, activating TPM-bypass! [ 0.831138] regulator-dummy: disabling [ 0.832682] Magic number: 2:994:56 [ 0.834098] input mice: hash matches [ 0.835669] rtc_cmos 00:00: setting system clock to 2018-09-02 03:04:07 UTC (1535857447) [ 0.838773] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.840939] EDD information not available. [ 0.861452] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.863629] Write protecting the kernel read-only data: 12288k [ 0.865791] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.869241] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.882549] systemd-udevd[107]: starting version 204 [ 0.916701] FDC 0 is a S82078B [ 1.080022] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.245570] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.247704] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.249807] usb 1-1: Product: QEMU USB Tablet [ 1.251194] usb 1-1: Manufacturer: QEMU [ 1.252445] usb 1-1: SerialNumber: 42 [ 1.504125] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.945429] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.382215] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.648865] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.768752] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:04:09 +0000. Up 3.17 seconds. cloud-init-nonet[3.32]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.26]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:04:11 +0000. Up 4.49 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:ff:35:64 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:5a:83:7c | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: cb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | . . | | + = . | | o * . . | | = . . | | E S | | o * + | | o =.. | | .o.o | | .oo o. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: a1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |OB=o .. | |=+ ooo | |o o o.... | |.o . ...E. | |o o . S | | . o | | o | | . | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | +.. o.E | |.+ = B + . | |+.+ * o o | |+o o o | |+ . S . | |.. . | |. | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | .o=o. | | o o o. | | o = . E| | . + . .| | S o .| | * . . . | | = * . . | | . o = . | | . o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:04:16 +0000. Up 10.21 seconds. * Stopping save kernel messages[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:04:18 +0000. Up 12.04 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 21532 0 --:--:-- --:--:-- --:--:-- 21568 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:15 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:17 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 7s (1667 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.8 + '[' -n 192.168.0.8 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java Suggested packages: astaire-dbg binutils-doc cassandra-tools clearwater-auto-config clearwater-auto-upgrade clearwater-secure-connections exim4 postfix mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver default-jre equivs glibc-doc cups-common liblcms2-utils pcscd pulseaudio lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc libcache-memcached-perl libmemcached ntp-doc icedtea-7-jre-jamvm libnss-mdns sun-java6-fonts fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei ttf-indic-fonts python-genshi python-lxml python-mock-doc python3-setuptools isag Recommended packages: libc-dbg python-dev-all The following NEW packages will be installed: astaire astaire-libs binutils build-essential ca-certificates-java cassandra chronos clearwater-cassandra clearwater-config-manager clearwater-diags-monitor clearwater-etcd clearwater-infrastructure clearwater-log-cleanup clearwater-memcached clearwater-monit clearwater-queue-manager clearwater-snmp-handler-astaire clearwater-snmpd clearwater-tcp-scalability cpp cpp-4.8 cpulimit crest-prov dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gdb gnutls-bin homer-cassandra homestead-cassandra homestead-prov-cassandra inotify-tools iotop java-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasyncns0 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libboost-filesystem1.54.0 libboost-program-options1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-ares-dev libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libflac8 libfontconfig1 libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjpeg-turbo8 libjpeg8 liblcms2-2 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libnspr4 libnss3 libnss3-nssdb libogg0 libopts25 libpcsclite1 libperl5.18 libpgm-5.1-0 libpulse0 libpython3.4 libquadmath0 libsctp1 libsensors4 libsndfile1 libsnmp-base libsnmp30 libstdc++-4.8-dev libtsan0 libvorbis0a libvorbisenc2 libzmq3 linux-libc-dev lksctp-tools make manpages-dev memcached memcached-dbg mysql-common ntp openjdk-7-jre-headless python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema python-mock python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath rogers rogers-libs snmp snmpd sysstat tzdata-java vellum 0 upgraded, 139 newly installed, 0 to remove and 6 not upgraded. Need to get 170 MB of archives. After this operation, 407 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ cassandra 2.1.15 [20.0 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.13.1-0ubuntu0.14.04.1 [110 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.28.4-0ubuntu0.14.04.3 [10.6 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.28.4-0ubuntu0.14.04.3 [1121 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:32 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:40 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:43 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:45 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:46 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.2 [39.5 MB] Get:48 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:49 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:51 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:53 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:54 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:55 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares2 amd64 1.10.0-2ubuntu0.2 [34.1 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cpulimit amd64 2.0-1 [14.1 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-ares-dev amd64 1.10.0-2ubuntu0.2 [98.0 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] Extracting templates from packages: 21%Extracting templates from packages: 43%Extracting templates from packages: 64%Extracting templates from packages: 86%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 170 MB in 30s (5665 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.14.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.14.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.14.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20130815ubuntu1_all.deb ... Unpacking ca-certificates-java (20130815ubuntu1) ... Selecting previously unselected package tzdata-java. Preparing to unpack .../tzdata-java_2017c-0ubuntu0.14.04_all.deb ... Unpacking tzdata-java (2017c-0ubuntu0.14.04) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.51_all.deb ... Unpacking java-common (0.51) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../liblcms2-2_2.5-0ubuntu4.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.10-1ubuntu1.1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../libogg0_1.3.1-1ubuntu1_amd64.deb ... Unpacking libogg0:amd64 (1.3.1-1ubuntu1) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ... Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../libvorbis0a_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../libvorbisenc2_1.3.2-1.3ubuntu1.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2.2_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ... Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package openjdk-7-jre-headless:amd64. Preparing to unpack .../openjdk-7-jre-headless_7u181-2.6.14-0ubuntu0.2_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... Selecting previously unselected package cassandra. Preparing to unpack .../cassandra_2.1.15_all.deb ... Unpacking cassandra (2.1.15) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up tzdata-java (2017c-0ubuntu0.14.04) ... Setting up java-common (0.51) ... Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... Setting up liblcms2-2:amd64 (2.5-0ubuntu4.1) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.14.04.1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libpcsclite1:amd64 (1.8.10-1ubuntu1.1) ... Setting up libasyncns0:amd64 (0.8-4ubuntu2) ... Setting up libogg0:amd64 (1.3.1-1ubuntu1) ... Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ... Setting up libvorbis0a:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3ubuntu1.2) ... Setting up libsndfile1:amd64 (1.0.25-7ubuntu2.2) ... Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.14.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.14.04.3) ... Setting up ca-certificates-java (20130815ubuntu1) ... Adding debian:Cybertrust_Global_Root.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Taiwan_GRCA.pem Adding debian:ISRG_Root_X1.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Certigna.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:EC-ACC.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:SecureSign_RootCA11.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:CNNIC_ROOT.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:Secure_Global_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Izenpe.com.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:Certum_Root_CA.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:PSCProcert.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:SecureTrust_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:ACEDICOM_Root.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.2) ... update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up cassandra (2.1.15) ... Adding group `cassandra' (GID 111) ... Done. vm.max_map_count = 1048575 net.ipv4.tcp_keepalive_time = 300 Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ca-certificates (20170717~14.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... done. done. Processing triggers for ureadahead (0.100.0-16) ... Selecting previously unselected package clearwater-cassandra. (Reading database ... 53131 files and directories currently installed.) Preparing to unpack .../clearwater-cassandra_1.0-180328.114015_all.deb ... Unpacking clearwater-cassandra (1.0-180328.114015) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-program-options1.54.0:amd64. Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libpython3.4:amd64. Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../libc-ares2_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package astaire-libs. Preparing to unpack .../astaire-libs_1.0-180326.104711_amd64.deb ... Unpacking astaire-libs (1.0-180326.104711) ... Selecting previously unselected package cpulimit. Preparing to unpack .../cpulimit_2.0-1_amd64.deb ... Unpacking cpulimit (2.0-1) ... Selecting previously unselected package astaire. Preparing to unpack .../astaire_1.0-180326.104711_amd64.deb ... Unpacking astaire (1.0-180326.104711) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libc-ares-dev:amd64. Preparing to unpack .../libc-ares-dev_1.10.0-2ubuntu0.2_amd64.deb ... Unpacking libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Selecting previously unselected package snmp. Preparing to unpack .../snmp_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmp (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-180328.114312_all.deb ... Unpacking clearwater-snmpd (1.0-180328.114312) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package chronos. Preparing to unpack .../chronos_1.0-180328.120836_amd64.deb ... Unpacking chronos (1.0-180328.120836) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package memcached. Preparing to unpack .../memcached_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached (1.6.00-0clearwater0.6) ... Selecting previously unselected package clearwater-memcached. Preparing to unpack .../clearwater-memcached_1.0-180328.114312_all.deb ... Unpacking clearwater-memcached (1.0-180328.114312) ... Selecting previously unselected package clearwater-snmp-handler-astaire. Preparing to unpack .../clearwater-snmp-handler-astaire_1.0-180326.110542_amd64.deb ... Unpacking clearwater-snmp-handler-astaire (1.0-180326.110542) ... Selecting previously unselected package crest-prov. Preparing to unpack .../crest-prov_1.0-180326.111418_amd64.deb ... Unpacking crest-prov (1.0-180326.111418) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package gdb. Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... Selecting previously unselected package homer-cassandra. Preparing to unpack .../homer-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homer-cassandra (1.0-180326.111418) ... Selecting previously unselected package homestead-cassandra. Preparing to unpack .../homestead-cassandra_1.0-180326.115231_amd64.deb ... Unpacking homestead-cassandra (1.0-180326.115231) ... Selecting previously unselected package homestead-prov-cassandra. Preparing to unpack .../homestead-prov-cassandra_1.0-180326.111418_amd64.deb ... Unpacking homestead-prov-cassandra (1.0-180326.111418) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package rogers-libs. Preparing to unpack .../rogers-libs_1.0-180326.104711_amd64.deb ... Unpacking rogers-libs (1.0-180326.104711) ... Selecting previously unselected package rogers. Preparing to unpack .../rogers_1.0-180326.104711_amd64.deb ... Unpacking rogers (1.0-180326.104711) ... Selecting previously unselected package vellum. Preparing to unpack .../vellum_1.0-180328.114312_amd64.deb ... Unpacking vellum (1.0-180328.114312) ... Selecting previously unselected package libc6-dbg:amd64. Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package memcached-dbg. Preparing to unpack .../memcached-dbg_1.6.00-0clearwater0.6_amd64.deb ... Unpacking memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up libc-ares2:amd64 (1.10.0-2ubuntu0.2) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up astaire-libs (1.0-180326.104711) ... Setting up cpulimit (2.0-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libc-ares-dev:amd64 (1.10.0-2ubuntu0.2) ... Setting up snmp (5.7.3~dfsg-clearwater1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up memcached (1.6.00-0clearwater0.6) ... Restarting memcached: memcached. Setting up crest-prov (1.0-180326.111418) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest-prov/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting defusedxml (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, defusedxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 defusedxml-0.5.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up rogers-libs (1.0-180326.104711) ... Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... Setting up memcached-dbg (1.6.00-0clearwater0.6) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit chronos: unrecognized service reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 11902 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-180328.114312) ... * Stopping network management services: Setting up clearwater-etcd (1.0-180328.115321) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-memcached (1.0-180328.114312) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit reload: Job is not running: clearwater-monit ...done. Setting up clearwater-snmp-handler-astaire (1.0-180326.110542) ... * Stopping network management services: Setting up rogers (1.0-180326.104711) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit ...done. Setting up clearwater-cassandra (1.0-180328.114015) ... Adding 'diversion of /etc/default/cassandra to /etc/default/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/init.d/cassandra to /etc/init.d/cassandra.clearwater-orig by clearwater-cassandra' Adding 'diversion of /usr/share/cassandra/cassandra.in.sh to /usr/share/cassandra/cassandra.in.sh.clearwater-orig by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra.yaml to /usr/share/clearwater-cassandra/etc++cassandra++cassandra.yaml by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-rackdc.properties to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-rackdc.properties by clearwater-cassandra' Adding 'diversion of /etc/cassandra/cassandra-env.sh to /usr/share/clearwater-cassandra/etc++cassandra++cassandra-env.sh by clearwater-cassandra' * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit Exiting: cassandra.yaml is missing reload: Job is not running: clearwater-monit ...done. reload: Job is not running: clearwater-monit Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12530 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up homer-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-cassandra (1.0-180326.115231) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov-cassandra (1.0-180326.111418) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up chronos (1.0-180328.120836) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up vellum (1.0-180328.114312) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager The following NEW packages will be installed: clearwater-cluster-manager clearwater-management 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. Need to get 6120 kB of archives. After this operation, 6459 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 6120 kB in 1s (6023 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59688 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 + echo 'nameserver 192.168.0.24' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.6' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 a1:80:50:b6:42:01:19:88:b1:9a:6f:65:d4:84:d0:df root@vellum-0 (DSA) ec2: 256 79:40:24:8e:8d:e4:a9:0a:c5:11:ca:9a:20:b5:57:1f root@vellum-0 (ECDSA) ec2: 256 81:d3:33:51:d4:60:e7:3e:2e:4b:d8:68:79:fc:5c:55 root@vellum-0 (ED25519) ec2: 2048 cb:ed:bd:68:b8:01:99:ce:e5:41:4d:7f:a0:99:86:2e root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHvVbceffyyoQOX57AnkFfca3gKAUrOwXjhhGZMaIZbClcCwPOjKB6fnQVvPRmTZyH79FPGj7YwLJ8gbxzvp+8o= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINhSIHsS8xFQpwJz+HOqAwRu4ilgt+kq0UIpwHCmbjF/ root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3EoDpLYCh2OfumUNm0zctl+tFu8ZMZX1RpP8dIS7VEq4ONhugXyaRdu2OI3ooGXTmBJWQSvHsUjAhrr6wywO3K0QaE5ltVH+yDE/AV+OW1HHP2xcuBJyBQsdC2sYmlcVatAHSfoHnSF0cvZDzvFlGp3wdFMyrsV9sM5A+T4eEy1E/fjmxvM8Bi53pDQNwwlj+ubAOGvmpAxY1DCfVS/GgWNlWVYSylwz3AAk6wWUA0fPkm7g1kvy0qi488BEqISlDBh8R9z/QGhc8PqruvmKMLGuNcKZNPlT5xtQzivCfFWNks3dTCa+zcMgOMXpN72S0FnK6amm4T3LpbDVX8m1z root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:07:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 217.49 seconds 2018-09-02 03:07:53,734 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 03:07:53,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:53,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:54,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88abb784-5467-491f-a275-5ec3556edc33 x-compute-request-id: req-88abb784-5467-491f-a275-5ec3556edc33 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:54,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-88abb784-5467-491f-a275-5ec3556edc33 2018-09-02 03:07:54,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509191036224s 2018-09-02 03:07:54,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-88abb784-5467-491f-a275-5ec3556edc33 2018-09-02 03:07:54,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:54,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bcd43e7-76bf-4cc0-a02e-a7f4d2829ce9 x-compute-request-id: req-3bcd43e7-76bf-4cc0-a02e-a7f4d2829ce9 Content-Encoding: gzip Content-Length: 20596 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008034] Security Framework initialized\n[ 0.009147] AppArmor: AppArmor initialized\n[ 0.010239] Yama: becoming mindful.\n[ 0.011339] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013846] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016888] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018479] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024649] Initializing cgroup subsys memory\n[ 0.025946] Initializing cgroup subsys devices\n[ 0.027101] Initializing cgroup subsys freezer\n[ 0.028012] Initializing cgroup subsys blkio\n[ 0.029136] Initializing cgroup subsys perf_event\n[ 0.030344] Initializing cgroup subsys hugetlb\n[ 0.031598] FEATURE SPEC_CTRL Not Present\n[ 0.032708] mce: CPU supports 10 MCE banks\n[ 0.033849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033849] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037556] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040003] Speculative Store Bypass: Vulnerable\n[ 0.042044] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.048446] ACPI: Core revision 20131115\n[ 0.050081] ACPI: All ACPI Tables successfully acquired\n[ 0.051643] ftrace: allocating 28717 entries in 113 pages\n[ 0.072280] smpboot: Max logical packages: 2\n[ 0.073453] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.077860] Enabling x2apic\n[ 0.078696] Enabled x2apic\n[ 0.080012] Switched APIC routing to physical x2apic.\n[ 0.082614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093554] KVM setup paravirtual spinlock\n[ 0.096765] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098640] x86: Booting SMP configuration:\n[ 0.099818] .... node #0, CPUs: #1[ 0.096706] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116011] KVM setup async PF for cpu 1\n[ 0.116012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119644] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120409] devtmpfs: initialized\n[ 0.123059] EVM: security.selinux\n[ 0.124005] EVM: security.SMACK64\n[ 0.124936] EVM: security.ima\n[ 0.125793] EVM: security.capability\n[ 0.126888] pinctrl core: initialized pinctrl subsystem\n[ 0.128054] regulator-dummy: no parameters\n[ 0.129244] RTC time: 3:03:11, date: 09/02/18\n[ 0.130467] NET: Registered protocol family 16\n[ 0.131749] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133157] ACPI: bus type PCI registered\n[ 0.134233] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.135914] PCI: Using configuration type 1 for base access\n[ 0.136641] bio: create slab at 0\n[ 0.137148] ACPI: Added _OSI(Module Device)\n[ 0.137161] ACPI: Added _OSI(Processor Device)\n[ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.141212] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.143719] ACPI: Interpreter enabled\n[ 0.144011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.146451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.148708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.151117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.152707] ACPI: (supports S0 S5)\n[ 0.153633] ACPI: Using IOAPIC for interrupt routing\n[ 0.154867] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.156197] ACPI: No dock devices found.\n[ 0.159226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.160006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.164006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.165579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.168204] acpiphp: Slot [3] registered\n[ 0.169257] acpiphp: Slot [4] registered\n[ 0.170312] acpiphp: Slot [5] registered\n[ 0.171363] acpiphp: Slot [6] registered\n[ 0.172020] acpiphp: Slot [7] registered\n[ 0.173070] acpiphp: Slot [8] registered\n[ 0.174123] acpiphp: Slot [9] registered\n[ 0.175171] acpiphp: Slot [10] registered\n[ 0.176020] acpiphp: Slot [11] registered\n[ 0.177084] acpiphp: Slot [12] registered\n[ 0.178146] acpiphp: Slot [13] registered\n[ 0.179231] acpiphp: Slot [14] registered\n[ 0.180019] acpiphp: Slot [15] registered\n[ 0.181083] acpiphp: Slot [16] registered\n[ 0.182159] acpiphp: Slot [17] registered\n[ 0.183224] acpiphp: Slot [18] registered\n[ 0.184026] acpiphp: Slot [19] registered\n[ 0.185144] acpiphp: Slot [20] registered\n[ 0.186207] acpiphp: Slot [21] registered\n[ 0.187259] acpiphp: Slot [22] registered\n[ 0.188020] acpiphp: Slot [23] registered\n[ 0.189098] acpiphp: Slot [24] registered\n[ 0.190232] acpiphp: Slot [25] registered\n[ 0.191292] acpiphp: Slot [26] registered\n[ 0.192020] acpiphp: Slot [27] registered\n[ 0.193181] acpiphp: Slot [28] registered\n[ 0.194338] acpiphp: Slot [29] registered\n[ 0.195503] acpiphp: Slot [30] registered\n[ 0.196028] acpiphp: Slot [31] registered\n[ 0.197188] PCI host bridge to bus 0000:00\n[ 0.198348] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.199796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.201613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.203362] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.211134] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.212014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.233148] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.235255] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.236962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.238955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.240779] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.242614] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.244252] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.245570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.248003] vgaarb: loaded\n[ 0.248887] vgaarb: bridge control possible 0000:00:02.0\n[ 0.250598] SCSI subsystem initialized\n[ 0.251869] ACPI: bus type USB registered\n[ 0.252030] usbcore: registered new interface driver usbfs\n[ 0.253487] usbcore: registered new interface driver hub\n[ 0.254932] usbcore: registered new device driver usb\n[ 0.256111] PCI: Using ACPI for IRQ routing\n[ 0.257530] NetLabel: Initializing\n[ 0.258555] NetLabel: domain hash size = 128\n[ 0.260003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.261484] NetLabel: unlabeled traffic allowed by default\n[ 0.262957] Switched to clocksource kvm-clock\n[ 0.268768] AppArmor: AppArmor Filesystem Enabled\n[ 0.270097] pnp: PnP ACPI init\n[ 0.271032] ACPI: bus type PNP registered\n[ 0.272634] pnp: PnP ACPI: found 8 devices\n[ 0.273804] ACPI: bus type PNP unregistered\n[ 0.281318] NET: Registered protocol family 2\n[ 0.282828] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.284990] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.286878] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.288741] TCP: reno registered\n[ 0.289721] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.291305] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.293045] NET: Registered protocol family 1\n[ 0.294294] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.295873] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.297446] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.319425] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.341508] Trying to unpack rootfs image as initramfs...\n[ 0.442227] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.444660] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.446243] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.448267] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.450727] Scanning for low memory corruption every 60 seconds\n[ 0.452764] Initialise system trusted keyring\n[ 0.454365] audit: initializing netlink socket (disabled)\n[ 0.456217] type=2000 audit(1535857392.137:1): initialized\n[ 0.477315] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480298] zbud: loaded\n[ 0.481582] VFS: Disk quotas dquot_6.5.2\n[ 0.483042] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485511] fuse init (API version 7.22)\n[ 0.487011] msgmni has been set to 3997\n[ 0.488455] Key type big_key registered\n[ 0.490297] Key type asymmetric registered\n[ 0.491723] Asymmetric key parser 'x509' registered\n[ 0.493396] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.495969] io scheduler noop registered\n[ 0.497389] io scheduler deadline registered (default)\n[ 0.499141] io scheduler cfq registered\n[ 0.500550] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504514] ipmi message handler version 39.2\n[ 0.506087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.508624] ACPI: Power Button [PWRF]\n[ 0.510062] GHES: HEST is not enabled!\n[ 0.531978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577973] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602691] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606036] Linux agpgart interface v0.103\n[ 0.608450] brd: module loaded\n[ 0.610073] loop: module loaded\n[ 0.611568] blk-mq: CPU -> queue map\n[ 0.612835] CPU 0 -> Queue 0\n[ 0.613948] CPU 1 -> Queue 0\n[ 0.615858] vda: vda1\n[ 0.617399] scsi0 : ata_piix\n[ 0.618438] scsi1 : ata_piix\n[ 0.619417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.621171] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.623163] libphy: Fixed MDIO Bus: probed\n[ 0.624449] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625868] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628457] PPP generic driver version 2.4.2\n[ 0.629742] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631507] ehci-pci: EHCI PCI platform driver\n[ 0.632805] ehci-platform: EHCI generic platform driver\n[ 0.634370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636044] ohci-pci: OHCI PCI platform driver\n[ 0.637342] ohci-platform: OHCI generic platform driver\n[ 0.638800] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661169] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662670] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664937] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.666599] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.668469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670608] usb usb1: Product: UHCI Host Controller\n[ 0.671997] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.673721] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.675145] hub 1-0:1.0: USB hub found\n[ 0.676301] hub 1-0:1.0: 2 ports detected\n[ 0.677653] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680685] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682103] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683696] mousedev: PS/2 mouse device common for all mice\n[ 0.685539] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688260] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689921] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693467] device-mapper: uevent: version 1.0.3\n[ 0.694865] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.697274] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698994] TCP: cubic registered\n[ 0.700117] NET: Registered protocol family 10\n[ 0.701642] NET: Registered protocol family 17\n[ 0.702963] Key type dns_resolver registered\n[ 0.704429] Loading compiled-in X.509 certificates\n[ 0.706322] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.708988] registered taskstats version 1\n[ 0.711927] Key type trusted registered\n[ 0.715857] Key type encrypted registered\n[ 0.717082] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.718602] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.720540] regulator-dummy: disabling\n[ 0.728853] Magic number: 2:994:56\n[ 0.729983] input mice: hash matches\n[ 0.731204] rtc_cmos 00:00: setting system clock to 2018-09-02 03:03:12 UTC (1535857392)\n[ 0.733568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.735183] EDD information not available.\n[ 0.781367] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.783664] Write protecting the kernel read-only data: 12288k\n[ 0.785898] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.789428] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.803132] systemd-udevd[107]: starting version 204\n[ 0.840434] FDC 0 is a S82078B\n[ 0.988042] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.153479] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.155339] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.157217] usb 1-1: Product: QEMU USB Tablet\n[ 1.158474] usb 1-1: Manufacturer: QEMU\n[ 1.159601] usb 1-1: SerialNumber: 42\n[ 1.444076] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.849749] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.203106] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.319605] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.426331] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:03:14 +0000. Up 2.77 seconds.\ncloud-init-nonet[2.93]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\ncloud-init-nonet[3.81]: static networking is now up\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:03:15 +0000. Up 4.05 seconds.\nci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:4a:96:53 |\nci-info: +--------+------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n67:86:21:bd:19:67:8b:62:3d:bf:22:4f:14:4b:29:f0 root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| o . . |\n| E B o |\n| = % . |\n| o S = |\n| . o * |\n| . . |\n| ... . |\n| o... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nb0:71:15:47:f5:4e:64:b3:65:e1:e8:cc:53:5c:e9:c5 root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| ooo..+O|\n| . . +*E|\n| o . ..=+|\n| = + .+ |\n| . S = .|\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nb2:ba:95:33:f1:b2:24:82:ea:79:a9:3e:74:9f:ec:86 root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| |\n| o S |\n| o . * |\n|o o * X . |\n|...E X = |\n|+=+ =o. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n6c:08:d8:d7:a8:e6:8e:cb:9b:0c:41:d3:19:b2:a8:b3 root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . . |\n|. +oo o |\n|.+.oo o . |\n|o . + o |\n|+ o . S |\n| + o . |\n|E . |\n| + + |\n| Bo. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:03:23 +0000. Up 11.41 seconds.\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:03:24 +0000. Up 12.39 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-0 login: 100 3149 100 3149 0 0 16234 0 --:--:-- --:--:-- --:--:-- 16316\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:21 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:24 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 4s (2658 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.8\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install ellis --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring clearwater-logging clearwater-snmpd g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl\n libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl\n lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc\n ntp-doc python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl\n libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl\n libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0\n libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25\n libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl\n libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make\n manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common\n mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common\n nginx-core ntp python-chardet-whl python-colorama python-colorama-whl\n python-distlib python-distlib-whl python-html5lib python-html5lib-whl\n python-pip python-pip-whl python-requests-whl python-setuptools\n python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv\n python-wheel python3-pkg-resources realpath sysstat\n0 upgraded, 98 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 69.7 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 30%Extracting templates from packages: 61%Extracting templates from packages: 91%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.7 MB in 9s (6970 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51909 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-157.207) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package mysql-server.\nPreparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ellis.\nPreparing to unpack .../ellis_1.0-180326.110234_amd64.deb ...\nUnpacking ellis (1.0-180326.110234) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libhtml-template-perl.\nPreparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...\nUnpacking libhtml-template-perl (2.95-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libaio1:amd64 (0.3.109-4) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up libdbi-perl (1.630-1) ...\nSetting up libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSetting up libterm-readkey-perl (2.31-1) ...\nSetting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ...\nmysql start/running, process 8550\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-157.207) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libhtml-template-perl (2.95-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.61-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 9273\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n..+++\n...................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up ellis (1.0-180326.110234) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting defusedxml (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, defusedxml, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 defusedxml-0.5.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (13.7 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58117 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\nshared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal.\nshared_config downloaded to /tmp/shared_config\n+ cat\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\n\nConfig successfully validated\nshared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal.\nConfiguration file change: user None has modified shared_config.\n Lines added:\n\"# Deployment definitions\"\n\"home_domain=clearwater.opnfv\"\n\"sprout_hostname=sprout.clearwater.opnfv\"\n\"hs_hostname=hs.clearwater.opnfv:8888\"\n\"hs_provisioning_hostname=hs-prov.clearwater.opnfv:8889\"\n\"ralf_hostname=ralf.clearwater.opnfv:10888\"\n\"xdms_hostname=homer.clearwater.opnfv:7888\"\n\"sprout_impi_store=vellum.clearwater.opnfv\"\n\"sprout_registration_store=vellum.clearwater.opnfv\"\n\"homestead_impu_store=vellum.clearwater.opnfv\"\n\"cassandra_hostname=vellum.clearwater.opnfv\"\n\"chronos_hostname=vellum.clearwater.opnfv\"\n\"ralf_session_store=vellum.clearwater.opnfv\"\n\"upstream_port=0\"\n\"# Email server configuration\"\n\"smtp_smarthost=localhost\"\n\"smtp_username=username\"\n\"smtp_password=password\"\n\"email_recovery_sender=clearwater@example.org\"\n\"# Keys\"\n\"signup_key=secret\"\n\"turn_workaround=secret\"\n\"ellis_api_key=secret\"\n\"ellis_cookie_key=secret\"\nshared_config successfully uploaded\n+ service clearwater-infrastructure restart\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\n ...done.\n+ service ellis stop\n+ /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000\nCreated 1000 numbers, 0 already present in database\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n+ echo 'nameserver 192.168.0.24'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 b0:71:15:47:f5:4e:64:b3:65:e1:e8:cc:53:5c:e9:c5 root@ellis-0 (DSA)\nec2: 256 b2:ba:95:33:f1:b2:24:82:ea:79:a9:3e:74:9f:ec:86 root@ellis-0 (ECDSA)\nec2: 256 6c:08:d8:d7:a8:e6:8e:cb:9b:0c:41:d3:19:b2:a8:b3 root@ellis-0 (ED25519)\nec2: 2048 67:86:21:bd:19:67:8b:62:3d:bf:22:4f:14:4b:29:f0 root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBISdCFKrUW/zg2rstzyXJe41BMDnEwCi6KNwruQbwtLh6yDvB7F4BdevwjJKqJa2qhE5MXEqY7IrJFfPjNSoyds= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMqBFQy3/ciQ18FvG16MJNRM+sjevABpbm8Ny0VaL45/ root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvu/YCHRYfDJIDc4ppZ6x4dAfhT9WEqPXrr2fYdq66C+roZ0CKFzg0O5TNBSuefunV2na0lCP4nljpj3bAf4+L+dszhVZ24CtqkDTTEaVMQvT2YolDsR8xTITO5P3toBUSsq/zaUGDgwugxRaYCVf4GCpH5lhPwKmTXFb3Sed4+Pxzv/p6ZFc5Y5+ojIG3T3heU6PwysCGsUM6ylnuBPxCX4jLO90AJ/MqEJw12SBuEc/5qjasmACVu/eiFoLQip074U6cVMQ/XaU7f2ehxRDNY0nNJG2YwpLZdJfoN6QpTz+clQGasq8Fm8NgHGhCg0zyk1YKd+HxC7aDt58Mald1 root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:06:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 196.41 seconds\n"} 2018-09-02 03:07:54,331 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c/action used request id req-3bcd43e7-76bf-4cc0-a02e-a7f4d2829ce9 2018-09-02 03:07:54,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0794951915741s 2018-09-02 03:07:54,334 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c/action used request id req-3bcd43e7-76bf-4cc0-a02e-a7f4d2829ce9 2018-09-02 03:07:54,334 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008034] Security Framework initialized [ 0.009147] AppArmor: AppArmor initialized [ 0.010239] Yama: becoming mindful. [ 0.011339] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013846] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016888] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018479] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024649] Initializing cgroup subsys memory [ 0.025946] Initializing cgroup subsys devices [ 0.027101] Initializing cgroup subsys freezer [ 0.028012] Initializing cgroup subsys blkio [ 0.029136] Initializing cgroup subsys perf_event [ 0.030344] Initializing cgroup subsys hugetlb [ 0.031598] FEATURE SPEC_CTRL Not Present [ 0.032708] mce: CPU supports 10 MCE banks [ 0.033849] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033849] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036012] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037556] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040003] Speculative Store Bypass: Vulnerable [ 0.042044] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.048446] ACPI: Core revision 20131115 [ 0.050081] ACPI: All ACPI Tables successfully acquired [ 0.051643] ftrace: allocating 28717 entries in 113 pages [ 0.072280] smpboot: Max logical packages: 2 [ 0.073453] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077860] Enabling x2apic [ 0.078696] Enabled x2apic [ 0.080012] Switched APIC routing to physical x2apic. [ 0.082614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093554] KVM setup paravirtual spinlock [ 0.096765] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098640] x86: Booting SMP configuration: [ 0.099818] .... node #0, CPUs: #1[ 0.096706] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116011] KVM setup async PF for cpu 1 [ 0.116012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119644] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120409] devtmpfs: initialized [ 0.123059] EVM: security.selinux [ 0.124005] EVM: security.SMACK64 [ 0.124936] EVM: security.ima [ 0.125793] EVM: security.capability [ 0.126888] pinctrl core: initialized pinctrl subsystem [ 0.128054] regulator-dummy: no parameters [ 0.129244] RTC time: 3:03:11, date: 09/02/18 [ 0.130467] NET: Registered protocol family 16 [ 0.131749] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133157] ACPI: bus type PCI registered [ 0.134233] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.135914] PCI: Using configuration type 1 for base access [ 0.136641] bio: create slab at 0 [ 0.137148] ACPI: Added _OSI(Module Device) [ 0.137161] ACPI: Added _OSI(Processor Device) [ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.141212] ACPI: Added _OSI(Processor Aggregator Device) [ 0.143719] ACPI: Interpreter enabled [ 0.144011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.146451] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.148708] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.151117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.152707] ACPI: (supports S0 S5) [ 0.153633] ACPI: Using IOAPIC for interrupt routing [ 0.154867] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.156197] ACPI: No dock devices found. [ 0.159226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.160006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.164006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.165579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.168204] acpiphp: Slot [3] registered [ 0.169257] acpiphp: Slot [4] registered [ 0.170312] acpiphp: Slot [5] registered [ 0.171363] acpiphp: Slot [6] registered [ 0.172020] acpiphp: Slot [7] registered [ 0.173070] acpiphp: Slot [8] registered [ 0.174123] acpiphp: Slot [9] registered [ 0.175171] acpiphp: Slot [10] registered [ 0.176020] acpiphp: Slot [11] registered [ 0.177084] acpiphp: Slot [12] registered [ 0.178146] acpiphp: Slot [13] registered [ 0.179231] acpiphp: Slot [14] registered [ 0.180019] acpiphp: Slot [15] registered [ 0.181083] acpiphp: Slot [16] registered [ 0.182159] acpiphp: Slot [17] registered [ 0.183224] acpiphp: Slot [18] registered [ 0.184026] acpiphp: Slot [19] registered [ 0.185144] acpiphp: Slot [20] registered [ 0.186207] acpiphp: Slot [21] registered [ 0.187259] acpiphp: Slot [22] registered [ 0.188020] acpiphp: Slot [23] registered [ 0.189098] acpiphp: Slot [24] registered [ 0.190232] acpiphp: Slot [25] registered [ 0.191292] acpiphp: Slot [26] registered [ 0.192020] acpiphp: Slot [27] registered [ 0.193181] acpiphp: Slot [28] registered [ 0.194338] acpiphp: Slot [29] registered [ 0.195503] acpiphp: Slot [30] registered [ 0.196028] acpiphp: Slot [31] registered [ 0.197188] PCI host bridge to bus 0000:00 [ 0.198348] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.199796] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.201613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.203362] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.211134] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.212014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.233148] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.235255] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.236962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.238955] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.240779] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.242614] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.244252] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.245570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.248003] vgaarb: loaded [ 0.248887] vgaarb: bridge control possible 0000:00:02.0 [ 0.250598] SCSI subsystem initialized [ 0.251869] ACPI: bus type USB registered [ 0.252030] usbcore: registered new interface driver usbfs [ 0.253487] usbcore: registered new interface driver hub [ 0.254932] usbcore: registered new device driver usb [ 0.256111] PCI: Using ACPI for IRQ routing [ 0.257530] NetLabel: Initializing [ 0.258555] NetLabel: domain hash size = 128 [ 0.260003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.261484] NetLabel: unlabeled traffic allowed by default [ 0.262957] Switched to clocksource kvm-clock [ 0.268768] AppArmor: AppArmor Filesystem Enabled [ 0.270097] pnp: PnP ACPI init [ 0.271032] ACPI: bus type PNP registered [ 0.272634] pnp: PnP ACPI: found 8 devices [ 0.273804] ACPI: bus type PNP unregistered [ 0.281318] NET: Registered protocol family 2 [ 0.282828] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.284990] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.286878] TCP: Hash tables configured (established 16384 bind 16384) [ 0.288741] TCP: reno registered [ 0.289721] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.291305] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.293045] NET: Registered protocol family 1 [ 0.294294] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.295873] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.297446] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.319425] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.341508] Trying to unpack rootfs image as initramfs... [ 0.442227] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.444660] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.446243] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.448267] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.450727] Scanning for low memory corruption every 60 seconds [ 0.452764] Initialise system trusted keyring [ 0.454365] audit: initializing netlink socket (disabled) [ 0.456217] type=2000 audit(1535857392.137:1): initialized [ 0.477315] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480298] zbud: loaded [ 0.481582] VFS: Disk quotas dquot_6.5.2 [ 0.483042] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.485511] fuse init (API version 7.22) [ 0.487011] msgmni has been set to 3997 [ 0.488455] Key type big_key registered [ 0.490297] Key type asymmetric registered [ 0.491723] Asymmetric key parser 'x509' registered [ 0.493396] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.495969] io scheduler noop registered [ 0.497389] io scheduler deadline registered (default) [ 0.499141] io scheduler cfq registered [ 0.500550] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.504514] ipmi message handler version 39.2 [ 0.506087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.508624] ACPI: Power Button [PWRF] [ 0.510062] GHES: HEST is not enabled! [ 0.531978] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.577973] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602691] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.606036] Linux agpgart interface v0.103 [ 0.608450] brd: module loaded [ 0.610073] loop: module loaded [ 0.611568] blk-mq: CPU -> queue map [ 0.612835] CPU 0 -> Queue 0 [ 0.613948] CPU 1 -> Queue 0 [ 0.615858] vda: vda1 [ 0.617399] scsi0 : ata_piix [ 0.618438] scsi1 : ata_piix [ 0.619417] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.621171] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.623163] libphy: Fixed MDIO Bus: probed [ 0.624449] tun: Universal TUN/TAP device driver, 1.6 [ 0.625868] tun: (C) 1999-2004 Max Krasnyansky [ 0.628457] PPP generic driver version 2.4.2 [ 0.629742] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.631507] ehci-pci: EHCI PCI platform driver [ 0.632805] ehci-platform: EHCI generic platform driver [ 0.634370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636044] ohci-pci: OHCI PCI platform driver [ 0.637342] ohci-platform: OHCI generic platform driver [ 0.638800] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661169] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662670] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664937] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.666599] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668469] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670608] usb usb1: Product: UHCI Host Controller [ 0.671997] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.673721] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675145] hub 1-0:1.0: USB hub found [ 0.676301] hub 1-0:1.0: 2 ports detected [ 0.677653] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680685] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.682103] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683696] mousedev: PS/2 mouse device common for all mice [ 0.685539] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.688260] rtc_cmos 00:00: RTC can wake from S4 [ 0.689921] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.691664] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693467] device-mapper: uevent: version 1.0.3 [ 0.694865] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.697274] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698994] TCP: cubic registered [ 0.700117] NET: Registered protocol family 10 [ 0.701642] NET: Registered protocol family 17 [ 0.702963] Key type dns_resolver registered [ 0.704429] Loading compiled-in X.509 certificates [ 0.706322] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.708988] registered taskstats version 1 [ 0.711927] Key type trusted registered [ 0.715857] Key type encrypted registered [ 0.717082] AppArmor: AppArmor sha1 policy hashing enabled [ 0.718602] IMA: No TPM chip found, activating TPM-bypass! [ 0.720540] regulator-dummy: disabling [ 0.728853] Magic number: 2:994:56 [ 0.729983] input mice: hash matches [ 0.731204] rtc_cmos 00:00: setting system clock to 2018-09-02 03:03:12 UTC (1535857392) [ 0.733568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.735183] EDD information not available. [ 0.781367] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.783664] Write protecting the kernel read-only data: 12288k [ 0.785898] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.789428] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.803132] systemd-udevd[107]: starting version 204 [ 0.840434] FDC 0 is a S82078B [ 0.988042] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.153479] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.155339] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.157217] usb 1-1: Product: QEMU USB Tablet [ 1.158474] usb 1-1: Manufacturer: QEMU [ 1.159601] usb 1-1: SerialNumber: 42 [ 1.444076] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.849749] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.203106] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.319605] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.426331] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:03:14 +0000. Up 2.77 seconds. cloud-init-nonet[2.93]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] cloud-init-nonet[3.81]: static networking is now up * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:03:15 +0000. Up 4.05 seconds. ci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 192.168.0.8 | 255.255.255.0 | fa:16:3e:4a:96:53 | ci-info: +--------+------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 67:86:21:bd:19:67:8b:62:3d:bf:22:4f:14:4b:29:f0 root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | o . . | | E B o | | = % . | | o S = | | . o * | | . . | | ... . | | o... | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: b0:71:15:47:f5:4e:64:b3:65:e1:e8:cc:53:5c:e9:c5 root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | ooo..+O| | . . +*E| | o . ..=+| | = + .+ | | . S = .| | . | | | | | | | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: b2:ba:95:33:f1:b2:24:82:ea:79:a9:3e:74:9f:ec:86 root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | | | o S | | o . * | |o o * X . | |...E X = | |+=+ =o. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 6c:08:d8:d7:a8:e6:8e:cb:9b:0c:41:d3:19:b2:a8:b3 root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | . . | |. +oo o | |.+.oo o . | |o . + o | |+ o . S | | + o . | |E . | | + + | | Bo. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:03:23 +0000. Up 11.41 seconds. open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:03:24 +0000. Up 12.39 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-0 login: 100 3149 100 3149 0 0 16234 0 --:--:-- --:--:-- --:--:-- 16316 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:18 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:21 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:24 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 4s (2658 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.8 + cat + DEBIAN_FRONTEND=noninteractive + apt-get install ellis --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring clearwater-logging clearwater-snmpd g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl libgd-tools libipc-sharedcache-perl lm-sensors libstdc++-4.8-doc make-doc tinyca mailx fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev ellis fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdbd-mysql-perl libdbi-perl libdpkg-perl libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libhtml-template-perl libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libterm-readkey-perl libtiff5 libtsan0 libvpx1 libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sysstat 0 upgraded, 98 newly installed, 0 to remove and 6 not upgraded. Need to get 69.7 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 30%Extracting templates from packages: 61%Extracting templates from packages: 91%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.7 MB in 9s (6970 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51909 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package mysql-server. Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... Selecting previously unselected package ellis. Preparing to unpack .../ellis_1.0-180326.110234_amd64.deb ... Unpacking ellis (1.0-180326.110234) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libhtml-template-perl. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... Unpacking libhtml-template-perl (2.95-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libaio1:amd64 (0.3.109-4) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up libdbi-perl (1.630-1) ... Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... Setting up libterm-readkey-perl (2.31-1) ... Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... mysql start/running, process 8550 Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 9273 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ..+++ ...................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up ellis (1.0-180326.110234) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting defusedxml (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, defusedxml, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 defusedxml-0.5.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (13.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58117 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp shared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal. shared_config downloaded to /tmp/shared_config + cat + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp Config successfully validated shared_config is not present in the configuration database. A blank file has been created for you. You can make changes to this and upload as normal. Configuration file change: user None has modified shared_config. Lines added: "# Deployment definitions" "home_domain=clearwater.opnfv" "sprout_hostname=sprout.clearwater.opnfv" "hs_hostname=hs.clearwater.opnfv:8888" "hs_provisioning_hostname=hs-prov.clearwater.opnfv:8889" "ralf_hostname=ralf.clearwater.opnfv:10888" "xdms_hostname=homer.clearwater.opnfv:7888" "sprout_impi_store=vellum.clearwater.opnfv" "sprout_registration_store=vellum.clearwater.opnfv" "homestead_impu_store=vellum.clearwater.opnfv" "cassandra_hostname=vellum.clearwater.opnfv" "chronos_hostname=vellum.clearwater.opnfv" "ralf_session_store=vellum.clearwater.opnfv" "upstream_port=0" "# Email server configuration" "smtp_smarthost=localhost" "smtp_username=username" "smtp_password=password" "email_recovery_sender=clearwater@example.org" "# Keys" "signup_key=secret" "turn_workaround=secret" "ellis_api_key=secret" "ellis_cookie_key=secret" shared_config successfully uploaded + service clearwater-infrastructure restart * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful ...done. + service ellis stop + /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000 Created 1000 numbers, 0 already present in database + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 + echo 'nameserver 192.168.0.24' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 b0:71:15:47:f5:4e:64:b3:65:e1:e8:cc:53:5c:e9:c5 root@ellis-0 (DSA) ec2: 256 b2:ba:95:33:f1:b2:24:82:ea:79:a9:3e:74:9f:ec:86 root@ellis-0 (ECDSA) ec2: 256 6c:08:d8:d7:a8:e6:8e:cb:9b:0c:41:d3:19:b2:a8:b3 root@ellis-0 (ED25519) ec2: 2048 67:86:21:bd:19:67:8b:62:3d:bf:22:4f:14:4b:29:f0 root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBISdCFKrUW/zg2rstzyXJe41BMDnEwCi6KNwruQbwtLh6yDvB7F4BdevwjJKqJa2qhE5MXEqY7IrJFfPjNSoyds= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMqBFQy3/ciQ18FvG16MJNRM+sjevABpbm8Ny0VaL45/ root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvu/YCHRYfDJIDc4ppZ6x4dAfhT9WEqPXrr2fYdq66C+roZ0CKFzg0O5TNBSuefunV2na0lCP4nljpj3bAf4+L+dszhVZ24CtqkDTTEaVMQvT2YolDsR8xTITO5P3toBUSsq/zaUGDgwugxRaYCVf4GCpH5lhPwKmTXFb3Sed4+Pxzv/p6ZFc5Y5+ojIG3T3heU6PwysCGsUM6ylnuBPxCX4jLO90AJ/MqEJw12SBuEc/5qjasmACVu/eiFoLQip074U6cVMQ/XaU7f2ehxRDNY0nNJG2YwpLZdJfoN6QpTz+clQGasq8Fm8NgHGhCg0zyk1YKd+HxC7aDt58Mald1 root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:06:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 196.41 seconds 2018-09-02 03:07:54,339 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 03:07:54,339 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - server: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4a:96:53', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4a:96:53', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'baad79aa-4107-4246-bf5f-ddd6b65a287a', 'name': u'heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:03:10.000000', 'flavor': Munch({u'id': u'ed1c931a-bd05-40ca-9211-ab46276de50c', 'name': u'heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a'}), 'az': u'nova', 'id': u'3a66af8d-cb61-41f5-9d57-d93c0484433c', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2e0e47c1-35fc-4d6d-929c-fc58076d7444'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'86030e28-59d2-4e84-ad34-224686f470c3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'864a8a4d-cac1-4bd0-8901-ac337b8ca2b7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8ddf8106-5f54-46c5-ba90-a0813b31504f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'e15d3cdb-0563-4839-bb4d-81fc52dfadf0'})], 'id': u'9b605587-e01a-4bb5-afa1-dcbb67b77b43', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'e7e2cbf5-be10-42b5-831f-34383ccf0fda', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'0feea22c-50fe-4b28-8d20-8b3701b8553f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'e7e2cbf5-be10-42b5-831f-34383ccf0fda', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e76e7026-2a4c-4ba0-9add-9df5bf0c419c'})], 'id': u'e7e2cbf5-be10-42b5-831f-34383ccf0fda', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c1affd5cbea0409ca59d2417257e7304', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.201', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': 'heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.201', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.201', 'launched_at': u'2018-09-02T03:03:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:03:10Z', 'hostId': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:03:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aec4dc4cacb643aebf55a6276de177f2', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'aec4dc4cacb643aebf55a6276de177f2', 'created_at': u'2018-09-02T03:01:26Z', 'created': u'2018-09-02T03:01:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 03:07:54,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:07:54,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:07:55,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43425986-67a2-4345-89e8-09b76fc6c1f4 x-compute-request-id: req-43425986-67a2-4345-89e8-09b76fc6c1f4 Content-Encoding: gzip Content-Length: 1514 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:8e:db", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:36:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/83870a28-d801-492f-8a27-2ac73948389e", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "83870a28-d801-492f-8a27-2ac73948389e", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T03:03:28Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:c7:8d", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:79:b3", "version": 4, "addr": "192.168.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/136d24de-2b02-4876-861b-32464199c83c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:07.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "136d24de-2b02-4876-861b-32464199c83c", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:07Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:3b:06", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "192.168.1.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:29:09", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5dba79b6-1b5c-4e8c-be1d-e120beb01306", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:11.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "5dba79b6-1b5c-4e8c-be1d-e120beb01306", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:11Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T03:03:27Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:a8:c3", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:ee:15", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9679331d-073d-4b2d-b7b2-59bee8ac14fb", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:00.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9679331d-073d-4b2d-b7b2-59bee8ac14fb", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:00Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T03:03:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:83:7c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:35:64", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/9fe14fa0-6745-4802-8b4e-26c157ef5efa", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:04:05.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "9fe14fa0-6745-4802-8b4e-26c157ef5efa", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:04:05Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T03:03:25Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:96:53", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/3a66af8d-cb61-41f5-9d57-d93c0484433c", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:03:10.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "3a66af8d-cb61-41f5-9d57-d93c0484433c", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:03:10Z", "hostId": "e34471600e2127ea98edf8d6bee0d84f97240bc4119025d9b576144c", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T03:01:26Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "192.168.0.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:b0:83", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:10:e1", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "rel": "bookmark"}], "image": {"id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "links": [{"href": "http://172.30.9.38:8774/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:01:17.000000", "flavor": {"id": "ed1c931a-bd05-40ca-9211-ab46276de50c", "links": [{"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}]}, "id": "7ce1eb93-f7e7-40d2-8a88-cef9933700c8", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "c1affd5cbea0409ca59d2417257e7304", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:01:17Z", "hostId": "e985280c78dc19b6f8da6246d87b437e22d406abe06ab12af4b8a5d4", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "name": "ns.clearwater.opnfv", "created": "2018-09-02T02:59:31Z", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:07:55,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-43425986-67a2-4345-89e8-09b76fc6c1f4 2018-09-02 03:07:55,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.766342163086s 2018-09-02 03:07:55,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-43425986-67a2-4345-89e8-09b76fc6c1f4 2018-09-02 03:07:55,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:07:55,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:07:55,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:07:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e723152-9d3d-4efb-bdef-18b9bf56c941 x-compute-request-id: req-3e723152-9d3d-4efb-bdef-18b9bf56c941 Content-Encoding: gzip Content-Length: 11846 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008034] Security Framework initialized\n[ 0.009181] AppArmor: AppArmor initialized\n[ 0.010304] Yama: becoming mindful.\n[ 0.012147] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015659] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016873] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018506] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020279] Initializing cgroup subsys memory\n[ 0.021453] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025186] Initializing cgroup subsys blkio\n[ 0.026335] Initializing cgroup subsys perf_event\n[ 0.027563] Initializing cgroup subsys hugetlb\n[ 0.028060] FEATURE SPEC_CTRL Not Present\n[ 0.029852] mce: CPU supports 10 MCE banks\n[ 0.030991] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037922] Speculative Store Bypass: Vulnerable\n[ 0.039758] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.044491] ACPI: Core revision 20131115\n[ 0.046031] ACPI: All ACPI Tables successfully acquired\n[ 0.047579] ftrace: allocating 28717 entries in 113 pages\n[ 0.068221] smpboot: Max logical packages: 2\n[ 0.072003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.073601] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.075447] Enabling x2apic\n[ 0.076000] Enabled x2apic\n[ 0.076003] Switched APIC routing to physical x2apic.\n[ 0.080564] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082128] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.084634] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093248] KVM setup paravirtual spinlock\n[ 0.095731] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.096191] x86: Booting SMP configuration:\n[ 0.097410] .... node #0, CPUs: #1[ 0.095685] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112021] x86: Booted up 1 node, 2 CPUs\n[ 0.112014] KVM setup async PF for cpu 1\n[ 0.112017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.115703] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.116422] devtmpfs: initialized\n[ 0.118978] EVM: security.selinux\n[ 0.120005] EVM: security.SMACK64\n[ 0.120957] EVM: security.ima\n[ 0.121839] EVM: security.capability\n[ 0.122876] pinctrl core: initialized pinctrl subsystem\n[ 0.124045] regulator-dummy: no parameters\n[ 0.125228] RTC time: 3:01:18, date: 09/02/18\n[ 0.126438] NET: Registered protocol family 16\n[ 0.127701] cpuidle: using governor ladder\n[ 0.128003] cpuidle: using governor menu\n[ 0.129168] ACPI: bus type PCI registered\n[ 0.130266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.131925] PCI: Using configuration type 1 for base access\n[ 0.132592] bio: create slab at 0\n[ 0.133152] ACPI: Added _OSI(Module Device)\n[ 0.133216] ACPI: Added _OSI(Processor Device)\n[ 0.136003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.137222] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.139656] ACPI: Interpreter enabled\n[ 0.140005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.142564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.144736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.148867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.151448] ACPI: (supports S0 S5)\n[ 0.152021] ACPI: Using IOAPIC for interrupt routing\n[ 0.153497] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.156040] ACPI: No dock devices found.\n[ 0.159356] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.160019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.161693] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.163322] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164265] acpiphp: Slot [3] registered\n[ 0.165381] acpiphp: Slot [4] registered\n[ 0.166491] acpiphp: Slot [5] registered\n[ 0.167601] acpiphp: Slot [6] registered\n[ 0.168035] acpiphp: Slot [7] registered\n[ 0.169144] acpiphp: Slot [8] registered\n[ 0.170242] acpiphp: Slot [9] registered\n[ 0.171345] acpiphp: Slot [10] registered\n[ 0.172020] acpiphp: Slot [11] registered\n[ 0.173138] acpiphp: Slot [12] registered\n[ 0.174257] acpiphp: Slot [13] registered\n[ 0.175391] acpiphp: Slot [14] registered\n[ 0.176021] acpiphp: Slot [15] registered\n[ 0.177157] acpiphp: Slot [16] registered\n[ 0.178293] acpiphp: Slot [17] registered\n[ 0.179420] acpiphp: Slot [18] registered\n[ 0.180027] acpiphp: Slot [19] registered\n[ 0.181168] acpiphp: Slot [20] registered\n[ 0.182304] acpiphp: Slot [21] registered\n[ 0.183424] acpiphp: Slot [22] registered\n[ 0.184020] acpiphp: Slot [23] registered\n[ 0.185163] acpiphp: Slot [24] registered\n[ 0.186302] acpiphp: Slot [25] registered\n[ 0.187433] acpiphp: Slot [26] registered\n[ 0.188020] acpiphp: Slot [27] registered\n[ 0.189147] acpiphp: Slot [28] registered\n[ 0.190277] acpiphp: Slot [29] registered\n[ 0.191398] acpiphp: Slot [30] registered\n[ 0.192027] acpiphp: Slot [31] registered\n[ 0.193155] PCI host bridge to bus 0000:00\n[ 0.194280] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.195706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.197555] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.199245] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.200003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.209374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.211374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.239509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.241021] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.243539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.244970] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.246932] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.248676] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.250517] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.250517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.252003] vgaarb: loaded\n[ 0.252855] vgaarb: bridge control possible 0000:00:02.0\n[ 0.254532] SCSI subsystem initialized\n[ 0.255800] ACPI: bus type USB registered\n[ 0.256037] usbcore: registered new interface driver usbfs\n[ 0.257473] usbcore: registered new interface driver hub\n[ 0.258901] usbcore: registered new device driver usb\n[ 0.260115] PCI: Using ACPI for IRQ routing\n[ 0.261620] NetLabel: Initializing\n[ 0.262625] NetLabel: domain hash size = 128\n[ 0.264003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.265363] NetLabel: unlabeled traffic allowed by default\n[ 0.266797] Switched to clocksource kvm-clock\n[ 0.272998] AppArmor: AppArmor Filesystem Enabled\n[ 0.274305] pnp: PnP ACPI init\n[ 0.275225] ACPI: bus type PNP registered\n[ 0.276833] pnp: PnP ACPI: found 8 devices\n[ 0.277964] ACPI: bus type PNP unregistered\n[ 0.285514] NET: Registered protocol family 2\n[ 0.287000] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.289097] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.290927] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.292641] TCP: reno registered\n[ 0.293581] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.295070] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.296725] NET: Registered protocol family 1\n[ 0.297929] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.299395] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.300812] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.322581] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.344610] Trying to unpack rootfs image as initramfs...\n[ 0.443720] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.446024] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.447510] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.449146] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.451407] Scanning for low memory corruption every 60 seconds\n[ 0.453301] Initialise system trusted keyring\n[ 0.454789] audit: initializing netlink socket (disabled)\n[ 0.456500] type=2000 audit(1535857278.577:1): initialized\n[ 0.477300] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480172] zbud: loaded\n[ 0.481396] VFS: Disk quotas dquot_6.5.2\n[ 0.482738] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485065] fuse init (API version 7.22)\n[ 0.486465] msgmni has been set to 3997\n[ 0.487770] Key type big_key registered\n[ 0.489514] Key type asymmetric registered\n[ 0.490858] Asymmetric key parser 'x509' registered\n[ 0.492413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.494860] io scheduler noop registered\n[ 0.496175] io scheduler deadline registered (default)\n[ 0.497805] io scheduler cfq registered\n[ 0.499116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.500848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.502839] ipmi message handler version 39.2\n[ 0.504318] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.506662] ACPI: Power Button [PWRF]\n[ 0.507974] GHES: HEST is not enabled!\n[ 0.529957] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573590] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595985] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.598445] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.625712] Linux agpgart interface v0.103\n[ 0.628128] brd: module loaded\n[ 0.629651] loop: module loaded\n[ 0.631142] blk-mq: CPU -> queue map\n[ 0.632378] CPU 0 -> Queue 0\n[ 0.633442] CPU 1 -> Queue 0\n[ 0.635387] vda: vda1\n[ 0.636962] scsi0 : ata_piix\n[ 0.637968] scsi1 : ata_piix\n[ 0.638888] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.640578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.642492] libphy: Fixed MDIO Bus: probed\n[ 0.643728] tun: Universal TUN/TAP device driver, 1.6\n[ 0.645086] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.648395] PPP generic driver version 2.4.2\n[ 0.649651] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.651318] ehci-pci: EHCI PCI platform driver\n[ 0.652544] ehci-platform: EHCI generic platform driver\n[ 0.653939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655514] ohci-pci: OHCI PCI platform driver\n[ 0.656741] ohci-platform: OHCI generic platform driver\n[ 0.658127] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.680544] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.681947] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.684073] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.685676] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.687380] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.689388] usb usb1: Product: UHCI Host Controller\n[ 0.690691] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.692318] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.693660] hub 1-0:1.0: USB hub found\n[ 0.694755] hub 1-0:1.0: 2 ports detected\n[ 0.696018] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698926] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700269] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701761] mousedev: PS/2 mouse device common for all mice\n[ 0.703510] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705933] rtc_cmos 00:00: RTC can wake from S4\n[ 0.707704] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.709644] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.711632] device-mapper: uevent: version 1.0.3\n[ 0.713205] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.715913] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.717874] TCP: cubic registered\n[ 0.719127] NET: Registered protocol family 10\n[ 0.720914] NET: Registered protocol family 17\n[ 0.722390] Key type dns_resolver registered\n[ 0.723985] Loading compiled-in X.509 certificates\n[ 0.726064] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.736150] registered taskstats version 1\n[ 0.739297] Key type trusted registered\n[ 0.743231] Key type encrypted registered\n[ 0.744573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.746294] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.748538] regulator-dummy: disabling\n[ 0.749906] Magic number: 2:444:6\n[ 0.751262] rtc_cmos 00:00: setting system clock to 2018-09-02 03:01:18 UTC (1535857278)\n[ 0.753964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.755813] EDD information not available.\n[ 0.801324] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.803865] Write protecting the kernel read-only data: 12288k\n[ 0.806329] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.810136] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.823595] systemd-udevd[107]: starting version 204\n[ 0.880472] FDC 0 is a S82078B\n[ 1.004048] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.168011] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.170102] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.172245] usb 1-1: Product: QEMU USB Tablet\n[ 1.173671] usb 1-1: Manufacturer: QEMU\n[ 1.174962] usb 1-1: SerialNumber: 42\n[ 1.444075] tsc: Refined TSC clocksource calibration: 3491.843 MHz\n[ 1.877334] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.216537] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.326820] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.418853] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:01:20 +0000. Up 2.75 seconds.\ncloud-init-nonet[2.94]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.80]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:01:21 +0000. Up 4.07 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:30:10:e1 |\nci-info: | eth0 | True | 192.168.0.24 | 255.255.255.0 | fa:16:3e:ad:b0:83 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n8d:a1:76:c4:f3:48:27:40:dc:33:f1:dd:f4:e4:ab:9c root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| oo... . .|\n| .o+. . o + |\n| Boo . . o|\n| + X .|\n| o S o . |\n| . . . o |\n| E |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n93:15:8a:78:91:cf:77:fb:4c:e0:9a:7e:89:8f:50:0d root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .. . |\n| ..o . . |\n| . oo. E |\n| . oo.oo |\n| S..o.o |\n| o o . |\n| . + = |\n| .+.o o |\n| .oo. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n95:37:07:ea:b8:47:bd:1a:7c:ff:58:0d:8b:51:cb:02 root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o . |\n| E o o |\n| + + = . |\n| S o + + |\n| + = o.|\n| . + + . o|\n| . + . o |\n| . o..|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n6d:11:99:de:06:94:1e:ca:6f:79:10:d5:bc:4d:76:2d root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o=.o .|\n| B. E =|\n| . +.= *.|\n| o.+.o . .|\n| S.o+ |\n| .+ . |\n| . . |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:01:27 +0000. Up 9.67 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:01:29 +0000. Up 10.81 seconds.\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ ip addr add 192.168.1.6/24 dev eth1\n+ ip link set dev eth1 up\n+ apt-get update\n\nUbuntu 14.04.5 LTS ns ttyS0\n\nns login: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:4 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB]\nGet:6 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:9 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:25 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1550 kB/s)\nReading package lists...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bind9 --yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1639 kB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9utils amd64 1:9.9.5.dfsg-3ubuntu0.17 [146 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9 amd64 1:9.9.5.dfsg-3ubuntu0.17 [288 kB]\nPreconfiguring packages ...\nFetched 433 kB in 1s (337 kB/s)\nSelecting previously unselected package bind9utils.\n(Reading database ... 51306 files and directories currently installed.)\nPreparing to unpack .../bind9utils_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ...\nUnpacking bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ...\nSelecting previously unselected package bind9.\nPreparing to unpack .../bind9_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ...\nUnpacking bind9 (1:9.9.5.dfsg-3ubuntu0.17) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ...\nSetting up bind9 (1:9.9.5.dfsg-3ubuntu0.17) ...\nAdding group `bind' (GID 111) ...\nDone.\nAdding system user `bind' (UID 106) ...\nAdding new user `bind' (UID 106) with group `bind' ...\nNot creating home directory `/var/cache/bind'.\nwrote key file \"/etc/bind/rndc.key\"\n#\n * Starting domain name service... bind9\n ...done.\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ cat\n+ cat\n++ date +%Y%m%d%H\n++ ip2rr 172.30.9.203\n++ echo 172.30.9.203\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.203\n+ chown root:bind /var/lib/bind/db.clearwater.opnfv\n+ service bind9 reload\n * Reloading domain name service... bind9\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 93:15:8a:78:91:cf:77:fb:4c:e0:9a:7e:89:8f:50:0d root@ns (DSA)\nec2: 256 95:37:07:ea:b8:47:bd:1a:7c:ff:58:0d:8b:51:cb:02 root@ns (ECDSA)\nec2: 256 6d:11:99:de:06:94:1e:ca:6f:79:10:d5:bc:4d:76:2d root@ns (ED25519)\nec2: 2048 8d:a1:76:c4:f3:48:27:40:dc:33:f1:dd:f4:e4:ab:9c root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLAucwOO8Vna692AN/TcfJAye98RH4r1+69BsWd4GAJSZ7AKh0l2VpisFBg2FG0Lpy0OAWBicrOoggoaGPuoOa0= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUJ3BvYnPfyjArAWFWAomiBeiesTDKMeqDMKBk9aFqU root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcBakqhVTijemJbtkoDpZJ8zRwHoCwwBIoBVO20NIOS4Ry9qK0vnnIgA4Eu3Nc3iyccftx2/mEmZxGY5hPG113m6WvIXMVt9p1Ws7IT0vwppFk1l7kXC2LvzdqNf9H+UTB2szsyAkwrSAaMnNuobvDvOJZK5Iaorsdu++uYD1gh61/sxOFeY7G0Z0oOfvbsvmG/myUGoi/Id1lUnIAgExx7498asRwMSS+78IlZO6pOzfMwAi7ErKyP+fkKD+tnbbbrog+ye036OR0XbXMkHeml/6ZvkET2BOnWQdRpyhKKiQseqr5lL3uMmpogMQrsSpbFBY7j8fKTIbaFBUZLZxj root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:01:43 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 24.83 seconds\n"} 2018-09-02 03:07:55,187 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8/action used request id req-3e723152-9d3d-4efb-bdef-18b9bf56c941 2018-09-02 03:07:55,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0719120502472s 2018-09-02 03:07:55,189 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/7ce1eb93-f7e7-40d2-8a88-cef9933700c8/action used request id req-3e723152-9d3d-4efb-bdef-18b9bf56c941 2018-09-02 03:07:55,189 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d0000-0x378dffff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83968 r8192 d22528 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008034] Security Framework initialized [ 0.009181] AppArmor: AppArmor initialized [ 0.010304] Yama: becoming mindful. [ 0.012147] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015659] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016873] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018506] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020279] Initializing cgroup subsys memory [ 0.021453] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025186] Initializing cgroup subsys blkio [ 0.026335] Initializing cgroup subsys perf_event [ 0.027563] Initializing cgroup subsys hugetlb [ 0.028060] FEATURE SPEC_CTRL Not Present [ 0.029852] mce: CPU supports 10 MCE banks [ 0.030991] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037922] Speculative Store Bypass: Vulnerable [ 0.039758] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.044491] ACPI: Core revision 20131115 [ 0.046031] ACPI: All ACPI Tables successfully acquired [ 0.047579] ftrace: allocating 28717 entries in 113 pages [ 0.068221] smpboot: Max logical packages: 2 [ 0.072003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.073601] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.075447] Enabling x2apic [ 0.076000] Enabled x2apic [ 0.076003] Switched APIC routing to physical x2apic. [ 0.080564] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082128] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.084634] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093248] KVM setup paravirtual spinlock [ 0.095731] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.096191] x86: Booting SMP configuration: [ 0.097410] .... node #0, CPUs: #1[ 0.095685] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112021] x86: Booted up 1 node, 2 CPUs [ 0.112014] KVM setup async PF for cpu 1 [ 0.112017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.115703] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.116422] devtmpfs: initialized [ 0.118978] EVM: security.selinux [ 0.120005] EVM: security.SMACK64 [ 0.120957] EVM: security.ima [ 0.121839] EVM: security.capability [ 0.122876] pinctrl core: initialized pinctrl subsystem [ 0.124045] regulator-dummy: no parameters [ 0.125228] RTC time: 3:01:18, date: 09/02/18 [ 0.126438] NET: Registered protocol family 16 [ 0.127701] cpuidle: using governor ladder [ 0.128003] cpuidle: using governor menu [ 0.129168] ACPI: bus type PCI registered [ 0.130266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.131925] PCI: Using configuration type 1 for base access [ 0.132592] bio: create slab at 0 [ 0.133152] ACPI: Added _OSI(Module Device) [ 0.133216] ACPI: Added _OSI(Processor Device) [ 0.136003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.137222] ACPI: Added _OSI(Processor Aggregator Device) [ 0.139656] ACPI: Interpreter enabled [ 0.140005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.142564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.144736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.148867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.151448] ACPI: (supports S0 S5) [ 0.152021] ACPI: Using IOAPIC for interrupt routing [ 0.153497] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.156040] ACPI: No dock devices found. [ 0.159356] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.160019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.161693] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.163322] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164265] acpiphp: Slot [3] registered [ 0.165381] acpiphp: Slot [4] registered [ 0.166491] acpiphp: Slot [5] registered [ 0.167601] acpiphp: Slot [6] registered [ 0.168035] acpiphp: Slot [7] registered [ 0.169144] acpiphp: Slot [8] registered [ 0.170242] acpiphp: Slot [9] registered [ 0.171345] acpiphp: Slot [10] registered [ 0.172020] acpiphp: Slot [11] registered [ 0.173138] acpiphp: Slot [12] registered [ 0.174257] acpiphp: Slot [13] registered [ 0.175391] acpiphp: Slot [14] registered [ 0.176021] acpiphp: Slot [15] registered [ 0.177157] acpiphp: Slot [16] registered [ 0.178293] acpiphp: Slot [17] registered [ 0.179420] acpiphp: Slot [18] registered [ 0.180027] acpiphp: Slot [19] registered [ 0.181168] acpiphp: Slot [20] registered [ 0.182304] acpiphp: Slot [21] registered [ 0.183424] acpiphp: Slot [22] registered [ 0.184020] acpiphp: Slot [23] registered [ 0.185163] acpiphp: Slot [24] registered [ 0.186302] acpiphp: Slot [25] registered [ 0.187433] acpiphp: Slot [26] registered [ 0.188020] acpiphp: Slot [27] registered [ 0.189147] acpiphp: Slot [28] registered [ 0.190277] acpiphp: Slot [29] registered [ 0.191398] acpiphp: Slot [30] registered [ 0.192027] acpiphp: Slot [31] registered [ 0.193155] PCI host bridge to bus 0000:00 [ 0.194280] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.195706] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.196004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.197555] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.199245] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.200003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.209374] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.211374] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.239509] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.241021] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.243539] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.244970] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.246932] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.248676] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.250517] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.250517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.252003] vgaarb: loaded [ 0.252855] vgaarb: bridge control possible 0000:00:02.0 [ 0.254532] SCSI subsystem initialized [ 0.255800] ACPI: bus type USB registered [ 0.256037] usbcore: registered new interface driver usbfs [ 0.257473] usbcore: registered new interface driver hub [ 0.258901] usbcore: registered new device driver usb [ 0.260115] PCI: Using ACPI for IRQ routing [ 0.261620] NetLabel: Initializing [ 0.262625] NetLabel: domain hash size = 128 [ 0.264003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.265363] NetLabel: unlabeled traffic allowed by default [ 0.266797] Switched to clocksource kvm-clock [ 0.272998] AppArmor: AppArmor Filesystem Enabled [ 0.274305] pnp: PnP ACPI init [ 0.275225] ACPI: bus type PNP registered [ 0.276833] pnp: PnP ACPI: found 8 devices [ 0.277964] ACPI: bus type PNP unregistered [ 0.285514] NET: Registered protocol family 2 [ 0.287000] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.289097] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.290927] TCP: Hash tables configured (established 16384 bind 16384) [ 0.292641] TCP: reno registered [ 0.293581] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.295070] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.296725] NET: Registered protocol family 1 [ 0.297929] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.299395] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.300812] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.322581] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.344610] Trying to unpack rootfs image as initramfs... [ 0.443720] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.446024] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.447510] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.449146] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.451407] Scanning for low memory corruption every 60 seconds [ 0.453301] Initialise system trusted keyring [ 0.454789] audit: initializing netlink socket (disabled) [ 0.456500] type=2000 audit(1535857278.577:1): initialized [ 0.477300] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480172] zbud: loaded [ 0.481396] VFS: Disk quotas dquot_6.5.2 [ 0.482738] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.485065] fuse init (API version 7.22) [ 0.486465] msgmni has been set to 3997 [ 0.487770] Key type big_key registered [ 0.489514] Key type asymmetric registered [ 0.490858] Asymmetric key parser 'x509' registered [ 0.492413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.494860] io scheduler noop registered [ 0.496175] io scheduler deadline registered (default) [ 0.497805] io scheduler cfq registered [ 0.499116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.500848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.502839] ipmi message handler version 39.2 [ 0.504318] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.506662] ACPI: Power Button [PWRF] [ 0.507974] GHES: HEST is not enabled! [ 0.529957] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573590] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.595985] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.598445] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.622458] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.625712] Linux agpgart interface v0.103 [ 0.628128] brd: module loaded [ 0.629651] loop: module loaded [ 0.631142] blk-mq: CPU -> queue map [ 0.632378] CPU 0 -> Queue 0 [ 0.633442] CPU 1 -> Queue 0 [ 0.635387] vda: vda1 [ 0.636962] scsi0 : ata_piix [ 0.637968] scsi1 : ata_piix [ 0.638888] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.640578] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.642492] libphy: Fixed MDIO Bus: probed [ 0.643728] tun: Universal TUN/TAP device driver, 1.6 [ 0.645086] tun: (C) 1999-2004 Max Krasnyansky [ 0.648395] PPP generic driver version 2.4.2 [ 0.649651] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.651318] ehci-pci: EHCI PCI platform driver [ 0.652544] ehci-platform: EHCI generic platform driver [ 0.653939] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.655514] ohci-pci: OHCI PCI platform driver [ 0.656741] ohci-platform: OHCI generic platform driver [ 0.658127] uhci_hcd: USB Universal Host Controller Interface driver [ 0.680544] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.681947] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.684073] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.685676] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.687380] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.689388] usb usb1: Product: UHCI Host Controller [ 0.690691] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.692318] usb usb1: SerialNumber: 0000:00:01.2 [ 0.693660] hub 1-0:1.0: USB hub found [ 0.694755] hub 1-0:1.0: 2 ports detected [ 0.696018] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.698926] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.700269] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.701761] mousedev: PS/2 mouse device common for all mice [ 0.703510] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.705933] rtc_cmos 00:00: RTC can wake from S4 [ 0.707704] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.709644] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.711632] device-mapper: uevent: version 1.0.3 [ 0.713205] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.715913] ledtrig-cpu: registered to indicate activity on CPUs [ 0.717874] TCP: cubic registered [ 0.719127] NET: Registered protocol family 10 [ 0.720914] NET: Registered protocol family 17 [ 0.722390] Key type dns_resolver registered [ 0.723985] Loading compiled-in X.509 certificates [ 0.726064] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.736150] registered taskstats version 1 [ 0.739297] Key type trusted registered [ 0.743231] Key type encrypted registered [ 0.744573] AppArmor: AppArmor sha1 policy hashing enabled [ 0.746294] IMA: No TPM chip found, activating TPM-bypass! [ 0.748538] regulator-dummy: disabling [ 0.749906] Magic number: 2:444:6 [ 0.751262] rtc_cmos 00:00: setting system clock to 2018-09-02 03:01:18 UTC (1535857278) [ 0.753964] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.755813] EDD information not available. [ 0.801324] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.803865] Write protecting the kernel read-only data: 12288k [ 0.806329] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.810136] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.823595] systemd-udevd[107]: starting version 204 [ 0.880472] FDC 0 is a S82078B [ 1.004048] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.168011] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.170102] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.172245] usb 1-1: Product: QEMU USB Tablet [ 1.173671] usb 1-1: Manufacturer: QEMU [ 1.174962] usb 1-1: SerialNumber: 42 [ 1.444075] tsc: Refined TSC clocksource calibration: 3491.843 MHz [ 1.877334] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.216537] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.326820] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.418853] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:01:20 +0000. Up 2.75 seconds. cloud-init-nonet[2.94]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.80]: static networking is now up * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:01:21 +0000. Up 4.07 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:30:10:e1 | ci-info: | eth0 | True | 192.168.0.24 | 255.255.255.0 | fa:16:3e:ad:b0:83 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 8d:a1:76:c4:f3:48:27:40:dc:33:f1:dd:f4:e4:ab:9c root@ns The key's randomart image is: +--[ RSA 2048]----+ | oo... . .| | .o+. . o + | | Boo . . o| | + X .| | o S o . | | . . . o | | E | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 93:15:8a:78:91:cf:77:fb:4c:e0:9a:7e:89:8f:50:0d root@ns The key's randomart image is: +--[ DSA 1024]----+ | .. . | | ..o . . | | . oo. E | | . oo.oo | | S..o.o | | o o . | | . + = | | .+.o o | | .oo. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 95:37:07:ea:b8:47:bd:1a:7c:ff:58:0d:8b:51:cb:02 root@ns The key's randomart image is: +--[ECDSA 256]---+ | . | | o . | | E o o | | + + = . | | S o + + | | + = o.| | . + + . o| | . + . o | | . o..| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 6d:11:99:de:06:94:1e:ca:6f:79:10:d5:bc:4d:76:2d root@ns The key's randomart image is: +--[ED25519 256--+ | .o=.o .| | B. E =| | . +.= *.| | o.+.o . .| | S.o+ | | .+ . | | . . | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:01:27 +0000. Up 9.67 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:01:29 +0000. Up 10.81 seconds. ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + ip addr add 192.168.1.6/24 dev eth1 + ip link set dev eth1 up + apt-get update Ubuntu 14.04.5 LTS ns ttyS0 ns login: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://security.ubuntu.com trusty-security/main Sources [161 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:4 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [421 kB] Get:6 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:9 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [473 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [546 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:25 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:27 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:28 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1550 kB/s) Reading package lists... + DEBIAN_FRONTEND=noninteractive + apt-get install bind9 --yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bind9utils Suggested packages: bind9-doc The following NEW packages will be installed: bind9 bind9utils 0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded. Need to get 433 kB of archives. After this operation, 1639 kB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9utils amd64 1:9.9.5.dfsg-3ubuntu0.17 [146 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9 amd64 1:9.9.5.dfsg-3ubuntu0.17 [288 kB] Preconfiguring packages ... Fetched 433 kB in 1s (337 kB/s) Selecting previously unselected package bind9utils. (Reading database ... 51306 files and directories currently installed.) Preparing to unpack .../bind9utils_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ... Unpacking bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ... Selecting previously unselected package bind9. Preparing to unpack .../bind9_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ... Unpacking bind9 (1:9.9.5.dfsg-3ubuntu0.17) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ... Setting up bind9 (1:9.9.5.dfsg-3ubuntu0.17) ... Adding group `bind' (GID 111) ... Done. Adding system user `bind' (UID 106) ... Adding new user `bind' (UID 106) with group `bind' ... Not creating home directory `/var/cache/bind'. wrote key file "/etc/bind/rndc.key" # * Starting domain name service... bind9 ...done. Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... + cat + cat ++ date +%Y%m%d%H ++ ip2rr 172.30.9.203 ++ echo 172.30.9.203 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.203 + chown root:bind /var/lib/bind/db.clearwater.opnfv + service bind9 reload * Reloading domain name service... bind9 ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 94:57:3d:92:e6:90:32:a6:c4:34:6f:e6:df:2e:00:16 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 93:15:8a:78:91:cf:77:fb:4c:e0:9a:7e:89:8f:50:0d root@ns (DSA) ec2: 256 95:37:07:ea:b8:47:bd:1a:7c:ff:58:0d:8b:51:cb:02 root@ns (ECDSA) ec2: 256 6d:11:99:de:06:94:1e:ca:6f:79:10:d5:bc:4d:76:2d root@ns (ED25519) ec2: 2048 8d:a1:76:c4:f3:48:27:40:dc:33:f1:dd:f4:e4:ab:9c root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLAucwOO8Vna692AN/TcfJAye98RH4r1+69BsWd4GAJSZ7AKh0l2VpisFBg2FG0Lpy0OAWBicrOoggoaGPuoOa0= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBUJ3BvYnPfyjArAWFWAomiBeiesTDKMeqDMKBk9aFqU root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcBakqhVTijemJbtkoDpZJ8zRwHoCwwBIoBVO20NIOS4Ry9qK0vnnIgA4Eu3Nc3iyccftx2/mEmZxGY5hPG113m6WvIXMVt9p1Ws7IT0vwppFk1l7kXC2LvzdqNf9H+UTB2szsyAkwrSAaMnNuobvDvOJZK5Iaorsdu++uYD1gh61/sxOFeY7G0Z0oOfvbsvmG/myUGoi/Id1lUnIAgExx7498asRwMSS+78IlZO6pOzfMwAi7ErKyP+fkKD+tnbbbrog+ye036OR0XbXMkHeml/6ZvkET2BOnWQdRpyhKKiQseqr5lL3uMmpogMQrsSpbFBY7j8fKTIbaFBUZLZxj root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:01:43 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 24.83 seconds 2018-09-02 03:07:55,191 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 03:07:55,192 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.201 2018-09-02 03:07:55,278 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-09-02 03:07:55,347 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-09-02 03:07:55,347 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-09-02 03:07:55,478 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 03:07:55,479 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-09-02 03:08:20,524 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 03:08:20,524 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-09-02 03:08:45,597 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 03:08:45,598 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-09-02 03:09:10,647 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 03:09:10,647 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-09-02 03:09:35,708 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 03:09:35,709 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-09-02 03:10:00,763 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 03:10:00,764 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-09-02 03:10:25,802 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 03:10:25,802 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-09-02 03:11:10,873 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550055@clearwater.opnfv', u'sip_username': u'6505550055', u'formatted_number': u'(650) 555-0055', u'number': u'6505550055', u'sip_uri': u'sip:6505550055@clearwater.opnfv', u'number_id': u'0c01ad939f0f4ff69457598cbfca3067', u'sip_password': u'VQmNQyzza', u'pstn': False} 2018-09-02 03:11:10,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:11:10,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:11,149 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:10 GMT Server: Apache x-openstack-request-id: req-c8862903-0779-4fc6-b49d-4d6ba1a9d150 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 Content-Length: 423 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:11,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:11 GMT Server: Apache x-openstack-request-id: req-9381df39-7124-423d-a5a7-42e2a5a33bd6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 949 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "outputs": [{"output_value": "172.30.9.203", "output_key": "dns_ip", "description": "IP address of DNS"}, {"output_value": "clearwater.opnfv", "output_key": "zone", "description": "DNS zone"}], "template_description": "Clearwater deployment\n"}} 2018-09-02 03:11:11,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 used request id req-9381df39-7124-423d-a5a7-42e2a5a33bd6 2018-09-02 03:11:11,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.983129024506s 2018-09-02 03:11:11,858 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 used request id req-9381df39-7124-423d-a5a7-42e2a5a33bd6 2018-09-02 03:11:11,860 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack outputs: [Munch({u'output_value': u'172.30.9.203', u'output_key': u'dns_ip', u'description': u'IP address of DNS'}), Munch({u'output_value': u'clearwater.opnfv', u'output_key': u'zone', u'description': u'DNS zone'})] 2018-09-02 03:11:11,861 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-09-02 03:11:11,861 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-09-02 03:11:11,869 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-09-02 03:11:11,869 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-09-02 03:11:21,935 - functest.utils.functest_utils - ERROR - Clearwater live test failed 2018-09-02 03:11:21,936 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550340, 6505550390) Failed Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID ada59abb3099b0d0e306efa22475f751) Failed RuntimeError thrown: - Expected 401|200, got 480 (call ID ada59abb3099b0d0e306efa22475f751) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:175:in `register' - /src/vims-test/lib/tests/basic-call.rb:25:in `block (2 levels) in ' - /src/vims-test/lib/test-definition.rb:258:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - SDP (TCP) - (6505550186, 6505550962) Failed Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID b5f62b24be61af023a3373301d7f0332) Failed RuntimeError thrown: - Expected 401|200, got 403 (call ID b5f62b24be61af023a3373301d7f0332) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:175:in `register' - /src/vims-test/lib/tests/basic-call.rb:88:in `block (2 levels) in ' - /src/vims-test/lib/test-definition.rb:258:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Tel URIs (TCP) - (6505550187, 6505550935) Failed Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID 82cd074348d78ccabd5773c0cc7268a1) Failed RuntimeError thrown: - Expected 401|200, got 403 (call ID 82cd074348d78ccabd5773c0cc7268a1) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:175:in `register' - /src/vims-test/lib/tests/basic-call.rb:143:in `block (2 levels) in ' - /src/vims-test/lib/test-definition.rb:258:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Unknown number (TCP) - (6505550463, 6505550096) Failed Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID 4a2aada303ab12e806c93f418ad1f67f) Failed RuntimeError thrown: - Expected 401|200, got 403 (call ID 4a2aada303ab12e806c93f418ad1f67f) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:175:in `register' - /src/vims-test/lib/tests/basic-call.rb:182:in `block (2 levels) in ' - /src/vims-test/lib/test-definition.rb:258:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Rejected by remote endpoint (TCP) - (6505550486, 6505550863) Failed Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID cc2513b72f162dd91c56c79f57d1f5d1) Failed RuntimeError thrown: - Expected 401|200, got 403 (call ID cc2513b72f162dd91c56c79f57d1f5d1) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:175:in `register' - /src/vims-test/lib/tests/basic-call.rb:206:in `block (2 levels) in ' - /src/vims-test/lib/test-definition.rb:258:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Messages - Pager model (TCP) - (6505550357, 6505550142) Failed Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID a7ccb62babc7a5a5cd17b7a7c074a858) Failed RuntimeError thrown: - Expected 401|200, got 403 (call ID a7ccb62babc7a5a5cd17b7a7c074a858) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:175:in `register' - /src/vims-test/lib/tests/basic-call.rb:241:in `block (2 levels) in ' - /src/vims-test/lib/test-definition.rb:258:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Call - Pracks (TCP) - (6505550625, 6505550347) Failed Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID a51579405a12c6e4125ce7b9283238be) Failed RuntimeError thrown: - Expected 401|200, got 403 (call ID a51579405a12c6e4125ce7b9283238be) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:175:in `register' - /src/vims-test/lib/tests/basic-call.rb:271:in `block (2 levels) in ' - /src/vims-test/lib/test-definition.rb:258:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Basic Registration (TCP) - (6505550089) Failed Endpoint threw exception: - Expected 401, got 403 (call ID 2d0e382175dfe93726a9520af4000503) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-register.rb:16:in `block (2 levels) in ' Terminating other threads after failure Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID 02c9aa7ccde04847eb7bcc6ee9827ff3) Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550109, 6505550610) Failed Endpoint threw exception: - Expected 401, got 403 (call ID 617067850a38ca33c7395b579a272b52) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-register.rb:63:in `block (2 levels) in ' Terminating other threads after failure Exception in quaff_cleanup_blk: - Expected 401|200, got 403 (call ID 1af19ad27b20d200845fca407384ab50) Call Barring - Outbound Rejection (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-barring.rb:13:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Barring - Allow non-international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Reject international call (TCP) - Skipped (No PSTN support) - Call with PSTN=true to run test Call Barring - Inbound Rejection (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-barring.rb:130:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion AS - Unconditional (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - Busy (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion AS - No answer (TCP) - Skipped (No Call Diversion AS hostname provided) - Call with CDIV_AS= Call Diversion - Not registered (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:80:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (not registered) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:101:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (408) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:124:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (503) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:159:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (500) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:193:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Busy (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:227:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Unconditional (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:258:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - No answer (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:289:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Bad target URI (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:355:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Audio-only call (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:384:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Audio-video call (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:418:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Waiting - Accepted (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-waiting.rb:13:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Waiting - Cancelled (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-waiting.rb:123:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' CANCEL - Mainline (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/cancel.rb:13:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Accept-Contact (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:12:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Accept-Contact with response (SFR 511195) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:44:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Accept-Contact no match (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:91:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Accept-Contact negated match (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:118:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - RFC3841 example (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:152:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Reject-Contact no match (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:236:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Filtering - Reject-Contact match (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/contact-filtering.rb:269:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Gemini - INVITE - VoIP device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device answers (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - VoIP device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Mobile device rejects with a 480 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose mobile response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Both reject, choose VoIP response (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with GR (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Successful call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - INVITE - Failed call with Accept-Contact (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Mobile Notifies (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= Gemini - SUBSCRIBE - Joint 408 (TCP) - Skipped (No gemini hostname provided) - Call with GEMINI= GRUU - REGISTER - two bindings with and without GRUU (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:29:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - REGISTER - binding suggested GRUU (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:48:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - REGISTER - instance ID requires escaping (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:69:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - REGISTER - three bindings with GRUUs (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:84:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - first endpoint GRUU as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:106:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - second endpoint GRUU as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:142:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - only GRUU as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:178:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - AoR as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:214:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - unknown GRUU as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:250:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:278:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - Reject-Contact interop (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:306:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - Accept-Contact interop (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:336:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - AoR with other param as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:375:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - GRUU with other param as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:411:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' ISC Interface - Terminating (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating (UDP AS) (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Terminating Failed (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Third-party Registration - implicit registration (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - Redirect (TCP) - Skipped (No hostname given) - Call with HOST_NAME= ISC Interface - B2BUA (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Live Call - Dial out to a real number (TCP) - Skipped (No live number given) - Call with LIVENUMBER= Memento - Incorrect Password (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Wrong Call List (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Basic Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Unknown Number (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Rejected Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Cancelled Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Privacy Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Barred Call (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Memento - Busy Call Forwarding (TCP) - Skipped (No memento hostnames provided) - Call with MEMENTO_SIP= and MEMENTO_HTTP= Nonce-Count - Mainline (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Nonce-Count - Reject Re-Use (TCP) - Skipped (No nonce-count support) - Call with NONCE_COUNT=Y to run test Off-net calls - tel: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= Off-net calls - sip: URI (TCP) - Skipped (No off-net number given) - Call with OFF_NET_TEL= SUBSCRIBE - reg-event (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/subscribe.rb:24:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' SUBSCRIBE - reg-event with a GRUU (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/subscribe.rb:75:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' SUBSCRIBE - Subscription timeout (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/subscribe.rb:112:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' SUBSCRIBE - Registration timeout (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/subscribe.rb:156:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Multiple SUBSCRIBErs to one UE's reg-event (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body 502 Bad Gateway

502 Bad Gateway


nginx/1.4.6 (Ubuntu)
- /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/subscribe.rb:223:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= 502 Bad Gateway /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/abstract_response.rb:74:in `return!' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:495:in `process_result' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:421:in `block in transmit' /usr/lib/ruby/2.4.0/net/http.rb:877:in `start' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient.rb:69:in `post' /src/vims-test/lib/ellis.rb:28:in `destroy_leaked_numbers' /src/vims-test/lib/live-test.rb:27:in `run_tests' /src/vims-test/Rakefile:14:in `block in ' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' /usr/bin/rake:23:in `load' /usr/bin/rake:23:in `
' 51 failures out of 93 tests run Basic Call - Mainline (TCP) at 2018-09-02 03:11:13 +0000 Basic Call - SDP (TCP) at 2018-09-02 03:11:14 +0000 Basic Call - Tel URIs (TCP) at 2018-09-02 03:11:15 +0000 Basic Call - Unknown number (TCP) at 2018-09-02 03:11:15 +0000 Basic Call - Rejected by remote endpoint (TCP) at 2018-09-02 03:11:16 +0000 Basic Call - Messages - Pager model (TCP) at 2018-09-02 03:11:17 +0000 Basic Call - Pracks (TCP) at 2018-09-02 03:11:18 +0000 Basic Registration (TCP) at 2018-09-02 03:11:19 +0000 Multiple Identities (TCP) at 2018-09-02 03:11:21 +0000 Call Barring - Outbound Rejection (TCP) at 2018-09-02 03:11:21 +0000 Call Barring - Inbound Rejection (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Not registered (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Not reachable (not registered) (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Not reachable (408) (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Not reachable (503) (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Not reachable (500) (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Busy (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Unconditional (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - No answer (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Bad target URI (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Audio-only call (TCP) at 2018-09-02 03:11:21 +0000 Call Diversion - Audio-video call (TCP) at 2018-09-02 03:11:21 +0000 Call Waiting - Accepted (TCP) at 2018-09-02 03:11:21 +0000 Call Waiting - Cancelled (TCP) at 2018-09-02 03:11:21 +0000 CANCEL - Mainline (TCP) at 2018-09-02 03:11:21 +0000 Filtering - Accept-Contact (TCP) at 2018-09-02 03:11:21 +0000 Accept-Contact with response (SFR 511195) (TCP) at 2018-09-02 03:11:21 +0000 Filtering - Accept-Contact no match (TCP) at 2018-09-02 03:11:21 +0000 Filtering - Accept-Contact negated match (TCP) at 2018-09-02 03:11:21 +0000 Filtering - RFC3841 example (TCP) at 2018-09-02 03:11:21 +0000 Filtering - Reject-Contact no match (TCP) at 2018-09-02 03:11:21 +0000 Filtering - Reject-Contact match (TCP) at 2018-09-02 03:11:21 +0000 GRUU - REGISTER - two bindings with and without GRUU (TCP) at 2018-09-02 03:11:21 +0000 GRUU - REGISTER - binding suggested GRUU (TCP) at 2018-09-02 03:11:21 +0000 GRUU - REGISTER - instance ID requires escaping (TCP) at 2018-09-02 03:11:21 +0000 GRUU - REGISTER - three bindings with GRUUs (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - first endpoint GRUU as target (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - second endpoint GRUU as target (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - only GRUU as target (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - AoR as target (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - unknown GRUU as target (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - Reject-Contact interop (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - Accept-Contact interop (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - AoR with other param as target (TCP) at 2018-09-02 03:11:21 +0000 GRUU - Call - GRUU with other param as target (TCP) at 2018-09-02 03:11:21 +0000 SUBSCRIBE - reg-event (TCP) at 2018-09-02 03:11:21 +0000 SUBSCRIBE - reg-event with a GRUU (TCP) at 2018-09-02 03:11:21 +0000 SUBSCRIBE - Subscription timeout (TCP) at 2018-09-02 03:11:21 +0000 SUBSCRIBE - Registration timeout (TCP) at 2018-09-02 03:11:21 +0000 Multiple SUBSCRIBErs to one UE's reg-event (TCP) at 2018-09-02 03:11:21 +0000 42 tests skipped Error logs, including Call-IDs of failed calls, are in the 'logfiles' directory 2018-09-02 03:11:21,940 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - {'failures': 51, 'skipped': 42, 'total': 93, 'passed': 0} 2018-09-02 03:11:22,055 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 03:11:22,056 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 12:38 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-02 03:11:22,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:11:22,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:22,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:22 GMT Server: Apache x-openstack-request-id: req-ae9c0389-fb62-46ad-bfeb-97548b0dd4d6 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:22,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:22 GMT Server: Apache x-openstack-request-id: req-8de5f400-38ff-41e1-8703-64f23619fdc2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:11:22,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-8de5f400-38ff-41e1-8703-64f23619fdc2 2018-09-02 03:11:22,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.567899942398s 2018-09-02 03:11:22,629 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-8de5f400-38ff-41e1-8703-64f23619fdc2 2018-09-02 03:11:22,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:22,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?limit=1&sort_dir=desc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:22,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:22 GMT Server: Apache x-openstack-request-id: req-6eec791d-9eda-4ac0-8e6f-fce00181fa18 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?limit=1&sort_dir=desc Content-Length: 489 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:23,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:22 GMT Server: Apache x-openstack-request-id: req-5f1ce578-2911-4ff2-8aee-ff77434365df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 342 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T03:04:14Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv/events/2bc9ee11-5054-467b-803d-ab7c9e429e0e", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "id": "2bc9ee11-5054-467b-803d-ab7c9e429e0e"}]} 2018-09-02 03:11:23,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-5f1ce578-2911-4ff2-8aee-ff77434365df 2018-09-02 03:11:23,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.963564872742s 2018-09-02 03:11:23,595 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-5f1ce578-2911-4ff2-8aee-ff77434365df 2018-09-02 03:11:23,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-09-02 03:11:23,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:23,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:23 GMT Server: Apache x-openstack-request-id: req-c2be96da-9e2e-49c5-84c5-02afba673fae Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 Content-Length: 423 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:24,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:11:23 GMT Server: Apache x-openstack-request-id: req-9c497c45-29c8-470e-8786-8d99f0af0bb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 03:11:24,049 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 used request id req-9c497c45-29c8-470e-8786-8d99f0af0bb8 2018-09-02 03:11:24,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.454025030136s 2018-09-02 03:11:24,050 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55 used request id req-9c497c45-29c8-470e-8786-8d99f0af0bb8 2018-09-02 03:11:24,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:24,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=2bc9ee11-5054-467b-803d-ab7c9e429e0e&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:24,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:24 GMT Server: Apache x-openstack-request-id: req-3c7b0b94-fdf2-4b95-b652-3895bc4ce1ee Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=2bc9ee11-5054-467b-803d-ab7c9e429e0e&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:24,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:24 GMT Server: Apache x-openstack-request-id: req-3ab6c85f-1bae-48ab-aaef-391ed4680301 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 333 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T03:11:23Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv/events/8d44e382-3fe3-42da-8681-91ddfbe4b116", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "id": "8d44e382-3fe3-42da-8681-91ddfbe4b116"}]} 2018-09-02 03:11:24,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=2bc9ee11-5054-467b-803d-ab7c9e429e0e&sort_dir=asc&marker=2bc9ee11-5054-467b-803d-ab7c9e429e0e&sort_dir=asc used request id req-3ab6c85f-1bae-48ab-aaef-391ed4680301 2018-09-02 03:11:24,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.117164134979s 2018-09-02 03:11:24,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=2bc9ee11-5054-467b-803d-ab7c9e429e0e&sort_dir=asc&marker=2bc9ee11-5054-467b-803d-ab7c9e429e0e&sort_dir=asc used request id req-3ab6c85f-1bae-48ab-aaef-391ed4680301 2018-09-02 03:11:29,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:29,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=8d44e382-3fe3-42da-8681-91ddfbe4b116&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:30,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:29 GMT Server: Apache x-openstack-request-id: req-e634fc2e-8c69-41d0-8667-afc918dbcdef Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=8d44e382-3fe3-42da-8681-91ddfbe4b116&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:31,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:30 GMT Server: Apache x-openstack-request-id: req-230d3c0b-5984-46fd-8f17-2b9c3043e65e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-09-02T03:11:24Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono/events/a7577097-6de8-49a8-88b7-7c0484177986", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "cda5df71-13fd-4cde-973c-bae4792a5889", "id": "a7577097-6de8-49a8-88b7-7c0484177986"}, {"resource_name": "sprout", "event_time": "2018-09-02T03:11:25Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout/events/1844b34b-c8f2-40c2-afc0-30120a739845", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "f38f95f2-27b8-475a-afc4-281b50d65a4c", "id": "1844b34b-c8f2-40c2-afc0-30120a739845"}, {"resource_name": "dime", "event_time": "2018-09-02T03:11:26Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime/events/db17480f-a277-4c3b-879e-94aa25865360", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "68cf1366-0b79-4a4d-b964-c41c208d8593", "id": "db17480f-a277-4c3b-879e-94aa25865360"}, {"resource_name": "homer", "event_time": "2018-09-02T03:11:27Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer/events/8e855bbb-0276-427e-8c8b-fc3deeb24421", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b75039cf-0339-4759-a02c-06d0b0d29997", "id": "8e855bbb-0276-427e-8c8b-fc3deeb24421"}, {"resource_name": "vellum", "event_time": "2018-09-02T03:11:28Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum/events/f24ba4aa-e857-4403-b410-351767e623f2", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "909b7867-8be5-448d-864a-e9786dda9dd6", "id": "f24ba4aa-e857-4403-b410-351767e623f2"}]} 2018-09-02 03:11:31,330 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=8d44e382-3fe3-42da-8681-91ddfbe4b116&sort_dir=asc&marker=8d44e382-3fe3-42da-8681-91ddfbe4b116&sort_dir=asc used request id req-230d3c0b-5984-46fd-8f17-2b9c3043e65e 2018-09-02 03:11:31,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 2.15606617928s 2018-09-02 03:11:31,331 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=8d44e382-3fe3-42da-8681-91ddfbe4b116&sort_dir=asc&marker=8d44e382-3fe3-42da-8681-91ddfbe4b116&sort_dir=asc used request id req-230d3c0b-5984-46fd-8f17-2b9c3043e65e 2018-09-02 03:11:36,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:36,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=f24ba4aa-e857-4403-b410-351767e623f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:36,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:36 GMT Server: Apache x-openstack-request-id: req-15073e0d-1519-4158-a016-afed0744fe8a Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=f24ba4aa-e857-4403-b410-351767e623f2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:36,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:36 GMT Server: Apache x-openstack-request-id: req-1b32b6b4-79a1-4803-9429-ccebbae71c88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 438 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-09-02T03:11:33Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout/events/3db24fa0-cb7a-418a-8609-b851fefe11f0", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "f38f95f2-27b8-475a-afc4-281b50d65a4c", "id": "3db24fa0-cb7a-418a-8609-b851fefe11f0"}, {"resource_name": "bono", "event_time": "2018-09-02T03:11:35Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono/events/25ba3d21-5555-4c0f-8741-78b0f56425d2", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "cda5df71-13fd-4cde-973c-bae4792a5889", "id": "25ba3d21-5555-4c0f-8741-78b0f56425d2"}]} 2018-09-02 03:11:36,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=f24ba4aa-e857-4403-b410-351767e623f2&sort_dir=asc&marker=f24ba4aa-e857-4403-b410-351767e623f2&sort_dir=asc used request id req-1b32b6b4-79a1-4803-9429-ccebbae71c88 2018-09-02 03:11:36,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743329524994s 2018-09-02 03:11:36,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=f24ba4aa-e857-4403-b410-351767e623f2&sort_dir=asc&marker=f24ba4aa-e857-4403-b410-351767e623f2&sort_dir=asc used request id req-1b32b6b4-79a1-4803-9429-ccebbae71c88 2018-09-02 03:11:41,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=25ba3d21-5555-4c0f-8741-78b0f56425d2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:41,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:41 GMT Server: Apache x-openstack-request-id: req-408beda2-a840-4a2f-9cb4-4ef5afbba847 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=25ba3d21-5555-4c0f-8741-78b0f56425d2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:41,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:41 GMT Server: Apache x-openstack-request-id: req-53097331-cb4a-4044-b8fa-4c10f7fd62d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-09-02T03:11:37Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime/events/3002906e-b246-4339-b316-d1b998f13470", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "68cf1366-0b79-4a4d-b964-c41c208d8593", "id": "3002906e-b246-4339-b316-d1b998f13470"}, {"resource_name": "homer", "event_time": "2018-09-02T03:11:38Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer/events/1bbc18c3-635b-49c7-8514-d073ed8edb53", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b75039cf-0339-4759-a02c-06d0b0d29997", "id": "1bbc18c3-635b-49c7-8514-d073ed8edb53"}, {"resource_name": "vellum", "event_time": "2018-09-02T03:11:38Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum/events/db5a364f-bf74-48b0-b348-d2b9fa78da39", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "909b7867-8be5-448d-864a-e9786dda9dd6", "id": "db5a364f-bf74-48b0-b348-d2b9fa78da39"}, {"resource_name": "ellis", "event_time": "2018-09-02T03:11:38Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis/events/17990880-77a1-4fce-ae1b-fe857aac3591", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "007b6372-84b3-4a2b-9940-e93174fe2853", "id": "17990880-77a1-4fce-ae1b-fe857aac3591"}]} 2018-09-02 03:11:41,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=25ba3d21-5555-4c0f-8741-78b0f56425d2&sort_dir=asc&marker=25ba3d21-5555-4c0f-8741-78b0f56425d2&sort_dir=asc used request id req-53097331-cb4a-4044-b8fa-4c10f7fd62d2 2018-09-02 03:11:41,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722930431366s 2018-09-02 03:11:41,492 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=25ba3d21-5555-4c0f-8741-78b0f56425d2&sort_dir=asc&marker=25ba3d21-5555-4c0f-8741-78b0f56425d2&sort_dir=asc used request id req-53097331-cb4a-4044-b8fa-4c10f7fd62d2 2018-09-02 03:11:46,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:46,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=17990880-77a1-4fce-ae1b-fe857aac3591&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:46,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:46 GMT Server: Apache x-openstack-request-id: req-5c401794-e975-4509-86b0-bea5ccf15dcb Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=17990880-77a1-4fce-ae1b-fe857aac3591&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:47,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:46 GMT Server: Apache x-openstack-request-id: req-74d0fb8d-88c4-4220-8b7b-8afacc7b454c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-09-02T03:11:44Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis/events/f2e52ba7-7977-4f13-bb2a-6cd75f4df1e3", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "007b6372-84b3-4a2b-9940-e93174fe2853", "id": "f2e52ba7-7977-4f13-bb2a-6cd75f4df1e3"}, {"resource_name": "dns", "event_time": "2018-09-02T03:11:44Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns/events/ee67ac7e-a498-4198-b92b-3a11b8acfff3", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b3cebaf7-4161-455a-8314-33ce43094e70", "id": "ee67ac7e-a498-4198-b92b-3a11b8acfff3"}]} 2018-09-02 03:11:47,209 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=17990880-77a1-4fce-ae1b-fe857aac3591&sort_dir=asc&marker=17990880-77a1-4fce-ae1b-fe857aac3591&sort_dir=asc used request id req-74d0fb8d-88c4-4220-8b7b-8afacc7b454c 2018-09-02 03:11:47,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.710734128952s 2018-09-02 03:11:47,210 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=17990880-77a1-4fce-ae1b-fe857aac3591&sort_dir=asc&marker=17990880-77a1-4fce-ae1b-fe857aac3591&sort_dir=asc used request id req-74d0fb8d-88c4-4220-8b7b-8afacc7b454c 2018-09-02 03:11:52,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:52,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=ee67ac7e-a498-4198-b92b-3a11b8acfff3&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:52,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:52 GMT Server: Apache x-openstack-request-id: req-d4b77595-38e4-4c04-a086-83e2e1fc07d9 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=ee67ac7e-a498-4198-b92b-3a11b8acfff3&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:52,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:52 GMT Server: Apache x-openstack-request-id: req-4747c45e-aa2b-4607-a2e4-c1c514c1e63d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-09-02T03:11:50Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns/events/ac27557f-77c9-41e9-aab5-55dbd9fc57ed", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b3cebaf7-4161-455a-8314-33ce43094e70", "id": "ac27557f-77c9-41e9-aab5-55dbd9fc57ed"}, {"resource_name": "sig_network", "event_time": "2018-09-02T03:11:50Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network/events/8f302e1c-e55d-4042-980f-8464cb01b029", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "647c0d20-0530-4896-ad07-e3b69b30e5e2", "id": "8f302e1c-e55d-4042-980f-8464cb01b029"}, {"resource_name": "security_groups", "event_time": "2018-09-02T03:11:50Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups/events/6f437c1f-7d2d-4e2c-bb6e-4833ca2aa01f", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "093cc52c-faed-41c9-bdaf-41b5d1da4c4a", "id": "6f437c1f-7d2d-4e2c-bb6e-4833ca2aa01f"}, {"resource_name": "mgmt_network", "event_time": "2018-09-02T03:11:50Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network/events/73001813-0d96-42d7-be85-14f851c0bc90", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "55a97e2e-591b-4615-9260-0486236baf41", "id": "73001813-0d96-42d7-be85-14f851c0bc90"}]} 2018-09-02 03:11:52,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=ee67ac7e-a498-4198-b92b-3a11b8acfff3&sort_dir=asc&marker=ee67ac7e-a498-4198-b92b-3a11b8acfff3&sort_dir=asc used request id req-4747c45e-aa2b-4607-a2e4-c1c514c1e63d 2018-09-02 03:11:52,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732870101929s 2018-09-02 03:11:52,290 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=ee67ac7e-a498-4198-b92b-3a11b8acfff3&sort_dir=asc&marker=ee67ac7e-a498-4198-b92b-3a11b8acfff3&sort_dir=asc used request id req-4747c45e-aa2b-4607-a2e4-c1c514c1e63d 2018-09-02 03:11:57,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:11:57,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:11:57,327 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:11:57 GMT Server: Apache x-openstack-request-id: req-0ac4b4e7-5f44-469c-9b50-02762e891cae Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:11:57,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:11:57 GMT Server: Apache x-openstack-request-id: req-01b11133-8757-40ab-9ab8-1b350915c39a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:11:57,369 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc&marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc used request id req-01b11133-8757-40ab-9ab8-1b350915c39a 2018-09-02 03:11:57,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727951526642s 2018-09-02 03:11:57,370 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc&marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc used request id req-01b11133-8757-40ab-9ab8-1b350915c39a 2018-09-02 03:12:02,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:12:02,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:02,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:12:02 GMT Server: Apache x-openstack-request-id: req-d4075aca-a2ff-4120-a034-a73e2ef520b1 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:12:02,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:02 GMT Server: Apache x-openstack-request-id: req-daeb968c-cb5c-4e7c-a67d-360a3bae4a6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-09-02T03:11:58Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network/events/6a914fd0-0a16-4599-bdd3-3e1f14c240db", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "647c0d20-0530-4896-ad07-e3b69b30e5e2", "id": "6a914fd0-0a16-4599-bdd3-3e1f14c240db"}, {"resource_name": "mgmt_network", "event_time": "2018-09-02T03:11:59Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network/events/cfd0f17c-e706-4855-b30d-fc7432f009d2", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "55a97e2e-591b-4615-9260-0486236baf41", "id": "cfd0f17c-e706-4855-b30d-fc7432f009d2"}, {"resource_name": "security_groups", "event_time": "2018-09-02T03:12:00Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups/events/6be5f83e-e807-4637-bcbe-9654c2f02c87", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "093cc52c-faed-41c9-bdaf-41b5d1da4c4a", "id": "6be5f83e-e807-4637-bcbe-9654c2f02c87"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T03:12:00Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv/events/26966548-2c95-43b9-a2f4-b15b3e7597e1", "rel": "self"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "id": "26966548-2c95-43b9-a2f4-b15b3e7597e1"}]} 2018-09-02 03:12:02,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc&marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc used request id req-daeb968c-cb5c-4e7c-a67d-360a3bae4a6e 2018-09-02 03:12:02,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739078521729s 2018-09-02 03:12:02,450 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc&marker=73001813-0d96-42d7-be85-14f851c0bc90&sort_dir=asc used request id req-daeb968c-cb5c-4e7c-a67d-360a3bae4a6e 2018-09-02 03:12:07,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:12:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:08,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:12:07 GMT Server: Apache x-openstack-request-id: req-dcef50af-f219-4786-9b34-04003f421e37 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:12:08,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:08 GMT Server: Apache x-openstack-request-id: req-5e7dbab4-65d6-4cf2-a9e8-0510d74fda7f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:12:08,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc&marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc used request id req-5e7dbab4-65d6-4cf2-a9e8-0510d74fda7f 2018-09-02 03:12:08,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.695008993149s 2018-09-02 03:12:08,152 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc&marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc used request id req-5e7dbab4-65d6-4cf2-a9e8-0510d74fda7f 2018-09-02 03:12:13,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 03:12:13,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:13,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:12:13 GMT Server: Apache x-openstack-request-id: req-91822b15-4671-4d48-9f6f-2818c1c5af92 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:12:13,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:13 GMT Server: Apache x-openstack-request-id: req-8cb170e7-6e66-4559-b943-29d8567eefc6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 03:12:13,229 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc&marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc used request id req-8cb170e7-6e66-4559-b943-29d8567eefc6 2018-09-02 03:12:13,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0702478885651s 2018-09-02 03:12:13,229 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55/events?marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc&marker=26966548-2c95-43b9-a2f4-b15b3e7597e1&sort_dir=asc used request id req-8cb170e7-6e66-4559-b943-29d8567eefc6 2018-09-02 03:12:13,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 03:12:13,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:13,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 03:12:13 GMT Server: Apache x-openstack-request-id: req-53ce1fb1-6d23-4a67-b31f-5bb03543c2d8 Location: http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:12:13,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:13 GMT Server: Apache x-openstack-request-id: req-d4c4b093-8ac6-42d6-9e84-3ca9a8c0279e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "aec4dc4cacb643aebf55a6276de177f2", "private_sig_net_ip_version": "4", "image": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_7d99a412-5ad4-4576-89ec-ca5939d4757a", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "deletion_time": "2018-09-02T03:12:02Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "c2575e92854449798d38413bb834a04c", "tags": null, "creation_time": "2018-09-02T02:59:06Z", "links": [{"href": "http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-02T03:11:23Z", "id": "00c264bb-3b6d-4120-a4a5-ff51ed0d8e55", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-09-02 03:12:13,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-d4c4b093-8ac6-42d6-9e84-3ca9a8c0279e 2018-09-02 03:12:13,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0560400485992s 2018-09-02 03:12:13,286 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.38:8004/v1/aec4dc4cacb643aebf55a6276de177f2/stacks/clearwater-opnfv/00c264bb-3b6d-4120-a4a5-ff51ed0d8e55?resolve_outputs=False used request id req-d4c4b093-8ac6-42d6-9e84-3ca9a8c0279e 2018-09-02 03:12:13,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 03:12:13,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" -d '{"subnet_id": "84852a7d-aa18-431b-bff3-4ae63b539948"}' 2018-09-02 03:12:15,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d6bfa96-8139-4d6b-b442-f3f22aab3fb1 Date: Sun, 02 Sep 2018 03:12:15 GMT RESP BODY: {"network_id": "7634be47-0806-46e1-a05a-3725b883f88b", "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "subnet_id": "84852a7d-aa18-431b-bff3-4ae63b539948", "subnet_ids": ["84852a7d-aa18-431b-bff3-4ae63b539948"], "port_id": "5bcec1f3-35cf-4507-83a4-cfc132f4460c", "id": "74ba69d1-99cb-4abb-8881-2a5cbcb9f11c"} 2018-09-02 03:12:15,236 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c/remove_router_interface.json used request id req-9d6bfa96-8139-4d6b-b442-f3f22aab3fb1 2018-09-02 03:12:15,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9493689537s 2018-09-02 03:12:15,237 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c/remove_router_interface.json used request id req-9d6bfa96-8139-4d6b-b442-f3f22aab3fb1 returning object 74ba69d1-99cb-4abb-8881-2a5cbcb9f11c 2018-09-02 03:12:15,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 03:12:15,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:15,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-51312bb1-7a1a-4a97-853c-55813ba8bf44 Date: Sun, 02 Sep 2018 03:12:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "aec4dc4cacb643aebf55a6276de177f2", "created_at": "2018-09-02T02:58:46Z", "admin_state_up": true, "updated_at": "2018-09-02T03:12:14Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "aec4dc4cacb643aebf55a6276de177f2", "id": "74ba69d1-99cb-4abb-8881-2a5cbcb9f11c", "name": "heat_ims-router_7d99a412-5ad4-4576-89ec-ca5939d4757a"}]} 2018-09-02 03:12:15,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-51312bb1-7a1a-4a97-853c-55813ba8bf44 2018-09-02 03:12:15,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.411590099335s 2018-09-02 03:12:15,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-51312bb1-7a1a-4a97-853c-55813ba8bf44 2018-09-02 03:12:15,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 03:12:15,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:16,992 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e753e0d1-64a0-42df-b5cd-a132cf4d131f Content-Length: 0 Date: Sun, 02 Sep 2018 03:12:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:12:16,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c.json used request id req-e753e0d1-64a0-42df-b5cd-a132cf4d131f 2018-09-02 03:12:16,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34196591377s 2018-09-02 03:12:16,993 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/74ba69d1-99cb-4abb-8881-2a5cbcb9f11c.json used request id req-e753e0d1-64a0-42df-b5cd-a132cf4d131f 2018-09-02 03:12:16,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 03:12:16,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:17,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-311c47de-f10b-4825-b731-962dbbc9a7c1 Date: Sun, 02 Sep 2018 03:12:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7634be47-0806-46e1-a05a-3725b883f88b","tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:58:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T02:58:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"aec4dc4cacb643aebf55a6276de177f2","id":"84852a7d-aa18-431b-bff3-4ae63b539948","subnetpool_id":null,"name":"heat_ims-subnet_7d99a412-5ad4-4576-89ec-ca5939d4757a"}]} 2018-09-02 03:12:17,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-311c47de-f10b-4825-b731-962dbbc9a7c1 2018-09-02 03:12:17,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0472748279572s 2018-09-02 03:12:17,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-311c47de-f10b-4825-b731-962dbbc9a7c1 2018-09-02 03:12:17,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 03:12:17,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/84852a7d-aa18-431b-bff3-4ae63b539948.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:17,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f035d56d-f46f-4db4-9e37-bb174aa51f47 Date: Sun, 02 Sep 2018 03:12:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:12:17,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/84852a7d-aa18-431b-bff3-4ae63b539948.json used request id req-f035d56d-f46f-4db4-9e37-bb174aa51f47 2018-09-02 03:12:17,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.956307172775s 2018-09-02 03:12:17,999 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/84852a7d-aa18-431b-bff3-4ae63b539948.json used request id req-f035d56d-f46f-4db4-9e37-bb174aa51f47 2018-09-02 03:12:18,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:12:18,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:18,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-02fa174a-0fe6-4158-8b11-c3cd9307375f Date: Sun, 02 Sep 2018 03:12:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"7634be47-0806-46e1-a05a-3725b883f88b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aec4dc4cacb643aebf55a6276de177f2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T03:12:17Z","qos_policy_id":null,"name":"heat_ims-net_7d99a412-5ad4-4576-89ec-ca5939d4757a","admin_state_up":true,"tenant_id":"aec4dc4cacb643aebf55a6276de177f2","created_at":"2018-09-02T02:58:44Z","mtu":1450}]} 2018-09-02 03:12:18,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-02fa174a-0fe6-4158-8b11-c3cd9307375f 2018-09-02 03:12:18,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100175857544s 2018-09-02 03:12:18,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-02fa174a-0fe6-4158-8b11-c3cd9307375f 2018-09-02 03:12:18,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 03:12:18,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/7634be47-0806-46e1-a05a-3725b883f88b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:19,004 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9813f06-e3c8-4ca2-b248-92642d56362f Date: Sun, 02 Sep 2018 03:12:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:12:19,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/7634be47-0806-46e1-a05a-3725b883f88b.json used request id req-d9813f06-e3c8-4ca2-b248-92642d56362f 2018-09-02 03:12:19,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.902970075607s 2018-09-02 03:12:19,005 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/7634be47-0806-46e1-a05a-3725b883f88b.json used request id req-d9813f06-e3c8-4ca2-b248-92642d56362f 2018-09-02 03:12:19,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:12:19,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:19,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-ac0708fd-bae0-431d-ba6c-36e30b15f6d2 Date: Sun, 02 Sep 2018 03:12:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T02:58:58Z", "file": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/file", "owner": "aec4dc4cacb643aebf55a6276de177f2", "id": "baad79aa-4107-4246-bf5f-ddd6b65a287a", "size": 263193088, "self": "/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/baad79aa-4107-4246-bf5f-ddd6b65a287a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_7d99a412-5ad4-4576-89ec-ca5939d4757a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T02:58:52Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:12:19,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ac0708fd-bae0-431d-ba6c-36e30b15f6d2 2018-09-02 03:12:19,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289781093597s 2018-09-02 03:12:19,299 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-ac0708fd-bae0-431d-ba6c-36e30b15f6d2 2018-09-02 03:12:19,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 03:12:19,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d2a2ba26a83d17a8274d7d881f7875b1693b46dc" 2018-09-02 03:12:19,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f7744db-a2f4-4d59-ad65-4e09a7fc4118 Date: Sun, 02 Sep 2018 03:12:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:12:19,802 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a used request id req-5f7744db-a2f4-4d59-ad65-4e09a7fc4118 2018-09-02 03:12:19,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.501618146896s 2018-09-02 03:12:19,803 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/baad79aa-4107-4246-bf5f-ddd6b65a287a used request id req-5f7744db-a2f4-4d59-ad65-4e09a7fc4118 2018-09-02 03:12:19,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:12:19,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 03:12:20,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-019210ed-ed51-428d-b44f-dc6f4cbd9103 x-compute-request-id: req-019210ed-ed51-428d-b44f-dc6f4cbd9103 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "ed1c931a-bd05-40ca-9211-ab46276de50c"}]} 2018-09-02 03:12:20,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-019210ed-ed51-428d-b44f-dc6f4cbd9103 2018-09-02 03:12:20,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.272270917892s 2018-09-02 03:12:20,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-019210ed-ed51-428d-b44f-dc6f4cbd9103 2018-09-02 03:12:20,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 03:12:20,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 03:12:20,112 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 03:12:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e52a4b04-2fab-4381-b0a2-c6780f213fdc x-compute-request-id: req-e52a4b04-2fab-4381-b0a2-c6780f213fdc Content-Length: 0 Content-Type: application/json 2018-09-02 03:12:20,112 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c used request id req-e52a4b04-2fab-4381-b0a2-c6780f213fdc 2018-09-02 03:12:20,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0350620746613s 2018-09-02 03:12:20,113 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/ed1c931a-bd05-40ca-9211-ab46276de50c used request id req-e52a4b04-2fab-4381-b0a2-c6780f213fdc 2018-09-02 03:12:20,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 03:12:20,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 03:12:20,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b84440-eec5-4473-a022-56171dcf89f6 Content-Encoding: gzip Content-Length: 1209 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": {"self": "http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c1affd5cbea0409ca59d2417257e7304", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 03:12:20,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-82b84440-eec5-4473-a022-56171dcf89f6 2018-09-02 03:12:20,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197212934494s 2018-09-02 03:12:20,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-82b84440-eec5-4473-a022-56171dcf89f6 2018-09-02 03:12:20,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 03:12:20,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 03:12:20,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06a80a88-cd1f-41d0-85e6-7b0b37babc20 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_7d99a412-5ad4-4576-89ec-ca5939d4757a", "links": {"self": "http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c1affd5cbea0409ca59d2417257e7304", "description": null}} 2018-09-02 03:12:20,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304 used request id req-06a80a88-cd1f-41d0-85e6-7b0b37babc20 2018-09-02 03:12:20,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.182949066162s 2018-09-02 03:12:20,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304 used request id req-06a80a88-cd1f-41d0-85e6-7b0b37babc20 2018-09-02 03:12:20,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 03:12:20,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 03:12:20,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f10d9af-23db-4631-9c22-d99a827ca1af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 03:12:20,789 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304 used request id req-4f10d9af-23db-4631-9c22-d99a827ca1af 2018-09-02 03:12:20,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.286525011063s 2018-09-02 03:12:20,789 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/c1affd5cbea0409ca59d2417257e7304 used request id req-4f10d9af-23db-4631-9c22-d99a827ca1af 2018-09-02 03:12:20,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 03:12:20,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 03:12:20,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c33b20-b2d5-4a9c-819f-333653928bdf Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2"}, "tags": [], "enabled": true, "id": "aec4dc4cacb643aebf55a6276de177f2", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_7d99a412-5ad4-4576-89ec-ca5939d4757a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}]} 2018-09-02 03:12:20,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-d2c33b20-b2d5-4a9c-819f-333653928bdf 2018-09-02 03:12:20,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184992074966s 2018-09-02 03:12:20,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-d2c33b20-b2d5-4a9c-819f-333653928bdf 2018-09-02 03:12:20,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 03:12:20,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f2bc763ec74517b3d5840849f3c5d93e1cf8829b" 2018-09-02 03:12:21,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-177099f0-c1d2-4152-a57b-457b5778e503 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 03:12:21,232 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2 used request id req-177099f0-c1d2-4152-a57b-457b5778e503 2018-09-02 03:12:21,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.245394945145s 2018-09-02 03:12:21,233 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/aec4dc4cacb643aebf55a6276de177f2 used request id req-177099f0-c1d2-4152-a57b-457b5778e503 2018-09-02 03:12:21,233 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-09-02 03:12:21,264 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-09-02 03:12:21,321 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-09-02 03:12:21,361 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-09-02 03:12:21,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 03:12:21,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 03:12:21,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 03:12:21,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 03:12:21,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 03:12:21,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:12:21,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-341a77d0-7f1c-41a9-9cdc-fc8688f79f67 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 03:12:21,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-341a77d0-7f1c-41a9-9cdc-fc8688f79f67 2018-09-02 03:12:21,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 03:12:21,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T04:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["4ibPOumyTciRQ31f9qU6mg"], "issued_at": "2018-09-02T03:12:21.000000Z"}} 2018-09-02 03:12:21,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:12:21,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:22,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-d39c5ea7-e2f3-4207-a29e-a3e1e10d19f9 Date: Sun, 02 Sep 2018 03:12:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 03:12:22,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d39c5ea7-e2f3-4207-a29e-a3e1e10d19f9 2018-09-02 03:12:22,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.315334796906s 2018-09-02 03:12:22,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d39c5ea7-e2f3-4207-a29e-a3e1e10d19f9 2018-09-02 03:12:22,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:12:22,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4884c415-7cc6-4d76-afa0-2d07aa5ed444 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 03:12:22,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-4884c415-7cc6-4d76-afa0-2d07aa5ed444 2018-09-02 03:12:22,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 03:12:22,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:22,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777aee89-4fd8-42e6-a3c5-0518a4a7b941 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 03:12:22,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-777aee89-4fd8-42e6-a3c5-0518a4a7b941 2018-09-02 03:12:22,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188211917877s 2018-09-02 03:12:22,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-777aee89-4fd8-42e6-a3c5-0518a4a7b941 2018-09-02 03:12:22,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 03:12:22,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166"}}' 2018-09-02 03:12:22,496 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13c208d1-96e0-4a01-bb13-41197cf6f190 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44"}, "tags": [], "enabled": true, "id": "d6eb3b9bcf034af18bac584eec1e7a44", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166"}} 2018-09-02 03:12:22,496 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-13c208d1-96e0-4a01-bb13-41197cf6f190 2018-09-02 03:12:22,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12104010582s 2018-09-02 03:12:22,497 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-13c208d1-96e0-4a01-bb13-41197cf6f190 2018-09-02 03:12:22,497 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vyos_vrouter', u'tags': [], 'enabled': True, 'id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166'}) 2018-09-02 03:12:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 03:12:22,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3f0312af-be56-4af4-a4e8-22c1a29ec586", "email": null, "name": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166"}}' 2018-09-02 03:12:22,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68324c09-938f-4b36-bf41-71c57c378381 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "links": {"self": "http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0060d0e6dfe2474a91f6ee1f13123997", "domain_id": "default", "password_expires_at": null}} 2018-09-02 03:12:22,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-68324c09-938f-4b36-bf41-71c57c378381 2018-09-02 03:12:22,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.394482135773s 2018-09-02 03:12:22,898 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-68324c09-938f-4b36-bf41-71c57c378381 2018-09-02 03:12:22,899 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0060d0e6dfe2474a91f6ee1f13123997', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166'}) 2018-09-02 03:12:22,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 03:12:22,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:23,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4583308e-840f-4223-9535-2a1c3688e219 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 03:12:23,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-4583308e-840f-4223-9535-2a1c3688e219 2018-09-02 03:12:23,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18266582489s 2018-09-02 03:12:23,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-4583308e-840f-4223-9535-2a1c3688e219 2018-09-02 03:12:23,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 03:12:23,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:23,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624c19f1-6f7c-4c95-a5bf-28843f77cf0e Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 03:12:23,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-624c19f1-6f7c-4c95-a5bf-28843f77cf0e 2018-09-02 03:12:23,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.161624908447s 2018-09-02 03:12:23,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-624c19f1-6f7c-4c95-a5bf-28843f77cf0e 2018-09-02 03:12:23,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 03:12:23,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:23,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8dbc18-6ee4-48b5-87fa-5fb058af8c81 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 03:12:23,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-fc8dbc18-6ee4-48b5-87fa-5fb058af8c81 2018-09-02 03:12:23,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18373799324s 2018-09-02 03:12:23,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-fc8dbc18-6ee4-48b5-87fa-5fb058af8c81 2018-09-02 03:12:23,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 03:12:23,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:23,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f102a83-2fff-44ee-bd39-86fb12ae2fd8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 03:12:23,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5f102a83-2fff-44ee-bd39-86fb12ae2fd8 2018-09-02 03:12:23,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.171245098114s 2018-09-02 03:12:23,619 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-5f102a83-2fff-44ee-bd39-86fb12ae2fd8 2018-09-02 03:12:23,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 03:12:23,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:23,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f837a2e-1ca6-4080-a6e5-1b27b685f1c8 Content-Encoding: gzip Content-Length: 1219 Content-Type: application/json RESP BODY: {"users": [{"name": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "links": {"self": "http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0060d0e6dfe2474a91f6ee1f13123997", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 03:12:23,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-3f837a2e-1ca6-4080-a6e5-1b27b685f1c8 2018-09-02 03:12:23,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19303894043s 2018-09-02 03:12:23,814 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-3f837a2e-1ca6-4080-a6e5-1b27b685f1c8 2018-09-02 03:12:23,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 03:12:23,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:24,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6116351e-b992-4f75-bcb7-c09d74184c66 Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44"}, "tags": [], "enabled": true, "id": "d6eb3b9bcf034af18bac584eec1e7a44", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:12:24,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-6116351e-b992-4f75-bcb7-c09d74184c66 2018-09-02 03:12:24,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.267060041428s 2018-09-02 03:12:24,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-6116351e-b992-4f75-bcb7-c09d74184c66 2018-09-02 03:12:24,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 03:12:24,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=0060d0e6dfe2474a91f6ee1f13123997&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=d6eb3b9bcf034af18bac584eec1e7a44" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:24,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a794af2-9272-40e1-9b42-b08eaa22f4b8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=0060d0e6dfe2474a91f6ee1f13123997&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=d6eb3b9bcf034af18bac584eec1e7a44", "previous": null, "next": null}} 2018-09-02 03:12:24,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=0060d0e6dfe2474a91f6ee1f13123997&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=d6eb3b9bcf034af18bac584eec1e7a44 used request id req-4a794af2-9272-40e1-9b42-b08eaa22f4b8 2018-09-02 03:12:24,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.136461019516s 2018-09-02 03:12:24,240 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=0060d0e6dfe2474a91f6ee1f13123997&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=d6eb3b9bcf034af18bac584eec1e7a44 used request id req-4a794af2-9272-40e1-9b42-b08eaa22f4b8 2018-09-02 03:12:24,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 03:12:24,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44/users/0060d0e6dfe2474a91f6ee1f13123997/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:12:24,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9be7ae5-de57-4995-9f6b-6dfb40c48980 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 03:12:24,381 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44/users/0060d0e6dfe2474a91f6ee1f13123997/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-e9be7ae5-de57-4995-9f6b-6dfb40c48980 2018-09-02 03:12:24,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136807918549s 2018-09-02 03:12:24,381 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44/users/0060d0e6dfe2474a91f6ee1f13123997/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-e9be7ae5-de57-4995-9f6b-6dfb40c48980 2018-09-02 03:12:24,382 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3f0312af-be56-4af4-a4e8-22c1a29ec586', 'username': u'vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 03:12:24,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 03:12:24,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 03:12:24,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 03:12:24,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 03:12:24,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 03:12:24,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 03:12:24,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 03:12:24,387 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166', 'password': '3f0312af-be56-4af4-a4e8-22c1a29ec586', 'project_name': 'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': 'd6eb3b9bcf034af18bac584eec1e7a44', 'project_domain_name': 'Default'} 2018-09-02 03:12:24,422 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-09-02 03:12:24,423 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-09-02 03:12:24,467 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-09-02 03:12:24,475 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 03:12:24,476 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=True, shell=None) 2018-09-02 03:12:24,805 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-09-02 03:12:24,881 - 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-09-02 03:12:24,882 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-09-02 03:12:24,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:12:24,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af867d1-435a-44e5-970c-bfb6f569d434 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 03:12:24,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-3af867d1-435a-44e5-970c-bfb6f569d434 2018-09-02 03:12:24,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 03:12:25,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T04:12:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6eb3b9bcf034af18bac584eec1e7a44", "name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_d6eb3b9bcf034af18bac584eec1e7a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_d6eb3b9bcf034af18bac584eec1e7a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/d6eb3b9bcf034af18bac584eec1e7a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "id": "0060d0e6dfe2474a91f6ee1f13123997"}, "audit_ids": ["fQ_cWPMhQ6OBmZKXi51lhQ"], "issued_at": "2018-09-02T03:12:25.000000Z"}} 2018-09-02 03:12:25,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 03:12:25,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"network": {"name": "vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166", "admin_state_up": true}}' 2018-09-02 03:12:26,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-a1d670c2-313c-49d9-9859-c6a0ed1beb05 Date: Sun, 02 Sep 2018 03:12:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"446b96bf-8bdb-446e-bb45-90b737dcd161","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6eb3b9bcf034af18bac584eec1e7a44","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T03:12:25Z","is_default":false,"name":"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:25Z","mtu":1450}} 2018-09-02 03:12:26,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a1d670c2-313c-49d9-9859-c6a0ed1beb05 2018-09-02 03:12:26,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.785346984863s 2018-09-02 03:12:26,065 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a1d670c2-313c-49d9-9859-c6a0ed1beb05 2018-09-02 03:12:26,065 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T03:12:25Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'446b96bf-8bdb-446e-bb45-90b737dcd161', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166', u'admin_state_up': True, u'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'created_at': u'2018-09-02T03:12:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'l2_adjacency': True}) 2018-09-02 03:12:26,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:12:26,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:12:26,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-a3747f3a-0955-4c74-9445-f0b3ed1e46cf Date: Sun, 02 Sep 2018 03:12:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"446b96bf-8bdb-446e-bb45-90b737dcd161","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d6eb3b9bcf034af18bac584eec1e7a44","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T03:12:25Z","qos_policy_id":null,"name":"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166","admin_state_up":true,"tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:25Z","mtu":1450}]} 2018-09-02 03:12:26,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a3747f3a-0955-4c74-9445-f0b3ed1e46cf 2018-09-02 03:12:26,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118210077286s 2018-09-02 03:12:26,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-a3747f3a-0955-4c74-9445-f0b3ed1e46cf 2018-09-02 03:12:26,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 03:12:26,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"subnet": {"name": "vyos_vrouter-subnet_bd7cefff-c851-475a-a203-81f29cc9e166", "enable_dhcp": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 03:12:26,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1effe262-ea6f-4747-8906-e4a17491000d Date: Sun, 02 Sep 2018 03:12:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446b96bf-8bdb-446e-bb45-90b737dcd161","tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T03:12:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d6eb3b9bcf034af18bac584eec1e7a44","id":"8fc871fd-de6b-41cd-bb1a-5effb7455679","subnetpool_id":null,"name":"vyos_vrouter-subnet_bd7cefff-c851-475a-a203-81f29cc9e166"}} 2018-09-02 03:12:26,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-1effe262-ea6f-4747-8906-e4a17491000d 2018-09-02 03:12:26,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.531509160995s 2018-09-02 03:12:26,718 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-1effe262-ea6f-4747-8906-e4a17491000d 2018-09-02 03:12:26,719 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T03:12:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8fc871fd-de6b-41cd-bb1a-5effb7455679', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_bd7cefff-c851-475a-a203-81f29cc9e166', u'enable_dhcp': True, u'network_id': u'446b96bf-8bdb-446e-bb45-90b737dcd161', u'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'created_at': u'2018-09-02T03:12:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44'}) 2018-09-02 03:12:26,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 03:12:26,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "vyos_vrouter-router_bd7cefff-c851-475a-a203-81f29cc9e166", "admin_state_up": true}}' 2018-09-02 03:12:28,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-b2772743-8f33-4ad6-a5f1-b705550bbd1c Date: Sun, 02 Sep 2018 03:12:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:26Z", "admin_state_up": true, "updated_at": "2018-09-02T03:12:27Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "name": "vyos_vrouter-router_bd7cefff-c851-475a-a203-81f29cc9e166"}} 2018-09-02 03:12:28,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-b2772743-8f33-4ad6-a5f1-b705550bbd1c 2018-09-02 03:12:28,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39581894875s 2018-09-02 03:12:28,116 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-b2772743-8f33-4ad6-a5f1-b705550bbd1c 2018-09-02 03:12:28,116 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T03:12:27Z', u'revision_number': 2, u'id': u'c7ab6c7d-5e7e-4539-a79c-18580eb2a0df', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_bd7cefff-c851-475a-a203-81f29cc9e166', u'admin_state_up': True, u'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'created_at': u'2018-09-02T03:12:26Z', u'flavor_id': None, u'routes': [], u'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44'}) 2018-09-02 03:12:28,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 03:12:28,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"subnet_id": "8fc871fd-de6b-41cd-bb1a-5effb7455679"}' 2018-09-02 03:12:30,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4c636c51-4d9d-48fa-a8af-d0f8cba1b346 Date: Sun, 02 Sep 2018 03:12:30 GMT RESP BODY: {"network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "subnet_id": "8fc871fd-de6b-41cd-bb1a-5effb7455679", "subnet_ids": ["8fc871fd-de6b-41cd-bb1a-5effb7455679"], "port_id": "b859af44-465e-4ad4-9af6-dd7a4d0ccbe7", "id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df"} 2018-09-02 03:12:30,525 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df/add_router_interface.json used request id req-4c636c51-4d9d-48fa-a8af-d0f8cba1b346 2018-09-02 03:12:30,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.40802407265s 2018-09-02 03:12:30,525 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df/add_router_interface.json used request id req-4c636c51-4d9d-48fa-a8af-d0f8cba1b346 returning object c7ab6c7d-5e7e-4539-a79c-18580eb2a0df 2018-09-02 03:12:30,525 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-02 03:12:53,648 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-02 03:12:53,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:12:53,655 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 03:12:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 03:12:53,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:12:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:12:54,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5481bd7a-1e10-4344-b89b-f0894dd4ef16 Date: Sun, 02 Sep 2018 03:12:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:12:54,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-5481bd7a-1e10-4344-b89b-f0894dd4ef16 2018-09-02 03:12:54,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.688539028168s 2018-09-02 03:12:54,346 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-5481bd7a-1e10-4344-b89b-f0894dd4ef16 2018-09-02 03:12:54,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 03:12:54,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166"}' 2018-09-02 03:12:54,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/72969bf7-afb8-4778-aa09-06816857d82a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-50afd4ab-a7f0-4765-9bc6-a07c7bdca1e1 Date: Sun, 02 Sep 2018 03:12:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:12:54Z", "file": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "72969bf7-afb8-4778-aa09-06816857d82a", "size": null, "self": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": null, "created_at": "2018-09-02T03:12:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 03:12:54,395 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-50afd4ab-a7f0-4765-9bc6-a07c7bdca1e1 2018-09-02 03:12:54,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0408101081848s 2018-09-02 03:12:54,396 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-50afd4ab-a7f0-4765-9bc6-a07c7bdca1e1 returning object 72969bf7-afb8-4778-aa09-06816857d82a 2018-09-02 03:12:54,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 03:12:54,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '' 2018-09-02 03:13:55,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-230a297d-2d74-45f9-9e82-6206e479371d Date: Sun, 02 Sep 2018 03:13:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:13:55,368 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file used request id req-230a297d-2d74-45f9-9e82-6206e479371d 2018-09-02 03:13:55,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.9718639851s 2018-09-02 03:13:55,369 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file used request id req-230a297d-2d74-45f9-9e82-6206e479371d 2018-09-02 03:13:55,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:13:55,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:55,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-71e123d7-1647-46f0-b872-c430295455e9 Date: Sun, 02 Sep 2018 03:13:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:13:55Z", "file": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "72969bf7-afb8-4778-aa09-06816857d82a", "size": 4373348352, "self": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T03:12:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:13:55,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-71e123d7-1647-46f0-b872-c430295455e9 2018-09-02 03:13:55,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0432851314545s 2018-09-02 03:13:55,416 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-71e123d7-1647-46f0-b872-c430295455e9 2018-09-02 03:13:55,418 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file', 'owner': u'd6eb3b9bcf034af18bac584eec1e7a44', 'id': u'72969bf7-afb8-4778-aa09-06816857d82a', 'size': 4373348352, u'self': u'/v2/images/72969bf7-afb8-4778-aa09-06816857d82a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'name': 'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T03:13:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T03:13:55Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/72969bf7-afb8-4778-aa09-06816857d82a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166', 'created': u'2018-09-02T03:12:54Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-02T03:12:54Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/72969bf7-afb8-4778-aa09-06816857d82a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-09-02 03:13:55,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 03:13:55,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_bd7cefff-c851-475a-a203-81f29cc9e166", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-09-02 03:13:55,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ed9a0f8-aca1-4908-9021-6fd41efdcc94 x-compute-request-id: req-0ed9a0f8-aca1-4908-9021-6fd41efdcc94 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_bd7cefff-c851-475a-a203-81f29cc9e166", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "bc007fad-cc70-42ef-9de7-15612056dd34"}} 2018-09-02 03:13:55,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-0ed9a0f8-aca1-4908-9021-6fd41efdcc94 2018-09-02 03:13:55,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.308106184006s 2018-09-02 03:13:55,728 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-0ed9a0f8-aca1-4908-9021-6fd41efdcc94 2018-09-02 03:13:55,729 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_bd7cefff-c851-475a-a203-81f29cc9e166', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 40, 'id': u'bc007fad-cc70-42ef-9de7-15612056dd34', 'swap': 0}) 2018-09-02 03:13:55,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 03:13:55,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" -d '{"extra_specs": {}}' 2018-09-02 03:13:55,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-10ed2061-12e6-46f4-ba0b-1bbd5b7b299e x-compute-request-id: req-10ed2061-12e6-46f4-ba0b-1bbd5b7b299e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 03:13:55,749 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34/os-extra_specs used request id req-10ed2061-12e6-46f4-ba0b-1bbd5b7b299e 2018-09-02 03:13:55,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202150344849s 2018-09-02 03:13:55,750 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34/os-extra_specs used request id req-10ed2061-12e6-46f4-ba0b-1bbd5b7b299e 2018-09-02 03:13:55,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 03:13:55,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"keypair": {"name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166"}}' 2018-09-02 03:13:56,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b99aa300-7b36-4355-b443-8d2c24fd5fba x-compute-request-id: req-b99aa300-7b36-4355-b443-8d2c24fd5fba Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuu8DUV1abFWVVCO7cvxqub/vQfVnt1FQOT9Tqut016TlradkH22pw4ztMzUraZ0iZyexHy4KtRaDQo4Ze2RCwpcx5Bn7X5GLIQv//DMe2eALzcS0IsyJbWs8xNM9Vi8dO3qYIzIqDLh8dOFVEZb66HmvjoS6gDcDGn0K1fltVcFd4SUue56i1mlWQFkkue9/e4SsVzpBlHhaWNfzWbaPFn/wDV8nbS9v4zU1w5KKYs11M08kipMyEJyCovdTTWvy7Sn0R/qKqTTryvY3XlmyvdwSQwn3njmKlS8273T79q9PhawjTssns+NOvE2VBsQ37zlFf/MgeTycSKIyPhosb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArrvA1FdWmxVlVQju3L8arm/70H1Z7dRUDk/U6rrdNek5a2nZ\nB9tqcOM7TM1K2mdImcnsR8uCrUWg0KOGXtkQsKXMeQZ+1+RiyEL//wzHtngC83Et\nCLMiW1rPMTTPVYvHTt6mCMyKgy4fHThVRGW+uh5r46EuoA3Axp9CtX5bVXBXeElL\nnueotZpVkBZJLnvf3uErFc6QZR4WljX81m2jxZ/8A1fJ20vb+M1NcOSimLNdTNPJ\nIqTMhCcgqL3U01r8u0p9Ef6iqk068r2N15Zsr3cEkMJ9545ipUvNu90+/avT4WsI\n07LJ7PjTrxNlQbEN+85RX/zIHk8nEiiMj4aLGwIDAQABAoIBAD39GdG7Elx+YK6k\nNqlVms+bpsg2UDsRgqh5Jd4IYQYJMXer23TwIHjgBF+gzRdiYN0+R3bI+hkihITA\nHqFzfHpOt5WP+lv5CBpnuo3vKMLRHKrk0ccuVdf3BV49j/iXWCPg1SJ1/gW/zQX+\nwDE9r0Y0GK5uti3N80ADrBTbOOe8Ft8uflX/YyFD8wnuoruCjHXeoVoHU0vIfsuB\n5VkATu44if/mAF6ZAbrl2wKvBLKT6QImY6aRKGbIawPM+gDin2IYlB0Zzj++IsaI\nFwovevi1YMddJLo98tHSzv2oecDdXdncJw2J8Vn1QPEniCoYB4rXyKvh/cw40xIp\n7X513oECgYEA36dECxYOOZrv/afhDUxQeSQrOJRlCUDnuAObiwhq7dJ5Epjv8HL9\nDlHf3VqCk3E9zAAbR4PS/3pIDorMnn8CJrV6waTqbZrEnOSfkTydV+aBIPwpspve\nQpbqPvW4lnayabxbaYlKqG3p9xRGo9BTzqGrsdUWAUpYJ+Y35A1MBrsCgYEAyAE7\nilhiEKWQr1sTYSoOPsF1lkWutHMS3UjNN3teH21Ppi3eWBGMyk5LpZgAVaZAnEQH\nY7oHeovxgUdz7x0LS5wQigNrrxCWIgXONSGsPER5q9ud99oX94oDj5sNkHFnI9EM\nh3d+73FJtx6dhunuCvmwP7Vq7mX150oZOcIetyECgYAXV6XKYmrpqDoUB0l90dE0\nU4oPRa2l4ZhNpFK/mAlQ+P6Z6kxglB/FNtZei+vE57TDbd9q/18uOtz6Z5IjmK3o\nzFgbjdLJzbVnipT8246wdeZUQv03Hv17hbS9DXhOe+TzFC2WPjYEjjQ1DXCx+DRH\nBKieztaVG+VHhMegjaK5sQKBgF3Z/jeIC9Rl7MPsh+aDVpXqMCRo5Hc2vHZsMChF\n0sAKimKfiYNoENnp7aNx9U47qnvpjFImvFWsD5KrleJxjZhYToaE3mYS8XBbqwzR\nlUHem/2iG7lvdOmqsMsVZkMOg+iRs0BqOX1gesfcLO1fHl22Fxd+KQRfggmbgsTQ\nq5shAoGAe4ThfrBpC1JOIKcKAa5KjJTt4HgCKU+ZAs5M3UW8LCg8hwO5cvbNXvTy\nd0hgh/rbSV9Ly5n21bLX7rSEPcptnmfT+D79fn6WsUabAZqJ1xWRmo/GD+MjmdqQ\nUjveo+2+hlOk3uWhKbzKc+2fNcuUZsPEMGCtDgH9rfb8dZ7+234=\n-----END RSA PRIVATE KEY-----\n", "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "fingerprint": "16:91:bf:58:a3:c8:e1:98:37:be:8b:c2:a8:aa:6d:0a"}} 2018-09-02 03:13:56,203 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-b99aa300-7b36-4355-b443-8d2c24fd5fba 2018-09-02 03:13:56,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.452905893326s 2018-09-02 03:13:56,204 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/os-keypairs used request id req-b99aa300-7b36-4355-b443-8d2c24fd5fba 2018-09-02 03:13:56,205 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuu8DUV1abFWVVCO7cvxqub/vQfVnt1FQOT9Tqut016TlradkH22pw4ztMzUraZ0iZyexHy4KtRaDQo4Ze2RCwpcx5Bn7X5GLIQv//DMe2eALzcS0IsyJbWs8xNM9Vi8dO3qYIzIqDLh8dOFVEZb66HmvjoS6gDcDGn0K1fltVcFd4SUue56i1mlWQFkkue9/e4SsVzpBlHhaWNfzWbaPFn/wDV8nbS9v4zU1w5KKYs11M08kipMyEJyCovdTTWvy7Sn0R/qKqTTryvY3XlmyvdwSQwn3njmKlS8273T79q9PhawjTssns+NOvE2VBsQ37zlFf/MgeTycSKIyPhosb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArrvA1FdWmxVlVQju3L8arm/70H1Z7dRUDk/U6rrdNek5a2nZ\nB9tqcOM7TM1K2mdImcnsR8uCrUWg0KOGXtkQsKXMeQZ+1+RiyEL//wzHtngC83Et\nCLMiW1rPMTTPVYvHTt6mCMyKgy4fHThVRGW+uh5r46EuoA3Axp9CtX5bVXBXeElL\nnueotZpVkBZJLnvf3uErFc6QZR4WljX81m2jxZ/8A1fJ20vb+M1NcOSimLNdTNPJ\nIqTMhCcgqL3U01r8u0p9Ef6iqk068r2N15Zsr3cEkMJ9545ipUvNu90+/avT4WsI\n07LJ7PjTrxNlQbEN+85RX/zIHk8nEiiMj4aLGwIDAQABAoIBAD39GdG7Elx+YK6k\nNqlVms+bpsg2UDsRgqh5Jd4IYQYJMXer23TwIHjgBF+gzRdiYN0+R3bI+hkihITA\nHqFzfHpOt5WP+lv5CBpnuo3vKMLRHKrk0ccuVdf3BV49j/iXWCPg1SJ1/gW/zQX+\nwDE9r0Y0GK5uti3N80ADrBTbOOe8Ft8uflX/YyFD8wnuoruCjHXeoVoHU0vIfsuB\n5VkATu44if/mAF6ZAbrl2wKvBLKT6QImY6aRKGbIawPM+gDin2IYlB0Zzj++IsaI\nFwovevi1YMddJLo98tHSzv2oecDdXdncJw2J8Vn1QPEniCoYB4rXyKvh/cw40xIp\n7X513oECgYEA36dECxYOOZrv/afhDUxQeSQrOJRlCUDnuAObiwhq7dJ5Epjv8HL9\nDlHf3VqCk3E9zAAbR4PS/3pIDorMnn8CJrV6waTqbZrEnOSfkTydV+aBIPwpspve\nQpbqPvW4lnayabxbaYlKqG3p9xRGo9BTzqGrsdUWAUpYJ+Y35A1MBrsCgYEAyAE7\nilhiEKWQr1sTYSoOPsF1lkWutHMS3UjNN3teH21Ppi3eWBGMyk5LpZgAVaZAnEQH\nY7oHeovxgUdz7x0LS5wQigNrrxCWIgXONSGsPER5q9ud99oX94oDj5sNkHFnI9EM\nh3d+73FJtx6dhunuCvmwP7Vq7mX150oZOcIetyECgYAXV6XKYmrpqDoUB0l90dE0\nU4oPRa2l4ZhNpFK/mAlQ+P6Z6kxglB/FNtZei+vE57TDbd9q/18uOtz6Z5IjmK3o\nzFgbjdLJzbVnipT8246wdeZUQv03Hv17hbS9DXhOe+TzFC2WPjYEjjQ1DXCx+DRH\nBKieztaVG+VHhMegjaK5sQKBgF3Z/jeIC9Rl7MPsh+aDVpXqMCRo5Hc2vHZsMChF\n0sAKimKfiYNoENnp7aNx9U47qnvpjFImvFWsD5KrleJxjZhYToaE3mYS8XBbqwzR\nlUHem/2iG7lvdOmqsMsVZkMOg+iRs0BqOX1gesfcLO1fHl22Fxd+KQRfggmbgsTQ\nq5shAoGAe4ThfrBpC1JOIKcKAa5KjJTt4HgCKU+ZAs5M3UW8LCg8hwO5cvbNXvTy\nd0hgh/rbSV9Ly5n21bLX7rSEPcptnmfT+D79fn6WsUabAZqJ1xWRmo/GD+MjmdqQ\nUjveo+2+hlOk3uWhKbzKc+2fNcuUZsPEMGCtDgH9rfb8dZ7+234=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0060d0e6dfe2474a91f6ee1f13123997', 'name': u'vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166', 'created_at': '2018-09-02T03:13:56.205033', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'name': 'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'16:91:bf:58:a3:c8:e1:98:37:be:8b:c2:a8:aa:6d:0a', 'type': 'ssh', 'id': u'vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166'}) 2018-09-02 03:13:56,205 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEArrvA1FdWmxVlVQju3L8arm/70H1Z7dRUDk/U6rrdNek5a2nZ B9tqcOM7TM1K2mdImcnsR8uCrUWg0KOGXtkQsKXMeQZ+1+RiyEL//wzHtngC83Et CLMiW1rPMTTPVYvHTt6mCMyKgy4fHThVRGW+uh5r46EuoA3Axp9CtX5bVXBXeElL nueotZpVkBZJLnvf3uErFc6QZR4WljX81m2jxZ/8A1fJ20vb+M1NcOSimLNdTNPJ IqTMhCcgqL3U01r8u0p9Ef6iqk068r2N15Zsr3cEkMJ9545ipUvNu90+/avT4WsI 07LJ7PjTrxNlQbEN+85RX/zIHk8nEiiMj4aLGwIDAQABAoIBAD39GdG7Elx+YK6k NqlVms+bpsg2UDsRgqh5Jd4IYQYJMXer23TwIHjgBF+gzRdiYN0+R3bI+hkihITA HqFzfHpOt5WP+lv5CBpnuo3vKMLRHKrk0ccuVdf3BV49j/iXWCPg1SJ1/gW/zQX+ wDE9r0Y0GK5uti3N80ADrBTbOOe8Ft8uflX/YyFD8wnuoruCjHXeoVoHU0vIfsuB 5VkATu44if/mAF6ZAbrl2wKvBLKT6QImY6aRKGbIawPM+gDin2IYlB0Zzj++IsaI Fwovevi1YMddJLo98tHSzv2oecDdXdncJw2J8Vn1QPEniCoYB4rXyKvh/cw40xIp 7X513oECgYEA36dECxYOOZrv/afhDUxQeSQrOJRlCUDnuAObiwhq7dJ5Epjv8HL9 DlHf3VqCk3E9zAAbR4PS/3pIDorMnn8CJrV6waTqbZrEnOSfkTydV+aBIPwpspve QpbqPvW4lnayabxbaYlKqG3p9xRGo9BTzqGrsdUWAUpYJ+Y35A1MBrsCgYEAyAE7 ilhiEKWQr1sTYSoOPsF1lkWutHMS3UjNN3teH21Ppi3eWBGMyk5LpZgAVaZAnEQH Y7oHeovxgUdz7x0LS5wQigNrrxCWIgXONSGsPER5q9ud99oX94oDj5sNkHFnI9EM h3d+73FJtx6dhunuCvmwP7Vq7mX150oZOcIetyECgYAXV6XKYmrpqDoUB0l90dE0 U4oPRa2l4ZhNpFK/mAlQ+P6Z6kxglB/FNtZei+vE57TDbd9q/18uOtz6Z5IjmK3o zFgbjdLJzbVnipT8246wdeZUQv03Hv17hbS9DXhOe+TzFC2WPjYEjjQ1DXCx+DRH BKieztaVG+VHhMegjaK5sQKBgF3Z/jeIC9Rl7MPsh+aDVpXqMCRo5Hc2vHZsMChF 0sAKimKfiYNoENnp7aNx9U47qnvpjFImvFWsD5KrleJxjZhYToaE3mYS8XBbqwzR lUHem/2iG7lvdOmqsMsVZkMOg+iRs0BqOX1gesfcLO1fHl22Fxd+KQRfggmbgsTQ q5shAoGAe4ThfrBpC1JOIKcKAa5KjJTt4HgCKU+ZAs5M3UW8LCg8hwO5cvbNXvTy d0hgh/rbSV9Ly5n21bLX7rSEPcptnmfT+D79fn6WsUabAZqJ1xWRmo/GD+MjmdqQ Ujveo+2+hlOk3uWhKbzKc+2fNcuUZsPEMGCtDgH9rfb8dZ7+234= -----END RSA PRIVATE KEY----- 2018-09-02 03:13:56,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 03:13:56,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group": {"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-09-02 03:13:56,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-add0ee60-5191-4c25-9299-cb1c999f5100 Date: Sun, 02 Sep 2018 03:13:56 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}} 2018-09-02 03:13:56,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-add0ee60-5191-4c25-9299-cb1c999f5100 2018-09-02 03:13:56,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.425704956055s 2018-09-02 03:13:56,634 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-add0ee60-5191-4c25-9299-cb1c999f5100 2018-09-02 03:13:56,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:13:56,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:56,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-260c1417-0c03-4f84-8daa-b37a32b1f519 Date: Sun, 02 Sep 2018 03:13:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:12:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:13:56,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-260c1417-0c03-4f84-8daa-b37a32b1f519 2018-09-02 03:13:56,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0761349201202s 2018-09-02 03:13:56,716 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-260c1417-0c03-4f84-8daa-b37a32b1f519 2018-09-02 03:13:56,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 03:13:56,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": "22", "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": "22", "ethertype": "IPv4", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}}' 2018-09-02 03:13:56,848 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0108f5be-4289-4c56-8a9b-92acba2ef718 Date: Sun, 02 Sep 2018 03:13:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "caf9770f-651d-4557-9c05-c0dac236fd21"}} 2018-09-02 03:13:56,848 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-0108f5be-4289-4c56-8a9b-92acba2ef718 2018-09-02 03:13:56,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.128362894058s 2018-09-02 03:13:56,849 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-0108f5be-4289-4c56-8a9b-92acba2ef718 2018-09-02 03:13:56,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:13:56,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:56,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-426e995d-9221-43ee-bbb2-bcea2f9aa8fa Date: Sun, 02 Sep 2018 03:13:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:12:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "caf9770f-651d-4557-9c05-c0dac236fd21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 2, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:13:56,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-426e995d-9221-43ee-bbb2-bcea2f9aa8fa 2018-09-02 03:13:56,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0466921329498s 2018-09-02 03:13:56,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-426e995d-9221-43ee-bbb2-bcea2f9aa8fa 2018-09-02 03:13:56,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 03:13:56,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": null, "remote_ip_prefix": null, "protocol": "icmp", "port_range_max": null, "ethertype": "IPv4", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}}' 2018-09-02 03:13:57,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e35e24f7-b1fe-43fe-89db-c58dca19cbe7 Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "port_range_min": null, "revision_number": 0, "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "c229e661-7344-4bc7-8e2b-bc3aa6a7806d"}} 2018-09-02 03:13:57,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-e35e24f7-b1fe-43fe-89db-c58dca19cbe7 2018-09-02 03:13:57,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.107347011566s 2018-09-02 03:13:57,010 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-e35e24f7-b1fe-43fe-89db-c58dca19cbe7 2018-09-02 03:13:57,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:13:57,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:57,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-9332eca0-bfe6-4842-8d67-8ccad9f6ddaf Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:12:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "c229e661-7344-4bc7-8e2b-bc3aa6a7806d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "caf9770f-651d-4557-9c05-c0dac236fd21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 3, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:13:57,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-9332eca0-bfe6-4842-8d67-8ccad9f6ddaf 2018-09-02 03:13:57,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0447340011597s 2018-09-02 03:13:57,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-9332eca0-bfe6-4842-8d67-8ccad9f6ddaf 2018-09-02 03:13:57,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 03:13:57,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}}' 2018-09-02 03:13:57,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-96782618-d980-4c24-b412-62481d5299c6 Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "port_range_min": 80, "revision_number": 0, "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:57Z", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "431e8ed1-0b58-41f2-aaf9-e6d838f048a9"}} 2018-09-02 03:13:57,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-96782618-d980-4c24-b412-62481d5299c6 2018-09-02 03:13:57,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.103246927261s 2018-09-02 03:13:57,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-96782618-d980-4c24-b412-62481d5299c6 2018-09-02 03:13:57,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:13:57,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:57,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-4827b054-8e3a-44e6-b104-1d39c1fdd72c Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:12:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "431e8ed1-0b58-41f2-aaf9-e6d838f048a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "c229e661-7344-4bc7-8e2b-bc3aa6a7806d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "caf9770f-651d-4557-9c05-c0dac236fd21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 4, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:13:57,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-4827b054-8e3a-44e6-b104-1d39c1fdd72c 2018-09-02 03:13:57,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0435309410095s 2018-09-02 03:13:57,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-4827b054-8e3a-44e6-b104-1d39c1fdd72c 2018-09-02 03:13:57,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 03:13:57,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}}' 2018-09-02 03:13:57,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-08586b73-8f8e-4fa8-8555-d3ca171fe040 Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "port_range_min": 443, "revision_number": 0, "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:57Z", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "059dc060-9a0b-49c8-a500-5f2f6d8019cc"}} 2018-09-02 03:13:57,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-08586b73-8f8e-4fa8-8555-d3ca171fe040 2018-09-02 03:13:57,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127910852432s 2018-09-02 03:13:57,345 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-08586b73-8f8e-4fa8-8555-d3ca171fe040 2018-09-02 03:13:57,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:13:57,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:57,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-aebc3674-e027-4925-87de-6226489f479d Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:12:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "059dc060-9a0b-49c8-a500-5f2f6d8019cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "431e8ed1-0b58-41f2-aaf9-e6d838f048a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "c229e661-7344-4bc7-8e2b-bc3aa6a7806d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "caf9770f-651d-4557-9c05-c0dac236fd21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 5, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:13:57,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-aebc3674-e027-4925-87de-6226489f479d 2018-09-02 03:13:57,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0416560173035s 2018-09-02 03:13:57,391 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-aebc3674-e027-4925-87de-6226489f479d 2018-09-02 03:13:57,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 03:13:57,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}}' 2018-09-02 03:13:57,518 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-17015f4b-d96a-41e0-b457-f8b47c2689aa Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "port_range_min": 5671, "revision_number": 0, "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:57Z", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "447dbef4-00bb-4d2f-b29c-b03a0d9db3bf"}} 2018-09-02 03:13:57,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-17015f4b-d96a-41e0-b457-f8b47c2689aa 2018-09-02 03:13:57,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.124258041382s 2018-09-02 03:13:57,519 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-17015f4b-d96a-41e0-b457-f8b47c2689aa 2018-09-02 03:13:57,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:13:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:57,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-572cbf48-af9a-415c-b7d4-0964b7be668d Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:12:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "059dc060-9a0b-49c8-a500-5f2f6d8019cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "431e8ed1-0b58-41f2-aaf9-e6d838f048a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "447dbef4-00bb-4d2f-b29c-b03a0d9db3bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "c229e661-7344-4bc7-8e2b-bc3aa6a7806d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "caf9770f-651d-4557-9c05-c0dac236fd21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 6, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:13:57,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-572cbf48-af9a-415c-b7d4-0964b7be668d 2018-09-02 03:13:57,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0507121086121s 2018-09-02 03:13:57,573 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-572cbf48-af9a-415c-b7d4-0964b7be668d 2018-09-02 03:13:57,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 03:13:57,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}}' 2018-09-02 03:13:57,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-1303c694-feef-4102-9d9e-9c027321f6ea Date: Sun, 02 Sep 2018 03:13:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "port_range_min": 53333, "revision_number": 0, "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:57Z", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "5e61901f-75bc-47bd-9c61-4812231a8c11"}} 2018-09-02 03:13:57,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-1303c694-feef-4102-9d9e-9c027321f6ea 2018-09-02 03:13:57,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.12800693512s 2018-09-02 03:13:57,705 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-1303c694-feef-4102-9d9e-9c027321f6ea 2018-09-02 03:13:57,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:13:57,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:58,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-ead85a72-79a7-43e6-bdf9-51db9a954c37 Date: Sun, 02 Sep 2018 03:13:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"446b96bf-8bdb-446e-bb45-90b737dcd161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6eb3b9bcf034af18bac584eec1e7a44","l2_adjacency":true,"status":"ACTIVE","subnets":["8fc871fd-de6b-41cd-bb1a-5effb7455679"],"description":"","tags":[],"updated_at":"2018-09-02T03:12:26Z","qos_policy_id":null,"name":"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166","admin_state_up":true,"tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:25Z","mtu":1450}]} 2018-09-02 03:13:58,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-ead85a72-79a7-43e6-bdf9-51db9a954c37 2018-09-02 03:13:58,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304229021072s 2018-09-02 03:13:58,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-ead85a72-79a7-43e6-bdf9-51db9a954c37 2018-09-02 03:13:58,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:13:58,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:58,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-acffef8b-76e7-416b-8682-c43e5531556c Date: Sun, 02 Sep 2018 03:13:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:13:55Z", "file": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "72969bf7-afb8-4778-aa09-06816857d82a", "size": 4373348352, "self": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T03:12:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:13:58,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-acffef8b-76e7-416b-8682-c43e5531556c 2018-09-02 03:13:58,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.034343957901s 2018-09-02 03:13:58,050 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-acffef8b-76e7-416b-8682-c43e5531556c 2018-09-02 03:13:58,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:13:58,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:13:58,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72e98c0b-2b7a-44ff-9aca-3e5c0c62caad x-compute-request-id: req-72e98c0b-2b7a-44ff-9aca-3e5c0c62caad Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_bd7cefff-c851-475a-a203-81f29cc9e166", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "bc007fad-cc70-42ef-9de7-15612056dd34"}]} 2018-09-02 03:13:58,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-72e98c0b-2b7a-44ff-9aca-3e5c0c62caad 2018-09-02 03:13:58,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0211369991302s 2018-09-02 03:13:58,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-72e98c0b-2b7a-44ff-9aca-3e5c0c62caad 2018-09-02 03:13:58,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 03:13:58,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"server": {"name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "imageRef": "72969bf7-afb8-4778-aa09-06816857d82a", "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "flavorRef": "bc007fad-cc70-42ef-9de7-15612056dd34", "max_count": 1, "min_count": 1, "networks": [{"uuid": "446b96bf-8bdb-446e-bb45-90b737dcd161"}], "security_groups": [{"name": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}]}}' 2018-09-02 03:14:00,056 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 03:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ead3bd3-7015-417f-a41c-df5102883776 x-compute-request-id: req-2ead3bd3-7015-417f-a41c-df5102883776 Content-Length: 403 location: http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b4c4aeff-e8db-4c38-aa75-67547bce25b3"}], "OS-DCF:diskConfig": "MANUAL", "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "adminPass": "3UtaQDzLfFCM"}} 2018-09-02 03:14:00,056 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-2ead3bd3-7015-417f-a41c-df5102883776 2018-09-02 03:14:00,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.98101401329s 2018-09-02 03:14:00,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers used request id req-2ead3bd3-7015-417f-a41c-df5102883776 2018-09-02 03:14:00,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:00,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:00,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07454c1c-1b68-4459-9fe5-023617f8520c x-compute-request-id: req-07454c1c-1b68-4459-9fe5-023617f8520c Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:00,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-07454c1c-1b68-4459-9fe5-023617f8520c 2018-09-02 03:14:00,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531401157379s 2018-09-02 03:14:00,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-07454c1c-1b68-4459-9fe5-023617f8520c 2018-09-02 03:14:00,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:14:00,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:00,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-6ab84f46-1842-458f-aaa5-f332a36d4d6e Date: Sun, 02 Sep 2018 03:14:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"446b96bf-8bdb-446e-bb45-90b737dcd161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6eb3b9bcf034af18bac584eec1e7a44","l2_adjacency":true,"status":"ACTIVE","subnets":["8fc871fd-de6b-41cd-bb1a-5effb7455679"],"description":"","tags":[],"updated_at":"2018-09-02T03:12:26Z","qos_policy_id":null,"name":"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166","admin_state_up":true,"tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:25Z","mtu":1450}]} 2018-09-02 03:14:00,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6ab84f46-1842-458f-aaa5-f332a36d4d6e 2018-09-02 03:14:00,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100098133087s 2018-09-02 03:14:00,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6ab84f46-1842-458f-aaa5-f332a36d4d6e 2018-09-02 03:14:00,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 03:14:00,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:00,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-60c6f741-8bb1-40a7-8de0-bcc0e34b8209 Date: Sun, 02 Sep 2018 03:14:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446b96bf-8bdb-446e-bb45-90b737dcd161","tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T03:12:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d6eb3b9bcf034af18bac584eec1e7a44","id":"8fc871fd-de6b-41cd-bb1a-5effb7455679","subnetpool_id":null,"name":"vyos_vrouter-subnet_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:14:00,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-60c6f741-8bb1-40a7-8de0-bcc0e34b8209 2018-09-02 03:14:00,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0470290184021s 2018-09-02 03:14:00,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-60c6f741-8bb1-40a7-8de0-bcc0e34b8209 2018-09-02 03:14:00,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:02,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:02,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da9cd86d-4e8f-4cfb-afc6-ad309773b8ef x-compute-request-id: req-da9cd86d-4e8f-4cfb-afc6-ad309773b8ef Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:02,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-da9cd86d-4e8f-4cfb-afc6-ad309773b8ef 2018-09-02 03:14:02,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.184672117233s 2018-09-02 03:14:02,930 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-da9cd86d-4e8f-4cfb-afc6-ad309773b8ef 2018-09-02 03:14:02,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:04,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:04,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:05,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d49c8515-df90-4edd-8957-7a1d4a116563 x-compute-request-id: req-d49c8515-df90-4edd-8957-7a1d4a116563 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:05,652 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d49c8515-df90-4edd-8957-7a1d4a116563 2018-09-02 03:14:05,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717007875443s 2018-09-02 03:14:05,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d49c8515-df90-4edd-8957-7a1d4a116563 2018-09-02 03:14:05,658 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:07,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:07,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:08,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5834e5d-0cce-401b-9d9a-2ba7f8a919e0 x-compute-request-id: req-e5834e5d-0cce-401b-9d9a-2ba7f8a919e0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:08,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e5834e5d-0cce-401b-9d9a-2ba7f8a919e0 2018-09-02 03:14:08,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.406826972961s 2018-09-02 03:14:08,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e5834e5d-0cce-401b-9d9a-2ba7f8a919e0 2018-09-02 03:14:08,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:10,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:10,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:10,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c29620aa-4ce8-4561-9f13-865bf082ec7f x-compute-request-id: req-c29620aa-4ce8-4561-9f13-865bf082ec7f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:10,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c29620aa-4ce8-4561-9f13-865bf082ec7f 2018-09-02 03:14:10,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190099000931s 2018-09-02 03:14:10,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c29620aa-4ce8-4561-9f13-865bf082ec7f 2018-09-02 03:14:10,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:12,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:13,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2682df57-ccb6-43f2-af71-e442a6e8e8fe x-compute-request-id: req-2682df57-ccb6-43f2-af71-e442a6e8e8fe Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:13,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2682df57-ccb6-43f2-af71-e442a6e8e8fe 2018-09-02 03:14:13,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.792721033096s 2018-09-02 03:14:13,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2682df57-ccb6-43f2-af71-e442a6e8e8fe 2018-09-02 03:14:13,066 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:15,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:15,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:15,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64108734-e99d-4760-94b3-045346bea926 x-compute-request-id: req-64108734-e99d-4760-94b3-045346bea926 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:15,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-64108734-e99d-4760-94b3-045346bea926 2018-09-02 03:14:15,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628005027771s 2018-09-02 03:14:15,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-64108734-e99d-4760-94b3-045346bea926 2018-09-02 03:14:15,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:17,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:17,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:18,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2168545b-cf47-46e9-94a1-74f775d0baee x-compute-request-id: req-2168545b-cf47-46e9-94a1-74f775d0baee Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:18,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2168545b-cf47-46e9-94a1-74f775d0baee 2018-09-02 03:14:18,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359747886658s 2018-09-02 03:14:18,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2168545b-cf47-46e9-94a1-74f775d0baee 2018-09-02 03:14:18,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:20,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:20,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f27067b3-5f6b-4a41-8aa4-4263440a5660 x-compute-request-id: req-f27067b3-5f6b-4a41-8aa4-4263440a5660 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:20,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f27067b3-5f6b-4a41-8aa4-4263440a5660 2018-09-02 03:14:20,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170878887177s 2018-09-02 03:14:20,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f27067b3-5f6b-4a41-8aa4-4263440a5660 2018-09-02 03:14:20,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:22,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:22,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:22,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3d636d5-4fa6-4842-bc86-29644c98ddf1 x-compute-request-id: req-c3d636d5-4fa6-4842-bc86-29644c98ddf1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:22,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c3d636d5-4fa6-4842-bc86-29644c98ddf1 2018-09-02 03:14:22,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.33302283287s 2018-09-02 03:14:22,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c3d636d5-4fa6-4842-bc86-29644c98ddf1 2018-09-02 03:14:22,584 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:24,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:24,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:24,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acf7ef07-eaed-48e3-b3cd-66fd42d9aa57 x-compute-request-id: req-acf7ef07-eaed-48e3-b3cd-66fd42d9aa57 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:24,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-acf7ef07-eaed-48e3-b3cd-66fd42d9aa57 2018-09-02 03:14:24,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173732042313s 2018-09-02 03:14:24,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-acf7ef07-eaed-48e3-b3cd-66fd42d9aa57 2018-09-02 03:14:24,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:26,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:26,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:27,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f227e0c-7cfd-4be1-b491-bceae23d070c x-compute-request-id: req-3f227e0c-7cfd-4be1-b491-bceae23d070c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:27,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3f227e0c-7cfd-4be1-b491-bceae23d070c 2018-09-02 03:14:27,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388571977615s 2018-09-02 03:14:27,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3f227e0c-7cfd-4be1-b491-bceae23d070c 2018-09-02 03:14:27,161 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:29,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:29,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:29,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c8011a7-c7f5-417b-9bda-dc2de55e1a90 x-compute-request-id: req-4c8011a7-c7f5-417b-9bda-dc2de55e1a90 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:29,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4c8011a7-c7f5-417b-9bda-dc2de55e1a90 2018-09-02 03:14:29,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173204183578s 2018-09-02 03:14:29,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-4c8011a7-c7f5-417b-9bda-dc2de55e1a90 2018-09-02 03:14:29,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:31,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:31,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:31,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-027e498c-f218-46b2-8d4e-5a3a4f82e922 x-compute-request-id: req-027e498c-f218-46b2-8d4e-5a3a4f82e922 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:31,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-027e498c-f218-46b2-8d4e-5a3a4f82e922 2018-09-02 03:14:31,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417469978333s 2018-09-02 03:14:31,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-027e498c-f218-46b2-8d4e-5a3a4f82e922 2018-09-02 03:14:31,766 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:33,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:33,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:34,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b041453-5018-4898-b565-f59ae4ad7fbb x-compute-request-id: req-8b041453-5018-4898-b565-f59ae4ad7fbb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:34,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8b041453-5018-4898-b565-f59ae4ad7fbb 2018-09-02 03:14:34,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419167041779s 2018-09-02 03:14:34,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8b041453-5018-4898-b565-f59ae4ad7fbb 2018-09-02 03:14:34,192 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:36,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:36,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:36,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b4af8e5-2d7a-4b09-bc7a-753e0409c5ea x-compute-request-id: req-7b4af8e5-2d7a-4b09-bc7a-753e0409c5ea Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:36,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7b4af8e5-2d7a-4b09-bc7a-753e0409c5ea 2018-09-02 03:14:36,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425961017609s 2018-09-02 03:14:36,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7b4af8e5-2d7a-4b09-bc7a-753e0409c5ea 2018-09-02 03:14:36,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:38,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:38,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:39,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14b79efc-8c80-4ba5-bf54-3a7e0d8f2066 x-compute-request-id: req-14b79efc-8c80-4ba5-bf54-3a7e0d8f2066 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:39,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-14b79efc-8c80-4ba5-bf54-3a7e0d8f2066 2018-09-02 03:14:39,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.583779811859s 2018-09-02 03:14:39,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-14b79efc-8c80-4ba5-bf54-3a7e0d8f2066 2018-09-02 03:14:39,216 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:41,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:41,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:41,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2e22c6d-2374-4d0a-855e-8f626091b7e2 x-compute-request-id: req-f2e22c6d-2374-4d0a-855e-8f626091b7e2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:41,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f2e22c6d-2374-4d0a-855e-8f626091b7e2 2018-09-02 03:14:41,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170171022415s 2018-09-02 03:14:41,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f2e22c6d-2374-4d0a-855e-8f626091b7e2 2018-09-02 03:14:41,394 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:43,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:43,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:43,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b539e42-6b0d-45b7-84f6-669076afc00f x-compute-request-id: req-8b539e42-6b0d-45b7-84f6-669076afc00f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:43,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8b539e42-6b0d-45b7-84f6-669076afc00f 2018-09-02 03:14:43,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412099838257s 2018-09-02 03:14:43,809 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8b539e42-6b0d-45b7-84f6-669076afc00f 2018-09-02 03:14:43,813 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:45,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:45,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:45,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d51f810a-766c-45b0-acec-3ad37286f1dc x-compute-request-id: req-d51f810a-766c-45b0-acec-3ad37286f1dc Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:45,985 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d51f810a-766c-45b0-acec-3ad37286f1dc 2018-09-02 03:14:45,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169089078903s 2018-09-02 03:14:45,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d51f810a-766c-45b0-acec-3ad37286f1dc 2018-09-02 03:14:45,989 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:47,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:47,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:48,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cffabfb-520a-40a2-9617-ff8b664adebf x-compute-request-id: req-5cffabfb-520a-40a2-9617-ff8b664adebf Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:48,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5cffabfb-520a-40a2-9617-ff8b664adebf 2018-09-02 03:14:48,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.163511991501s 2018-09-02 03:14:48,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5cffabfb-520a-40a2-9617-ff8b664adebf 2018-09-02 03:14:48,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:50,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:50,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:50,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57b8704e-8f46-45e5-9264-5617773b83e2 x-compute-request-id: req-57b8704e-8f46-45e5-9264-5617773b83e2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:50,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-57b8704e-8f46-45e5-9264-5617773b83e2 2018-09-02 03:14:50,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593328952789s 2018-09-02 03:14:50,756 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-57b8704e-8f46-45e5-9264-5617773b83e2 2018-09-02 03:14:50,760 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:52,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:52,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:53,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15e905de-f274-4a6a-9339-e7eb1cb8997d x-compute-request-id: req-15e905de-f274-4a6a-9339-e7eb1cb8997d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:53,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15e905de-f274-4a6a-9339-e7eb1cb8997d 2018-09-02 03:14:53,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681776046753s 2018-09-02 03:14:53,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15e905de-f274-4a6a-9339-e7eb1cb8997d 2018-09-02 03:14:53,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:55,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:55,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:55,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16049eb1-7f3e-4759-aefc-a0e796879059 x-compute-request-id: req-16049eb1-7f3e-4759-aefc-a0e796879059 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:55,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-16049eb1-7f3e-4759-aefc-a0e796879059 2018-09-02 03:14:55,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176841974258s 2018-09-02 03:14:55,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-16049eb1-7f3e-4759-aefc-a0e796879059 2018-09-02 03:14:55,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:57,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:57,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:14:57,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37da7854-38f7-4629-ab00-6b9a74da89c2 x-compute-request-id: req-37da7854-38f7-4629-ab00-6b9a74da89c2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:14:57,971 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-37da7854-38f7-4629-ab00-6b9a74da89c2 2018-09-02 03:14:57,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.335875988007s 2018-09-02 03:14:57,972 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-37da7854-38f7-4629-ab00-6b9a74da89c2 2018-09-02 03:14:57,975 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:14:59,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:14:59,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:00,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0367980-220d-4512-851b-c325c3264a9b x-compute-request-id: req-e0367980-220d-4512-851b-c325c3264a9b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:00,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e0367980-220d-4512-851b-c325c3264a9b 2018-09-02 03:15:00,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19028711319s 2018-09-02 03:15:00,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e0367980-220d-4512-851b-c325c3264a9b 2018-09-02 03:15:00,173 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:02,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:02,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:02,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-165a039d-b85e-4a91-bcfd-43250accd33c x-compute-request-id: req-165a039d-b85e-4a91-bcfd-43250accd33c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:02,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-165a039d-b85e-4a91-bcfd-43250accd33c 2018-09-02 03:15:02,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383108854294s 2018-09-02 03:15:02,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-165a039d-b85e-4a91-bcfd-43250accd33c 2018-09-02 03:15:02,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:04,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:04,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-781aabaa-892e-4d14-b550-4123dbff5f61 x-compute-request-id: req-781aabaa-892e-4d14-b550-4123dbff5f61 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:04,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-781aabaa-892e-4d14-b550-4123dbff5f61 2018-09-02 03:15:04,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4256939888s 2018-09-02 03:15:04,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-781aabaa-892e-4d14-b550-4123dbff5f61 2018-09-02 03:15:04,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:06,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:07,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:07,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16cbb89e-db30-4821-97b9-f531c4b78e55 x-compute-request-id: req-16cbb89e-db30-4821-97b9-f531c4b78e55 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:07,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-16cbb89e-db30-4821-97b9-f531c4b78e55 2018-09-02 03:15:07,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430843830109s 2018-09-02 03:15:07,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-16cbb89e-db30-4821-97b9-f531c4b78e55 2018-09-02 03:15:07,433 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:09,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:09,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:09,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df30a1b2-1b24-419b-bdb2-0c4929955192 x-compute-request-id: req-df30a1b2-1b24-419b-bdb2-0c4929955192 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:09,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-df30a1b2-1b24-419b-bdb2-0c4929955192 2018-09-02 03:15:09,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190948009491s 2018-09-02 03:15:09,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-df30a1b2-1b24-419b-bdb2-0c4929955192 2018-09-02 03:15:09,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:11,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:11,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:11,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c34826ef-4cf4-442f-9a3c-b0b464605023 x-compute-request-id: req-c34826ef-4cf4-442f-9a3c-b0b464605023 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:11,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c34826ef-4cf4-442f-9a3c-b0b464605023 2018-09-02 03:15:11,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350019931793s 2018-09-02 03:15:11,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c34826ef-4cf4-442f-9a3c-b0b464605023 2018-09-02 03:15:11,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:13,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:13,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:14,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf5fc97b-a718-4f17-b3ba-5c55193fe06f x-compute-request-id: req-cf5fc97b-a718-4f17-b3ba-5c55193fe06f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:14,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cf5fc97b-a718-4f17-b3ba-5c55193fe06f 2018-09-02 03:15:14,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462107896805s 2018-09-02 03:15:14,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cf5fc97b-a718-4f17-b3ba-5c55193fe06f 2018-09-02 03:15:14,456 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:16,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:16,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:16,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02211570-2f63-4a07-87a3-d859614669c3 x-compute-request-id: req-02211570-2f63-4a07-87a3-d859614669c3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:16,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-02211570-2f63-4a07-87a3-d859614669c3 2018-09-02 03:15:16,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357518911362s 2018-09-02 03:15:16,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-02211570-2f63-4a07-87a3-d859614669c3 2018-09-02 03:15:16,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:18,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:18,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:19,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4a8bee9-abd1-4b4a-9a8a-f1f0553929af x-compute-request-id: req-d4a8bee9-abd1-4b4a-9a8a-f1f0553929af Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:19,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d4a8bee9-abd1-4b4a-9a8a-f1f0553929af 2018-09-02 03:15:19,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634999036789s 2018-09-02 03:15:19,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d4a8bee9-abd1-4b4a-9a8a-f1f0553929af 2018-09-02 03:15:19,462 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:21,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:21,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:22,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d4e4579-630c-481b-8508-1229899764ad x-compute-request-id: req-3d4e4579-630c-481b-8508-1229899764ad Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:22,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3d4e4579-630c-481b-8508-1229899764ad 2018-09-02 03:15:22,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.815236091614s 2018-09-02 03:15:22,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3d4e4579-630c-481b-8508-1229899764ad 2018-09-02 03:15:22,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:24,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:24,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:24,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faf176df-7083-41dc-9c02-9533ddd83ac8 x-compute-request-id: req-faf176df-7083-41dc-9c02-9533ddd83ac8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:24,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-faf176df-7083-41dc-9c02-9533ddd83ac8 2018-09-02 03:15:24,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182828903198s 2018-09-02 03:15:24,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-faf176df-7083-41dc-9c02-9533ddd83ac8 2018-09-02 03:15:24,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:26,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:26,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:26,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca8a3031-0e5a-4716-a4c5-9576e86d303b x-compute-request-id: req-ca8a3031-0e5a-4716-a4c5-9576e86d303b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:26,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ca8a3031-0e5a-4716-a4c5-9576e86d303b 2018-09-02 03:15:26,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188819885254s 2018-09-02 03:15:26,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ca8a3031-0e5a-4716-a4c5-9576e86d303b 2018-09-02 03:15:26,671 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:28,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:28,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:28,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6644350-f1c0-4d15-aa2e-50971276761e x-compute-request-id: req-b6644350-f1c0-4d15-aa2e-50971276761e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:28,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b6644350-f1c0-4d15-aa2e-50971276761e 2018-09-02 03:15:28,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.321696996689s 2018-09-02 03:15:28,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-b6644350-f1c0-4d15-aa2e-50971276761e 2018-09-02 03:15:29,000 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:31,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:31,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:31,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-695d0444-89a3-47f4-9589-3120f80fa76d x-compute-request-id: req-695d0444-89a3-47f4-9589-3120f80fa76d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:31,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-695d0444-89a3-47f4-9589-3120f80fa76d 2018-09-02 03:15:31,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355190038681s 2018-09-02 03:15:31,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-695d0444-89a3-47f4-9589-3120f80fa76d 2018-09-02 03:15:31,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:33,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:33,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:33,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8be1f7cb-84da-4745-a3df-80905b7bf548 x-compute-request-id: req-8be1f7cb-84da-4745-a3df-80905b7bf548 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:33,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8be1f7cb-84da-4745-a3df-80905b7bf548 2018-09-02 03:15:33,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411176919937s 2018-09-02 03:15:33,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8be1f7cb-84da-4745-a3df-80905b7bf548 2018-09-02 03:15:33,781 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:35,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:35,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:36,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad0c0ccf-415e-4a89-86c9-ddc52059fe27 x-compute-request-id: req-ad0c0ccf-415e-4a89-86c9-ddc52059fe27 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:36,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ad0c0ccf-415e-4a89-86c9-ddc52059fe27 2018-09-02 03:15:36,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371590852737s 2018-09-02 03:15:36,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ad0c0ccf-415e-4a89-86c9-ddc52059fe27 2018-09-02 03:15:36,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:38,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:38,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:38,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bdd4502-0b71-4cff-95c4-440dd6d0880a x-compute-request-id: req-7bdd4502-0b71-4cff-95c4-440dd6d0880a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:38,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7bdd4502-0b71-4cff-95c4-440dd6d0880a 2018-09-02 03:15:38,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.353460073471s 2018-09-02 03:15:38,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-7bdd4502-0b71-4cff-95c4-440dd6d0880a 2018-09-02 03:15:38,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:40,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:40,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:40,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53aca490-520b-4414-bb56-2377971f2642 x-compute-request-id: req-53aca490-520b-4414-bb56-2377971f2642 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:40,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-53aca490-520b-4414-bb56-2377971f2642 2018-09-02 03:15:40,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397014856339s 2018-09-02 03:15:40,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-53aca490-520b-4414-bb56-2377971f2642 2018-09-02 03:15:40,926 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:42,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:42,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:43,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59a42c25-6ac4-4e4f-a3fc-678bce0363e0 x-compute-request-id: req-59a42c25-6ac4-4e4f-a3fc-678bce0363e0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:43,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-59a42c25-6ac4-4e4f-a3fc-678bce0363e0 2018-09-02 03:15:43,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.475269794464s 2018-09-02 03:15:43,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-59a42c25-6ac4-4e4f-a3fc-678bce0363e0 2018-09-02 03:15:43,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:45,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:45,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:45,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8e8817b-bf9a-44fa-865e-0afe91d61255 x-compute-request-id: req-c8e8817b-bf9a-44fa-865e-0afe91d61255 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:45,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c8e8817b-bf9a-44fa-865e-0afe91d61255 2018-09-02 03:15:45,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176144838333s 2018-09-02 03:15:45,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c8e8817b-bf9a-44fa-865e-0afe91d61255 2018-09-02 03:15:45,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:47,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:47,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:48,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed488cc5-d081-46b2-9086-b692d2d81b53 x-compute-request-id: req-ed488cc5-d081-46b2-9086-b692d2d81b53 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:48,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ed488cc5-d081-46b2-9086-b692d2d81b53 2018-09-02 03:15:48,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.792477846146s 2018-09-02 03:15:48,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-ed488cc5-d081-46b2-9086-b692d2d81b53 2018-09-02 03:15:48,393 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:50,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:50,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:50,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb4b6744-4c92-4010-853e-319ff7fefe59 x-compute-request-id: req-cb4b6744-4c92-4010-853e-319ff7fefe59 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:50,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cb4b6744-4c92-4010-853e-319ff7fefe59 2018-09-02 03:15:50,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414199113846s 2018-09-02 03:15:50,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-cb4b6744-4c92-4010-853e-319ff7fefe59 2018-09-02 03:15:50,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:52,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:52,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:52,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e032e0a6-965d-4df6-9bc2-b1873a7a0d34 x-compute-request-id: req-e032e0a6-965d-4df6-9bc2-b1873a7a0d34 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:52,999 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e032e0a6-965d-4df6-9bc2-b1873a7a0d34 2018-09-02 03:15:52,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181649923325s 2018-09-02 03:15:52,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-e032e0a6-965d-4df6-9bc2-b1873a7a0d34 2018-09-02 03:15:53,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:55,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:55,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:55,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0536ffdc-391b-499e-b2bb-d8aef87c72d2 x-compute-request-id: req-0536ffdc-391b-499e-b2bb-d8aef87c72d2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:55,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0536ffdc-391b-499e-b2bb-d8aef87c72d2 2018-09-02 03:15:55,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45783996582s 2018-09-02 03:15:55,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0536ffdc-391b-499e-b2bb-d8aef87c72d2 2018-09-02 03:15:55,468 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:57,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:57,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:15:57,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f679b8e0-9cf5-4dec-9eef-95de483d6bbd x-compute-request-id: req-f679b8e0-9cf5-4dec-9eef-95de483d6bbd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:15:57,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f679b8e0-9cf5-4dec-9eef-95de483d6bbd 2018-09-02 03:15:57,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378756046295s 2018-09-02 03:15:57,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f679b8e0-9cf5-4dec-9eef-95de483d6bbd 2018-09-02 03:15:57,853 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:15:59,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:15:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:00,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:15:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30609557-5809-4d35-9614-18836bfda7e7 x-compute-request-id: req-30609557-5809-4d35-9614-18836bfda7e7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:00,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30609557-5809-4d35-9614-18836bfda7e7 2018-09-02 03:16:00,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420768976212s 2018-09-02 03:16:00,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-30609557-5809-4d35-9614-18836bfda7e7 2018-09-02 03:16:00,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:02,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:02,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:02,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f695a046-00fb-4f95-a9f6-559c5bb86994 x-compute-request-id: req-f695a046-00fb-4f95-a9f6-559c5bb86994 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:02,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f695a046-00fb-4f95-a9f6-559c5bb86994 2018-09-02 03:16:02,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183338880539s 2018-09-02 03:16:02,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f695a046-00fb-4f95-a9f6-559c5bb86994 2018-09-02 03:16:02,471 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:04,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:04,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:04,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-103392d1-46c0-4166-9302-1dbb33dfca18 x-compute-request-id: req-103392d1-46c0-4166-9302-1dbb33dfca18 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:04,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-103392d1-46c0-4166-9302-1dbb33dfca18 2018-09-02 03:16:04,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366917133331s 2018-09-02 03:16:04,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-103392d1-46c0-4166-9302-1dbb33dfca18 2018-09-02 03:16:04,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:06,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:06,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:07,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-947b1db8-115a-457f-a361-c20938c2d0ce x-compute-request-id: req-947b1db8-115a-457f-a361-c20938c2d0ce Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:07,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-947b1db8-115a-457f-a361-c20938c2d0ce 2018-09-02 03:16:07,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38370513916s 2018-09-02 03:16:07,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-947b1db8-115a-457f-a361-c20938c2d0ce 2018-09-02 03:16:07,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:09,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:09,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:09,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c694db20-4c63-465d-b45f-bfefac409b90 x-compute-request-id: req-c694db20-4c63-465d-b45f-bfefac409b90 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:09,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c694db20-4c63-465d-b45f-bfefac409b90 2018-09-02 03:16:09,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407338142395s 2018-09-02 03:16:09,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c694db20-4c63-465d-b45f-bfefac409b90 2018-09-02 03:16:09,650 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:11,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:11,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:11,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-352d2928-44b3-403d-a8cb-21e615c774cd x-compute-request-id: req-352d2928-44b3-403d-a8cb-21e615c774cd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:11,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-352d2928-44b3-403d-a8cb-21e615c774cd 2018-09-02 03:16:11,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168462991714s 2018-09-02 03:16:11,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-352d2928-44b3-403d-a8cb-21e615c774cd 2018-09-02 03:16:11,825 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:13,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:13,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:14,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e04b27d-fe8a-48f3-936d-147333de398d x-compute-request-id: req-2e04b27d-fe8a-48f3-936d-147333de398d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:14,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2e04b27d-fe8a-48f3-936d-147333de398d 2018-09-02 03:16:14,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413362979889s 2018-09-02 03:16:14,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-2e04b27d-fe8a-48f3-936d-147333de398d 2018-09-02 03:16:14,246 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:16,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:16,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:16,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7c22f9e-7e3d-4195-bae9-8191953e7c02 x-compute-request-id: req-d7c22f9e-7e3d-4195-bae9-8191953e7c02 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:16,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d7c22f9e-7e3d-4195-bae9-8191953e7c02 2018-09-02 03:16:16,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197952985764s 2018-09-02 03:16:16,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d7c22f9e-7e3d-4195-bae9-8191953e7c02 2018-09-02 03:16:16,451 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:18,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:18,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:18,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c10a857b-a356-407f-b535-1da1597ca68d x-compute-request-id: req-c10a857b-a356-407f-b535-1da1597ca68d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:18,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c10a857b-a356-407f-b535-1da1597ca68d 2018-09-02 03:16:18,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368788003922s 2018-09-02 03:16:18,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-c10a857b-a356-407f-b535-1da1597ca68d 2018-09-02 03:16:18,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:20,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:20,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:21,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12ef9c6e-20b2-4dd1-beeb-82d135f835c1 x-compute-request-id: req-12ef9c6e-20b2-4dd1-beeb-82d135f835c1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T03:14:02Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:21,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-12ef9c6e-20b2-4dd1-beeb-82d135f835c1 2018-09-02 03:16:21,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189468860626s 2018-09-02 03:16:21,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-12ef9c6e-20b2-4dd1-beeb-82d135f835c1 2018-09-02 03:16:21,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:16:23,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:16:23,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:23,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57cf1f30-076e-4b25-88bc-ab4ca2a02c6e x-compute-request-id: req-57cf1f30-076e-4b25-88bc-ab4ca2a02c6e Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:16:23,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-57cf1f30-076e-4b25-88bc-ab4ca2a02c6e 2018-09-02 03:16:23,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180406093597s 2018-09-02 03:16:23,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-57cf1f30-076e-4b25-88bc-ab4ca2a02c6e 2018-09-02 03:16:23,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 03:16:23,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=5d34d807-359c-471f-bcc3-60db7b44a4b5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:23,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-976772af-14ba-484c-838f-700b99d036c1 Date: Sun, 02 Sep 2018 03:16:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T03:16:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8fc871fd-de6b-41cd-bb1a-5effb7455679","ip_address":"192.168.120.15"}],"id":"6d2e1597-8a5b-4221-8cdd-547391f953ba","security_groups":["b4c4aeff-e8db-4c38-aa75-67547bce25b3"],"mac_address":"fa:16:3e:ed:74:4f","project_id":"d6eb3b9bcf034af18bac584eec1e7a44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"446b96bf-8bdb-446e-bb45-90b737dcd161","tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:14:02Z","binding:vnic_type":"normal","device_id":"5d34d807-359c-471f-bcc3-60db7b44a4b5","ip_allocation":"immediate"}]} 2018-09-02 03:16:23,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=5d34d807-359c-471f-bcc3-60db7b44a4b5 used request id req-976772af-14ba-484c-838f-700b99d036c1 2018-09-02 03:16:23,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0492100715637s 2018-09-02 03:16:23,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=5d34d807-359c-471f-bcc3-60db7b44a4b5 used request id req-976772af-14ba-484c-838f-700b99d036c1 2018-09-02 03:16:23,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:16:23,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/floatingips.json?port_id=6d2e1597-8a5b-4221-8cdd-547391f953ba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:23,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-119aa6cf-dd0e-457c-bdc4-8c1fcc749458 Date: Sun, 02 Sep 2018 03:16:23 GMT RESP BODY: {"floatingips": []} 2018-09-02 03:16:23,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=6d2e1597-8a5b-4221-8cdd-547391f953ba used request id req-119aa6cf-dd0e-457c-bdc4-8c1fcc749458 2018-09-02 03:16:23,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0476331710815s 2018-09-02 03:16:23,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json?port_id=6d2e1597-8a5b-4221-8cdd-547391f953ba used request id req-119aa6cf-dd0e-457c-bdc4-8c1fcc749458 2018-09-02 03:16:23,315 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ed:74:4f', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'72969bf7-afb8-4778-aa09-06816857d82a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:16:22.000000', 'flavor': Munch({u'id': u'bc007fad-cc70-42ef-9de7-15612056dd34'}), 'az': u'nova', 'id': u'5d34d807-359c-471f-bcc3-60db7b44a4b5', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0060d0e6dfe2474a91f6ee1f13123997', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'name': 'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T03:16:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T03:16:22Z', 'hostId': u'f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-02T03:16:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'name': u'vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166', 'adminPass': u'3UtaQDzLfFCM', 'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'created_at': u'2018-09-02T03:14:00Z', 'created': u'2018-09-02T03:14:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 03:16:23,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:16:23,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:23,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-1d6ac87b-1c29-433f-ba84-2948671f4c58 Date: Sun, 02 Sep 2018 03:16:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"446b96bf-8bdb-446e-bb45-90b737dcd161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6eb3b9bcf034af18bac584eec1e7a44","l2_adjacency":true,"status":"ACTIVE","subnets":["8fc871fd-de6b-41cd-bb1a-5effb7455679"],"description":"","tags":[],"updated_at":"2018-09-02T03:12:26Z","qos_policy_id":null,"name":"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166","admin_state_up":true,"tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:25Z","mtu":1450}]} 2018-09-02 03:16:23,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-1d6ac87b-1c29-433f-ba84-2948671f4c58 2018-09-02 03:16:23,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0995900630951s 2018-09-02 03:16:23,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-1d6ac87b-1c29-433f-ba84-2948671f4c58 2018-09-02 03:16:23,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 03:16:23,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/ports.json?device_id=5d34d807-359c-471f-bcc3-60db7b44a4b5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:23,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-8208cc58-a98e-4c78-9237-9ee359c4eb16 Date: Sun, 02 Sep 2018 03:16:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T03:16:21Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8fc871fd-de6b-41cd-bb1a-5effb7455679","ip_address":"192.168.120.15"}],"id":"6d2e1597-8a5b-4221-8cdd-547391f953ba","security_groups":["b4c4aeff-e8db-4c38-aa75-67547bce25b3"],"mac_address":"fa:16:3e:ed:74:4f","project_id":"d6eb3b9bcf034af18bac584eec1e7a44","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"446b96bf-8bdb-446e-bb45-90b737dcd161","tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:14:02Z","binding:vnic_type":"normal","device_id":"5d34d807-359c-471f-bcc3-60db7b44a4b5","ip_allocation":"immediate"}]} 2018-09-02 03:16:23,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=5d34d807-359c-471f-bcc3-60db7b44a4b5 used request id req-8208cc58-a98e-4c78-9237-9ee359c4eb16 2018-09-02 03:16:23,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0480799674988s 2018-09-02 03:16:23,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/ports.json?device_id=5d34d807-359c-471f-bcc3-60db7b44a4b5 used request id req-8208cc58-a98e-4c78-9237-9ee359c4eb16 2018-09-02 03:16:23,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 03:16:23,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"floatingip": {"floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "fixed_ip_address": "192.168.120.15", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba"}}' 2018-09-02 03:16:25,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-31ecc002-d26a-4df6-bf1a-836ce4bdba29 Date: Sun, 02 Sep 2018 03:16:25 GMT RESP BODY: {"floatingip": {"router_id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:16:24Z", "updated_at": "2018-09-02T03:16:24Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ed:74:4f", "device_id": "5d34d807-359c-471f-bcc3-60db7b44a4b5"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba", "id": "1423b765-f4b2-4bbb-af6a-c86d624d9842", "qos_policy_id": null}} 2018-09-02 03:16:25,486 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-31ecc002-d26a-4df6-bf1a-836ce4bdba29 2018-09-02 03:16:25,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.01641798019s 2018-09-02 03:16:25,486 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-31ecc002-d26a-4df6-bf1a-836ce4bdba29 2018-09-02 03:16:25,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:16:25,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:25,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-3a508915-3a63-40aa-917a-962a62b25fca Date: Sun, 02 Sep 2018 03:16:25 GMT RESP BODY: {"floatingips": [{"router_id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:16:24Z", "updated_at": "2018-09-02T03:16:24Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ed:74:4f", "device_id": "5d34d807-359c-471f-bcc3-60db7b44a4b5"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba", "id": "1423b765-f4b2-4bbb-af6a-c86d624d9842", "qos_policy_id": null}]} 2018-09-02 03:16:25,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3a508915-3a63-40aa-917a-962a62b25fca 2018-09-02 03:16:25,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.074236869812s 2018-09-02 03:16:25,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3a508915-3a63-40aa-917a-962a62b25fca 2018-09-02 03:16:25,573 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 03:16:25,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:16:25,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:25,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-9b449530-5340-4d9f-91d0-ccbcb4e2323d Date: Sun, 02 Sep 2018 03:16:25 GMT RESP BODY: {"floatingips": [{"router_id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:16:24Z", "updated_at": "2018-09-02T03:16:24Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ed:74:4f", "device_id": "5d34d807-359c-471f-bcc3-60db7b44a4b5"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba", "id": "1423b765-f4b2-4bbb-af6a-c86d624d9842", "qos_policy_id": null}]} 2018-09-02 03:16:25,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9b449530-5340-4d9f-91d0-ccbcb4e2323d 2018-09-02 03:16:25,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.288221120834s 2018-09-02 03:16:25,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-9b449530-5340-4d9f-91d0-ccbcb4e2323d 2018-09-02 03:16:25,971 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 03:16:26,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:16:26,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:26,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-97347aae-e653-4458-acda-7f99633b0d45 Date: Sun, 02 Sep 2018 03:16:26 GMT RESP BODY: {"floatingips": [{"router_id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:16:24Z", "updated_at": "2018-09-02T03:16:24Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ed:74:4f", "device_id": "5d34d807-359c-471f-bcc3-60db7b44a4b5"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba", "id": "1423b765-f4b2-4bbb-af6a-c86d624d9842", "qos_policy_id": null}]} 2018-09-02 03:16:26,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-97347aae-e653-4458-acda-7f99633b0d45 2018-09-02 03:16:26,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0582430362701s 2018-09-02 03:16:26,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-97347aae-e653-4458-acda-7f99633b0d45 2018-09-02 03:16:26,139 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 03:16:26,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:16:26,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:26,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-65e642c8-6023-4c55-9962-ba1d5585ad48 Date: Sun, 02 Sep 2018 03:16:26 GMT RESP BODY: {"floatingips": [{"router_id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:16:24Z", "updated_at": "2018-09-02T03:16:24Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ed:74:4f", "device_id": "5d34d807-359c-471f-bcc3-60db7b44a4b5"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba", "id": "1423b765-f4b2-4bbb-af6a-c86d624d9842", "qos_policy_id": null}]} 2018-09-02 03:16:26,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-65e642c8-6023-4c55-9962-ba1d5585ad48 2018-09-02 03:16:26,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0565237998962s 2018-09-02 03:16:26,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-65e642c8-6023-4c55-9962-ba1d5585ad48 2018-09-02 03:16:26,304 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 03:16:26,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:16:26,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:26,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-7f184283-f0ea-44f9-9dcb-ef405b412e2d Date: Sun, 02 Sep 2018 03:16:26 GMT RESP BODY: {"floatingips": [{"router_id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:16:24Z", "updated_at": "2018-09-02T03:16:24Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ed:74:4f", "device_id": "5d34d807-359c-471f-bcc3-60db7b44a4b5"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba", "id": "1423b765-f4b2-4bbb-af6a-c86d624d9842", "qos_policy_id": null}]} 2018-09-02 03:16:26,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7f184283-f0ea-44f9-9dcb-ef405b412e2d 2018-09-02 03:16:26,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0610160827637s 2018-09-02 03:16:26,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-7f184283-f0ea-44f9-9dcb-ef405b412e2d 2018-09-02 03:16:26,475 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 03:16:26,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:16:26,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:16:26,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-83904d2c-0c3d-4b9f-badc-7c9084095886 Date: Sun, 02 Sep 2018 03:16:26 GMT RESP BODY: {"floatingips": [{"router_id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:16:24Z", "updated_at": "2018-09-02T03:16:26Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ed:74:4f", "device_id": "5d34d807-359c-471f-bcc3-60db7b44a4b5"}, "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_id": "6d2e1597-8a5b-4221-8cdd-547391f953ba", "id": "1423b765-f4b2-4bbb-af6a-c86d624d9842", "qos_policy_id": null}]} 2018-09-02 03:16:26,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-83904d2c-0c3d-4b9f-badc-7c9084095886 2018-09-02 03:16:26,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0594937801361s 2018-09-02 03:16:26,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-83904d2c-0c3d-4b9f-badc-7c9084095886 2018-09-02 03:16:26,643 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'c7ab6c7d-5e7e-4539-a79c-18580eb2a0df', 'updated_at': u'2018-09-02T03:16:26Z', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.203', 'revision_number': 1, 'port_id': u'6d2e1597-8a5b-4221-8cdd-547391f953ba', 'id': u'1423b765-f4b2-4bbb-af6a-c86d624d9842', 'network': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'port': u'6d2e1597-8a5b-4221-8cdd-547391f953ba', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'name': 'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'446b96bf-8bdb-446e-bb45-90b737dcd161', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:ed:74:4f', u'device_id': u'5d34d807-359c-471f-bcc3-60db7b44a4b5'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'created_at': u'2018-09-02T03:16:24Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'446b96bf-8bdb-446e-bb45-90b737dcd161', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:ed:74:4f', u'device_id': u'5d34d807-359c-471f-bcc3-60db7b44a4b5'}), 'router': u'c7ab6c7d-5e7e-4539-a79c-18580eb2a0df'}) 2018-09-02 03:16:26,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:16:26,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:16:26,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb867bee-dbce-4040-9596-21c8759ea992 x-compute-request-id: req-cb867bee-dbce-4040-9596-21c8759ea992 Content-Encoding: gzip Content-Length: 9304 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2052817794 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.423665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426683] pid_max: default: 32768 minimum: 301\n[ 0.428313] Security Framework initialized\n[ 0.429819] SELinux: Initializing.\n[ 0.431457] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437756] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.441610] Mount-cache hash table entries: 4096\n[ 0.443498] Initializing cgroup subsys memory\n[ 0.445082] Initializing cgroup subsys devices\n[ 0.446644] Initializing cgroup subsys freezer\n[ 0.448217] Initializing cgroup subsys net_cls\n[ 0.449779] Initializing cgroup subsys blkio\n[ 0.451298] Initializing cgroup subsys perf_event\n[ 0.452904] Initializing cgroup subsys hugetlb\n[ 0.454464] Initializing cgroup subsys pids\n[ 0.455969] Initializing cgroup subsys net_prio\n[ 0.457622] CPU: Physical Processor ID: 0\n[ 0.459815] mce: CPU supports 10 MCE banks\n[ 0.461351] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.463101] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464846] tlb_flushall_shift: 6\n[ 0.466392] Freeing SMP alternatives: 28k freed\n[ 0.470612] ACPI: Core revision 20130517\n[ 0.472527] ACPI: All ACPI Tables successfully acquired\n[ 0.474469] ftrace: allocating 25812 entries in 101 pages\n[ 0.496409] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.498399] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.500519] smpboot: Max logical packages: 2\n[ 0.502296] Enabling x2apic\n[ 0.503514] Enabled x2apic\n[ 0.505018] Switched APIC routing to physical x2apic.\n[ 0.508040] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.509993] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.513674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.521892] KVM setup paravirtual spinlock\n[ 0.524677] smpboot: Booting Node 0, Processors #1 OK\n[ 0.526817] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.549303] Brought up 2 CPUs\n[ 0.549308] KVM setup async PF for cpu 1\n[ 0.549311] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.553435] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.556265] devtmpfs: initialized\n[ 0.558893] EVM: security.selinux\n[ 0.560182] EVM: security.ima\n[ 0.561387] EVM: security.capability\n[ 0.563437] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.565451] pinctrl core: initialized pinctrl subsystem\n[ 0.567219] NET: Registered protocol family 16\n[ 0.568966] ACPI: bus type PCI registered\n[ 0.570442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.572466] PCI: Using configuration type 1 for base access\n[ 0.577672] ACPI: Added _OSI(Module Device)\n[ 0.579160] ACPI: Added _OSI(Processor Device)\n[ 0.580693] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.582253] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.585178] ACPI: Interpreter enabled\n[ 0.586585] ACPI: (supports S0 S5)\n[ 0.587881] ACPI: Using IOAPIC for interrupt routing\n[ 0.589538] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.594388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.596255] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.598256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.600175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.603736] acpiphp: Slot [3] registered\n[ 0.605188] acpiphp: Slot [4] registered\n[ 0.606599] acpiphp: Slot [5] registered\n[ 0.608017] acpiphp: Slot [6] registered\n[ 0.609418] acpiphp: Slot [7] registered\n[ 0.610822] acpiphp: Slot [8] registered\n[ 0.612291] acpiphp: Slot [9] registered\n[ 0.613695] acpiphp: Slot [10] registered\n[ 0.615148] acpiphp: Slot [11] registered\n[ 0.616572] acpiphp: Slot [12] registered\n[ 0.618002] acpiphp: Slot [13] registered\n[ 0.619422] acpiphp: Slot [14] registered\n[ 0.620843] acpiphp: Slot [15] registered\n[ 0.622338] acpiphp: Slot [16] registered\n[ 0.623760] acpiphp: Slot [17] registered\n[ 0.625229] acpiphp: Slot [18] registered\n[ 0.626658] acpiphp: Slot [19] registered\n[ 0.628095] acpiphp: Slot [20] registered\n[ 0.629519] acpiphp: Slot [21] registered\n[ 0.630943] acpiphp: Slot [22] registered\n[ 0.632374] acpiphp: Slot [23] registered\n[ 0.633799] acpiphp: Slot [24] registered\n[ 0.635294] acpiphp: Slot [25] registered\n[ 0.636814] acpiphp: Slot [26] registered\n[ 0.638252] acpiphp: Slot [27] registered\n[ 0.639677] acpiphp: Slot [28] registered\n[ 0.641098] acpiphp: Slot [29] registered\n[ 0.642520] acpiphp: Slot [30] registered\n[ 0.643938] acpiphp: Slot [31] registered\n[ 0.645420] PCI host bridge to bus 0000:00\n[ 0.646846] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.648532] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.650471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.652401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.655053] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657671] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663163] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669141] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.673524] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.676172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.699888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.702233] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.705049] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.707324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.709530] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.711615] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.713803] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.716631] vgaarb: loaded\n[ 0.717800] vgaarb: bridge control possible 0000:00:02.0\n[ 0.719659] SCSI subsystem initialized\n[ 0.721092] ACPI: bus type USB registered\n[ 0.722579] usbcore: registered new interface driver usbfs\n[ 0.724308] usbcore: registered new interface driver hub\n[ 0.726058] usbcore: registered new device driver usb\n[ 0.727918] PCI: Using ACPI for IRQ routing\n[ 0.729756] NetLabel: Initializing\n[ 0.731070] NetLabel: domain hash size = 128\n[ 0.732549] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.734191] NetLabel: unlabeled traffic allowed by default\n[ 0.736141] Switched to clocksource kvm-clock\n[ 0.745375] pnp: PnP ACPI init\n[ 0.746687] ACPI: bus type PNP registered\n[ 0.748519] pnp: PnP ACPI: found 5 devices\n[ 0.749956] ACPI: bus type PNP unregistered\n[ 0.757966] NET: Registered protocol family 2\n[ 0.759797] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.762680] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.765039] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.767110] TCP: reno registered\n[ 0.768382] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.770243] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.772288] NET: Registered protocol family 1\n[ 0.773801] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.775595] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.777394] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.797409] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.817444] Unpacking initramfs...\n[ 1.289719] Freeing initrd memory: 37508k freed\n[ 1.299239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.301212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.305152] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.307191] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.309432] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.311299] Initialise system trusted keyring\n[ 1.312836] audit: initializing netlink socket (disabled)\n[ 1.314579] type=2000 audit(1535858184.797:1): initialized\n[ 1.331592] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.333523] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.336304] zpool: loaded\n[ 1.337464] zbud: loaded\n[ 1.338827] VFS: Disk quotas dquot_6.5.2\n[ 1.340272] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.342411] msgmni has been set to 7578\n[ 1.343896] Key type big_key registered\n[ 1.346183] NET: Registered protocol family 38\n[ 1.347688] Key type asymmetric registered\n[ 1.349117] Asymmetric key parser 'x509' registered\n[ 1.350706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.353473] io scheduler noop registered\n[ 1.354878] io scheduler deadline registered (default)\n[ 1.370252] io scheduler cfq registered\n[ 1.371750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.373551] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.375553] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.378158] ACPI: Power Button [PWRF]\n[ 1.379640] GHES: HEST is not enabled!\n[ 1.381088] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.405233] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.407391] Non-volatile memory driver v1.3\n[ 1.408849] Linux agpgart interface v0.103\n[ 1.410384] crash memory driver: version 1.1\n[ 1.411913] rdac: device handler registered\n[ 1.413463] hp_sw: device handler registered\n[ 1.414965] emc: device handler registered\n[ 1.416396] alua: device handler registered\n[ 1.417867] libphy: Fixed MDIO Bus: probed\n[ 1.419337] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.421277] ehci-pci: EHCI PCI platform driver\n[ 1.422812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.424699] ohci-pci: OHCI PCI platform driver\n[ 1.426226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.446188] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.447878] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.450511] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.452185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.454065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.456033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.458615] usb usb1: Product: UHCI Host Controller\n[ 1.460195] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.462206] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.463853] hub 1-0:1.0: USB hub found\n[ 1.465286] hub 1-0:1.0: 2 ports detected\n[ 1.466833] usbcore: registered new interface driver usbserial\n[ 1.468636] usbcore: registered new interface driver usbserial_generic\n[ 1.470557] usbserial: USB Serial support registered for generic\n[ 1.472459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.475931] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.477550] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.479238] mousedev: PS/2 mouse device common for all mice\n[ 1.481279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.484784] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.487729] rtc_cmos 00:00: RTC can wake from S4\n[ 1.489697] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.492557] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.494531] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.497125] cpuidle: using governor menu\n[ 1.498949] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.501334] usbcore: registered new interface driver usbhid\n[ 1.503156] usbhid: USB HID core driver\n[ 1.504653] drop_monitor: Initializing network drop monitor service\n[ 1.506716] TCP: cubic registered\n[ 1.508080] Initializing XFRM netlink socket\n[ 1.509692] NET: Registered protocol family 10\n[ 1.511525] NET: Registered protocol family 17\n[ 1.513307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.515174] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.517126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.520368] Loading compiled-in X.509 certificates\n[ 1.522074] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.525281] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.528938] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.532288] registered taskstats version 1\n[ 1.535744] Key type trusted registered\n[ 1.538532] Key type encrypted registered\n[ 1.541280] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.543596] rtc_cmos 00:00: setting system clock to 2018-09-02 03:16:24 UTC (1535858184)\n[ 1.547289] Freeing unused kernel memory: 1680k freed\n[ 1.552777] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.558251] systemd[1]: Detected virtualization kvm.\n[ 1.559919] systemd[1]: Detected architecture x86-64.\n[ 1.561606] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.564636] systemd[1]: No hostname configured.\n[ 1.566295] systemd[1]: Set hostname to .\n[ 1.568026] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.592448] systemd[1]: Reached target Timers.\n[ 1.594020] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.596410] systemd[1]: Reached target Swap.\n[ 1.597955] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.600444] systemd[1]: Reached target Local File Systems.\n[ 1.602214] systemd[1]: Starting Local File Systems.\n[ 1.603899] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.606717] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.610476] systemd[1]: Reached target Paths.\n[ 1.612016] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.614476] systemd[1]: Created slice Root Slice.\n[ 1.616097] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.618706] systemd[1]: Listening on Journal Socket.\n[ 1.620372] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.623033] systemd[1]: Listening on udev Control Socket.\n[ 1.624778] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.627518] systemd[1]: Listening on udev Kernel Socket.\n[ 1.629256] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.631842] systemd[1]: Reached target Sockets.\n[ 1.633423] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.635913] systemd[1]: Created slice System Slice.\n[ 1.637555] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.640097] systemd[1]: Reached target Slices.\n[ 1.641664] systemd[1]: Starting Slices.\n[ 1.643505] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.646322] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.651114] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.654465] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.658182] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.728271] RPC: Registered named UNIX socket transport module.\n[ 1.730275] RPC: Registered udp transport module.\n[ 1.731949] RPC: Registered tcp transport module.\n[ 1.733623] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.768157] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.825399] scsi host0: ata_piix\n[ 1.830313] scsi host1: ata_piix\n[ 1.831771] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.834347] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.857355] FDC 0 is a S82078B\n[ 1.864002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.904236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.910513] vda: vda1\n[ 1.920584] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.922667] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.924775] usb 1-1: Product: QEMU USB Tablet\n[ 1.926326] usb 1-1: Manufacturer: QEMU\n[ 1.927776] usb 1-1: SerialNumber: 42\n[ 1.937691] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.940973] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.025526] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.028469] XFS (vda1): Mounting V4 Filesystem\n[ 2.085923] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n[ 2.305189] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.317063] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).\n[ 2.414349] SELinux: Disabled at runtime.\n[ 2.452163] type=1404 audit(1535858185.408:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.505046] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.506890] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n"} 2018-09-02 03:16:26,713 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5/action used request id req-cb867bee-dbce-4040-9596-21c8759ea992 2018-09-02 03:16:26,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0693049430847s 2018-09-02 03:16:26,714 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5/action used request id req-cb867bee-dbce-4040-9596-21c8759ea992 2018-09-02 03:16:26,714 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2052817794 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.423665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426683] pid_max: default: 32768 minimum: 301 [ 0.428313] Security Framework initialized [ 0.429819] SELinux: Initializing. [ 0.431457] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437756] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.441610] Mount-cache hash table entries: 4096 [ 0.443498] Initializing cgroup subsys memory [ 0.445082] Initializing cgroup subsys devices [ 0.446644] Initializing cgroup subsys freezer [ 0.448217] Initializing cgroup subsys net_cls [ 0.449779] Initializing cgroup subsys blkio [ 0.451298] Initializing cgroup subsys perf_event [ 0.452904] Initializing cgroup subsys hugetlb [ 0.454464] Initializing cgroup subsys pids [ 0.455969] Initializing cgroup subsys net_prio [ 0.457622] CPU: Physical Processor ID: 0 [ 0.459815] mce: CPU supports 10 MCE banks [ 0.461351] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.463101] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464846] tlb_flushall_shift: 6 [ 0.466392] Freeing SMP alternatives: 28k freed [ 0.470612] ACPI: Core revision 20130517 [ 0.472527] ACPI: All ACPI Tables successfully acquired [ 0.474469] ftrace: allocating 25812 entries in 101 pages [ 0.496409] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.498399] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.500519] smpboot: Max logical packages: 2 [ 0.502296] Enabling x2apic [ 0.503514] Enabled x2apic [ 0.505018] Switched APIC routing to physical x2apic. [ 0.508040] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.509993] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.513674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.521892] KVM setup paravirtual spinlock [ 0.524677] smpboot: Booting Node 0, Processors #1 OK [ 0.526817] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.549303] Brought up 2 CPUs [ 0.549308] KVM setup async PF for cpu 1 [ 0.549311] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.553435] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.556265] devtmpfs: initialized [ 0.558893] EVM: security.selinux [ 0.560182] EVM: security.ima [ 0.561387] EVM: security.capability [ 0.563437] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.565451] pinctrl core: initialized pinctrl subsystem [ 0.567219] NET: Registered protocol family 16 [ 0.568966] ACPI: bus type PCI registered [ 0.570442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.572466] PCI: Using configuration type 1 for base access [ 0.577672] ACPI: Added _OSI(Module Device) [ 0.579160] ACPI: Added _OSI(Processor Device) [ 0.580693] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.582253] ACPI: Added _OSI(Processor Aggregator Device) [ 0.585178] ACPI: Interpreter enabled [ 0.586585] ACPI: (supports S0 S5) [ 0.587881] ACPI: Using IOAPIC for interrupt routing [ 0.589538] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.594388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.596255] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.598256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.600175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.603736] acpiphp: Slot [3] registered [ 0.605188] acpiphp: Slot [4] registered [ 0.606599] acpiphp: Slot [5] registered [ 0.608017] acpiphp: Slot [6] registered [ 0.609418] acpiphp: Slot [7] registered [ 0.610822] acpiphp: Slot [8] registered [ 0.612291] acpiphp: Slot [9] registered [ 0.613695] acpiphp: Slot [10] registered [ 0.615148] acpiphp: Slot [11] registered [ 0.616572] acpiphp: Slot [12] registered [ 0.618002] acpiphp: Slot [13] registered [ 0.619422] acpiphp: Slot [14] registered [ 0.620843] acpiphp: Slot [15] registered [ 0.622338] acpiphp: Slot [16] registered [ 0.623760] acpiphp: Slot [17] registered [ 0.625229] acpiphp: Slot [18] registered [ 0.626658] acpiphp: Slot [19] registered [ 0.628095] acpiphp: Slot [20] registered [ 0.629519] acpiphp: Slot [21] registered [ 0.630943] acpiphp: Slot [22] registered [ 0.632374] acpiphp: Slot [23] registered [ 0.633799] acpiphp: Slot [24] registered [ 0.635294] acpiphp: Slot [25] registered [ 0.636814] acpiphp: Slot [26] registered [ 0.638252] acpiphp: Slot [27] registered [ 0.639677] acpiphp: Slot [28] registered [ 0.641098] acpiphp: Slot [29] registered [ 0.642520] acpiphp: Slot [30] registered [ 0.643938] acpiphp: Slot [31] registered [ 0.645420] PCI host bridge to bus 0000:00 [ 0.646846] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.648532] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.650471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.652401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.655053] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657671] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663163] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669141] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.673524] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.676172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.699888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.702233] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.705049] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.707324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.709530] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.711615] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.713803] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.716631] vgaarb: loaded [ 0.717800] vgaarb: bridge control possible 0000:00:02.0 [ 0.719659] SCSI subsystem initialized [ 0.721092] ACPI: bus type USB registered [ 0.722579] usbcore: registered new interface driver usbfs [ 0.724308] usbcore: registered new interface driver hub [ 0.726058] usbcore: registered new device driver usb [ 0.727918] PCI: Using ACPI for IRQ routing [ 0.729756] NetLabel: Initializing [ 0.731070] NetLabel: domain hash size = 128 [ 0.732549] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.734191] NetLabel: unlabeled traffic allowed by default [ 0.736141] Switched to clocksource kvm-clock [ 0.745375] pnp: PnP ACPI init [ 0.746687] ACPI: bus type PNP registered [ 0.748519] pnp: PnP ACPI: found 5 devices [ 0.749956] ACPI: bus type PNP unregistered [ 0.757966] NET: Registered protocol family 2 [ 0.759797] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.762680] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.765039] TCP: Hash tables configured (established 32768 bind 32768) [ 0.767110] TCP: reno registered [ 0.768382] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.770243] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.772288] NET: Registered protocol family 1 [ 0.773801] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.775595] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.777394] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.797409] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.817444] Unpacking initramfs... [ 1.289719] Freeing initrd memory: 37508k freed [ 1.299239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.301212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.305152] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.307191] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.309432] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.311299] Initialise system trusted keyring [ 1.312836] audit: initializing netlink socket (disabled) [ 1.314579] type=2000 audit(1535858184.797:1): initialized [ 1.331592] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.333523] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.336304] zpool: loaded [ 1.337464] zbud: loaded [ 1.338827] VFS: Disk quotas dquot_6.5.2 [ 1.340272] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.342411] msgmni has been set to 7578 [ 1.343896] Key type big_key registered [ 1.346183] NET: Registered protocol family 38 [ 1.347688] Key type asymmetric registered [ 1.349117] Asymmetric key parser 'x509' registered [ 1.350706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.353473] io scheduler noop registered [ 1.354878] io scheduler deadline registered (default) [ 1.370252] io scheduler cfq registered [ 1.371750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.373551] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.375553] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.378158] ACPI: Power Button [PWRF] [ 1.379640] GHES: HEST is not enabled! [ 1.381088] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.405233] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.407391] Non-volatile memory driver v1.3 [ 1.408849] Linux agpgart interface v0.103 [ 1.410384] crash memory driver: version 1.1 [ 1.411913] rdac: device handler registered [ 1.413463] hp_sw: device handler registered [ 1.414965] emc: device handler registered [ 1.416396] alua: device handler registered [ 1.417867] libphy: Fixed MDIO Bus: probed [ 1.419337] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.421277] ehci-pci: EHCI PCI platform driver [ 1.422812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.424699] ohci-pci: OHCI PCI platform driver [ 1.426226] uhci_hcd: USB Universal Host Controller Interface driver [ 1.446188] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.447878] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.450511] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.452185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.454065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.456033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.458615] usb usb1: Product: UHCI Host Controller [ 1.460195] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.462206] usb usb1: SerialNumber: 0000:00:01.2 [ 1.463853] hub 1-0:1.0: USB hub found [ 1.465286] hub 1-0:1.0: 2 ports detected [ 1.466833] usbcore: registered new interface driver usbserial [ 1.468636] usbcore: registered new interface driver usbserial_generic [ 1.470557] usbserial: USB Serial support registered for generic [ 1.472459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.475931] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.477550] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.479238] mousedev: PS/2 mouse device common for all mice [ 1.481279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.484784] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.487729] rtc_cmos 00:00: RTC can wake from S4 [ 1.489697] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.492557] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.494531] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.497125] cpuidle: using governor menu [ 1.498949] hidraw: raw HID events driver (C) Jiri Kosina [ 1.501334] usbcore: registered new interface driver usbhid [ 1.503156] usbhid: USB HID core driver [ 1.504653] drop_monitor: Initializing network drop monitor service [ 1.506716] TCP: cubic registered [ 1.508080] Initializing XFRM netlink socket [ 1.509692] NET: Registered protocol family 10 [ 1.511525] NET: Registered protocol family 17 [ 1.513307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.515174] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.517126] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.520368] Loading compiled-in X.509 certificates [ 1.522074] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.525281] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.528938] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.532288] registered taskstats version 1 [ 1.535744] Key type trusted registered [ 1.538532] Key type encrypted registered [ 1.541280] IMA: No TPM chip found, activating TPM-bypass! [ 1.543596] rtc_cmos 00:00: setting system clock to 2018-09-02 03:16:24 UTC (1535858184) [ 1.547289] Freeing unused kernel memory: 1680k freed [ 1.552777] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.558251] systemd[1]: Detected virtualization kvm. [ 1.559919] systemd[1]: Detected architecture x86-64. [ 1.561606] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.564636] systemd[1]: No hostname configured. [ 1.566295] systemd[1]: Set hostname to . [ 1.568026] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.592448] systemd[1]: Reached target Timers. [ 1.594020] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.596410] systemd[1]: Reached target Swap. [ 1.597955] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.600444] systemd[1]: Reached target Local File Systems. [ 1.602214] systemd[1]: Starting Local File Systems. [ 1.603899] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.606717] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.610476] systemd[1]: Reached target Paths. [ 1.612016] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.614476] systemd[1]: Created slice Root Slice. [ 1.616097] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.618706] systemd[1]: Listening on Journal Socket. [ 1.620372] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.623033] systemd[1]: Listening on udev Control Socket. [ 1.624778] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.627518] systemd[1]: Listening on udev Kernel Socket. [ 1.629256] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.631842] systemd[1]: Reached target Sockets. [ 1.633423] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.635913] systemd[1]: Created slice System Slice. [ 1.637555] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.640097] systemd[1]: Reached target Slices. [ 1.641664] systemd[1]: Starting Slices. [ 1.643505] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.646322] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.651114] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.654465] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.658182] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.728271] RPC: Registered named UNIX socket transport module. [ 1.730275] RPC: Registered udp transport module. [ 1.731949] RPC: Registered tcp transport module. [ 1.733623] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.768157] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.825399] scsi host0: ata_piix [ 1.830313] scsi host1: ata_piix [ 1.831771] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [[32m OK [0m] Started udev Coldplug all Devices. [ 1.834347] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.857355] FDC 0 is a S82078B [ 1.864002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.904236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.910513] vda: vda1 [ 1.920584] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.922667] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.924775] usb 1-1: Product: QEMU USB Tablet [ 1.926326] usb 1-1: Manufacturer: QEMU [ 1.927776] usb 1-1: SerialNumber: 42 [ 1.937691] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.940973] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.025526] SGI XFS with ACLs, security attributes, no debug enabled [ 2.028469] XFS (vda1): Mounting V4 Filesystem [ 2.085923] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. [ 2.305189] tsc: Refined TSC clocksource calibration: 3491.846 MHz Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.317063] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.414349] SELinux: Disabled at runtime. [ 2.452163] type=1404 audit(1535858185.408:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.505046] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.506890] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! 2018-09-02 03:16:27,717 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-09-02 03:16:36,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 03:16:36,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 03:16:36,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:16:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8788f606-8588-4408-9537-1e596ba43ac9 x-compute-request-id: req-8788f606-8588-4408-9537-1e596ba43ac9 Content-Encoding: gzip Content-Length: 12747 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2052817794 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.423665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.426683] pid_max: default: 32768 minimum: 301\n[ 0.428313] Security Framework initialized\n[ 0.429819] SELinux: Initializing.\n[ 0.431457] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.437756] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.441610] Mount-cache hash table entries: 4096\n[ 0.443498] Initializing cgroup subsys memory\n[ 0.445082] Initializing cgroup subsys devices\n[ 0.446644] Initializing cgroup subsys freezer\n[ 0.448217] Initializing cgroup subsys net_cls\n[ 0.449779] Initializing cgroup subsys blkio\n[ 0.451298] Initializing cgroup subsys perf_event\n[ 0.452904] Initializing cgroup subsys hugetlb\n[ 0.454464] Initializing cgroup subsys pids\n[ 0.455969] Initializing cgroup subsys net_prio\n[ 0.457622] CPU: Physical Processor ID: 0\n[ 0.459815] mce: CPU supports 10 MCE banks\n[ 0.461351] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.463101] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464846] tlb_flushall_shift: 6\n[ 0.466392] Freeing SMP alternatives: 28k freed\n[ 0.470612] ACPI: Core revision 20130517\n[ 0.472527] ACPI: All ACPI Tables successfully acquired\n[ 0.474469] ftrace: allocating 25812 entries in 101 pages\n[ 0.496409] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.498399] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.500519] smpboot: Max logical packages: 2\n[ 0.502296] Enabling x2apic\n[ 0.503514] Enabled x2apic\n[ 0.505018] Switched APIC routing to physical x2apic.\n[ 0.508040] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.509993] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.513674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.521892] KVM setup paravirtual spinlock\n[ 0.524677] smpboot: Booting Node 0, Processors #1 OK\n[ 0.526817] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.549303] Brought up 2 CPUs\n[ 0.549308] KVM setup async PF for cpu 1\n[ 0.549311] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.553435] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.556265] devtmpfs: initialized\n[ 0.558893] EVM: security.selinux\n[ 0.560182] EVM: security.ima\n[ 0.561387] EVM: security.capability\n[ 0.563437] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.565451] pinctrl core: initialized pinctrl subsystem\n[ 0.567219] NET: Registered protocol family 16\n[ 0.568966] ACPI: bus type PCI registered\n[ 0.570442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.572466] PCI: Using configuration type 1 for base access\n[ 0.577672] ACPI: Added _OSI(Module Device)\n[ 0.579160] ACPI: Added _OSI(Processor Device)\n[ 0.580693] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.582253] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.585178] ACPI: Interpreter enabled\n[ 0.586585] ACPI: (supports S0 S5)\n[ 0.587881] ACPI: Using IOAPIC for interrupt routing\n[ 0.589538] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.594388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.596255] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.598256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.600175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.603736] acpiphp: Slot [3] registered\n[ 0.605188] acpiphp: Slot [4] registered\n[ 0.606599] acpiphp: Slot [5] registered\n[ 0.608017] acpiphp: Slot [6] registered\n[ 0.609418] acpiphp: Slot [7] registered\n[ 0.610822] acpiphp: Slot [8] registered\n[ 0.612291] acpiphp: Slot [9] registered\n[ 0.613695] acpiphp: Slot [10] registered\n[ 0.615148] acpiphp: Slot [11] registered\n[ 0.616572] acpiphp: Slot [12] registered\n[ 0.618002] acpiphp: Slot [13] registered\n[ 0.619422] acpiphp: Slot [14] registered\n[ 0.620843] acpiphp: Slot [15] registered\n[ 0.622338] acpiphp: Slot [16] registered\n[ 0.623760] acpiphp: Slot [17] registered\n[ 0.625229] acpiphp: Slot [18] registered\n[ 0.626658] acpiphp: Slot [19] registered\n[ 0.628095] acpiphp: Slot [20] registered\n[ 0.629519] acpiphp: Slot [21] registered\n[ 0.630943] acpiphp: Slot [22] registered\n[ 0.632374] acpiphp: Slot [23] registered\n[ 0.633799] acpiphp: Slot [24] registered\n[ 0.635294] acpiphp: Slot [25] registered\n[ 0.636814] acpiphp: Slot [26] registered\n[ 0.638252] acpiphp: Slot [27] registered\n[ 0.639677] acpiphp: Slot [28] registered\n[ 0.641098] acpiphp: Slot [29] registered\n[ 0.642520] acpiphp: Slot [30] registered\n[ 0.643938] acpiphp: Slot [31] registered\n[ 0.645420] PCI host bridge to bus 0000:00\n[ 0.646846] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.648532] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.650471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.652401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.655053] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.657671] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.663163] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.665229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.667136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.669141] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.673524] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.676172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.699888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.702233] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.705049] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.707324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.709530] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.711615] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.713803] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.716631] vgaarb: loaded\n[ 0.717800] vgaarb: bridge control possible 0000:00:02.0\n[ 0.719659] SCSI subsystem initialized\n[ 0.721092] ACPI: bus type USB registered\n[ 0.722579] usbcore: registered new interface driver usbfs\n[ 0.724308] usbcore: registered new interface driver hub\n[ 0.726058] usbcore: registered new device driver usb\n[ 0.727918] PCI: Using ACPI for IRQ routing\n[ 0.729756] NetLabel: Initializing\n[ 0.731070] NetLabel: domain hash size = 128\n[ 0.732549] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.734191] NetLabel: unlabeled traffic allowed by default\n[ 0.736141] Switched to clocksource kvm-clock\n[ 0.745375] pnp: PnP ACPI init\n[ 0.746687] ACPI: bus type PNP registered\n[ 0.748519] pnp: PnP ACPI: found 5 devices\n[ 0.749956] ACPI: bus type PNP unregistered\n[ 0.757966] NET: Registered protocol family 2\n[ 0.759797] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.762680] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.765039] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.767110] TCP: reno registered\n[ 0.768382] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.770243] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.772288] NET: Registered protocol family 1\n[ 0.773801] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.775595] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.777394] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.797409] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.817444] Unpacking initramfs...\n[ 1.289719] Freeing initrd memory: 37508k freed\n[ 1.299239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.301212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.305152] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.307191] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.309432] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.311299] Initialise system trusted keyring\n[ 1.312836] audit: initializing netlink socket (disabled)\n[ 1.314579] type=2000 audit(1535858184.797:1): initialized\n[ 1.331592] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.333523] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.336304] zpool: loaded\n[ 1.337464] zbud: loaded\n[ 1.338827] VFS: Disk quotas dquot_6.5.2\n[ 1.340272] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.342411] msgmni has been set to 7578\n[ 1.343896] Key type big_key registered\n[ 1.346183] NET: Registered protocol family 38\n[ 1.347688] Key type asymmetric registered\n[ 1.349117] Asymmetric key parser 'x509' registered\n[ 1.350706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.353473] io scheduler noop registered\n[ 1.354878] io scheduler deadline registered (default)\n[ 1.370252] io scheduler cfq registered\n[ 1.371750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.373551] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.375553] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.378158] ACPI: Power Button [PWRF]\n[ 1.379640] GHES: HEST is not enabled!\n[ 1.381088] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.405233] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.407391] Non-volatile memory driver v1.3\n[ 1.408849] Linux agpgart interface v0.103\n[ 1.410384] crash memory driver: version 1.1\n[ 1.411913] rdac: device handler registered\n[ 1.413463] hp_sw: device handler registered\n[ 1.414965] emc: device handler registered\n[ 1.416396] alua: device handler registered\n[ 1.417867] libphy: Fixed MDIO Bus: probed\n[ 1.419337] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.421277] ehci-pci: EHCI PCI platform driver\n[ 1.422812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.424699] ohci-pci: OHCI PCI platform driver\n[ 1.426226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.446188] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.447878] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.450511] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.452185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.454065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.456033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.458615] usb usb1: Product: UHCI Host Controller\n[ 1.460195] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.462206] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.463853] hub 1-0:1.0: USB hub found\n[ 1.465286] hub 1-0:1.0: 2 ports detected\n[ 1.466833] usbcore: registered new interface driver usbserial\n[ 1.468636] usbcore: registered new interface driver usbserial_generic\n[ 1.470557] usbserial: USB Serial support registered for generic\n[ 1.472459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.475931] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.477550] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.479238] mousedev: PS/2 mouse device common for all mice\n[ 1.481279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.484784] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.487729] rtc_cmos 00:00: RTC can wake from S4\n[ 1.489697] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.492557] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.494531] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.497125] cpuidle: using governor menu\n[ 1.498949] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.501334] usbcore: registered new interface driver usbhid\n[ 1.503156] usbhid: USB HID core driver\n[ 1.504653] drop_monitor: Initializing network drop monitor service\n[ 1.506716] TCP: cubic registered\n[ 1.508080] Initializing XFRM netlink socket\n[ 1.509692] NET: Registered protocol family 10\n[ 1.511525] NET: Registered protocol family 17\n[ 1.513307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.515174] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.517126] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.520368] Loading compiled-in X.509 certificates\n[ 1.522074] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.525281] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.528938] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.532288] registered taskstats version 1\n[ 1.535744] Key type trusted registered\n[ 1.538532] Key type encrypted registered\n[ 1.541280] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.543596] rtc_cmos 00:00: setting system clock to 2018-09-02 03:16:24 UTC (1535858184)\n[ 1.547289] Freeing unused kernel memory: 1680k freed\n[ 1.552777] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.558251] systemd[1]: Detected virtualization kvm.\n[ 1.559919] systemd[1]: Detected architecture x86-64.\n[ 1.561606] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.564636] systemd[1]: No hostname configured.\n[ 1.566295] systemd[1]: Set hostname to .\n[ 1.568026] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.592448] systemd[1]: Reached target Timers.\n[ 1.594020] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.596410] systemd[1]: Reached target Swap.\n[ 1.597955] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.600444] systemd[1]: Reached target Local File Systems.\n[ 1.602214] systemd[1]: Starting Local File Systems.\n[ 1.603899] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.606717] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.610476] systemd[1]: Reached target Paths.\n[ 1.612016] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.614476] systemd[1]: Created slice Root Slice.\n[ 1.616097] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.618706] systemd[1]: Listening on Journal Socket.\n[ 1.620372] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.623033] systemd[1]: Listening on udev Control Socket.\n[ 1.624778] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.627518] systemd[1]: Listening on udev Kernel Socket.\n[ 1.629256] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.631842] systemd[1]: Reached target Sockets.\n[ 1.633423] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.635913] systemd[1]: Created slice System Slice.\n[ 1.637555] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.640097] systemd[1]: Reached target Slices.\n[ 1.641664] systemd[1]: Starting Slices.\n[ 1.643505] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.646322] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 1.651114] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.654465] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.658182] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.728271] RPC: Registered named UNIX socket transport module.\n[ 1.730275] RPC: Registered udp transport module.\n[ 1.731949] RPC: Registered tcp transport module.\n[ 1.733623] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.768157] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.825399] scsi host0: ata_piix\n[ 1.830313] scsi host1: ata_piix\n[ 1.831771] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[[32m OK [0m] Started udev Coldplug all Devices.\n[ 1.834347] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.857355] FDC 0 is a S82078B\n[ 1.864002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.904236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.910513] vda: vda1\n[ 1.920584] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.922667] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.924775] usb 1-1: Product: QEMU USB Tablet\n[ 1.926326] usb 1-1: Manufacturer: QEMU\n[ 1.927776] usb 1-1: SerialNumber: 42\n[ 1.937691] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.940973] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.025526] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.028469] XFS (vda1): Mounting V4 Filesystem\n[ 2.085923] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n[ 2.305189] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.317063] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).\n[ 2.414349] SELinux: Disabled at runtime.\n[ 2.452163] type=1404 audit(1535858185.408:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.505046] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.506890] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting Debug File System...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n[ 2.868432] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[ 2.936321] systemd-journald[394]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 3.106583] type=1305 audit(1535858186.062:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n Starting Authorization Manager...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.326090] [drm] Initialized drm 1.1.0 20060810\n[ 3.333331] ppdev: user-space parallel port driver\n[ 3.343365] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.346781] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.358579] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.358580] [TTM] Initializing pool allocator\n[ 3.358581] [TTM] Initializing DMA pool allocator\n[ 3.358871] [drm] fb mappable at 0xFC000000\n[ 3.358871] [drm] vram aper at 0xFC000000\n[ 3.358872] [drm] size 33554432\n[ 3.358872] [drm] fb depth is 24\n[ 3.358872] [drm] pitch is 3072\n[ 3.408401] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.434563] Console: switching to colour frame buffer device 128x48\n[ 3.451115] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.459472] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.509020] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.543752] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.550659] alg: No test for crc32 (crc32-pclmul)\n[ 3.554999] intel_rapl: no valid rapl domains found in package 0\n[ 3.561492] intel_rapl: no valid rapl domains found in package 0\n[ 3.563648] intel_powerclamp: No package C-state available\n[ 3.570841] intel_powerclamp: No package C-state available[ 3.505977] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:16:26 +0000. Up 3.47 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.858916] cloud-init[808]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:16:29 +0000. Up 5.79 seconds.\n[ 5.911229] cloud-init[808]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.913125] cloud-init[808]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.916287] cloud-init[808]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.918239] cloud-init[808]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.922492] cloud-init[808]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.926273] cloud-init[808]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:ed:74:4f |\n[ 5.929037] cloud-init[808]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.931657] cloud-init[808]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.933957] cloud-init[808]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.942598] cloud-init[808]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.946580] cloud-init[808]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.956620] cloud-init[808]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.959231] cloud-init[808]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.962275] cloud-init[808]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.969489] cloud-init[808]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 10.386466] cloud-init[2877]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:16:33 +0000. Up 10.33 seconds.\n[ 10.662977] cloud-init[3111]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:16:34 +0000. Up 10.61 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 16:91:bf:58:a3:c8:e1:98:37:be:8b:c2:a8:aa:6d:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 10.725367] cloud-init[3111]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:16:34 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.71 seconds\n"} 2018-09-02 03:16:36,803 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5/action used request id req-8788f606-8588-4408-9537-1e596ba43ac9 2018-09-02 03:16:36,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0762181282043s 2018-09-02 03:16:36,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5/action used request id req-8788f606-8588-4408-9537-1e596ba43ac9 2018-09-02 03:16:36,804 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2052817794 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.423665] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.426683] pid_max: default: 32768 minimum: 301 [ 0.428313] Security Framework initialized [ 0.429819] SELinux: Initializing. [ 0.431457] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.437756] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.441610] Mount-cache hash table entries: 4096 [ 0.443498] Initializing cgroup subsys memory [ 0.445082] Initializing cgroup subsys devices [ 0.446644] Initializing cgroup subsys freezer [ 0.448217] Initializing cgroup subsys net_cls [ 0.449779] Initializing cgroup subsys blkio [ 0.451298] Initializing cgroup subsys perf_event [ 0.452904] Initializing cgroup subsys hugetlb [ 0.454464] Initializing cgroup subsys pids [ 0.455969] Initializing cgroup subsys net_prio [ 0.457622] CPU: Physical Processor ID: 0 [ 0.459815] mce: CPU supports 10 MCE banks [ 0.461351] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.463101] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464846] tlb_flushall_shift: 6 [ 0.466392] Freeing SMP alternatives: 28k freed [ 0.470612] ACPI: Core revision 20130517 [ 0.472527] ACPI: All ACPI Tables successfully acquired [ 0.474469] ftrace: allocating 25812 entries in 101 pages [ 0.496409] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.498399] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.500519] smpboot: Max logical packages: 2 [ 0.502296] Enabling x2apic [ 0.503514] Enabled x2apic [ 0.505018] Switched APIC routing to physical x2apic. [ 0.508040] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.509993] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.513674] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.521892] KVM setup paravirtual spinlock [ 0.524677] smpboot: Booting Node 0, Processors #1 OK [ 0.526817] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.549303] Brought up 2 CPUs [ 0.549308] KVM setup async PF for cpu 1 [ 0.549311] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.553435] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.556265] devtmpfs: initialized [ 0.558893] EVM: security.selinux [ 0.560182] EVM: security.ima [ 0.561387] EVM: security.capability [ 0.563437] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.565451] pinctrl core: initialized pinctrl subsystem [ 0.567219] NET: Registered protocol family 16 [ 0.568966] ACPI: bus type PCI registered [ 0.570442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.572466] PCI: Using configuration type 1 for base access [ 0.577672] ACPI: Added _OSI(Module Device) [ 0.579160] ACPI: Added _OSI(Processor Device) [ 0.580693] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.582253] ACPI: Added _OSI(Processor Aggregator Device) [ 0.585178] ACPI: Interpreter enabled [ 0.586585] ACPI: (supports S0 S5) [ 0.587881] ACPI: Using IOAPIC for interrupt routing [ 0.589538] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.594388] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.596255] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.598256] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.600175] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.603736] acpiphp: Slot [3] registered [ 0.605188] acpiphp: Slot [4] registered [ 0.606599] acpiphp: Slot [5] registered [ 0.608017] acpiphp: Slot [6] registered [ 0.609418] acpiphp: Slot [7] registered [ 0.610822] acpiphp: Slot [8] registered [ 0.612291] acpiphp: Slot [9] registered [ 0.613695] acpiphp: Slot [10] registered [ 0.615148] acpiphp: Slot [11] registered [ 0.616572] acpiphp: Slot [12] registered [ 0.618002] acpiphp: Slot [13] registered [ 0.619422] acpiphp: Slot [14] registered [ 0.620843] acpiphp: Slot [15] registered [ 0.622338] acpiphp: Slot [16] registered [ 0.623760] acpiphp: Slot [17] registered [ 0.625229] acpiphp: Slot [18] registered [ 0.626658] acpiphp: Slot [19] registered [ 0.628095] acpiphp: Slot [20] registered [ 0.629519] acpiphp: Slot [21] registered [ 0.630943] acpiphp: Slot [22] registered [ 0.632374] acpiphp: Slot [23] registered [ 0.633799] acpiphp: Slot [24] registered [ 0.635294] acpiphp: Slot [25] registered [ 0.636814] acpiphp: Slot [26] registered [ 0.638252] acpiphp: Slot [27] registered [ 0.639677] acpiphp: Slot [28] registered [ 0.641098] acpiphp: Slot [29] registered [ 0.642520] acpiphp: Slot [30] registered [ 0.643938] acpiphp: Slot [31] registered [ 0.645420] PCI host bridge to bus 0000:00 [ 0.646846] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.648532] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.650471] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.652401] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.655053] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.657671] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.663163] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.665229] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.667136] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.669141] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.673524] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.676172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.699888] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.702233] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.705049] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.707324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.709530] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.711615] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.713803] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.716631] vgaarb: loaded [ 0.717800] vgaarb: bridge control possible 0000:00:02.0 [ 0.719659] SCSI subsystem initialized [ 0.721092] ACPI: bus type USB registered [ 0.722579] usbcore: registered new interface driver usbfs [ 0.724308] usbcore: registered new interface driver hub [ 0.726058] usbcore: registered new device driver usb [ 0.727918] PCI: Using ACPI for IRQ routing [ 0.729756] NetLabel: Initializing [ 0.731070] NetLabel: domain hash size = 128 [ 0.732549] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.734191] NetLabel: unlabeled traffic allowed by default [ 0.736141] Switched to clocksource kvm-clock [ 0.745375] pnp: PnP ACPI init [ 0.746687] ACPI: bus type PNP registered [ 0.748519] pnp: PnP ACPI: found 5 devices [ 0.749956] ACPI: bus type PNP unregistered [ 0.757966] NET: Registered protocol family 2 [ 0.759797] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.762680] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.765039] TCP: Hash tables configured (established 32768 bind 32768) [ 0.767110] TCP: reno registered [ 0.768382] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.770243] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.772288] NET: Registered protocol family 1 [ 0.773801] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.775595] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.777394] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.797409] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.817444] Unpacking initramfs... [ 1.289719] Freeing initrd memory: 37508k freed [ 1.299239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.301212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.305152] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.307191] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.309432] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.311299] Initialise system trusted keyring [ 1.312836] audit: initializing netlink socket (disabled) [ 1.314579] type=2000 audit(1535858184.797:1): initialized [ 1.331592] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.333523] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.336304] zpool: loaded [ 1.337464] zbud: loaded [ 1.338827] VFS: Disk quotas dquot_6.5.2 [ 1.340272] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.342411] msgmni has been set to 7578 [ 1.343896] Key type big_key registered [ 1.346183] NET: Registered protocol family 38 [ 1.347688] Key type asymmetric registered [ 1.349117] Asymmetric key parser 'x509' registered [ 1.350706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.353473] io scheduler noop registered [ 1.354878] io scheduler deadline registered (default) [ 1.370252] io scheduler cfq registered [ 1.371750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.373551] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.375553] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.378158] ACPI: Power Button [PWRF] [ 1.379640] GHES: HEST is not enabled! [ 1.381088] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.405233] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.407391] Non-volatile memory driver v1.3 [ 1.408849] Linux agpgart interface v0.103 [ 1.410384] crash memory driver: version 1.1 [ 1.411913] rdac: device handler registered [ 1.413463] hp_sw: device handler registered [ 1.414965] emc: device handler registered [ 1.416396] alua: device handler registered [ 1.417867] libphy: Fixed MDIO Bus: probed [ 1.419337] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.421277] ehci-pci: EHCI PCI platform driver [ 1.422812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.424699] ohci-pci: OHCI PCI platform driver [ 1.426226] uhci_hcd: USB Universal Host Controller Interface driver [ 1.446188] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.447878] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.450511] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.452185] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.454065] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.456033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.458615] usb usb1: Product: UHCI Host Controller [ 1.460195] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.462206] usb usb1: SerialNumber: 0000:00:01.2 [ 1.463853] hub 1-0:1.0: USB hub found [ 1.465286] hub 1-0:1.0: 2 ports detected [ 1.466833] usbcore: registered new interface driver usbserial [ 1.468636] usbcore: registered new interface driver usbserial_generic [ 1.470557] usbserial: USB Serial support registered for generic [ 1.472459] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.475931] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.477550] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.479238] mousedev: PS/2 mouse device common for all mice [ 1.481279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.484784] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.487729] rtc_cmos 00:00: RTC can wake from S4 [ 1.489697] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.492557] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.494531] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.497125] cpuidle: using governor menu [ 1.498949] hidraw: raw HID events driver (C) Jiri Kosina [ 1.501334] usbcore: registered new interface driver usbhid [ 1.503156] usbhid: USB HID core driver [ 1.504653] drop_monitor: Initializing network drop monitor service [ 1.506716] TCP: cubic registered [ 1.508080] Initializing XFRM netlink socket [ 1.509692] NET: Registered protocol family 10 [ 1.511525] NET: Registered protocol family 17 [ 1.513307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.515174] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.517126] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.520368] Loading compiled-in X.509 certificates [ 1.522074] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.525281] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.528938] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.532288] registered taskstats version 1 [ 1.535744] Key type trusted registered [ 1.538532] Key type encrypted registered [ 1.541280] IMA: No TPM chip found, activating TPM-bypass! [ 1.543596] rtc_cmos 00:00: setting system clock to 2018-09-02 03:16:24 UTC (1535858184) [ 1.547289] Freeing unused kernel memory: 1680k freed [ 1.552777] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.558251] systemd[1]: Detected virtualization kvm. [ 1.559919] systemd[1]: Detected architecture x86-64. [ 1.561606] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.564636] systemd[1]: No hostname configured. [ 1.566295] systemd[1]: Set hostname to . [ 1.568026] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.592448] systemd[1]: Reached target Timers. [ 1.594020] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.596410] systemd[1]: Reached target Swap. [ 1.597955] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.600444] systemd[1]: Reached target Local File Systems. [ 1.602214] systemd[1]: Starting Local File Systems. [ 1.603899] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.606717] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.610476] systemd[1]: Reached target Paths. [ 1.612016] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.614476] systemd[1]: Created slice Root Slice. [ 1.616097] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.618706] systemd[1]: Listening on Journal Socket. [ 1.620372] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.623033] systemd[1]: Listening on udev Control Socket. [ 1.624778] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.627518] systemd[1]: Listening on udev Kernel Socket. [ 1.629256] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.631842] systemd[1]: Reached target Sockets. [ 1.633423] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.635913] systemd[1]: Created slice System Slice. [ 1.637555] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.640097] systemd[1]: Reached target Slices. [ 1.641664] systemd[1]: Starting Slices. [ 1.643505] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.646322] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.651114] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.654465] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.658182] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.728271] RPC: Registered named UNIX socket transport module. [ 1.730275] RPC: Registered udp transport module. [ 1.731949] RPC: Registered tcp transport module. [ 1.733623] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.768157] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.825399] scsi host0: ata_piix [ 1.830313] scsi host1: ata_piix [ 1.831771] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [[32m OK [0m] Started udev Coldplug all Devices. [ 1.834347] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.857355] FDC 0 is a S82078B [ 1.864002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.904236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.910513] vda: vda1 [ 1.920584] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.922667] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.924775] usb 1-1: Product: QEMU USB Tablet [ 1.926326] usb 1-1: Manufacturer: QEMU [ 1.927776] usb 1-1: SerialNumber: 42 [ 1.937691] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.940973] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.025526] SGI XFS with ACLs, security attributes, no debug enabled [ 2.028469] XFS (vda1): Mounting V4 Filesystem [ 2.085923] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. [ 2.305189] tsc: Refined TSC clocksource calibration: 3491.846 MHz Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.317063] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.414349] SELinux: Disabled at runtime. [ 2.452163] type=1404 audit(1535858185.408:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.505046] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.506890] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting Debug File System... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Setup Virtual Console... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. Starting Apply Kernel Variables... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Initrd File Systems. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. [ 2.868432] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [ 2.936321] systemd-journald[394]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 3.106583] type=1305 audit(1535858186.062:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Dump dmesg to /var/log/dmesg... Starting Login Service... Starting Authorization Manager... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.326090] [drm] Initialized drm 1.1.0 20060810 [ 3.333331] ppdev: user-space parallel port driver [ 3.343365] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.346781] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.358579] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.358580] [TTM] Initializing pool allocator [ 3.358581] [TTM] Initializing DMA pool allocator [ 3.358871] [drm] fb mappable at 0xFC000000 [ 3.358871] [drm] vram aper at 0xFC000000 [ 3.358872] [drm] size 33554432 [ 3.358872] [drm] fb depth is 24 [ 3.358872] [drm] pitch is 3072 [ 3.408401] fbcon: cirrusdrmfb (fb0) is primary device [ 3.434563] Console: switching to colour frame buffer device 128x48 [ 3.451115] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.459472] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.509020] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.543752] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.550659] alg: No test for crc32 (crc32-pclmul) [ 3.554999] intel_rapl: no valid rapl domains found in package 0 [ 3.561492] intel_rapl: no valid rapl domains found in package 0 [ 3.563648] intel_powerclamp: No package C-state available [ 3.570841] intel_powerclamp: No package C-state available[ 3.505977] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 03:16:26 +0000. Up 3.47 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 5.858916] cloud-init[808]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 03:16:29 +0000. Up 5.79 seconds. [ 5.911229] cloud-init[808]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.913125] cloud-init[808]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.916287] cloud-init[808]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.918239] cloud-init[808]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.922492] cloud-init[808]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.926273] cloud-init[808]: ci-info: | eth0: | True | 192.168.120.15 | 255.255.255.0 | fa:16:3e:ed:74:4f | [ 5.929037] cloud-init[808]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.931657] cloud-init[808]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.933957] cloud-init[808]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.942598] cloud-init[808]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.946580] cloud-init[808]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.956620] cloud-init[808]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.959231] cloud-init[808]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.962275] cloud-init[808]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.969489] cloud-init[808]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started PostgreSQL 9.5 database server. [[32m OK [0m] Started Postfix Mail Transport Agent. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.386466] cloud-init[2877]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 03:16:33 +0000. Up 10.33 seconds. [ 10.662977] cloud-init[3111]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 03:16:34 +0000. Up 10.61 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 16:91:bf:58:a3:c8:e1:98:37:be:8b:c2:a8:aa:6d:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 10.725367] cloud-init[3111]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 03:16:34 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.71 seconds 2018-09-02 03:16:36,808 - paramiko.transport - DEBUG - starting thread (client mode): 0xebdc83d0L 2018-09-02 03:16:36,809 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 03:16:36,881 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-02 03:16:36,881 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-02 03:16:36,900 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 03:16:36,901 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 03:16:36,901 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 03:16:36,902 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 03:16:36,902 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 03:16:36,902 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 03:16:36,908 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 03:16:36,909 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 03:16:36,910 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.203: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-02 03:16:36,912 - paramiko.transport - DEBUG - Trying discovered key 1691bf58a3c8e19837be8bc2a8aa6d0a in /tmp/tmpnUdhdf 2018-09-02 03:16:36,954 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 03:16:36,988 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 03:16:37,012 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-02 03:16:37,013 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-02 03:16:37,013 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-02 03:16:37,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-09-02 03:16:37,290 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 805, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 1816, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 859, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 796, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 801, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 850, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:16:36 GMT 2018-09-02 03:16:37,291 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:16:37,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-09-02 03:16:37,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:16:37,292 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 805, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1816, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 859, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 796, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 801, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 850, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-09-02 03:16:37,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-09-02 03:16:37,401 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:16:37,401 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:16:37,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:16:37,401 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 805, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 1816, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 859, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 796, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 801, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 850, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:16:36 GMT 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-09-02 03:16:37,402 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:16:37,403 - functest.core.cloudify - INFO - The current manager status is running 2018-09-02 03:16:37,403 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-02 03:16:37,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:16:37,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:16:37,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:16:37,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:16:37,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T03:16:36.537Z", "updated_at": "2018-09-02T03:16:36.537Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:16:36 GMT 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:16:37,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 03:16:37,503 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:16:37,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-09-02 03:16:37,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:16:37,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T03:16:36.537Z", "updated_at": "2018-09-02T03:16:36.537Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:16:36 GMT 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:16:37,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-02 03:16:37,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:16:37,556 - functest.core.cloudify - DEBUG - List secrets: 2018-09-02 03:16:37,556 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/secrets/foo 2018-09-02 03:16:37,612 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T03:16:36.537Z", "updated_at": "2018-09-02T03:16:36.537Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:16:37,613 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:16:36 GMT 2018-09-02 03:16:37,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:16:37,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 03:16:37,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:16:37,614 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-02 03:16:37,614 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-02 03:16:37,615 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-09-02 03:16:37,615 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 03:16:37,617 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 03:16:37,617 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 03:16:37,621 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 03:16:37,783 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 03:16:37,784 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 03:16:37,788 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 03:16:37,789 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-02 03:16:37,789 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 03:16:37,797 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 03:17:57,449 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 03:17:57,449 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.cat.pdx.edu * extras: mirrors.oit.uci.edu * updates: centos.s.uw.edu No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 15 MB/s | 54 MB 00:03 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-09-02 03:17:57,450 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 03:17:57,450 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-09-02 03:17:57,451 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-09-02 03:18:00,133 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-09-02 03:18:00,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:18:00,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:18:00,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-01a380c9-d76d-4241-90a2-d4758ec78dc5 Date: Sun, 02 Sep 2018 03:18:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:13:55Z", "file": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "72969bf7-afb8-4778-aa09-06816857d82a", "size": 4373348352, "self": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T03:12:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:18:00,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-01a380c9-d76d-4241-90a2-d4758ec78dc5 2018-09-02 03:18:00,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.28816986084s 2018-09-02 03:18:00,424 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-01a380c9-d76d-4241-90a2-d4758ec78dc5 2018-09-02 03:18:00,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 03:18:00,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166"}' 2018-09-02 03:18:00,486 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d377b18a-121e-454e-a44b-ddd00ad90059 Date: Sun, 02 Sep 2018 03:18:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:18:00Z", "file": "/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "e772ace7-dc49-427c-9a58-9919761eeb90", "size": null, "self": "/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": null, "created_at": "2018-09-02T03:18:00Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 03:18:00,486 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-d377b18a-121e-454e-a44b-ddd00ad90059 2018-09-02 03:18:00,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0520441532135s 2018-09-02 03:18:00,487 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-d377b18a-121e-454e-a44b-ddd00ad90059 returning object e772ace7-dc49-427c-9a58-9919761eeb90 2018-09-02 03:18:00,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 03:18:00,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '' 2018-09-02 03:18:07,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c855ae0-2f7f-4b42-aee2-f5e91d5006c5 Date: Sun, 02 Sep 2018 03:18:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:18:07,112 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90/file used request id req-4c855ae0-2f7f-4b42-aee2-f5e91d5006c5 2018-09-02 03:18:07,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.6241710186s 2018-09-02 03:18:07,112 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90/file used request id req-4c855ae0-2f7f-4b42-aee2-f5e91d5006c5 2018-09-02 03:18:07,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:18:07,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:18:07,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-f7cb5f13-a714-4a48-8bb5-f279bfb86a7d Date: Sun, 02 Sep 2018 03:18:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:18:07Z", "file": "/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "e772ace7-dc49-427c-9a58-9919761eeb90", "size": 426967040, "self": "/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/e772ace7-dc49-427c-9a58-9919761eeb90/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/e772ace7-dc49-427c-9a58-9919761eeb90/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-09-02T03:18:00Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:13:55Z", "file": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "72969bf7-afb8-4778-aa09-06816857d82a", "size": 4373348352, "self": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T03:12:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:18:07,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f7cb5f13-a714-4a48-8bb5-f279bfb86a7d 2018-09-02 03:18:07,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0546071529388s 2018-09-02 03:18:07,171 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-f7cb5f13-a714-4a48-8bb5-f279bfb86a7d 2018-09-02 03:18:07,172 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/e772ace7-dc49-427c-9a58-9919761eeb90/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90/file', 'owner': u'd6eb3b9bcf034af18bac584eec1e7a44', 'id': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'size': 426967040, u'self': u'/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6eb3b9bcf034af18bac584eec1e7a44', 'name': 'vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/e772ace7-dc49-427c-9a58-9919761eeb90/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T03:18:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T03:18:07Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166', 'created': u'2018-09-02T03:18:00Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-09-02T03:18:00Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', 'metadata': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_bd7cefff-c851-475a-a203-81f29cc9e166', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-09-02 03:18:07,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 03:18:07,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-09-02 03:18:07,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:18:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf867dd3-b6b7-4e75-9c68-c44cc38ef64d x-compute-request-id: req-bf867dd3-b6b7-4e75-9c68-c44cc38ef64d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "291ec895-adb9-4602-9276-6b5d2c9370ca"}} 2018-09-02 03:18:07,212 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-bf867dd3-b6b7-4e75-9c68-c44cc38ef64d 2018-09-02 03:18:07,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0391390323639s 2018-09-02 03:18:07,213 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-bf867dd3-b6b7-4e75-9c68-c44cc38ef64d 2018-09-02 03:18:07,213 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_bd7cefff-c851-475a-a203-81f29cc9e166', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 50, 'id': u'291ec895-adb9-4602-9276-6b5d2c9370ca', 'swap': 0}) 2018-09-02 03:18:07,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 03:18:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" -d '{"extra_specs": {}}' 2018-09-02 03:18:07,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:18:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab12af47-b843-4039-be6e-5b41de727fc3 x-compute-request-id: req-ab12af47-b843-4039-be6e-5b41de727fc3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 03:18:07,236 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca/os-extra_specs used request id req-ab12af47-b843-4039-be6e-5b41de727fc3 2018-09-02 03:18:07,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220329761505s 2018-09-02 03:18:07,237 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca/os-extra_specs used request id req-ab12af47-b843-4039-be6e-5b41de727fc3 2018-09-02 03:18:07,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 03:18:07,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:18:07,251 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c900734c-33d3-449b-8021-4443686375c8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-09-02 03:18:07,251 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-c900734c-33d3-449b-8021-4443686375c8 2018-09-02 03:18:07,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:18:07,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-527e4355-d782-4426-b426-14fc19d913b3 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/03152272519047e784ab64998f146247"}, "enabled": true, "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/0d0850de8d204c008ffb4a0fb6aa9104"}, "enabled": true, "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10744d919fbe40deb763abfef73d2d06"}, "enabled": true, "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/1af778801bdb49ae81cc8bf03c6bbca9"}, "enabled": true, "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2acdfcdb9efa43698c4419fa6956f5b7"}, "enabled": true, "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5b6e76c0258d47f0b72d6d0f32ce7841"}, "enabled": true, "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/61d0e1fef8ca467fa3769dc41e745f71"}, "enabled": true, "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/7f3de4cf645c4538b8e2e7adc9f8c335"}, "enabled": true, "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/8da63989a85547e4a80290fc36054ef4"}, "enabled": true, "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c2b31f315999459fa3090b9800767f6a"}, "enabled": true, "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c9e3e32b1a0540789fa5dd352e30a282"}, "enabled": true, "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/cdd787984fe345699bf94ca5a969b22f"}, "enabled": true, "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d11d4b2866254421ad8e93e7897da2e6"}, "enabled": true, "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d71ddc6bbdaa4d2fac7e2fc72951ad40"}, "enabled": true, "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e0c9b76b259b4b2f8789e6a388d9c161"}, "enabled": true, "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-09-02 03:18:07,508 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-527e4355-d782-4426-b426-14fc19d913b3 2018-09-02 03:18:07,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.267359018326s 2018-09-02 03:18:07,508 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-527e4355-d782-4426-b426-14fc19d913b3 2018-09-02 03:18:07,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 03:18:07,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:18:07,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbdd63e7-8c58-466e-ac51-648e4f9f108b Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/01a171edb01147e5b0a521358fb32652"}, "url": "http://172.30.9.38:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "01a171edb01147e5b0a521358fb32652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/059b66e5c6c34410879e05f33ec0509c"}, "url": "http://172.30.9.38:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "03152272519047e784ab64998f146247", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/0f6aa7c97fc942668a4941db86c160bf"}, "url": "http://172.30.9.38:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/12cfdb616be04444a09def77d132758e"}, "url": "http://12.0.0.36:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "12cfdb616be04444a09def77d132758e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/149df4350e09482ca98f69cd8176785a"}, "url": "http://12.0.0.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "149df4350e09482ca98f69cd8176785a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/174eded9b7694ef9b371a1415555cab5"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "174eded9b7694ef9b371a1415555cab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/18d0e37ae8624d1f9a7d944e170790f6"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/20d8610febbc434abce8924d470a8600"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "20d8610febbc434abce8924d470a8600"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2598d05fe7ef43e8b18781d66656b9b3"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2c9d13e7ee124e699962336497c75f2e"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2d5e059c02dc476192ddca6e7e0347b5"}, "url": "http://172.30.9.38:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2fbd5922f55b4ff9bc6863cc41a92182"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/3084b4f84dd24e0b84cca02e6914932e"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/40bed19623a940598639ae2560554b93"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "40bed19623a940598639ae2560554b93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4afcb44242dc4eabb426e83cc74fd875"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "03152272519047e784ab64998f146247", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4e659f25030f4a6b96404f149c3c281c"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/52320c3072b1498b8ac0823b4de6db64"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "52320c3072b1498b8ac0823b4de6db64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/53180d77552841ada15d87b8d68550e9"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "53180d77552841ada15d87b8d68550e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/5915d8ba61fa45e89fb513957a463fb8"}, "url": "http://172.30.9.38:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6273d35e59ab4311ae3982eee17c2985"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/66955fe9d9b64eac91cdd6b4569a7958"}, "url": "http://172.30.9.38:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6bde690667f743b18a6e0d7484a0b14e"}, "url": "http://172.30.9.38:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6ea7bb772a9f471da3647da4300a9d54"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/75942e34108e4924b75f0b93b318ff60"}, "url": "http://172.30.9.38:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "75942e34108e4924b75f0b93b318ff60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/8b58f690a9194b97886d6e69886fc75b"}, "url": "http://172.30.9.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "8b58f690a9194b97886d6e69886fc75b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/9497dcd3d91e46dfae7a732ad24a9dd4"}, "url": "http://172.30.9.38:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/98e2e574c3b943e2a727bb71556ff07e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/a58e3c0d035740acbb6085989a0034d2"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/aeee9c6233cf42db87188253f9be884f"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "03152272519047e784ab64998f146247", "id": "aeee9c6233cf42db87188253f9be884f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b101e53616fc4701b83cd9c4a72a2152"}, "url": "http://172.30.9.38:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b2fc63bbea9e4f79a8c5674eff9239f4"}, "url": "http://172.30.9.38:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/c9b19882ea5347c0b7b2b1554e463040"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/cbd24ae7336a472ba280179deedbb81f"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "cbd24ae7336a472ba280179deedbb81f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e47a066f3aa2456b8ed21962817c619a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "e47a066f3aa2456b8ed21962817c619a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e6b46c4ded3d4939aff885341394114f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "e6b46c4ded3d4939aff885341394114f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e703bb2fd08b48ee9448e805519cec79"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "e703bb2fd08b48ee9448e805519cec79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/ed42944e1b51403f8682356214f7becb"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "ed42944e1b51403f8682356214f7becb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f0c5843a2de94bd9a46d37331bfa4b07"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f337beb8c2f04455b3ecc387f26f6eaf"}, "url": "http://172.30.9.38:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f93a6cfd3c384a7d977b3c517ee5f18d"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fc6a184db39e497791f0bf77edc1a817"}, "url": "http://172.30.9.38:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "fc6a184db39e497791f0bf77edc1a817"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fea51e19760544889a6d3b919103d993"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "fea51e19760544889a6d3b919103d993"}], "links": {"self": "http://172.30.9.38:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 03:18:07,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-cbdd63e7-8c58-466e-ac51-648e4f9f108b 2018-09-02 03:18:07,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.194348096848s 2018-09-02 03:18:07,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-cbdd63e7-8c58-466e-ac51-648e4f9f108b 2018-09-02 03:18:07,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:18:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:18:07,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-013febe3-40ae-4dd5-a25c-c1ae2193d127 Date: Sun, 02 Sep 2018 03:18:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:12:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 1, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "059dc060-9a0b-49c8-a500-5f2f6d8019cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "431e8ed1-0b58-41f2-aaf9-e6d838f048a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "447dbef4-00bb-4d2f-b29c-b03a0d9db3bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "5e61901f-75bc-47bd-9c61-4812231a8c11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "c229e661-7344-4bc7-8e2b-bc3aa6a7806d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "caf9770f-651d-4557-9c05-c0dac236fd21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 7, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:18:07,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-013febe3-40ae-4dd5-a25c-c1ae2193d127 2018-09-02 03:18:07,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0546169281006s 2018-09-02 03:18:07,778 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-013febe3-40ae-4dd5-a25c-c1ae2193d127 2018-09-02 03:18:07,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 03:18:07,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 22, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 22, "ethertype": "IPv4", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e"}}' 2018-09-02 03:18:07,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-880f5672-803a-457d-a3c6-6254cb08fe95 Date: Sun, 02 Sep 2018 03:18:07 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T03:18:07Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:18:07Z", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "367f9e16-e16e-418f-8a80-7944520517a5"}} 2018-09-02 03:18:07,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-880f5672-803a-457d-a3c6-6254cb08fe95 2018-09-02 03:18:07,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.151023864746s 2018-09-02 03:18:07,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/security-group-rules.json used request id req-880f5672-803a-457d-a3c6-6254cb08fe95 2018-09-02 03:18:07,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-09-02 03:18:07,940 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-09-02 03:18:09,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:09,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:09,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:09,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:09,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:09,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:09,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:09,697 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-09-02 03:18:09,697 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:09.653Z", "updated_at": "2018-09-02T03:18:09.653Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "region": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-09-02 03:18:09,698 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:09,699 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:09 GMT 2018-09-02 03:18:09,699 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:09,699 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-09-02 03:18:09,699 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:09,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-09-02 03:18:09,711 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.38:5000", "keystone_tenant_name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "e772ace7-dc49-427c-9a58-9919761eeb90", "keystone_password": "3f0312af-be56-4af4-a4e8-22c1a29ec586", "reference_vnf_flavor_id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "target_vnf_flavor_id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "target_vnf_image_id": "e772ace7-dc49-427c-9a58-9919761eeb90"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-09-02 03:18:10,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:10,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:10,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "target_vnf_flavor_id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "e772ace7-dc49-427c-9a58-9919761eeb90", "keystone_password": "3f0312af-be56-4af4-a4e8-22c1a29ec586", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.38:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "e772ace7-dc49-427c-9a58-9919761eeb90", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:09.844Z", "updated_at": "2018-09-02T03:18:09.844Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:10 GMT 2018-09-02 03:18:10,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:10,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-09-02 03:18:10,573 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:10,573 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-09-02 03:18:10,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:10,635 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:10 GMT 2018-09-02 03:18:10,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:10,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-09-02 03:18:10,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:10,636 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:10,702 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 03:18:10,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:10,703 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:10 GMT 2018-09-02 03:18:10,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:10,703 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 03:18:10,703 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:10,703 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:10,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:10,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:10,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:10,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:10 GMT 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 03:18:10,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:15,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:15,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:11.383Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:11.383Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:11.781Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:11.781Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:11.838Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:11.838Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:11.838Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:11.838Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:11.838Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:11.838Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:12.626Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:12.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:12.626Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:12.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:12.626Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:12.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:12.626Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:12.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:13.632Z", "message": "Installing from directory: /tmp/tmplaa2gJ [args=--prefix=\"/tmp/openstack-4MSzv4\" --constraint=\"/tmp/openstack-4MSzv4/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:13.632Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:13.632Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmplaa2gJ --prefix=\"/tmp/openstack-4MSzv4\" --constraint=\"/tmp/openstack-4MSzv4/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:13.632Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-09-02 03:18:15,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:15,876 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:15 GMT 2018-09-02 03:18:15,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:15,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-09-02 03:18:15,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:15,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-09-02 03:18:15,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-09-02 03:18:15,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 03:18:15,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 03:18:15,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-09-02 03:18:15,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-09-02 03:18:15,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-09-02 03:18:15,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-09-02 03:18:15,878 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-09-02 03:18:15,878 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmplaa2gJ [args=--prefix="/tmp/openstack-4MSzv4" --constraint="/tmp/openstack-4MSzv4/constraint.txt", package_name=cloudify-openstack-plugin] 2018-09-02 03:18:15,878 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmplaa2gJ --prefix="/tmp/openstack-4MSzv4" --constraint="/tmp/openstack-4MSzv4/constraint.txt" 2018-09-02 03:18:15,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:15,934 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:15,935 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:15,936 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:15 GMT 2018-09-02 03:18:15,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:15,936 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 03:18:15,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:20,941 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:21,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:21 GMT 2018-09-02 03:18:21,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:21,008 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 03:18:21,008 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:21,008 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:21,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:21,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:21,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:21,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:21,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:21 GMT 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 03:18:21,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:26,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:26,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:26,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:26 GMT 2018-09-02 03:18:26,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:26,164 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 03:18:26,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:26,164 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:26,242 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:26,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:26,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:26,243 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:26,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:26,243 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:26,243 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:26,243 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:26,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:26,244 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:26 GMT 2018-09-02 03:18:26,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:26,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 03:18:26,244 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:31,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:31,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:31,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:31,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:31,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:31,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:31 GMT 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:31,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:31,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:31,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:31,484 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:31 GMT 2018-09-02 03:18:31,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:31,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 03:18:31,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:36,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:36,556 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 03:18:36,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:36,557 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:36 GMT 2018-09-02 03:18:36,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:36,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 03:18:36,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:36,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:36,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:36,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:36,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:36,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:36,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:36,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:36,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:36,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:36,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:36,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:36 GMT 2018-09-02 03:18:36,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:36,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 03:18:36,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:41,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:41,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:41,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:41,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:41,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:41.493Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:41.493Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:41.664Z", "message": "Removing directory: /tmp/tmplaa2gJ", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:41.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39", "logger": "f676d4ad-3f45-4af8-99cf-9bb5f2d4963a"}], "metadata": {"pagination": {"total": 13, "offset": 11, "size": 50}}} 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:41 GMT 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1075 2018-09-02 03:18:41,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:41,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-09-02 03:18:41,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmplaa2gJ 2018-09-02 03:18:41,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:41,776 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:41,776 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:41,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:41,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:41 GMT 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 03:18:41,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:46,781 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:46,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:46,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:46,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:46,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:46,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:46,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:46,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:46,940 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:42.351Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:42.351Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:42.868Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:42.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:42.868Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:42.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:43.873Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:43.873Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "31b2285f-968b-4c86-93a0-40a783e4db39"}], "metadata": {"pagination": {"total": 17, "offset": 13, "size": 50}}} 2018-09-02 03:18:46,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:46,941 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:46 GMT 2018-09-02 03:18:46,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:46,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1996 2018-09-02 03:18:46,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:46,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 03:18:46,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-09-02 03:18:46,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-09-02 03:18:46,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-09-02 03:18:46,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/31b2285f-968b-4c86-93a0-40a783e4db39 2018-09-02 03:18:46,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:46,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:46,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:46,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"} 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:46 GMT 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-09-02 03:18:46,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:46,999 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-09-02 03:18:46,999 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-09-02 03:18:47,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:47,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:47,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:47 GMT 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:18:47,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:47,227 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:47,291 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 03:18:47,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:47,292 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:47 GMT 2018-09-02 03:18:47,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:47,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 03:18:47,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:47,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:18:47,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:47,445 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:47,445 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:47,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:47,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:47 GMT 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:18:47,446 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:52,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:52,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:52,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:52,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:47.824Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:47.824Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:48.925Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:48.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:48.925Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:48.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:48.925Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:48.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "keypair_to5h9i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:48.925Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:48.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:48.925Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:48.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:48.925Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:48.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "external_network_y91uad", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "keypair_to5h9i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "external_network_y91uad", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "keypair_to5h9i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "security_group_5z41ww", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "security_group_5z41ww", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:50.535Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:50.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "keypair_to5h9i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:51.922Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:51.922Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 21, "offset": 0, "size": 50}}} 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:52 GMT 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10329 2018-09-02 03:18:52,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:52,576 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-09-02 03:18:52,576 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:52,576 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 03:18:52,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:52,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:52,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 03:18:52,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-02 03:18:52,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-02 03:18:52,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-02 03:18:52,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-02 03:18:52,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 03:18:52,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-02 03:18:52,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-09-02 03:18:52,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:52,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:52,578 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-09-02 03:18:52,579 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 03:18:52,579 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 03:18:52,579 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:52,579 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:52,579 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-09-02 03:18:52,579 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:18:52,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:52,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:52,810 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:52,810 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:52 GMT 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:18:52,811 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:57,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:18:57,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:57,887 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:57,887 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:57,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:57,887 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:57,887 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:57,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:57,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_ip_5wzuuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:52.909Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'created_at': u'2018-09-02T03:18:51Z', u'updated_at': u'2018-09-02T03:18:51Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'port_id': None, u'id': u'65cb113f-c93d-4aa5-b3b3-8052433084dc', u'qos_policy_id': None}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:52.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "ae02ee00-48b8-4c3b-9208-9d1c3a4c7418"}, {"node_instance_id": "security_group_5z41ww", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:52.976Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:52.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:52.976Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:52.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:52.976Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:52.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "external_network_y91uad", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:52.976Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:52.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'created_at': u'2018-09-02T03:18:52Z', u'updated_at': u'2018-09-02T03:18:52Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'port_id': None, u'id': u'8d255166-8aaf-4d90-bb05-425e6510e8e6', u'qos_policy_id': None}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "85898f1b-12a0-4631-98cd-489c024c151b"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:53.830Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:53.830Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "7823397e-1eab-4488-b768-8565a491e59f"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "keypair_to5h9i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "keypair_to5h9i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "external_network_y91uad", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.027Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "external_network_y91uad", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:54.837Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:54.837Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "47d55e91-f115-411b-8a47-ac8fb01b8c0d"}, {"node_instance_id": "external_network_y91uad", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:55.050Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:55.050Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:55.050Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:55.050Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:55.050Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:55.050Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:55.050Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:55.050Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:55.050Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:55.050Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "external_network_y91uad", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:55.050Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:55.050Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "router_k90ihg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:56.057Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:56.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "router_k90ihg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:56.057Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:56.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "router_k90ihg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:56.057Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:56.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "security_group_5z41ww", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:57.080Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:57.080Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "security_group_5z41ww", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:57.080Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:57.080Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 59, "offset": 21, "size": 50}}} 2018-09-02 03:18:57,888 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:57,888 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:57 GMT 2018-09-02 03:18:57,888 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:57,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21072 2018-09-02 03:18:57,888 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:18:57,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'created_at': u'2018-09-02T03:18:51Z', u'updated_at': u'2018-09-02T03:18:51Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.208', u'revision_number': 0, u'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'port_id': None, u'id': u'65cb113f-c93d-4aa5-b3b3-8052433084dc', u'qos_policy_id': None} 2018-09-02 03:18:57,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 03:18:57,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-02 03:18:57,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-02 03:18:57,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-02 03:18:57,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 03:18:57,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 03:18:57,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'created_at': u'2018-09-02T03:18:52Z', u'updated_at': u'2018-09-02T03:18:52Z', u'floating_network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'd6eb3b9bcf034af18bac584eec1e7a44', u'port_id': None, u'id': u'8d255166-8aaf-4d90-bb05-425e6510e8e6', u'qos_policy_id': None} 2018-09-02 03:18:57,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-09-02 03:18:57,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 03:18:57,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 03:18:57,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 03:18:57,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 03:18:57,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-09-02 03:18:57,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 03:18:57,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:18:57,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:18:57,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-02 03:18:57,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:18:57,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:18:57,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 03:18:57,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:18:57,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:18:57,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:18:57,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:18:57,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:18:57,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-09-02 03:18:57,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:18:57,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:18:57,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:57,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-09-02 03:18:57,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-09-02 03:18:57,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:18:57,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-09-02 03:18:57,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:18:57,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-09-02 03:18:57,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:18:57,895 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 03:18:57,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:18:57,976 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:18:57,976 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:18:57,976 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:18:57,976 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:18:57,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:18:57,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:18:57,977 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:18:57,977 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:18:57,977 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:18:57,977 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:18:57 GMT 2018-09-02 03:18:57,977 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:18:57,977 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:18:57,977 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:02,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:03,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:03,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:03,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:03,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:03,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:03,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:03,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:03,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_5z41ww", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:58.086Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:58.086Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:58.086Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:58.086Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:58.086Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:58.086Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:18:59.096Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:18:59.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:00.102Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:00.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "router_k90ihg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:00.102Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:00.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:00.102Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:00.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:00.102Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:00.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:00.102Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:00.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:00.102Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:00.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:00.102Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:00.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "router_k90ihg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:01.278Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:01.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "router_k90ihg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:01.278Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:01.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:02.286Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:02.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:02.286Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:02.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:02.286Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:02.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 75, "offset": 59, "size": 50}}} 2018-09-02 03:19:03,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:03,046 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:03 GMT 2018-09-02 03:19:03,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:03,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7928 2018-09-02 03:19:03,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:03,047 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:03,047 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-09-02 03:19:03,047 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:03,047 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:03,047 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:19:03,047 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-09-02 03:19:03,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 03:19:03,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 03:19:03,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 03:19:03,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:19:03,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 03:19:03,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:03,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:03,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-09-02 03:19:03,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-09-02 03:19:03,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:19:03,049 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:03,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:03,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:03,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:03,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:03,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:03,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:03,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:03,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:03,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:03,102 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:03 GMT 2018-09-02 03:19:03,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:03,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:03,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:08,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:08,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:08,175 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:08,175 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:08,175 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:03.299Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:03.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:03.299Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:03.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:03.299Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:03.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:03.299Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:03.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:04.303Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:04.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:04.303Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:04.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:04.303Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:04.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:05.308Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:05.308Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:05.308Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:05.308Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:05.308Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:05.308Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:06.144Z", "message": "connect_security_group(): source_id=fd7c28e3-0062-4769-88d8-0c8d7b365296 target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:06.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "fd26df8a-ffab-47a5-b9f8-dd858d509c98"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:06.411Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:06.411Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:06.411Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:06.411Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:06.411Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:06.411Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:06.946Z", "message": "connect_security_group(): source_id=3db37062-296b-4496-b932-e50245288efa target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:06.946Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "dfd8d665-6e1f-41ed-9d80-10be1919e71a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:07.417Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:07.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 94, "offset": 75, "size": 50}}} 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:08 GMT 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8464 2018-09-02 03:19:08,176 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:08,177 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:08,177 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 03:19:08,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:08,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 03:19:08,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:08,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:08,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-09-02 03:19:08,178 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-09-02 03:19:08,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-09-02 03:19:08,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:08,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=fd7c28e3-0062-4769-88d8-0c8d7b365296 target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 03:19:08,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:08,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-09-02 03:19:08,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-09-02 03:19:08,179 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=3db37062-296b-4496-b932-e50245288efa target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 03:19:08,180 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-02 03:19:08,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:08,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:08,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:08,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:08,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:08,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:08,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:08,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:08,234 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:08,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:08,234 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:08 GMT 2018-09-02 03:19:08,234 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:08,234 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:08,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:13,240 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:13,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:13,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:10.562Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:10.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:11.455Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:11.455Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:11.455Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:11.455Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:11.455Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:11.455Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:11.455Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:11.455Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:11.455Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:11.455Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:11.455Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:11.455Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 101, "offset": 91, "size": 50}}} 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:13 GMT 2018-09-02 03:19:13,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:13,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3535 2018-09-02 03:19:13,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:13,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-09-02 03:19:13,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:19:13,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:19:13,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 03:19:13,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 03:19:13,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 03:19:13,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 03:19:13,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:13,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:13,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:13,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:13,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:13,356 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:13 GMT 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:13,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:18,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:18,429 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:18,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_5s2tln", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:14.259Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:14.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:14.482Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:14.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:15.486Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:15.486Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:15.486Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:15.486Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:17.048Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:17.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:17.048Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:17.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:17.048Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:17.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:17.048Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:17.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:17.974Z", "message": "connect_security_group(): source_id=7c684718-045d-45bf-ba61-8d598e13cfb0 target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:17.974Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "cb70955d-06b9-4aae-b7e7-db84c86fc3ee"}], "metadata": {"pagination": {"total": 112, "offset": 98, "size": 50}}} 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:18 GMT 2018-09-02 03:19:18,430 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:18,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4651 2018-09-02 03:19:18,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:18,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 03:19:18,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 03:19:18,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:18,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:18,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-09-02 03:19:18,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:18,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:18,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-09-02 03:19:18,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=7c684718-045d-45bf-ba61-8d598e13cfb0 target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 03:19:18,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:18,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:18,488 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:18 GMT 2018-09-02 03:19:18,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:18,489 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:18,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:23,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:23,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:23,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:23,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:23,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:23,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:23,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:23,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:23,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:18.647Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:18.647Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:19.006Z", "message": "connect_security_group(): source_id=e49fcdfa-9332-451f-ba0d-44cfa43626e4 target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:19.006Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "b7b9ab64-cb44-4c09-a6f9-ddeddc05ba9d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:19.171Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:19.171Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:19.171Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:19.171Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:19.171Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:19.171Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:22.345Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:22.345Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.446Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.446Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.446Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.446Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.446Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.446Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.446Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 127, "offset": 107, "size": 50}}} 2018-09-02 03:19:23,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:23,579 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:23 GMT 2018-09-02 03:19:23,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:23,579 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6768 2018-09-02 03:19:23,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:23,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-02 03:19:23,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=e49fcdfa-9332-451f-ba0d-44cfa43626e4 target={u'external_id': u'5b63e756-4020-4a57-b130-b38d696d7b8d', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 03:19:23,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-09-02 03:19:23,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-09-02 03:19:23,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-02 03:19:23,580 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-09-02 03:19:23,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:19:23,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 03:19:23,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 03:19:23,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 03:19:23,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 03:19:23,581 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 03:19:23,582 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-09-02 03:19:23,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:23,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:23,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:23,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:23 GMT 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:23,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:23,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:28,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:28,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:28,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:28,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:28,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:28,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_qh4xq4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:23.825Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'e49fcdfa-9332-451f-ba0d-44cfa43626e4', u'fixed_ip_address': u'11.0.0.21', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:20:43:43'}, {u'external_id': u'3db37062-296b-4496-b932-e50245288efa', u'fixed_ip_address': u'12.0.0.6', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:80:f2:ac'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:23.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "90c921d9-4dda-49f6-9bd1-4711fa5ceb29"}, {"node_instance_id": "target_vnf_host_fvbc1z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:24.030Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'7c684718-045d-45bf-ba61-8d598e13cfb0', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:e6:ed:bc'}, {u'external_id': u'fd7c28e3-0062-4769-88d8-0c8d7b365296', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:f2:f1:81'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:24.030Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "02cf8988-f62b-4098-a974-532edab7eecb"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:24.030Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:24.030Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "90c921d9-4dda-49f6-9bd1-4711fa5ceb29"}, {"node_instance_id": "target_vnf_host_fvbc1z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:24.030Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:24.030Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "02cf8988-f62b-4098-a974-532edab7eecb"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:25.902Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'e49fcdfa-9332-451f-ba0d-44cfa43626e4'}, {'port-id': u'3db37062-296b-4496-b932-e50245288efa'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:25.902Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "90c921d9-4dda-49f6-9bd1-4711fa5ceb29"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:26.035Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:26.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "90c921d9-4dda-49f6-9bd1-4711fa5ceb29"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:26.035Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'e49fcdfa-9332-451f-ba0d-44cfa43626e4'}, {'port-id': u'3db37062-296b-4496-b932-e50245288efa'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:26.035Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "90c921d9-4dda-49f6-9bd1-4711fa5ceb29"}, {"node_instance_id": "target_vnf_host_fvbc1z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:27.042Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:27.042Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "02cf8988-f62b-4098-a974-532edab7eecb"}, {"node_instance_id": "target_vnf_host_fvbc1z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:27.042Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'7c684718-045d-45bf-ba61-8d598e13cfb0'}, {'port-id': u'fd7c28e3-0062-4769-88d8-0c8d7b365296'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:27.042Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "02cf8988-f62b-4098-a974-532edab7eecb"}, {"node_instance_id": "target_vnf_host_fvbc1z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:27.042Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'7c684718-045d-45bf-ba61-8d598e13cfb0'}, {'port-id': u'fd7c28e3-0062-4769-88d8-0c8d7b365296'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:27.042Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "02cf8988-f62b-4098-a974-532edab7eecb"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:27.725Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:27.725Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:28.484Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:28.484Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:28.484Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:28.484Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:28.484Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:28.484Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 141, "offset": 120, "size": 50}}} 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:28 GMT 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10396 2018-09-02 03:19:28,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:28,777 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'e49fcdfa-9332-451f-ba0d-44cfa43626e4', u'fixed_ip_address': u'11.0.0.21', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:20:43:43'}, {u'external_id': u'3db37062-296b-4496-b932-e50245288efa', u'fixed_ip_address': u'12.0.0.6', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:80:f2:ac'}] 2018-09-02 03:19:28,777 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'7c684718-045d-45bf-ba61-8d598e13cfb0', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:e6:ed:bc'}, {u'external_id': u'fd7c28e3-0062-4769-88d8-0c8d7b365296', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:f2:f1:81'}] 2018-09-02 03:19:28,777 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-09-02 03:19:28,777 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-09-02 03:19:28,778 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'e49fcdfa-9332-451f-ba0d-44cfa43626e4'}, {'port-id': u'3db37062-296b-4496-b932-e50245288efa'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'} 2018-09-02 03:19:28,778 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 03:19:28,778 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'e49fcdfa-9332-451f-ba0d-44cfa43626e4'}, {'port-id': u'3db37062-296b-4496-b932-e50245288efa'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'} 2018-09-02 03:19:28,778 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-09-02 03:19:28,778 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'7c684718-045d-45bf-ba61-8d598e13cfb0'}, {'port-id': u'fd7c28e3-0062-4769-88d8-0c8d7b365296'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'} 2018-09-02 03:19:28,778 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'e772ace7-dc49-427c-9a58-9919761eeb90', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'b62712bc-0084-4b45-bff9-28bc30f8ac51'}, 'nics': [{'port-id': u'7c684718-045d-45bf-ba61-8d598e13cfb0'}, {'port-id': u'fd7c28e3-0062-4769-88d8-0c8d7b365296'}], 'flavor': u'291ec895-adb9-4602-9276-6b5d2c9370ca'} 2018-09-02 03:19:28,779 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 03:19:28,779 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:28,779 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 03:19:28,779 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 03:19:28,779 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:28,838 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:28,839 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:28,840 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:28 GMT 2018-09-02 03:19:28,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:28,840 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:28,840 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:33,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:33,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:33,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:33,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:33,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:33,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:33,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:33,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:33,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:29.562Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:29.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:29.562Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:29.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:29.562Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:29.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:29.562Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:29.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:29.562Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:29.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:29.562Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:19:29.562Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:31.906Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T03:19:31.906Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:19:32.715Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T03:19:32.715Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 149, "offset": 134, "size": 50}}} 2018-09-02 03:19:33,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:33,903 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:33 GMT 2018-09-02 03:19:33,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:33,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5280 2018-09-02 03:19:33,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:33,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 03:19:33,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 03:19:33,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:33,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 03:19:33,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 03:19:33,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 03:19:33,904 - 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-09-02 03:19:33,905 - 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-09-02 03:19:33,905 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:33,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:33,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:33,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:33,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:33,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:33 GMT 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:33,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:38,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:39,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:39,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:39,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:39,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:39,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:39,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:39,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:39,511 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-09-02 03:19:39,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:39,511 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:39 GMT 2018-09-02 03:19:39,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:39,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:19:39,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:39,511 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:39,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:39,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:39,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:39 GMT 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:39,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:39,587 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:44,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:44,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-09-02 03:19:44,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:44,653 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:44 GMT 2018-09-02 03:19:44,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:44,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:19:44,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:44,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:44,703 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:44,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:44,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:44 GMT 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:44,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:49,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:49,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:49,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:49 GMT 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:49,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:19:49,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:49,780 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:49,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:49,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:49,833 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:49 GMT 2018-09-02 03:19:49,834 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:49,834 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:49,834 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:54,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:19:54,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-09-02 03:19:54,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:54,902 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:54 GMT 2018-09-02 03:19:54,902 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:54,902 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:19:54,902 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:54,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:19:54,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:19:54,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:19:54 GMT 2018-09-02 03:19:54,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:19:54,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:19:54,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:19:59,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:00,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:00,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:00,019 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:00,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:00,019 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:00,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:00,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:00,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-09-02 03:20:00,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:00,020 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:00 GMT 2018-09-02 03:20:00,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:00,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:20:00,020 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:00,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:00,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:00,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:00,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:00,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:00,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:00,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:00,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:00,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:00,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:00,076 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:00 GMT 2018-09-02 03:20:00,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:00,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:00,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:05,081 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:05,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:05,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:05,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:05,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:05,144 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:05,144 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:05,144 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:05,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:01.983Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:01.983Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:02.726Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:02.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:02.726Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:02.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:02.726Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:02.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:04.032Z", "message": "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]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T03:20:04.032Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:04.736Z", "message": "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]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T03:20:04.736Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 155, "offset": 142, "size": 50}}} 2018-09-02 03:20:05,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:05,145 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:05 GMT 2018-09-02 03:20:05,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:05,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4448 2018-09-02 03:20:05,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:05,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 03:20:05,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 03:20:05,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 03:20:05,146 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 03:20:05,146 - 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-09-02 03:20:05,146 - 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-09-02 03:20:05,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:05,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:05,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:05,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:05,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:05 GMT 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:05,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:10,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:10,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-09-02 03:20:10,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:10,268 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:10 GMT 2018-09-02 03:20:10,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:10,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:20:10,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:10,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:10,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:10,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:10,320 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:10,320 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:10,320 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:10 GMT 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:10,321 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:15,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:15,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:15,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:15,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:15,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:15 GMT 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:20:15,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:15,386 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:15,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:15,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:15 GMT 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:15,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:15,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:20,443 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:20,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:20,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:20 GMT 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:20,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:20:20,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:20,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:20,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:20,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:20,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:20,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:20 GMT 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:20,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:25,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:25,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:25,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:25,631 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:25,631 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:25,631 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:25,631 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:25 GMT 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:25,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:25,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:25,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:25,686 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:25 GMT 2018-09-02 03:20:25,686 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:25,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:25,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:30,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:30,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:30,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:30,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:30,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:30,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:30,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:30,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:30,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-09-02 03:20:30,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:30,757 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:30 GMT 2018-09-02 03:20:30,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:30,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 03:20:30,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:30,757 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:30,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:30,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:30,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:30 GMT 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:30,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:35,820 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:35,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:34.149Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:34.149Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:34.785Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:34.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:34.785Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:34.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:34.785Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:34.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 159, "offset": 148, "size": 50}}} 2018-09-02 03:20:35,885 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:35,885 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:35 GMT 2018-09-02 03:20:35,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:35,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2018-09-02 03:20:35,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:35,885 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 03:20:35,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 03:20:35,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 03:20:35,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 03:20:35,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:35,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:35,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:35 GMT 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:35,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 03:20:35,943 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:40,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:20:41,011 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:41,011 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:41,011 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:41,011 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:41,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_fvbc1z", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:36.407Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:36.407Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "346921fa-caaa-42d7-bca6-3f3e7caef8ef"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:36.608Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:36.608Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:36.789Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:36.789Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:37.168Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:37.168Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99", "logger": "e00bd886-13ed-4b9a-8439-d6f374922a7c"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:20:37.951Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T03:20:37.951Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 164, "offset": 152, "size": 50}}} 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:41 GMT 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2611 2018-09-02 03:20:41,012 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:41,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-09-02 03:20:41,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-09-02 03:20:41,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-09-02 03:20:41,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-09-02 03:20:41,013 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-09-02 03:20:41,014 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/e70e7181-afeb-4d86-8ae7-8b3acff03b99 2018-09-02 03:20:41,064 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"} 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:20:41,065 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:20:41 GMT 2018-09-02 03:20:41,066 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:20:41,066 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-09-02 03:20:41,066 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:20:41,066 - 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-09-02T03:18:47.114Z', 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'e70e7181-afeb-4d86-8ae7-8b3acff03b99'} 2018-09-02 03:20:41,079 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-09-02 03:20:41,137 - 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.208'}, 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.205'}}, 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-09-02 03:20:41,195 - 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.208'}, 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.205'}}, 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-09-02 03:20:41,196 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-09-02 03:20:41,196 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.208 2018-09-02 03:20:41,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:41,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:42,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4ed15d2-b09a-4a36-92b3-057be586d394 x-compute-request-id: req-f4ed15d2-b09a-4a36-92b3-057be586d394 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:42,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f4ed15d2-b09a-4a36-92b3-057be586d394 2018-09-02 03:20:42,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.841527938843s 2018-09-02 03:20:42,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-f4ed15d2-b09a-4a36-92b3-057be586d394 2018-09-02 03:20:42,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:42,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:42,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cdd23c5-809c-490a-82e3-6e4b1d38c5fa x-compute-request-id: req-0cdd23c5-809c-490a-82e3-6e4b1d38c5fa Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:42,577 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0cdd23c5-809c-490a-82e3-6e4b1d38c5fa 2018-09-02 03:20:42,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534403085709s 2018-09-02 03:20:42,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0cdd23c5-809c-490a-82e3-6e4b1d38c5fa 2018-09-02 03:20:42,581 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.21 2018-09-02 03:20:42,581 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:20:43:43 2018-09-02 03:20:42,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:42,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:43,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-840a214c-ea00-40fa-9416-e5771c0e9d14 x-compute-request-id: req-840a214c-ea00-40fa-9416-e5771c0e9d14 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:43,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-840a214c-ea00-40fa-9416-e5771c0e9d14 2018-09-02 03:20:43,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599743127823s 2018-09-02 03:20:43,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-840a214c-ea00-40fa-9416-e5771c0e9d14 2018-09-02 03:20:43,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:43,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:43,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0404890-308c-4a75-8c46-edd0d015c847 x-compute-request-id: req-d0404890-308c-4a75-8c46-edd0d015c847 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:43,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d0404890-308c-4a75-8c46-edd0d015c847 2018-09-02 03:20:43,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708111047745s 2018-09-02 03:20:43,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d0404890-308c-4a75-8c46-edd0d015c847 2018-09-02 03:20:43,898 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.6 2018-09-02 03:20:43,898 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:80:f2:ac 2018-09-02 03:20:43,898 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-09-02 03:20:43,899 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.205 2018-09-02 03:20:43,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:43,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:44,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3be35b83-6335-47c7-8179-11bb0e7eba66 x-compute-request-id: req-3be35b83-6335-47c7-8179-11bb0e7eba66 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:44,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3be35b83-6335-47c7-8179-11bb0e7eba66 2018-09-02 03:20:44,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526868104935s 2018-09-02 03:20:44,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3be35b83-6335-47c7-8179-11bb0e7eba66 2018-09-02 03:20:44,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:44,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:44,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15d49e97-8a22-4525-a44f-dc0c8a942ea7 x-compute-request-id: req-15d49e97-8a22-4525-a44f-dc0c8a942ea7 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:44,617 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15d49e97-8a22-4525-a44f-dc0c8a942ea7 2018-09-02 03:20:44,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186844110489s 2018-09-02 03:20:44,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-15d49e97-8a22-4525-a44f-dc0c8a942ea7 2018-09-02 03:20:44,621 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.5 2018-09-02 03:20:44,621 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:e6:ed:bc 2018-09-02 03:20:44,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:44,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:44,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8adf1fb5-4957-4b3e-a753-c714057b94c9 x-compute-request-id: req-8adf1fb5-4957-4b3e-a753-c714057b94c9 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:44,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8adf1fb5-4957-4b3e-a753-c714057b94c9 2018-09-02 03:20:44,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187636137009s 2018-09-02 03:20:44,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-8adf1fb5-4957-4b3e-a753-c714057b94c9 2018-09-02 03:20:44,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:20:44,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:20:45,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f86318d-960b-4508-bb2f-c830050966ec x-compute-request-id: req-0f86318d-960b-4508-bb2f-c830050966ec Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:20:45,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0f86318d-960b-4508-bb2f-c830050966ec 2018-09-02 03:20:45,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361283063889s 2018-09-02 03:20:45,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-0f86318d-960b-4508-bb2f-c830050966ec 2018-09-02 03:20:45,179 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.5 2018-09-02 03:20:45,179 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:f2:f1:81 2018-09-02 03:20:45,179 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-09-02 03:20:45,192 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 03:20:45,210 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-09-02 03:20:45,221 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 03:20:45,236 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-09-02 03:20:45,237 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-09-02 03:20:45,245 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 03:20:45,306 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-09-02 03:20:45' 2018-09-02 03:20:45,307 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-09-02 03:20:45,307 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-09-02 03:20:45,315 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 03:20:45,335 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.205. 2018-09-02 03:20:45,337 - paramiko.transport - DEBUG - starting thread (client mode): 0xebdc8690L 2018-09-02 03:20:45,338 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 03:20:45,342 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-02 03:20:45,342 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-02 03:20:45,342 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 03:20:45,343 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-02 03:20:45,343 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-02 03:20:45,343 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 03:20:45,343 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-02 03:20:45,343 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 03:20:45,381 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-02 03:20:45,472 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-02 03:20:45,472 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 03:20:45,474 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.205: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-02 03:20:45,510 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 03:20:45,517 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-02 03:20:45,517 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-02 03:20:45,539 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.205. 2018-09-02 03:20:45,540 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 03:20:45,541 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 03:20:45,541 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 03:20:45,543 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 03:20:45,545 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 03:20:46,568 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-09-02 03:20:47,570 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-09-02 03:20:52,575 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-09-02 03:20:53,577 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-09-02 03:20:58,582 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-09-02 03:20:59,584 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-09-02 03:21:04,590 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-09-02 03:21:05,592 - 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-09-02 03:21:10,597 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-09-02 03:21:11,599 - 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-09-02 03:21:16,605 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-09-02 03:21:17,606 - 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-09-02 03:21:22,607 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-09-02 03:21:23,609 - 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-09-02 03:21:28,615 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-09-02 03:21:29,617 - 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-09-02 03:21:34,618 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-09-02 03:21:35,620 - 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-09-02 03:21:40,625 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-09-02 03:21:41,627 - 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-09-02 03:21:46,632 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-09-02 03:21:47,634 - 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-09-02 03:21:52,639 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-09-02 03:21:53,641 - 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-09-02 03:21:58,647 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-09-02 03:21:59,649 - 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-09-02 03:22:04,654 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 03:22:05,656 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 03:22:10,661 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 ebgp-multihop '2' 2018-09-02 03:22:11,663 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 ebgp-multihop '2' [edit] vyos@vyos# 2018-09-02 03:22:16,669 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 remote-as 65002 2018-09-02 03:22:17,670 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 remote-as 65002 [edit] vyos@vyos# 2018-09-02 03:22:22,676 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 update-source 12.0.0.5 2018-09-02 03:22:23,678 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 update-source 12.0.0.5 [edit] vyos@vyos# 2018-09-02 03:22:28,683 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 soft-reconfiguration inbound 2018-09-02 03:22:29,685 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-09-02 03:22:34,690 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.6 password lab0033 2018-09-02 03:22:35,692 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.6 password lab0033 [edit] vyos@vyos# 2018-09-02 03:22:40,698 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-09-02 03:22:41,700 - 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-09-02 03:22:46,705 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-09-02 03:22:47,707 - 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-09-02 03:22:52,709 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-09-02 03:22:53,711 - 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-09-02 03:22:58,716 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-09-02 03:22:59,717 - 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-09-02 03:23:04,723 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-09-02 03:23:05,725 - 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-09-02 03:23:10,730 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-09-02 03:23:11,732 - 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-09-02 03:23:16,737 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-09-02 03:23:17,739 - 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-09-02 03:23:22,745 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-09-02 03:23:23,747 - 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-09-02 03:23:28,752 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-09-02 03:23:29,754 - 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-09-02 03:23:34,759 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-09-02 03:23:35,761 - 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-09-02 03:23:40,766 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.5 2018-09-02 03:23:41,768 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.5 [edit] vyos@vyos# 2018-09-02 03:23:46,773 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 03:23:47,775 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 03:23:52,819 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 03:23:52,841 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-09-02 03:23:52,859 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 03:23:52,894 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.208. 2018-09-02 03:23:52,897 - paramiko.transport - DEBUG - starting thread (client mode): 0xec8fb890L 2018-09-02 03:23:52,897 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 03:23:52,908 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-02 03:23:52,908 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-02 03:23:52,909 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 03:23:52,910 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-02 03:23:52,910 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-02 03:23:52,910 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 03:23:52,910 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-02 03:23:52,910 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 03:23:52,949 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-02 03:23:53,039 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-02 03:23:53,040 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 03:23:53,041 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.208: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-02 03:23:53,077 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 03:23:53,088 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-02 03:23:53,088 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-02 03:23:53,105 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.208. 2018-09-02 03:23:53,106 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 03:23:53,107 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 03:23:53,107 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 03:23:53,111 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 03:23:53,112 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 03:23:54,130 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-09-02 03:23:55,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-09-02 03:24:00,137 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-09-02 03:24:01,139 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-09-02 03:24:06,145 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-09-02 03:24:07,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-09-02 03:24:12,152 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-09-02 03:24:13,154 - 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-09-02 03:24:18,159 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-09-02 03:24:19,161 - 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-09-02 03:24:24,166 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-09-02 03:24:25,168 - 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-09-02 03:24:30,174 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-09-02 03:24:31,176 - 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-09-02 03:24:36,181 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-09-02 03:24:37,183 - 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-09-02 03:24:42,188 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-09-02 03:24:43,190 - 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-09-02 03:24:48,194 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-09-02 03:24:49,196 - 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-09-02 03:24:54,198 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-09-02 03:24:55,199 - 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-09-02 03:25:00,205 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-09-02 03:25:01,207 - 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-09-02 03:25:06,212 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-09-02 03:25:07,214 - 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-09-02 03:25:12,220 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 03:25:13,222 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 03:25:18,227 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' 2018-09-02 03:25:19,229 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' [edit] vyos@vyos# 2018-09-02 03:25:24,235 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 2018-09-02 03:25:25,237 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 [edit] vyos@vyos# 2018-09-02 03:25:30,242 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.6 2018-09-02 03:25:31,244 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.6 [edit] vyos@vyos# 2018-09-02 03:25:36,249 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inbound 2018-09-02 03:25:37,251 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-09-02 03:25:42,253 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 2018-09-02 03:25:43,255 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 [edit] vyos@vyos# 2018-09-02 03:25:48,260 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-09-02 03:25:49,262 - 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-09-02 03:25:54,267 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-09-02 03:25:55,269 - 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-09-02 03:26:00,275 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-09-02 03:26:01,277 - 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-09-02 03:26:06,282 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-09-02 03:26:07,284 - 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-09-02 03:26:12,289 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-09-02 03:26:13,291 - 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-09-02 03:26:18,297 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-09-02 03:26:19,299 - 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-09-02 03:26:24,304 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-09-02 03:26:25,306 - 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-09-02 03:26:30,312 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-09-02 03:26:31,314 - 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-09-02 03:26:36,319 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-09-02 03:26:37,321 - 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-09-02 03:26:42,326 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-09-02 03:26:43,329 - 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-09-02 03:26:48,334 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.6 2018-09-02 03:26:49,336 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.6 [edit] vyos@vyos# 2018-09-02 03:26:54,341 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 03:26:55,343 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 03:27:00,412 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 03:27:00,463 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-09-02 03:27:00,463 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-09-02 03:28:00,486 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-09-02 03:28:00,505 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 03:28:00,541 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.205. 2018-09-02 03:28:00,544 - paramiko.transport - DEBUG - starting thread (client mode): 0xec8fb890L 2018-09-02 03:28:00,544 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 03:28:00,552 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-02 03:28:00,553 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-02 03:28:00,554 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 03:28:00,554 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-02 03:28:00,554 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-02 03:28:00,554 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 03:28:00,555 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-02 03:28:00,555 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 03:28:00,586 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-02 03:28:00,696 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-02 03:28:00,696 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 03:28:00,698 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.205: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-02 03:28:00,735 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 03:28:00,740 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-02 03:28:00,741 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-02 03:28:00,762 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.205. 2018-09-02 03:28:00,762 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 03:28:00,763 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 03:28:00,763 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 03:28:00,765 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 03:28:00,767 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 03:28:01,768 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-09-02 03:28:31,846 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 03:28:31,878 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-09-02 03:28:31,878 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.5, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.6 4 65002 3 5 0 0 0 00:01:05 10 Total number of neighbors 1 vyos@vyos:~$ 2018-09-02 03:28:31,878 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 | no-more BGP neighbor is 12.0.0.6, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.6 BGP state = Established, up for 00:01:11 Last read 20:39:47, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 5 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.5 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.5, Local port: 179 Foreign host: 12.0.0.6, Foreign port: 55221 Nexthop: 12.0.0.5 Nexthop global: fe80::f816:3eff:fef2:f181 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-09-02 03:28:31,878 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.5 0 32768 i *> 10.0.2.0/24 12.0.0.5 0 32768 i *> 10.0.3.0/24 12.0.0.5 0 32768 i *> 10.0.4.0/24 12.0.0.5 0 32768 i *> 10.0.5.0/24 12.0.0.5 0 32768 i *> 10.0.6.0/24 12.0.0.5 0 32768 i *> 10.0.7.0/24 12.0.0.5 0 32768 i *> 10.0.8.0/24 12.0.0.5 0 32768 i *> 10.0.9.0/24 12.0.0.5 0 32768 i *> 10.0.10.0/24 12.0.0.5 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-02 03:28:31,878 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.6 0 0 65002 i *> 10.1.2.0/24 12.0.0.6 0 0 65002 i *> 10.1.3.0/24 12.0.0.6 0 0 65002 i *> 10.1.4.0/24 12.0.0.6 0 0 65002 i *> 10.1.5.0/24 12.0.0.6 0 0 65002 i *> 10.1.6.0/24 12.0.0.6 0 0 65002 i *> 10.1.7.0/24 12.0.0.6 0 0 65002 i *> 10.1.8.0/24 12.0.0.6 0 0 65002 i *> 10.1.9.0/24 12.0.0.6 0 0 65002 i *> 10.1.10.0/24 12.0.0.6 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-02 03:28:31,879 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.6 routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.6 0 0 65002 i *> 10.1.2.0/24 12.0.0.6 0 0 65002 i *> 10.1.3.0/24 12.0.0.6 0 0 65002 i *> 10.1.4.0/24 12.0.0.6 0 0 65002 i *> 10.1.5.0/24 12.0.0.6 0 0 65002 i *> 10.1.6.0/24 12.0.0.6 0 0 65002 i *> 10.1.7.0/24 12.0.0.6 0 0 65002 i *> 10.1.8.0/24 12.0.0.6 0 0 65002 i *> 10.1.9.0/24 12.0.0.6 0 0 65002 i *> 10.1.10.0/24 12.0.0.6 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-02 03:28:31,879 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-09-02 03:28:31,879 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.6' 2018-09-02 03:28:31,879 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-09-02 03:28:31,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:28:31,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:28:32,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:28:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5418bc2e-8ccb-47c1-8366-b9991807f7f9 x-compute-request-id: req-5418bc2e-8ccb-47c1-8366-b9991807f7f9 Content-Encoding: gzip Content-Length: 1179 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:28:32,808 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5418bc2e-8ccb-47c1-8366-b9991807f7f9 2018-09-02 03:28:32,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.927947998047s 2018-09-02 03:28:32,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-5418bc2e-8ccb-47c1-8366-b9991807f7f9 2018-09-02 03:28:32,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 03:28:32,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:28:32,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5b5134ca-e61e-4ddb-9ca4-c0be9be5c6f5 x-compute-request-id: req-5b5134ca-e61e-4ddb-9ca4-c0be9be5c6f5 Content-Type: application/json 2018-09-02 03:28:32,981 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 used request id req-5b5134ca-e61e-4ddb-9ca4-c0be9be5c6f5 2018-09-02 03:28:32,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.168651103973s 2018-09-02 03:28:32,981 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 used request id req-5b5134ca-e61e-4ddb-9ca4-c0be9be5c6f5 2018-09-02 03:28:32,981 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-09-02 03:28:32,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:28:32,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:28:33,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1c25d9c-dd2d-412d-a188-e8944b525fa0 x-compute-request-id: req-d1c25d9c-dd2d-412d-a188-e8944b525fa0 Content-Encoding: gzip Content-Length: 1194 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "11.0.0.21", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:43:43", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:f2:ac", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "1bae7a3f-7e06-42bb-8c16-d2a170fa50c9", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:28:32Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ed:bc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:f1:81", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db", "rel": "bookmark"}], "image": {"id": "e772ace7-dc49-427c-9a58-9919761eeb90", "links": [{"href": "http://172.30.9.38:8774/images/e772ace7-dc49-427c-9a58-9919761eeb90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:20:12.000000", "flavor": {"id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "links": [{"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}]}, "id": "6a1d27ba-4d7d-4540-aedd-17591566e2db", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:20:12Z", "hostId": "e7171cb8f1c68756c78a92005e0a402263cc7fdbc5cd324dd0a5fa91", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T03:19:27Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "b62712bc-0084-4b45-bff9-28bc30f8ac51"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:16:22Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:28:33,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d1c25d9c-dd2d-412d-a188-e8944b525fa0 2018-09-02 03:28:33,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714253902435s 2018-09-02 03:28:33,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-d1c25d9c-dd2d-412d-a188-e8944b525fa0 2018-09-02 03:28:33,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 03:28:33,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:28:33,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:28:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1f9c7fd-5aaa-41b8-9a0f-95daa85aa7e5 x-compute-request-id: req-a1f9c7fd-5aaa-41b8-9a0f-95daa85aa7e5 Content-Type: application/json 2018-09-02 03:28:33,867 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db used request id req-a1f9c7fd-5aaa-41b8-9a0f-95daa85aa7e5 2018-09-02 03:28:33,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166491985321s 2018-09-02 03:28:33,867 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/6a1d27ba-4d7d-4540-aedd-17591566e2db used request id req-a1f9c7fd-5aaa-41b8-9a0f-95daa85aa7e5 2018-09-02 03:28:33,982 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 03:28:33,982 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:09 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-02 03:28:33,987 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-09-02 03:28:33,987 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-09-02 03:28:34,077 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:34,077 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:34,077 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:34,077 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:34,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:34,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:34,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:34,078 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:10.467Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "31b2285f-968b-4c86-93a0-40a783e4db39"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:47.114Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e70e7181-afeb-4d86-8ae7-8b3acff03b99"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-09-02 03:28:34,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:34,078 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:34 GMT 2018-09-02 03:28:34,078 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:34,078 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-09-02 03:28:34,078 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:34,079 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-09-02 03:28:34,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:34,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:34,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:34 GMT 2018-09-02 03:28:34,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:34,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 03:28:34,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:34,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:28:34,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:34,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:34 GMT 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:34,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 03:28:34,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:34,358 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/8583bdd3-f4ab-40de-a5a7-ccd83dacd753 2018-09-02 03:28:34,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:34,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:34,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:34,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:34 GMT 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 03:28:34,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:39,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:28:39,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:34.943Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:34.943Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:35.889Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:35.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:35.889Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:35.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:35.889Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:35.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:35.889Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:35.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:36.893Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:36.893Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:36.893Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:36.893Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:37.899Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:37.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:37.899Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T03:28:37.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:37.899Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T03:28:37.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:37.899Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:37.899Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:38.904Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:38.904Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:38.904Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:38.904Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-09-02 03:28:39,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:39,486 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:39 GMT 2018-09-02 03:28:39,486 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:39,486 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10881 2018-09-02 03:28:39,486 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:39,486 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-09-02 03:28:39,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 03:28:39,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:39,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:39,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 03:28:39,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 03:28:39,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 03:28:39,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-02 03:28:39,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404] 2018-09-02 03:28:39,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404] 2018-09-02 03:28:39,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-02 03:28:39,488 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-02 03:28:39,489 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-02 03:28:39,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/8583bdd3-f4ab-40de-a5a7-ccd83dacd753 2018-09-02 03:28:39,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:39,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:39,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:39,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:39,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:39,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:39,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:39,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:28:39,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:39,546 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:39 GMT 2018-09-02 03:28:39,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:39,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 03:28:39,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:44,551 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:28:44,618 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:44,618 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:44,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:44,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:44,618 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:44,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:44,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:44,619 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:39.630Z", "message": "Detaching port 3db37062-296b-4496-b932-e50245288efa...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:39.630Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "f909b0f0-b5e1-4d75-8100-6ed61138fdae"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:40.108Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:40.108Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:40.267Z", "message": "Detaching port fd7c28e3-0062-4769-88d8-0c8d7b365296...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:40.267Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "60f5a54c-3136-4a39-95e6-7f8b6455a8ae"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:40.267Z", "message": "Successfully detached port 3db37062-296b-4496-b932-e50245288efa", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:40.267Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "f909b0f0-b5e1-4d75-8100-6ed61138fdae"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:40.267Z", "message": "Successfully detached port fd7c28e3-0062-4769-88d8-0c8d7b365296", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:40.267Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "60f5a54c-3136-4a39-95e6-7f8b6455a8ae"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:40.909Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:40.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:40.909Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:40.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:40.909Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:40.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:41.822Z", "message": "Detaching port e49fcdfa-9332-451f-ba0d-44cfa43626e4...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:41.822Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "a31f4f6d-ea39-4480-bf85-b4c989e5d95c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.281Z", "message": "Detaching port 7c684718-045d-45bf-ba61-8d598e13cfb0...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "c59f4ab3-be9e-4eb2-a18d-02e512aa57d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.281Z", "message": "Successfully detached port 7c684718-045d-45bf-ba61-8d598e13cfb0", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "c59f4ab3-be9e-4eb2-a18d-02e512aa57d9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.281Z", "message": "Successfully detached port e49fcdfa-9332-451f-ba0d-44cfa43626e4", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "a31f4f6d-ea39-4480-bf85-b4c989e5d95c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.294Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.294Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.942Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.942Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.942Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.942Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.942Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.942Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:42.942Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:42.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:43.355Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:43.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "7aaa56ed-620c-4bca-842f-2edd37314a92"}, {"node_instance_id": "reference_vnf_host_qh4xq4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.220Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T03:28:44.220Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.284Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:44.284Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "de12cc87-b538-45b5-a38d-22a0f45e08b6"}], "metadata": {"pagination": {"total": 38, "offset": 13, "size": 50}}} 2018-09-02 03:28:44,619 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:44,619 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:44 GMT 2018-09-02 03:28:44,619 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:44,619 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14101 2018-09-02 03:28:44,619 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:44,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 3db37062-296b-4496-b932-e50245288efa... 2018-09-02 03:28:44,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 03:28:44,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port fd7c28e3-0062-4769-88d8-0c8d7b365296... 2018-09-02 03:28:44,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 3db37062-296b-4496-b932-e50245288efa 2018-09-02 03:28:44,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port fd7c28e3-0062-4769-88d8-0c8d7b365296 2018-09-02 03:28:44,621 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-02 03:28:44,621 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-02 03:28:44,621 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 03:28:44,621 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port e49fcdfa-9332-451f-ba0d-44cfa43626e4... 2018-09-02 03:28:44,621 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 7c684718-045d-45bf-ba61-8d598e13cfb0... 2018-09-02 03:28:44,621 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 7c684718-045d-45bf-ba61-8d598e13cfb0 2018-09-02 03:28:44,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port e49fcdfa-9332-451f-ba0d-44cfa43626e4 2018-09-02 03:28:44,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 03:28:44,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:44,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:44,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 03:28:44,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 03:28:44,622 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 03:28:44,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 03:28:44,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 03:28:44,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-09-02 03:28:44,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 1bae7a3f-7e06-42bb-8c16-d2a170fa50c9 could not be found. [status_code=404] 2018-09-02 03:28:44,623 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-09-02 03:28:44,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/8583bdd3-f4ab-40de-a5a7-ccd83dacd753 2018-09-02 03:28:44,685 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:44,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:44,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:44,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:44,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:44,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:44,686 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:44,686 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:28:44,686 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:44,686 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:44 GMT 2018-09-02 03:28:44,686 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:44,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 03:28:44,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:49,692 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:28:49,756 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:49,756 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:49,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:49,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:49,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:49,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:49,757 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:49,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_to5h9i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.948Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:44.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.948Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:44.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.948Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:44.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.948Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:44.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.948Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:44.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_host_fvbc1z", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:44.948Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T03:28:44.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "keypair_to5h9i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "keypair_to5h9i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "keypair_to5h9i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.462Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.462Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "keypair_to5h9i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:46.866Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:46.866Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "b0a6e459-d085-4fe9-b599-1fb1a326d5ed"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:47.451Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:47.451Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "f76bf887-db1c-4d2b-9704-c1b97a5370cf"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:47.451Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:47.451Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "c9825ee1-47f4-4d9c-b5fc-f8f16199e052"}, {"node_instance_id": "keypair_to5h9i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:47.451Z", "message": "deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem", "level": "debug", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:47.451Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "b0a6e459-d085-4fe9-b599-1fb1a326d5ed"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:47.485Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:47.485Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:47.485Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:47.485Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:47.485Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:47.485Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:48.491Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:48.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:48.491Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:48.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:48.491Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:48.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:48.491Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:48.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "keypair_to5h9i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:48.491Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:48.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:48.962Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:48.962Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "70a74611-9230-4ddd-9601-1829eedffa5f"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:49.531Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:49.531Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:49.531Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:49.531Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:49.531Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:49.531Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:49.531Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:49.531Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_data_plane_port_duunkz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:49.531Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:49.531Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_data_plane_port_n6a5uy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:49.531Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:49.531Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}], "metadata": {"pagination": {"total": 74, "offset": 36, "size": 50}}} 2018-09-02 03:28:49,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:49,757 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:49 GMT 2018-09-02 03:28:49,757 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:49,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18813 2018-09-02 03:28:49,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:49,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:49,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:49,758 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:49,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:49,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:49,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 6a1d27ba-4d7d-4540-aedd-17591566e2db could not be found. [status_code=404] 2018-09-02 03:28:49,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:49,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:49,759 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-09-02 03:28:49,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 03:28:49,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-09-02 03:28:49,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-09-02 03:28:49,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 03:28:49,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-09-02 03:28:49,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-09-02 03:28:49,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 03:28:49,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 03:28:49,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-09-02 03:28:49,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:49,761 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 03:28:49,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 03:28:49,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:49,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 03:28:49,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 03:28:49,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-09-02 03:28:49,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-09-02 03:28:49,762 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 03:28:49,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:49,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 03:28:49,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:49,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 03:28:49,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 03:28:49,763 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 03:28:49,763 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/8583bdd3-f4ab-40de-a5a7-ccd83dacd753 2018-09-02 03:28:49,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:49,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:49,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:49,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:49 GMT 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 03:28:49,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:54,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:54,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_5s2tln", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:50.463Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:50.463Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "c57f30e6-25d7-4a8e-8187-9d29dfdf7a3f"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:50.543Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:50.543Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:50.543Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:50.543Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:50.543Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:50.543Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_port_y0vuyq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:50.543Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:50.543Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_subnet_8srtfd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.476Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.476Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "40fb7a49-a499-483a-9bbd-60941ceef278"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "security_group_5z41ww", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_port_5s2tln", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:51.549Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:51.549Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.500Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "6daad0e5-84be-4e50-b673-2d6a4e2d7303"}, {"node_instance_id": "security_group_5z41ww", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "security_group_5z41ww", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "security_group_5z41ww", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:52.574Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:52.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "target_vnf_ip_xbcpgt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:53.525Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:53.525Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "d6703efd-313f-4588-b801-21dd71158f4d"}, {"node_instance_id": "security_group_5z41ww", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:53.525Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:53.525Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "a384c5b8-a432-4e71-b3fd-8ddb8f91d206"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:53.584Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:53.584Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_subnet_8srtfd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:53.584Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:53.584Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:54.613Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:54.613Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:54.613Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:54.613Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:54.613Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:54.613Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "reference_vnf_ip_5wzuuh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:54.613Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:54.613Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "security_group_5z41ww", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:54.613Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:54.613Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_network_0ph0h2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:54.685Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:54.685Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "760a8280-0f32-48b3-91c3-81fa828968ac"}], "metadata": {"pagination": {"total": 107, "offset": 69, "size": 50}}} 2018-09-02 03:28:54,902 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:54,902 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:54 GMT 2018-09-02 03:28:54,902 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:54,902 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16527 2018-09-02 03:28:54,902 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:54,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 03:28:54,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:54,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-09-02 03:28:54,903 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-09-02 03:28:54,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 03:28:54,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-09-02 03:28:54,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:54,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 03:28:54,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:54,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:54,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:54,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:54,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 03:28:54,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 03:28:54,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-09-02 03:28:54,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:54,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:54,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 03:28:54,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-09-02 03:28:54,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 03:28:54,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 03:28:54,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-09-02 03:28:54,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 03:28:54,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-09-02 03:28:54,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-09-02 03:28:54,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:28:54,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-09-02 03:28:54,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:28:54,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-02 03:28:54,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-02 03:28:54,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 03:28:54,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 03:28:54,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-09-02 03:28:54,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/8583bdd3-f4ab-40de-a5a7-ccd83dacd753 2018-09-02 03:28:54,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:28:54,961 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:28:54,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:28:54 GMT 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 03:28:54,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:28:59,968 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:29:00,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:29:00,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_ip_xbcpgt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:55.618Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:55.618Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:56.624Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:56.624Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:56.624Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:56.624Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:56.624Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:56.624Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "data_plane_network_0ph0h2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:56.624Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:56.624Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:56.624Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:56.624Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:56.892Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:56.892Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "84d14e29-1395-41ae-b650-4f52704eb40a"}, {"node_instance_id": "management_plane_subnet_ut3gx9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:58.847Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:58.847Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:59.628Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:59.628Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "router_k90ihg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:28:59.628Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:28:59.628Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}], "metadata": {"pagination": {"total": 117, "offset": 102, "size": 50}}} 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:29:00,030 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:29:00 GMT 2018-09-02 03:29:00,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:29:00,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5122 2018-09-02 03:29:00,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:29:00,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 03:29:00,031 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:29:00,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-09-02 03:29:00,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-09-02 03:29:00,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-02 03:29:00,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-09-02 03:29:00,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-09-02 03:29:00,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-09-02 03:29:00,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:29:00,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:29:00,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/8583bdd3-f4ab-40de-a5a7-ccd83dacd753 2018-09-02 03:29:00,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:29:00,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:29:00,155 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:29:00,155 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:29:00 GMT 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 03:29:00,156 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:29:05,162 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 03:29:05,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:29:05,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:29:05,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_86naiw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:00.634Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:00.634Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "router_k90ihg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:00.634Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:00.634Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:00.634Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:00.634Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "router_k90ihg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:00.634Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:00.634Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:00.634Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:00.634Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "router_k90ihg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:00.634Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:00.634Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "router_k90ihg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:00.653Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:00.653Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "bab92c99-3312-451f-a91f-5a5061692c0a"}, {"node_instance_id": "management_plane_network_86naiw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:01.558Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:01.558Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "b6d277ce-6dc2-4aeb-8f8c-e20ce25d910a"}, {"node_instance_id": "management_plane_network_86naiw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:02.151Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:02.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "external_network_y91uad", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:03.310Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:03.310Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "router_k90ihg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:03.310Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:03.310Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "external_network_y91uad", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:04.654Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:04.654Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "external_network_y91uad", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:04.654Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:04.654Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "external_network_y91uad", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:04.654Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:04.654Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"}, {"node_instance_id": "external_network_y91uad", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T03:29:04.789Z", "message": "not deleting network since an external network is being used", "level": "info", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T03:29:04.789Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753", "logger": "b9581a5f-4b24-4797-98e4-b1c99f91355e"}], "metadata": {"pagination": {"total": 132, "offset": 112, "size": 50}}} 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:29:05 GMT 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7609 2018-09-02 03:29:05,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:29:05,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:29:05,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:29:05,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-02 03:29:05,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-09-02 03:29:05,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-02 03:29:05,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-09-02 03:29:05,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-09-02 03:29:05,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-09-02 03:29:05,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-02 03:29:05,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 03:29:05,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-09-02 03:29:05,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 03:29:05,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-02 03:29:05,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-02 03:29:05,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-09-02 03:29:05,227 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/8583bdd3-f4ab-40de-a5a7-ccd83dacd753 2018-09-02 03:29:05,277 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:29:05,277 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:28:34.187Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8583bdd3-f4ab-40de-a5a7-ccd83dacd753"} 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:29:05 GMT 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-09-02 03:29:05,278 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:29:05,279 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/deployments/vrouter-opnfv 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 03:29:05,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "target_vnf_flavor_id": "291ec895-adb9-4602-9276-6b5d2c9370ca", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "e772ace7-dc49-427c-9a58-9919761eeb90", "keystone_password": "3f0312af-be56-4af4-a4e8-22c1a29ec586", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.38:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "e772ace7-dc49-427c-9a58-9919761eeb90", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:09.844Z", "updated_at": "2018-09-02T03:18:09.844Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-09-02 03:29:05,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:29:05,656 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:29:05 GMT 2018-09-02 03:29:05,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:29:05,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-09-02 03:29:05,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:29:05,657 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/blueprints/vrouter-opnfv 2018-09-02 03:29:05,719 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 03:29:05,720 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-09-02T03:18:09.653Z", "updated_at": "2018-09-02T03:18:09.653Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "region": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-09-02 03:29:05,721 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 03:29:05,722 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 03:29:05 GMT 2018-09-02 03:29:05,722 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 03:29:05,722 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-09-02 03:29:05,722 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 03:29:05,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 03:29:05,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:06,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca93d2a9-abc4-43ba-aa49-47b90a733ad1 Date: Sun, 02 Sep 2018 03:29:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:29:06,285 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90 used request id req-ca93d2a9-abc4-43ba-aa49-47b90a733ad1 2018-09-02 03:29:06,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.552680969238s 2018-09-02 03:29:06,286 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/e772ace7-dc49-427c-9a58-9919761eeb90 used request id req-ca93d2a9-abc4-43ba-aa49-47b90a733ad1 2018-09-02 03:29:06,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:29:06,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:06,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43be5497-c568-4840-a8b8-11e8794622af x-compute-request-id: req-43be5497-c568-4840-a8b8-11e8794622af Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_alt_bd7cefff-c851-475a-a203-81f29cc9e166", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "291ec895-adb9-4602-9276-6b5d2c9370ca"}, {"name": "vyos_vrouter-flavor_bd7cefff-c851-475a-a203-81f29cc9e166", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "bc007fad-cc70-42ef-9de7-15612056dd34"}]} 2018-09-02 03:29:06,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-43be5497-c568-4840-a8b8-11e8794622af 2018-09-02 03:29:06,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.280964136124s 2018-09-02 03:29:06,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-43be5497-c568-4840-a8b8-11e8794622af 2018-09-02 03:29:06,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 03:29:06,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:06,608 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 03:29:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2672844a-251e-415a-8522-62e22cbda2d1 x-compute-request-id: req-2672844a-251e-415a-8522-62e22cbda2d1 Content-Length: 0 Content-Type: application/json 2018-09-02 03:29:06,608 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca used request id req-2672844a-251e-415a-8522-62e22cbda2d1 2018-09-02 03:29:06,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0384211540222s 2018-09-02 03:29:06,609 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/291ec895-adb9-4602-9276-6b5d2c9370ca used request id req-2672844a-251e-415a-8522-62e22cbda2d1 2018-09-02 03:29:06,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 03:29:06,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/1423b765-f4b2-4bbb-af6a-c86d624d9842.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:07,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-074be289-8bfa-49c6-ba16-590a2ffc62ee Content-Length: 0 Date: Sun, 02 Sep 2018 03:29:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:29:07,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/1423b765-f4b2-4bbb-af6a-c86d624d9842.json used request id req-074be289-8bfa-49c6-ba16-590a2ffc62ee 2018-09-02 03:29:07,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.12872409821s 2018-09-02 03:29:07,740 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/1423b765-f4b2-4bbb-af6a-c86d624d9842.json used request id req-074be289-8bfa-49c6-ba16-590a2ffc62ee 2018-09-02 03:29:07,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 03:29:07,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:07,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a3389e98-02ba-4bc5-8d31-a30ab790763d Date: Sun, 02 Sep 2018 03:29:07 GMT RESP BODY: {"floatingips": []} 2018-09-02 03:29:07,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a3389e98-02ba-4bc5-8d31-a30ab790763d 2018-09-02 03:29:07,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0605990886688s 2018-09-02 03:29:07,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-a3389e98-02ba-4bc5-8d31-a30ab790763d 2018-09-02 03:29:07,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 03:29:07,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:07,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:29:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7cd969e2-f644-4b8f-9c69-3696aad3d98d x-compute-request-id: req-7cd969e2-f644-4b8f-9c69-3696aad3d98d Content-Type: application/json 2018-09-02 03:29:07,991 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5 used request id req-7cd969e2-f644-4b8f-9c69-3696aad3d98d 2018-09-02 03:29:07,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.185530900955s 2018-09-02 03:29:07,992 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5 used request id req-7cd969e2-f644-4b8f-9c69-3696aad3d98d 2018-09-02 03:29:07,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:29:07,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:08,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01f4bf29-af48-4097-83f6-6401e8b0c40c x-compute-request-id: req-01f4bf29-af48-4097-83f6-6401e8b0c40c Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:74:4f", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.38:8774/v2.1/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "self"}, {"href": "http://172.30.9.38:8774/servers/5d34d807-359c-471f-bcc3-60db7b44a4b5", "rel": "bookmark"}], "image": {"id": "72969bf7-afb8-4778-aa09-06816857d82a", "links": [{"href": "http://172.30.9.38:8774/images/72969bf7-afb8-4778-aa09-06816857d82a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T03:16:22.000000", "flavor": {"id": "bc007fad-cc70-42ef-9de7-15612056dd34", "links": [{"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}]}, "id": "5d34d807-359c-471f-bcc3-60db7b44a4b5", "security_groups": [{"name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}], "user_id": "0060d0e6dfe2474a91f6ee1f13123997", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T03:29:07Z", "hostId": "f838711d88330ed380db039ef5458f95919351550f0bbbd3a22a5d78", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166", "name": "vyos_vrouter-vm_bd7cefff-c851-475a-a203-81f29cc9e166", "created": "2018-09-02T03:14:00Z", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 03:29:08,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-01f4bf29-af48-4097-83f6-6401e8b0c40c 2018-09-02 03:29:08,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563216924667s 2018-09-02 03:29:08,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-01f4bf29-af48-4097-83f6-6401e8b0c40c 2018-09-02 03:29:08,558 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 03:29:10,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 03:29:10,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:10,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3260f799-8899-4179-8d7c-51267cbe4d74 x-compute-request-id: req-3260f799-8899-4179-8d7c-51267cbe4d74 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 03:29:10,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3260f799-8899-4179-8d7c-51267cbe4d74 2018-09-02 03:29:10,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0712649822235s 2018-09-02 03:29:10,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/servers/detail used request id req-3260f799-8899-4179-8d7c-51267cbe4d74 2018-09-02 03:29:10,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 03:29:10,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:10,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-6c7ac7dc-517a-4a68-a923-24d4f4574072 Date: Sun, 02 Sep 2018 03:29:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:25Z", "updated_at": "2018-09-02T03:18:07Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:18:07Z", "revision_number": 0, "id": "367f9e16-e16e-418f-8a80-7944520517a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:18:07Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "4237f2e9-25c5-4f39-8d51-78ac4800f1a1", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "63746a46-fa7a-4339-8fa1-ef91d3c3ca1d", "remote_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "8a949b5d-1b46-4b12-aed1-cfba8659766c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:12:25Z", "revision_number": 0, "id": "dddbafa0-a351-4748-a424-b99674ca81a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:12:25Z", "security_group_id": "64158460-d9eb-4481-a621-a07f283d7a4e", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 2, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "64158460-d9eb-4481-a621-a07f283d7a4e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:13:56Z", "updated_at": "2018-09-02T03:13:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "059dc060-9a0b-49c8-a500-5f2f6d8019cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "1be80ca1-18c6-4ef5-85a9-a1736f1491f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "431e8ed1-0b58-41f2-aaf9-e6d838f048a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "447dbef4-00bb-4d2f-b29c-b03a0d9db3bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T03:13:57Z", "revision_number": 0, "id": "5e61901f-75bc-47bd-9c61-4812231a8c11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:57Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "c229e661-7344-4bc7-8e2b-bc3aa6a7806d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "caf9770f-651d-4557-9c05-c0dac236fd21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T03:13:56Z", "revision_number": 0, "id": "cf239a88-87bc-4cc7-ac11-9be86e68e94d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T03:13:56Z", "security_group_id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6eb3b9bcf034af18bac584eec1e7a44"}], "revision_number": 7, "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "b4c4aeff-e8db-4c38-aa75-67547bce25b3", "name": "vyos_vrouter-sg_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:29:10,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-6c7ac7dc-517a-4a68-a923-24d4f4574072 2018-09-02 03:29:10,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0636649131775s 2018-09-02 03:29:10,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/security-groups.json used request id req-6c7ac7dc-517a-4a68-a923-24d4f4574072 2018-09-02 03:29:10,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 03:29:10,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/security-groups/b4c4aeff-e8db-4c38-aa75-67547bce25b3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:10,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa8fde52-0a5d-42c7-80b2-3fc83a700d80 Content-Length: 0 Date: Sun, 02 Sep 2018 03:29:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:29:10,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/b4c4aeff-e8db-4c38-aa75-67547bce25b3.json used request id req-fa8fde52-0a5d-42c7-80b2-3fc83a700d80 2018-09-02 03:29:10,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.152940034866s 2018-09-02 03:29:10,856 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/security-groups/b4c4aeff-e8db-4c38-aa75-67547bce25b3.json used request id req-fa8fde52-0a5d-42c7-80b2-3fc83a700d80 2018-09-02 03:29:10,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 03:29:10,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/os-keypairs/vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:10,909 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 03:29:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09ef7f0a-15d7-4684-9458-ed77575ee585 x-compute-request-id: req-09ef7f0a-15d7-4684-9458-ed77575ee585 Content-Length: 0 Content-Type: application/json 2018-09-02 03:29:10,909 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166 used request id req-09ef7f0a-15d7-4684-9458-ed77575ee585 2018-09-02 03:29:10,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0527169704437s 2018-09-02 03:29:10,910 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/os-keypairs/vyos_vrouter-kp_bd7cefff-c851-475a-a203-81f29cc9e166 used request id req-09ef7f0a-15d7-4684-9458-ed77575ee585 2018-09-02 03:29:10,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 03:29:10,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" -d '{"subnet_id": "8fc871fd-de6b-41cd-bb1a-5effb7455679"}' 2018-09-02 03:29:12,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-347359c9-7f8a-4b4f-b5ce-64b27fdea20f Date: Sun, 02 Sep 2018 03:29:12 GMT RESP BODY: {"network_id": "446b96bf-8bdb-446e-bb45-90b737dcd161", "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "subnet_id": "8fc871fd-de6b-41cd-bb1a-5effb7455679", "subnet_ids": ["8fc871fd-de6b-41cd-bb1a-5effb7455679"], "port_id": "b859af44-465e-4ad4-9af6-dd7a4d0ccbe7", "id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df"} 2018-09-02 03:29:12,728 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df/remove_router_interface.json used request id req-347359c9-7f8a-4b4f-b5ce-64b27fdea20f 2018-09-02 03:29:12,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81788086891s 2018-09-02 03:29:12,728 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df/remove_router_interface.json used request id req-347359c9-7f8a-4b4f-b5ce-64b27fdea20f returning object c7ab6c7d-5e7e-4539-a79c-18580eb2a0df 2018-09-02 03:29:12,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 03:29:12,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:13,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-c38e10f4-4d2b-4baa-a1ed-d1ff7496ae92 Date: Sun, 02 Sep 2018 03:29:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d6eb3b9bcf034af18bac584eec1e7a44", "created_at": "2018-09-02T03:12:26Z", "admin_state_up": true, "updated_at": "2018-09-02T03:29:11Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "c7ab6c7d-5e7e-4539-a79c-18580eb2a0df", "name": "vyos_vrouter-router_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:29:13,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c38e10f4-4d2b-4baa-a1ed-d1ff7496ae92 2018-09-02 03:29:13,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.38896894455s 2018-09-02 03:29:13,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-c38e10f4-4d2b-4baa-a1ed-d1ff7496ae92 2018-09-02 03:29:13,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 03:29:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:14,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47ff76f9-577e-4692-b2a7-3deb2d80c14b Content-Length: 0 Date: Sun, 02 Sep 2018 03:29:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:29:14,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df.json used request id req-47ff76f9-577e-4692-b2a7-3deb2d80c14b 2018-09-02 03:29:14,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33312511444s 2018-09-02 03:29:14,453 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/c7ab6c7d-5e7e-4539-a79c-18580eb2a0df.json used request id req-47ff76f9-577e-4692-b2a7-3deb2d80c14b 2018-09-02 03:29:14,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 03:29:14,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:14,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-11ffa55f-2968-4a4f-a64e-8baa05ae4005 Date: Sun, 02 Sep 2018 03:29:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"446b96bf-8bdb-446e-bb45-90b737dcd161","tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T03:12:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d6eb3b9bcf034af18bac584eec1e7a44","id":"8fc871fd-de6b-41cd-bb1a-5effb7455679","subnetpool_id":null,"name":"vyos_vrouter-subnet_bd7cefff-c851-475a-a203-81f29cc9e166"}]} 2018-09-02 03:29:14,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-11ffa55f-2968-4a4f-a64e-8baa05ae4005 2018-09-02 03:29:14,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0445899963379s 2018-09-02 03:29:14,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-11ffa55f-2968-4a4f-a64e-8baa05ae4005 2018-09-02 03:29:14,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 03:29:14,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/8fc871fd-de6b-41cd-bb1a-5effb7455679.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:15,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-30752050-8273-4bdc-9557-3185c4d9b967 Date: Sun, 02 Sep 2018 03:29:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:29:15,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/8fc871fd-de6b-41cd-bb1a-5effb7455679.json used request id req-30752050-8273-4bdc-9557-3185c4d9b967 2018-09-02 03:29:15,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.07833123207s 2018-09-02 03:29:15,578 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/8fc871fd-de6b-41cd-bb1a-5effb7455679.json used request id req-30752050-8273-4bdc-9557-3185c4d9b967 2018-09-02 03:29:15,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:29:15,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:15,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-266ae38f-12aa-4101-9861-ec6dcf07ed11 Date: Sun, 02 Sep 2018 03:29:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"446b96bf-8bdb-446e-bb45-90b737dcd161","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d6eb3b9bcf034af18bac584eec1e7a44","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T03:29:15Z","qos_policy_id":null,"name":"vyos_vrouter-net_bd7cefff-c851-475a-a203-81f29cc9e166","admin_state_up":true,"tenant_id":"d6eb3b9bcf034af18bac584eec1e7a44","created_at":"2018-09-02T03:12:25Z","mtu":1450}]} 2018-09-02 03:29:15,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-266ae38f-12aa-4101-9861-ec6dcf07ed11 2018-09-02 03:29:15,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0966289043427s 2018-09-02 03:29:15,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-266ae38f-12aa-4101-9861-ec6dcf07ed11 2018-09-02 03:29:15,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 03:29:15,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/446b96bf-8bdb-446e-bb45-90b737dcd161.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:16,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42c2db5c-5557-4cd6-bfe4-51f1340380fc Date: Sun, 02 Sep 2018 03:29:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 03:29:16,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/446b96bf-8bdb-446e-bb45-90b737dcd161.json used request id req-42c2db5c-5557-4cd6-bfe4-51f1340380fc 2018-09-02 03:29:16,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25793814659s 2018-09-02 03:29:16,935 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/446b96bf-8bdb-446e-bb45-90b737dcd161.json used request id req-42c2db5c-5557-4cd6-bfe4-51f1340380fc 2018-09-02 03:29:16,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:29:16,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:17,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-daec8b23-aebd-48cb-93ad-ad7071fbcecc Date: Sun, 02 Sep 2018 03:29:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:13:55Z", "file": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a/file", "owner": "d6eb3b9bcf034af18bac584eec1e7a44", "id": "72969bf7-afb8-4778-aa09-06816857d82a", "size": 4373348352, "self": "/v2/images/72969bf7-afb8-4778-aa09-06816857d82a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/72969bf7-afb8-4778-aa09-06816857d82a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_bd7cefff-c851-475a-a203-81f29cc9e166", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T03:12:54Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:29:17,634 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-daec8b23-aebd-48cb-93ad-ad7071fbcecc 2018-09-02 03:29:17,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.694922924042s 2018-09-02 03:29:17,634 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-daec8b23-aebd-48cb-93ad-ad7071fbcecc 2018-09-02 03:29:17,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 03:29:17,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/72969bf7-afb8-4778-aa09-06816857d82a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d37cd3c8cdcb35f7b36344364c197184b93ac8aa" 2018-09-02 03:29:18,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed6a7d2c-2458-4bad-9871-4c987056e0cb Date: Sun, 02 Sep 2018 03:29:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:29:18,228 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/72969bf7-afb8-4778-aa09-06816857d82a used request id req-ed6a7d2c-2458-4bad-9871-4c987056e0cb 2018-09-02 03:29:18,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.592277050018s 2018-09-02 03:29:18,229 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/72969bf7-afb8-4778-aa09-06816857d82a used request id req-ed6a7d2c-2458-4bad-9871-4c987056e0cb 2018-09-02 03:29:18,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 03:29:18,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:18,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d744852-4742-4d14-8f50-d7aa423fcf8d x-compute-request-id: req-4d744852-4742-4d14-8f50-d7aa423fcf8d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_bd7cefff-c851-475a-a203-81f29cc9e166", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/bc007fad-cc70-42ef-9de7-15612056dd34", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "bc007fad-cc70-42ef-9de7-15612056dd34"}]} 2018-09-02 03:29:18,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-4d744852-4742-4d14-8f50-d7aa423fcf8d 2018-09-02 03:29:18,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215129852295s 2018-09-02 03:29:18,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-4d744852-4742-4d14-8f50-d7aa423fcf8d 2018-09-02 03:29:18,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 03:29:18,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:18,281 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 03:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbdcf530-6173-461c-9c0a-a5648356938c x-compute-request-id: req-dbdcf530-6173-461c-9c0a-a5648356938c Content-Length: 0 Content-Type: application/json 2018-09-02 03:29:18,281 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34 used request id req-dbdcf530-6173-461c-9c0a-a5648356938c 2018-09-02 03:29:18,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0286219120026s 2018-09-02 03:29:18,282 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/bc007fad-cc70-42ef-9de7-15612056dd34 used request id req-dbdcf530-6173-461c-9c0a-a5648356938c 2018-09-02 03:29:18,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 03:29:18,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:18,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b43a6f2-fb9d-4919-a856-4845379291a4 Content-Encoding: gzip Content-Length: 1219 Content-Type: application/json RESP BODY: {"users": [{"name": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "links": {"self": "http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0060d0e6dfe2474a91f6ee1f13123997", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 03:29:18,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-7b43a6f2-fb9d-4919-a856-4845379291a4 2018-09-02 03:29:18,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206684112549s 2018-09-02 03:29:18,489 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-7b43a6f2-fb9d-4919-a856-4845379291a4 2018-09-02 03:29:18,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 03:29:18,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:18,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0692d458-9b78-4268-a465-92d0a4371aae Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_bd7cefff-c851-475a-a203-81f29cc9e166", "links": {"self": "http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0060d0e6dfe2474a91f6ee1f13123997", "description": null}} 2018-09-02 03:29:18,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997 used request id req-0692d458-9b78-4268-a465-92d0a4371aae 2018-09-02 03:29:18,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198581933975s 2018-09-02 03:29:18,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997 used request id req-0692d458-9b78-4268-a465-92d0a4371aae 2018-09-02 03:29:18,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 03:29:18,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:18,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:29:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56f59fa1-f801-4ce8-916f-971af1c5bafa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 03:29:18,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997 used request id req-56f59fa1-f801-4ce8-916f-971af1c5bafa 2018-09-02 03:29:18,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.273451089859s 2018-09-02 03:29:18,970 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/0060d0e6dfe2474a91f6ee1f13123997 used request id req-56f59fa1-f801-4ce8-916f-971af1c5bafa 2018-09-02 03:29:18,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 03:29:18,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:19,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dae85349-0f11-41ed-92de-abf0dd2dde0c Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44"}, "tags": [], "enabled": true, "id": "d6eb3b9bcf034af18bac584eec1e7a44", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_bd7cefff-c851-475a-a203-81f29cc9e166"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}]} 2018-09-02 03:29:19,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-dae85349-0f11-41ed-92de-abf0dd2dde0c 2018-09-02 03:29:19,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.166758060455s 2018-09-02 03:29:19,143 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-dae85349-0f11-41ed-92de-abf0dd2dde0c 2018-09-02 03:29:19,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 03:29:19,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c82fad1596cc804c55ea88ccdb91f88ff4af8146" 2018-09-02 03:29:19,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:29:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f88b90bb-7363-455a-aa08-9603b19839d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 03:29:19,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44 used request id req-f88b90bb-7363-455a-aa08-9603b19839d7 2018-09-02 03:29:19,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.235033988953s 2018-09-02 03:29:19,384 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/d6eb3b9bcf034af18bac584eec1e7a44 used request id req-f88b90bb-7363-455a-aa08-9603b19839d7 2018-09-02 03:29:19,460 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-09-02 03:29:19,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 03:29:19,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 03:29:19,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 03:29:19,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 03:29:19,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 03:29:19,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 03:29:19,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 03:29:19,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 03:29:19,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 03:29:19,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:29:19,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802deafa-615f-456d-a6b1-52d76414af60 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 03:29:19,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-802deafa-615f-456d-a6b1-52d76414af60 2018-09-02 03:29:19,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 03:29:19,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "527a26856ff64a55b36113867c009231", "name": "admin"}, {"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T04:29:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43d114e2c334430bf08047d43583a7d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/f43d114e2c334430bf08047d43583a7d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9069fb4d8e9748779396cb8799deae57"}, "audit_ids": ["k5zFy020RQ2nZZtMZKCLPg"], "issued_at": "2018-09-02T03:29:19.000000Z"}} 2018-09-02 03:29:19,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:29:19,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:20,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-feb99617-bee4-4fd4-92de-48197829576d Date: Sun, 02 Sep 2018 03:29:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","provider:network_type":"flat"}]} 2018-09-02 03:29:20,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-feb99617-bee4-4fd4-92de-48197829576d 2018-09-02 03:29:20,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.329710006714s 2018-09-02 03:29:20,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json?router%3Aexternal=True used request id req-feb99617-bee4-4fd4-92de-48197829576d 2018-09-02 03:29:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:29:20,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 03:29:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22afb086-c3db-4d70-a027-be1c9647e8ea Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}]}} 2018-09-02 03:29:20,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/ used request id req-22afb086-c3db-4d70-a027-be1c9647e8ea 2018-09-02 03:29:20,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 03:29:20,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:20,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8122e9e7-1661-48cf-a464-9bf4ddc05ae8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.38:5000/v3/domains/cc9df2675f614cc882c4fe557aebd8f5"}, "tags": [], "enabled": true, "id": "cc9df2675f614cc882c4fe557aebd8f5", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.38:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 03:29:20,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-8122e9e7-1661-48cf-a464-9bf4ddc05ae8 2018-09-02 03:29:20,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.175001859665s 2018-09-02 03:29:20,411 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains used request id req-8122e9e7-1661-48cf-a464-9bf4ddc05ae8 2018-09-02 03:29:20,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 03:29:20,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733"}}' 2018-09-02 03:29:20,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 03:29:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4b9c58f-4be1-46c4-b9fc-6d0051402117 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442"}, "tags": [], "enabled": true, "id": "23e715ba95e84dfbbf6da86793041442", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733"}} 2018-09-02 03:29:20,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-b4b9c58f-4be1-46c4-b9fc-6d0051402117 2018-09-02 03:29:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.30261015892s 2018-09-02 03:29:20,720 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/projects used request id req-b4b9c58f-4be1-46c4-b9fc-6d0051402117 2018-09-02 03:29:20,721 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: juju_epc', u'tags': [], 'enabled': True, 'id': u'23e715ba95e84dfbbf6da86793041442', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733'}) 2018-09-02 03:29:20,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 03:29:20,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9ffe2fcd-0654-45e3-8bfc-c80856b2110e", "email": null, "name": "juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733"}}' 2018-09-02 03:29:21,193 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 03:29:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4470d6d4-2f41-4773-b4b0-3daf930d6a55 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": {"self": "http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "418ef6637fd844a6bd34ff061bf7c651", "domain_id": "default", "password_expires_at": null}} 2018-09-02 03:29:21,193 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-4470d6d4-2f41-4773-b4b0-3daf930d6a55 2018-09-02 03:29:21,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.465904951096s 2018-09-02 03:29:21,193 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.38:5000/v3/users used request id req-4470d6d4-2f41-4773-b4b0-3daf930d6a55 2018-09-02 03:29:21,194 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'418ef6637fd844a6bd34ff061bf7c651', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733'}) 2018-09-02 03:29:21,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 03:29:21,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:21,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df701ba-89ca-48a2-808b-b8f90c38608d Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 03:29:21,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3df701ba-89ca-48a2-808b-b8f90c38608d 2018-09-02 03:29:21,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177813053131s 2018-09-02 03:29:21,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3df701ba-89ca-48a2-808b-b8f90c38608d 2018-09-02 03:29:21,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 03:29:21,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:21,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a22832d2-708a-4ad2-b306-ab17b36630e2 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 03:29:21,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a22832d2-708a-4ad2-b306-ab17b36630e2 2018-09-02 03:29:21,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109787940979s 2018-09-02 03:29:21,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-a22832d2-708a-4ad2-b306-ab17b36630e2 2018-09-02 03:29:21,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 03:29:21,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:21,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d6a13ad-5e87-4ec1-87af-4916380068ce Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16083a36f01a4f0ba54988d95e47479e", "links": {"self": "http://172.30.9.38:5000/v3/roles/16083a36f01a4f0ba54988d95e47479e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "2b428814e29744cf9fdec60f2191c530", "links": {"self": "http://172.30.9.38:5000/v3/roles/2b428814e29744cf9fdec60f2191c530"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "527a26856ff64a55b36113867c009231", "links": {"self": "http://172.30.9.38:5000/v3/roles/527a26856ff64a55b36113867c009231"}, "name": "admin"}, {"domain_id": null, "id": "98fe14e3daf64427bd45b683823b0719", "links": {"self": "http://172.30.9.38:5000/v3/roles/98fe14e3daf64427bd45b683823b0719"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.38:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0f5cf6283fc425086cbc67ca78291e4", "links": {"self": "http://172.30.9.38:5000/v3/roles/b0f5cf6283fc425086cbc67ca78291e4"}, "name": "reader"}, {"domain_id": null, "id": "b6f7f64d2470474486990d8eb0b204c1", "links": {"self": "http://172.30.9.38:5000/v3/roles/b6f7f64d2470474486990d8eb0b204c1"}, "name": "member"}, {"domain_id": null, "id": "df16ad8de25d445ea6009891fd0b4efb", "links": {"self": "http://172.30.9.38:5000/v3/roles/df16ad8de25d445ea6009891fd0b4efb"}, "name": "ResellerAdmin"}]} 2018-09-02 03:29:21,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3d6a13ad-5e87-4ec1-87af-4916380068ce 2018-09-02 03:29:21,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0986318588257s 2018-09-02 03:29:21,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/roles used request id req-3d6a13ad-5e87-4ec1-87af-4916380068ce 2018-09-02 03:29:21,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 03:29:21,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:21,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bbb62f3-8626-47e0-adcb-8a2254e737b5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.38:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 03:29:21,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-7bbb62f3-8626-47e0-adcb-8a2254e737b5 2018-09-02 03:29:21,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180058002472s 2018-09-02 03:29:21,779 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/domains/default used request id req-7bbb62f3-8626-47e0-adcb-8a2254e737b5 2018-09-02 03:29:21,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 03:29:21,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:21,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66dc4679-88a3-4734-8742-b2e7b7816022 Content-Encoding: gzip Content-Length: 1215 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": {"self": "http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "418ef6637fd844a6bd34ff061bf7c651", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 03:29:21,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-66dc4679-88a3-4734-8742-b2e7b7816022 2018-09-02 03:29:21,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124439954758s 2018-09-02 03:29:21,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-66dc4679-88a3-4734-8742-b2e7b7816022 2018-09-02 03:29:21,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 03:29:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:22,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20969ce4-f3cf-42dc-be8a-780945f7f121 Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442"}, "tags": [], "enabled": true, "id": "23e715ba95e84dfbbf6da86793041442", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}]} 2018-09-02 03:29:22,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-20969ce4-f3cf-42dc-be8a-780945f7f121 2018-09-02 03:29:22,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178395986557s 2018-09-02 03:29:22,096 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects?domain_id=default used request id req-20969ce4-f3cf-42dc-be8a-780945f7f121 2018-09-02 03:29:22,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 03:29:22,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:5000/v3/role_assignments?user.id=418ef6637fd844a6bd34ff061bf7c651&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=23e715ba95e84dfbbf6da86793041442" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:22,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4df8ab0-c0ab-4765-a05d-77e0100e2707 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.38:5000/v3/role_assignments?user.id=418ef6637fd844a6bd34ff061bf7c651&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=23e715ba95e84dfbbf6da86793041442", "previous": null, "next": null}} 2018-09-02 03:29:22,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=418ef6637fd844a6bd34ff061bf7c651&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=23e715ba95e84dfbbf6da86793041442 used request id req-f4df8ab0-c0ab-4765-a05d-77e0100e2707 2018-09-02 03:29:22,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.162800073624s 2018-09-02 03:29:22,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/role_assignments?user.id=418ef6637fd844a6bd34ff061bf7c651&role.id=b6f7f64d2470474486990d8eb0b204c1&scope.project.id=23e715ba95e84dfbbf6da86793041442 used request id req-f4df8ab0-c0ab-4765-a05d-77e0100e2707 2018-09-02 03:29:22,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 03:29:22,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442/users/418ef6637fd844a6bd34ff061bf7c651/roles/b6f7f64d2470474486990d8eb0b204c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:22,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 03:29:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f61a34e0-96a3-4f1e-acfc-fe1b52f76101 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 03:29:22,404 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442/users/418ef6637fd844a6bd34ff061bf7c651/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-f61a34e0-96a3-4f1e-acfc-fe1b52f76101 2018-09-02 03:29:22,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.132755041122s 2018-09-02 03:29:22,404 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442/users/418ef6637fd844a6bd34ff061bf7c651/roles/b6f7f64d2470474486990d8eb0b204c1 used request id req-f61a34e0-96a3-4f1e-acfc-fe1b52f76101 2018-09-02 03:29:22,405 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'23e715ba95e84dfbbf6da86793041442', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9ffe2fcd-0654-45e3-8bfc-c80856b2110e', 'username': u'juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.38:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 03:29:22,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 03:29:22,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 03:29:22,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 03:29:22,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 03:29:22,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 03:29:22,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 03:29:22,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 03:29:22,410 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733', 'password': '9ffe2fcd-0654-45e3-8bfc-c80856b2110e', 'project_name': 'juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.38:5000/v3', 'project_id': '23e715ba95e84dfbbf6da86793041442', 'project_domain_name': 'Default'} 2018-09-02 03:29:22,473 - 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-09-02 03:29:22,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 03:29:22,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:29:22,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 03:29:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1fc9060-c2dd-4cfd-9a7f-20ffd953556d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.9:35357/v3/", "rel": "self"}]}]}} 2018-09-02 03:29:22,503 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.9:35357/ used request id req-f1fc9060-c2dd-4cfd-9a7f-20ffd953556d 2018-09-02 03:29:22,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:22,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3790b05a-1a58-4765-a092-5948a1379414 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/03152272519047e784ab64998f146247"}, "enabled": true, "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/0d0850de8d204c008ffb4a0fb6aa9104"}, "enabled": true, "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/10744d919fbe40deb763abfef73d2d06"}, "enabled": true, "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/1af778801bdb49ae81cc8bf03c6bbca9"}, "enabled": true, "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2acdfcdb9efa43698c4419fa6956f5b7"}, "enabled": true, "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/5b6e76c0258d47f0b72d6d0f32ce7841"}, "enabled": true, "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/61d0e1fef8ca467fa3769dc41e745f71"}, "enabled": true, "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/7f3de4cf645c4538b8e2e7adc9f8c335"}, "enabled": true, "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/8da63989a85547e4a80290fc36054ef4"}, "enabled": true, "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c2b31f315999459fa3090b9800767f6a"}, "enabled": true, "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c9e3e32b1a0540789fa5dd352e30a282"}, "enabled": true, "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/cdd787984fe345699bf94ca5a969b22f"}, "enabled": true, "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d11d4b2866254421ad8e93e7897da2e6"}, "enabled": true, "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/d71ddc6bbdaa4d2fac7e2fc72951ad40"}, "enabled": true, "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e0c9b76b259b4b2f8789e6a388d9c161"}, "enabled": true, "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-09-02 03:29:22,679 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-3790b05a-1a58-4765-a092-5948a1379414 2018-09-02 03:29:22,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.182807922363s 2018-09-02 03:29:22,679 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-3790b05a-1a58-4765-a092-5948a1379414 2018-09-02 03:29:22,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 03:29:22,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 03:29:22,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06038664-7a31-4ffb-be6c-cb70c8354396 Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/01a171edb01147e5b0a521358fb32652"}, "url": "http://172.30.9.38:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "01a171edb01147e5b0a521358fb32652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/059b66e5c6c34410879e05f33ec0509c"}, "url": "http://172.30.9.38:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "03152272519047e784ab64998f146247", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/0f6aa7c97fc942668a4941db86c160bf"}, "url": "http://172.30.9.38:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/12cfdb616be04444a09def77d132758e"}, "url": "http://12.0.0.36:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "12cfdb616be04444a09def77d132758e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/149df4350e09482ca98f69cd8176785a"}, "url": "http://12.0.0.36:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "149df4350e09482ca98f69cd8176785a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/174eded9b7694ef9b371a1415555cab5"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "174eded9b7694ef9b371a1415555cab5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/18d0e37ae8624d1f9a7d944e170790f6"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/20d8610febbc434abce8924d470a8600"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "20d8610febbc434abce8924d470a8600"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2598d05fe7ef43e8b18781d66656b9b3"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2c9d13e7ee124e699962336497c75f2e"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2d5e059c02dc476192ddca6e7e0347b5"}, "url": "http://172.30.9.38:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/2fbd5922f55b4ff9bc6863cc41a92182"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/3084b4f84dd24e0b84cca02e6914932e"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/40bed19623a940598639ae2560554b93"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "40bed19623a940598639ae2560554b93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4afcb44242dc4eabb426e83cc74fd875"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "03152272519047e784ab64998f146247", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/4e659f25030f4a6b96404f149c3c281c"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/52320c3072b1498b8ac0823b4de6db64"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8da63989a85547e4a80290fc36054ef4", "id": "52320c3072b1498b8ac0823b4de6db64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/53180d77552841ada15d87b8d68550e9"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "53180d77552841ada15d87b8d68550e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/5915d8ba61fa45e89fb513957a463fb8"}, "url": "http://172.30.9.38:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6273d35e59ab4311ae3982eee17c2985"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/66955fe9d9b64eac91cdd6b4569a7958"}, "url": "http://172.30.9.38:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6bde690667f743b18a6e0d7484a0b14e"}, "url": "http://172.30.9.38:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/6ea7bb772a9f471da3647da4300a9d54"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/75942e34108e4924b75f0b93b318ff60"}, "url": "http://172.30.9.38:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "75942e34108e4924b75f0b93b318ff60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/8b58f690a9194b97886d6e69886fc75b"}, "url": "http://172.30.9.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c9e3e32b1a0540789fa5dd352e30a282", "id": "8b58f690a9194b97886d6e69886fc75b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/9497dcd3d91e46dfae7a732ad24a9dd4"}, "url": "http://172.30.9.38:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/98e2e574c3b943e2a727bb71556ff07e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/a58e3c0d035740acbb6085989a0034d2"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/aeee9c6233cf42db87188253f9be884f"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "03152272519047e784ab64998f146247", "id": "aeee9c6233cf42db87188253f9be884f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b101e53616fc4701b83cd9c4a72a2152"}, "url": "http://172.30.9.38:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/b2fc63bbea9e4f79a8c5674eff9239f4"}, "url": "http://172.30.9.38:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1af778801bdb49ae81cc8bf03c6bbca9", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/c9b19882ea5347c0b7b2b1554e463040"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/cbd24ae7336a472ba280179deedbb81f"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d11d4b2866254421ad8e93e7897da2e6", "id": "cbd24ae7336a472ba280179deedbb81f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e47a066f3aa2456b8ed21962817c619a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d0850de8d204c008ffb4a0fb6aa9104", "id": "e47a066f3aa2456b8ed21962817c619a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e6b46c4ded3d4939aff885341394114f"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2acdfcdb9efa43698c4419fa6956f5b7", "id": "e6b46c4ded3d4939aff885341394114f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/e703bb2fd08b48ee9448e805519cec79"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "10744d919fbe40deb763abfef73d2d06", "id": "e703bb2fd08b48ee9448e805519cec79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/ed42944e1b51403f8682356214f7becb"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b6e76c0258d47f0b72d6d0f32ce7841", "id": "ed42944e1b51403f8682356214f7becb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f0c5843a2de94bd9a46d37331bfa4b07"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e0c9b76b259b4b2f8789e6a388d9c161", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f337beb8c2f04455b3ecc387f26f6eaf"}, "url": "http://172.30.9.38:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61d0e1fef8ca467fa3769dc41e745f71", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/f93a6cfd3c384a7d977b3c517ee5f18d"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdd787984fe345699bf94ca5a969b22f", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fc6a184db39e497791f0bf77edc1a817"}, "url": "http://172.30.9.38:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f3de4cf645c4538b8e2e7adc9f8c335", "id": "fc6a184db39e497791f0bf77edc1a817"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.38:5000/v3/endpoints/fea51e19760544889a6d3b919103d993"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c2b31f315999459fa3090b9800767f6a", "id": "fea51e19760544889a6d3b919103d993"}], "links": {"self": "http://172.30.9.38:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 03:29:22,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-06038664-7a31-4ffb-be6c-cb70c8354396 2018-09-02 03:29:22,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.103849887848s 2018-09-02 03:29:22,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/endpoints used request id req-06038664-7a31-4ffb-be6c-cb70c8354396 2018-09-02 03:29:22,798 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-09-02 03:29:22,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:29:22,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0bd4a2-eb85-4359-9b07-272d3de51c62 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.38:5000/v3/", "rel": "self"}]}} 2018-09-02 03:29:22,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.38:5000/v3 used request id req-5e0bd4a2-eb85-4359-9b07-272d3de51c62 2018-09-02 03:29:22,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.38:5000/v3/auth/tokens 2018-09-02 03:29:23,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b0f5cf6283fc425086cbc67ca78291e4", "name": "reader"}, {"id": "b6f7f64d2470474486990d8eb0b204c1", "name": "member"}], "expires_at": "2018-09-02T04:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23e715ba95e84dfbbf6da86793041442", "name": "juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.38:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "059b66e5c6c34410879e05f33ec0509c"}, {"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4afcb44242dc4eabb426e83cc74fd875"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aeee9c6233cf42db87188253f9be884f"}], "type": "event", "id": "03152272519047e784ab64998f146247", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18d0e37ae8624d1f9a7d944e170790f6"}, {"url": "http://172.30.9.38:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66955fe9d9b64eac91cdd6b4569a7958"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e47a066f3aa2456b8ed21962817c619a"}], "type": "image", "id": "0d0850de8d204c008ffb4a0fb6aa9104", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/23e715ba95e84dfbbf6da86793041442", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2598d05fe7ef43e8b18781d66656b9b3"}, {"url": "http://172.30.9.38:8776/v1/23e715ba95e84dfbbf6da86793041442", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5915d8ba61fa45e89fb513957a463fb8"}, {"url": "http://192.30.9.9:8776/v1/23e715ba95e84dfbbf6da86793041442", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e703bb2fd08b48ee9448e805519cec79"}], "type": "volume", "id": "10744d919fbe40deb763abfef73d2d06", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c9d13e7ee124e699962336497c75f2e"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53180d77552841ada15d87b8d68550e9"}, {"url": "http://172.30.9.38:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2fc63bbea9e4f79a8c5674eff9239f4"}], "type": "cloudformation", "id": "1af778801bdb49ae81cc8bf03c6bbca9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ea7bb772a9f471da3647da4300a9d54"}, {"url": "http://172.30.9.38:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9497dcd3d91e46dfae7a732ad24a9dd4"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6b46c4ded3d4939aff885341394114f"}], "type": "network", "id": "2acdfcdb9efa43698c4419fa6956f5b7", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6273d35e59ab4311ae3982eee17c2985"}, {"url": "http://172.30.9.38:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6bde690667f743b18a6e0d7484a0b14e"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed42944e1b51403f8682356214f7becb"}], "type": "identity", "id": "5b6e76c0258d47f0b72d6d0f32ce7841", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/23e715ba95e84dfbbf6da86793041442", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "174eded9b7694ef9b371a1415555cab5"}, {"url": "http://192.30.9.9:8004/v1/23e715ba95e84dfbbf6da86793041442", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9b19882ea5347c0b7b2b1554e463040"}, {"url": "http://172.30.9.38:8004/v1/23e715ba95e84dfbbf6da86793041442", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f337beb8c2f04455b3ecc387f26f6eaf"}], "type": "orchestration", "id": "61d0e1fef8ca467fa3769dc41e745f71", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/23e715ba95e84dfbbf6da86793041442", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20d8610febbc434abce8924d470a8600"}, {"url": "http://192.30.9.9:8776/v3/23e715ba95e84dfbbf6da86793041442", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98e2e574c3b943e2a727bb71556ff07e"}, {"url": "http://172.30.9.38:8776/v3/23e715ba95e84dfbbf6da86793041442", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc6a184db39e497791f0bf77edc1a817"}], "type": "volumev3", "id": "7f3de4cf645c4538b8e2e7adc9f8c335", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.38:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d5e059c02dc476192ddca6e7e0347b5"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2fbd5922f55b4ff9bc6863cc41a92182"}, {"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52320c3072b1498b8ac0823b4de6db64"}], "type": "metric", "id": "8da63989a85547e4a80290fc36054ef4", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.38:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01a171edb01147e5b0a521358fb32652"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a58e3c0d035740acbb6085989a0034d2"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fea51e19760544889a6d3b919103d993"}], "type": "compute", "id": "c2b31f315999459fa3090b9800767f6a", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.36:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "12cfdb616be04444a09def77d132758e"}, {"url": "http://12.0.0.36:8080/v1/AUTH_23e715ba95e84dfbbf6da86793041442", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "149df4350e09482ca98f69cd8176785a"}, {"url": "http://172.30.9.38:8080/v1/AUTH_23e715ba95e84dfbbf6da86793041442", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b58f690a9194b97886d6e69886fc75b"}], "type": "object-store", "id": "c9e3e32b1a0540789fa5dd352e30a282", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v2/23e715ba95e84dfbbf6da86793041442", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e659f25030f4a6b96404f149c3c281c"}, {"url": "http://172.30.9.38:8776/v2/23e715ba95e84dfbbf6da86793041442", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b101e53616fc4701b83cd9c4a72a2152"}, {"url": "http://192.30.9.9:8776/v2/23e715ba95e84dfbbf6da86793041442", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f93a6cfd3c384a7d977b3c517ee5f18d"}], "type": "volumev2", "id": "cdd787984fe345699bf94ca5a969b22f", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.38:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f6aa7c97fc942668a4941db86c160bf"}, {"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3084b4f84dd24e0b84cca02e6914932e"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbd24ae7336a472ba280179deedbb81f"}], "type": "alarming", "id": "d11d4b2866254421ad8e93e7897da2e6", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "d71ddc6bbdaa4d2fac7e2fc72951ad40", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40bed19623a940598639ae2560554b93"}, {"url": "http://172.30.9.38:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75942e34108e4924b75f0b93b318ff60"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0c5843a2de94bd9a46d37331bfa4b07"}], "type": "placement", "id": "e0c9b76b259b4b2f8789e6a388d9c161", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733", "id": "418ef6637fd844a6bd34ff061bf7c651"}, "audit_ids": ["kszh6Gj9SwWjQpAs9GTz9Q"], "issued_at": "2018-09-02T03:29:23.000000Z"}} 2018-09-02 03:29:23,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 03:29:23,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '{"network": {"name": "juju_epc-net_fa3f40b5-cacd-4a66-b666-114f319f5733", "admin_state_up": true}}' 2018-09-02 03:29:23,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-d4b0b23b-c495-4981-bd05-9e790ffe5812 Date: Sun, 02 Sep 2018 03:29:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"867f77a9-a054-4cc2-bb4f-aa59c6f6cb60","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"23e715ba95e84dfbbf6da86793041442","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T03:29:23Z","is_default":false,"name":"juju_epc-net_fa3f40b5-cacd-4a66-b666-114f319f5733","qos_policy_id":null,"admin_state_up":true,"tenant_id":"23e715ba95e84dfbbf6da86793041442","created_at":"2018-09-02T03:29:23Z","mtu":1450}} 2018-09-02 03:29:23,983 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d4b0b23b-c495-4981-bd05-9e790ffe5812 2018-09-02 03:29:23,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.789838075638s 2018-09-02 03:29:23,983 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-d4b0b23b-c495-4981-bd05-9e790ffe5812 2018-09-02 03:29:23,983 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T03:29:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'867f77a9-a054-4cc2-bb4f-aa59c6f6cb60', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_fa3f40b5-cacd-4a66-b666-114f319f5733', u'admin_state_up': True, u'tenant_id': u'23e715ba95e84dfbbf6da86793041442', u'created_at': u'2018-09-02T03:29:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'23e715ba95e84dfbbf6da86793041442', u'l2_adjacency': True}) 2018-09-02 03:29:23,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 03:29:23,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 03:29:24,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-3300fbcb-10ca-4b34-9d87-a1eb8ad3b03d Date: Sun, 02 Sep 2018 03:29:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"867f77a9-a054-4cc2-bb4f-aa59c6f6cb60","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"23e715ba95e84dfbbf6da86793041442","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T03:29:23Z","qos_policy_id":null,"name":"juju_epc-net_fa3f40b5-cacd-4a66-b666-114f319f5733","admin_state_up":true,"tenant_id":"23e715ba95e84dfbbf6da86793041442","created_at":"2018-09-02T03:29:23Z","mtu":1450}]} 2018-09-02 03:29:24,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3300fbcb-10ca-4b34-9d87-a1eb8ad3b03d 2018-09-02 03:29:24,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124946832657s 2018-09-02 03:29:24,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-3300fbcb-10ca-4b34-9d87-a1eb8ad3b03d 2018-09-02 03:29:24,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 03:29:24,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '{"subnet": {"name": "juju_epc-subnet_fa3f40b5-cacd-4a66-b666-114f319f5733", "enable_dhcp": true, "network_id": "867f77a9-a054-4cc2-bb4f-aa59c6f6cb60", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-09-02 03:29:24,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5fb036cc-08ee-4156-adb1-086dcc1eed95 Date: Sun, 02 Sep 2018 03:29:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867f77a9-a054-4cc2-bb4f-aa59c6f6cb60","tenant_id":"23e715ba95e84dfbbf6da86793041442","created_at":"2018-09-02T03:29:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T03:29:24Z","gateway_ip":"192.168.121.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.121.0/24","project_id":"23e715ba95e84dfbbf6da86793041442","id":"7e10cc4c-2e62-4acf-9048-972dc37b0e2f","subnetpool_id":null,"name":"juju_epc-subnet_fa3f40b5-cacd-4a66-b666-114f319f5733"}} 2018-09-02 03:29:24,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-5fb036cc-08ee-4156-adb1-086dcc1eed95 2018-09-02 03:29:24,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.583732128143s 2018-09-02 03:29:24,695 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-5fb036cc-08ee-4156-adb1-086dcc1eed95 2018-09-02 03:29:24,696 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T03:29:24Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'7e10cc4c-2e62-4acf-9048-972dc37b0e2f', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_fa3f40b5-cacd-4a66-b666-114f319f5733', u'enable_dhcp': True, u'network_id': u'867f77a9-a054-4cc2-bb4f-aa59c6f6cb60', u'tenant_id': u'23e715ba95e84dfbbf6da86793041442', u'created_at': u'2018-09-02T03:29:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'23e715ba95e84dfbbf6da86793041442'}) 2018-09-02 03:29:24,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 03:29:24,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '{"router": {"external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36"}, "name": "juju_epc-router_fa3f40b5-cacd-4a66-b666-114f319f5733", "admin_state_up": true}}' 2018-09-02 03:29:26,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fba22e32-5c59-4d94-89fb-a4bed4911a26 Date: Sun, 02 Sep 2018 03:29:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:29:24Z", "admin_state_up": true, "updated_at": "2018-09-02T03:29:25Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "23e715ba95e84dfbbf6da86793041442", "id": "d812d88e-b83f-4bca-9024-03b5f41995ae", "name": "juju_epc-router_fa3f40b5-cacd-4a66-b666-114f319f5733"}} 2018-09-02 03:29:26,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-fba22e32-5c59-4d94-89fb-a4bed4911a26 2018-09-02 03:29:26,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.6589140892s 2018-09-02 03:29:26,356 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-fba22e32-5c59-4d94-89fb-a4bed4911a26 2018-09-02 03:29:26,356 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T03:29:25Z', u'revision_number': 2, u'id': u'd812d88e-b83f-4bca-9024-03b5f41995ae', u'external_gateway_info': {u'network_id': u'0663b1a1-5d73-466a-9220-dafde1635b36', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_fa3f40b5-cacd-4a66-b666-114f319f5733', u'admin_state_up': True, u'tenant_id': u'23e715ba95e84dfbbf6da86793041442', u'created_at': u'2018-09-02T03:29:24Z', u'flavor_id': None, u'routes': [], u'project_id': u'23e715ba95e84dfbbf6da86793041442'}) 2018-09-02 03:29:26,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 03:29:26,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '{"subnet_id": "7e10cc4c-2e62-4acf-9048-972dc37b0e2f"}' 2018-09-02 03:29:28,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-658aa658-53a3-4b6c-b4af-b186b54d3e5c Date: Sun, 02 Sep 2018 03:29:29 GMT RESP BODY: {"network_id": "867f77a9-a054-4cc2-bb4f-aa59c6f6cb60", "tenant_id": "23e715ba95e84dfbbf6da86793041442", "subnet_id": "7e10cc4c-2e62-4acf-9048-972dc37b0e2f", "subnet_ids": ["7e10cc4c-2e62-4acf-9048-972dc37b0e2f"], "port_id": "f8e0a0e2-718b-49ed-9fe3-69583714f644", "id": "d812d88e-b83f-4bca-9024-03b5f41995ae"} 2018-09-02 03:29:28,996 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae/add_router_interface.json used request id req-658aa658-53a3-4b6c-b4af-b186b54d3e5c 2018-09-02 03:29:28,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.63944721222s 2018-09-02 03:29:28,996 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae/add_router_interface.json used request id req-658aa658-53a3-4b6c-b4af-b186b54d3e5c returning object d812d88e-b83f-4bca-9024-03b5f41995ae 2018-09-02 03:29:28,997 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-09-02 03:29:30,974 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:735b7aed1ace8169dfe8028e333e637b sha256:c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7 2018-09-02 03:29:30,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 03:29:30,982 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 03:29:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.38:9292/v2/", "rel": "self"}]}]} 2018-09-02 03:29:30,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:29:30,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 03:29:31,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c785a771-41d2-4cc9-8ab2-b5dd5654910c Date: Sun, 02 Sep 2018 03:29:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:29:31,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-c785a771-41d2-4cc9-8ab2-b5dd5654910c 2018-09-02 03:29:31,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.275790929794s 2018-09-02 03:29:31,264 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-c785a771-41d2-4cc9-8ab2-b5dd5654910c 2018-09-02 03:29:31,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 03:29:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '{"owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "owner_specified.shade.object": "images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733"}' 2018-09-02 03:29:31,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-16b6663e-28c8-4147-8e16-2947164671d1 Date: Sun, 02 Sep 2018 03:29:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:29:31Z", "file": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file", "owner": "23e715ba95e84dfbbf6da86793041442", "id": "f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "size": null, "self": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "checksum": null, "created_at": "2018-09-02T03:29:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 03:29:31,361 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-16b6663e-28c8-4147-8e16-2947164671d1 2018-09-02 03:29:31,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0896031856537s 2018-09-02 03:29:31,361 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-16b6663e-28c8-4147-8e16-2947164671d1 returning object f457e5c2-c51c-4d97-82e4-dd2f89ee4807 2018-09-02 03:29:31,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 03:29:31,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '' 2018-09-02 03:29:36,095 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2518cb80-45b4-4616-8173-2ec6234ace35 Date: Sun, 02 Sep 2018 03:29:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:29:36,095 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file used request id req-2518cb80-45b4-4616-8173-2ec6234ace35 2018-09-02 03:29:36,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.73290681839s 2018-09-02 03:29:36,095 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file used request id req-2518cb80-45b4-4616-8173-2ec6234ace35 2018-09-02 03:29:36,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:29:36,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 03:29:36,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-aa7a9eb8-f1d4-46e7-8ed9-38c52f7a3473 Date: Sun, 02 Sep 2018 03:29:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:29:36Z", "file": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file", "owner": "23e715ba95e84dfbbf6da86793041442", "id": "f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "size": 296878080, "self": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T03:29:31Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:29:36,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-aa7a9eb8-f1d4-46e7-8ed9-38c52f7a3473 2018-09-02 03:29:36,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0369369983673s 2018-09-02 03:29:36,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-aa7a9eb8-f1d4-46e7-8ed9-38c52f7a3473 2018-09-02 03:29:36,139 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file', 'owner': u'23e715ba95e84dfbbf6da86793041442', 'id': u'f457e5c2-c51c-4d97-82e4-dd2f89ee4807', 'size': 296878080, u'self': u'/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'23e715ba95e84dfbbf6da86793041442', 'name': 'juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T03:29:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T03:29:36Z', u'owner_specified.shade.sha256': u'c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7', u'owner_specified.shade.object': u'images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', 'properties': {u'os_hash_value': u'ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7', u'self': u'/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7', u'owner_specified.shade.object': u'images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733', u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733', 'created': u'2018-09-02T03:29:31Z', 'checksum': u'735b7aed1ace8169dfe8028e333e637b', 'created_at': u'2018-09-02T03:29:31Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7', 'metadata': {u'os_hash_value': u'ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7', u'self': u'/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7', u'owner_specified.shade.object': u'images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733', u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', u'schema': u'/v2/schemas/image'}}) 2018-09-02 03:29:37,852 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i f457e5c2-c51c-4d97-82e4-dd2f89ee4807 -s xenial -r regionOne -u http://172.30.9.38:5000/v3 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 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 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-09-02 03:29:37,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 03:29:37,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_fa3f40b5-cacd-4a66-b666-114f319f5733", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-09-02 03:29:38,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d37803f-a04d-4bc3-97c6-5c3829c8efd6 x-compute-request-id: req-4d37803f-a04d-4bc3-97c6-5c3829c8efd6 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/494f5566-7583-4048-bc7f-723132b3815f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "494f5566-7583-4048-bc7f-723132b3815f"}} 2018-09-02 03:29:38,146 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-4d37803f-a04d-4bc3-97c6-5c3829c8efd6 2018-09-02 03:29:38,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.293141841888s 2018-09-02 03:29:38,147 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-4d37803f-a04d-4bc3-97c6-5c3829c8efd6 2018-09-02 03:29:38,148 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_fa3f40b5-cacd-4a66-b666-114f319f5733', 'ephemeral': 0, 'ram': 2048, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 10, 'id': u'494f5566-7583-4048-bc7f-723132b3815f', 'swap': 0}) 2018-09-02 03:29:38,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 03:29:38,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" -d '{"extra_specs": {}}' 2018-09-02 03:29:38,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92acb5e6-0c07-481b-b4f5-1a5fea7f52f0 x-compute-request-id: req-92acb5e6-0c07-481b-b4f5-1a5fea7f52f0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 03:29:38,167 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f/os-extra_specs used request id req-92acb5e6-0c07-481b-b4f5-1a5fea7f52f0 2018-09-02 03:29:38,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0190119743347s 2018-09-02 03:29:38,168 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f/os-extra_specs used request id req-92acb5e6-0c07-481b-b4f5-1a5fea7f52f0 2018-09-02 03:29:38,168 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-09-02 03:29:38,169 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | admin | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-275 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 03:29:38,178 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-09-02 03:29:38,267 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-09-02 03:29:38,268 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-09-02 03:29:38,359 - 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-09-02 03:29:38,360 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 03:29:39,864 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 03:29:39,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:29:39,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 03:29:39,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-23cf7408-f360-46cd-844c-599a0cf5a1ed Date: Sun, 02 Sep 2018 03:29:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:29:36Z", "file": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file", "owner": "23e715ba95e84dfbbf6da86793041442", "id": "f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "size": 296878080, "self": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T03:29:31Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:29:39,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-23cf7408-f360-46cd-844c-599a0cf5a1ed 2018-09-02 03:29:39,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0311088562012s 2018-09-02 03:29:39,898 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-23cf7408-f360-46cd-844c-599a0cf5a1ed 2018-09-02 03:29:39,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 03:29:39,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733"}' 2018-09-02 03:29:39,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.38:9292/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98e23c9c-60cb-4410-bad1-5ead6f66b4c8 Date: Sun, 02 Sep 2018 03:29:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:29:39Z", "file": "/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/file", "owner": "23e715ba95e84dfbbf6da86793041442", "id": "9bb9f868-1e2b-4d88-9d98-63f55c263a4f", "size": null, "self": "/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "checksum": null, "created_at": "2018-09-02T03:29:39Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 03:29:39,961 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-98e23c9c-60cb-4410-bad1-5ead6f66b4c8 2018-09-02 03:29:39,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0545039176941s 2018-09-02 03:29:39,962 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.38:9292/v2/images used request id req-98e23c9c-60cb-4410-bad1-5ead6f66b4c8 returning object 9bb9f868-1e2b-4d88-9d98-63f55c263a4f 2018-09-02 03:29:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 03:29:39,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9292/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '' 2018-09-02 03:29:43,706 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dcd602fb-0597-4bac-b88b-63e7535fe9f2 Date: Sun, 02 Sep 2018 03:29:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 03:29:43,706 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/file used request id req-dcd602fb-0597-4bac-b88b-63e7535fe9f2 2018-09-02 03:29:43,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.74406480789s 2018-09-02 03:29:43,707 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.38:9292/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/file used request id req-dcd602fb-0597-4bac-b88b-63e7535fe9f2 2018-09-02 03:29:43,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 03:29:43,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 03:29:43,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-c0a70332-1152-4045-a10a-8e9a6cb45b5c Date: Sun, 02 Sep 2018 03:29:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:29:43Z", "file": "/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/file", "owner": "23e715ba95e84dfbbf6da86793041442", "id": "9bb9f868-1e2b-4d88-9d98-63f55c263a4f", "size": 263193088, "self": "/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T03:29:39Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:29:36Z", "file": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file", "owner": "23e715ba95e84dfbbf6da86793041442", "id": "f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "size": 296878080, "self": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T03:29:31Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 03:29:43,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-c0a70332-1152-4045-a10a-8e9a6cb45b5c 2018-09-02 03:29:43,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.039892911911s 2018-09-02 03:29:43,751 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-c0a70332-1152-4045-a10a-8e9a6cb45b5c 2018-09-02 03:29:43,754 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/file', 'owner': u'23e715ba95e84dfbbf6da86793041442', 'id': u'9bb9f868-1e2b-4d88-9d98-63f55c263a4f', 'size': 263193088, u'self': u'/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'23e715ba95e84dfbbf6da86793041442', 'name': 'juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T03:29:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T03:29:43Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733', 'created': u'2018-09-02T03:29:39Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T03:29:39Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_fa3f40b5-cacd-4a66-b666-114f319f5733', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 03:29:43,912 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 9bb9f868-1e2b-4d88-9d98-63f55c263a4f -s trusty -r regionOne -u http://172.30.9.38: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-09-02 03:29:43,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 03:29:43,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-09-02 03:29:43,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4bf803ec-3376-4645-9062-30bea49a5097 x-compute-request-id: req-4bf803ec-3376-4645-9062-30bea49a5097 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "5c8fae21-eebd-4b66-807c-54ea81c25050"}} 2018-09-02 03:29:43,949 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-4bf803ec-3376-4645-9062-30bea49a5097 2018-09-02 03:29:43,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0349309444427s 2018-09-02 03:29:43,949 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors used request id req-4bf803ec-3376-4645-9062-30bea49a5097 2018-09-02 03:29:43,950 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_fa3f40b5-cacd-4a66-b666-114f319f5733', 'ephemeral': 0, 'ram': 4096, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43d114e2c334430bf08047d43583a7d', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 10, 'id': u'5c8fae21-eebd-4b66-807c-54ea81c25050', 'swap': 0}) 2018-09-02 03:29:43,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 03:29:43,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" -d '{"extra_specs": {}}' 2018-09-02 03:29:43,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 03:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b74a0fef-9ea6-495a-874d-562b013b738b x-compute-request-id: req-b74a0fef-9ea6-495a-874d-562b013b738b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 03:29:43,966 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050/os-extra_specs used request id req-b74a0fef-9ea6-495a-874d-562b013b738b 2018-09-02 03:29:43,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0157678127289s 2018-09-02 03:29:43,966 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050/os-extra_specs used request id req-b74a0fef-9ea6-495a-874d-562b013b738b 2018-09-02 03:29:43,966 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-09-02 03:33:21,182 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju bootstrap abot-epc/regionOne abot-controller --agent-version 2.2.9 --metadata-source /root --constraints mem=2G --bootstrap-series xenial --config network=867f77a9-a054-4cc2-bb4f-aa59c6f6cb60 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 03:29:44 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 03:29:44 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.2.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=867f77a9-a054-4cc2-bb4f-aa59c6f6cb60", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 03:29:44 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 03:29:44 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:867f77a9-a054-4cc2-bb4f-aa59c6f6cb60] 03:29:44 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 03:29:44 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[default-series:xenial use-floating-ip:true apt-http-proxy: disable-network-management:false max-status-history-size:5G development:false use-default-secgroup:true name:controller https-proxy: network:867f77a9-a054-4cc2-bb4f-aa59c6f6cb60 max-action-results-age:336h image-metadata-url: type:openstack enable-os-upgrade:true test-mode:false no-proxy:127.0.0.1,localhost,::1 proxy-ssh:false uuid:92df9883-9f92-4a8d-81cf-e23cb1edc440 net-bond-reconfigure-delay:17 provisioner-harvest-mode:destroyed enable-os-refresh-update:true apt-no-proxy: ignore-machine-addresses:false agent-stream:released update-status-hook-interval:5m max-status-history-age:336h logforward-enabled:false logging-config: external-network: ftp-proxy: apt-ftp-proxy: transmit-vendor-metrics:true image-stream:released apt-mirror: automatically-retry-hooks:true ssl-hostname-verification:false max-action-results-size:5G apt-https-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH9Q4XoyQu7f+WoPIw9Ni76llmra2W6YyQ2r37FVfHsKdcnNtsJ3fOugXnHxTNax5zFdivTg9lY2j1YtZUJVjHxVFAJBU5SCOQ30M2ld803dEQk+Hx7JVYpOlacKdXnHRRH0w2zLOUQ1RUtQn3TD7mMKo/hfa36wJ7suKi74N05zpOLphnL/7MZY7hY3F25NToD7QpxrS0wuPyyL3tZBU7wJ3W+t4GkvhPYfFp8qy4tzHM4ya8v9B/CY0OLs+TJUIOkpFCgttmCCDVlns+6FXqMNu0PyMImaTKZd3sDO6gmRaPMrLYULGXeIHo/SDgp2NF8q9Fad+5d440jXcaOR4P juju-client-key http-proxy: agent-metadata-url: firewall-mode:instance resource-tags:] 03:29:44 INFO juju.provider.openstack provider.go:144 opening model "controller" 03:29:44 DEBUG goose :1 auth details: &{Token:gAAAAABbi1kodYo6i7EhXn5ncaz837r9uXk9WO5BgOt2IRcp6R4g4NWh4jm4u2XsFtwtfEu_rC0KZXWF1f6OvxmfRMRPy7jGgk2yuzS9LwS-kxujl4GBMh-KufOfK2qwayDy14GfmX2tnm_rhZKGDbKYF4Za-UA6McEZ-7bB_7hMcVODkTvy9wI TenantId:23e715ba95e84dfbbf6da86793041442 UserId:418ef6637fd844a6bd34ff061bf7c651 Domain: RegionServiceURLs:map[regionOne:map[compute:http://172.30.9.38:8774/v2.1 object-store:http://172.30.9.38:8080/v1/AUTH_23e715ba95e84dfbbf6da86793041442 volumev2:http://172.30.9.38:8776/v2/23e715ba95e84dfbbf6da86793041442 alarming:http://172.30.9.38:8042 event:http://172.30.9.38:8977 image:http://172.30.9.38:9292 network:http://172.30.9.38:9696 identity:http://172.30.9.38:5000 metric:http://172.30.9.38:8041 volume:http://172.30.9.38:8776/v1/23e715ba95e84dfbbf6da86793041442 cloudformation:http://172.30.9.38:8000/v1 orchestration:http://172.30.9.38:8004/v1/23e715ba95e84dfbbf6da86793041442 volumev3:http://172.30.9.38:8776/v3/23e715ba95e84dfbbf6da86793041442 placement:http://172.30.9.38:8778/placement]]} 03:29:44 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 03:29:44 DEBUG goose :1 performing API version discovery for "http://172.30.9.38:8774/" 03:29:44 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.38:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.38:8774/v2.1/ Rel:self}] Status:CURRENT}] 03:29:45 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 03:29:45 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 03:29:45 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 03:29:45 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 03:29:45 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 03:29:45 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 03:29:45 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 03:29:45 INFO cmd bootstrap.go:233 Loading image metadata 03:29:45 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 03:29:45 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 03:29:45 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 03:29:45 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.38:5000/v3} [saucy zesty win2012hvr2 yakkety win2008r2 win2012r2 genericlinux precise win81 centos7 wily win2012 win2012hv win10 opensuseleap raring win2016 win7 xenial win2016hv win2016nano win8 quantal trusty utopic vivid] [amd64 i386 armhf arm64 ppc64el s390x] released}} 03:29:45 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 03:29:47 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 03:29:48 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.38:5000/v3} not found 03:29:48 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.38:5000/v3} not found 03:29:48 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 03:29:48 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 03:29:48 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 03:29:48 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 03:29:48 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 03:29:48 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 03:29:48 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 03:29:48 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 03:29:48 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 03:29:49 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 []} 03:29:52 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 03:29:52 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 03:29:53 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 03:29:53 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:f457e5c2-c51c-4d97-82e4-dd2f89ee4807 Arch:amd64 VirtType:}] 03:29:53 INFO juju.environs.instances image.go:106 find instance - using image with id: f457e5c2-c51c-4d97-82e4-dd2f89ee4807 03:29:53 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 03:29:53 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 03:29:53 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2489 bytes 03:29:53 DEBUG juju.provider.openstack provider.go:1022 using network id "867f77a9-a054-4cc2-bb4f-aa59c6f6cb60" 03:29:53 DEBUG goose :1 performing API version discovery for "http://172.30.9.38:9696/" 03:29:53 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.38:9696/v2.0/ Rel:self}] Status:CURRENT}] 03:29:55 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" has status BUILD, wait 10 seconds before retry, attempt 11 03:31:54 INFO juju.provider.openstack provider.go:1189 started instance "d3c8632a-d80a-4572-a5e4-5d8698f8f113" 03:31:54 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 03:31:56 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.201 03:31:56 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.201 - d3c8632a-d80a-4572-a5e4-5d8698f8f113 (arch=amd64 mem=2G cores=1) 03:31:58 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 03:31:58 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 03:31:58 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 03:31:58 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 03:32:01 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 03:32:01 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 03:32:02 DEBUG juju.provider.openstack provider.go:414 instance d3c8632a-d80a-4572-a5e4-5d8698f8f113 has floating IP address: 172.30.9.201 Attempting to connect to 172.30.9.201:22 Attempting to connect to 192.168.121.9:22 03:32:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.9 failed: ssh: connect to host 192.168.121.9 port 22: Connection refused 03:32:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.201 failed: ssh: connect to host 172.30.9.201 port 22: Connection refused 03:32:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.9 failed: ssh: connect to host 192.168.121.9 port 22: Connection refused 03:32:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.201 failed: /var/lib/juju/nonce.txt does not exist 03:32:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.9 failed: ssh: connect to host 192.168.121.9 port 22: Connection refused 03:32:12 DEBUG juju.provider.openstack provider.go:414 instance d3c8632a-d80a-4572-a5e4-5d8698f8f113 has floating IP address: 172.30.9.201 03:32:12 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.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-edc440-controller-0 03:33:18 INFO cmd bootstrap.go:423 Bootstrap agent now started 03:33:19 DEBUG juju.provider.openstack provider.go:414 instance d3c8632a-d80a-4572-a5e4-5d8698f8f113 has floating IP address: 172.30.9.201 03:33:19 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.201:17070 192.168.121.9:17070] 03:33:19 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.201 to verify accessibility... 03:33:19 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.201:17070 192.168.121.9:17070] 03:33:19 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" 03:33:19 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" 03:33:19 DEBUG juju.api monitor.go:35 RPC connection died 03:33:19 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 03:33:20 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.201:17070 192.168.121.9:17070] 03:33:20 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" 03:33:20 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" 03:33:21 DEBUG juju.api monitor.go:35 RPC connection died 03:33:21 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 03:33:21 INFO cmd controller.go:88 Controller machines are in the "controller" model. 03:33:21 INFO cmd controller.go:89 Initial model "default" added. 03:33:21 INFO cmd supercommand.go:465 command finished 2018-09-02 03:33:21,183 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-09-02 03:33:21,183 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-09-02 03:33:34,329 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - 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-09-02 03:33:34,330 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-09-02 03:50:30,027 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-09-02 03:50:13.262463Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-09-02 03:50:30,028 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-09-02 03:50:30,028 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-09-02 03:50:30,186 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.2.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic active 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc active 1 oai-epc local 3 ubuntu oai-hss active 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* active idle 0 172.30.9.212 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.206 3306/tcp oai-epc/0* active idle 2 172.30.9.205 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.202 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.212 db042d90-d4fb-44bf-b90c-d2691ad39d29 xenial nova ACTIVE 1 started 172.30.9.206 6696bec7-4635-43d7-ba37-d757bdd09240 trusty nova ACTIVE 2 started 172.30.9.205 5639707a-b353-4459-854e-9f56ed4d6d10 trusty nova ACTIVE 3 started 172.30.9.202 e0bf24a7-c67c-4485-91e8-f3d99e68c826 trusty nova ACTIVE Relation provider Requirer Interface Type abot-epc-basic:ssh-abot oai-epc:ssh-abot-epc ssh regular mysql:cluster mysql:cluster mysql-ha peer mysql:db oai-hss:db mysql regular oai-epc:epc abot-epc-basic:epc S1-C regular oai-hss:hss oai-epc:hss S6a-hss regular 2018-09-02 03:50:30,343 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.212 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-09-02 03:50:30,344 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-09-02 03:50:30,485 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.205 (agent:idle, workload:active) 2152/udp 2018-09-02 03:50:30,486 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-09-02 03:50:30,627 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.202 (agent:idle, workload:active) 2018-09-02 03:50:30,627 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-09-02 03:50:30,628 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-09-02 03:50:31,337 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -r -v /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-09-02 03:50:31,338 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-09-02 03:50:31,849 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju ssh abot-epc-basic/0 sudo cp -vfR ~/featureFiles/* /etc/rebaca-test-suite/featureFiles sudo: unable to resolve host juju-a7f39b-default-0 '/home/ubuntu/featureFiles/000-local-commands.feature' -> '/etc/rebaca-test-suite/featureFiles/000-local-commands.feature' '/home/ubuntu/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' '/home/ubuntu/featureFiles/Auth_Accept.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_Accept.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' '/home/ubuntu/featureFiles/ResourceBundle.xml' -> '/etc/rebaca-test-suite/featureFiles/ResourceBundle.xml' Connection to 172.30.9.212 closed. 2018-09-02 03:50:31,849 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-09-02 03:50:32,031 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 13caff5d-deed-445e-8845-69eaad6d9ef7 2018-09-02 04:00:18,949 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-09-02 04:00:02.283169Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-09-02 04:00:18,949 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-09-02 04:00:19,376 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -v abot-epc-basic/0:/var/lib/abot-epc-basic/artifacts/TestResults.json /home/opnfv/functest/results/juju_epc/. 2018-09-02 04:00:19,376 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-09-02 04:00:19,393 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-09-02 04:00:19,394 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-09-02 04:00:19,617 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 04:00:19,617 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 30:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 04:00:20,602 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 03:36:04 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 03:36:04 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 03:36:04 DEBUG juju.agent read agent config, format "2.0" machine-0: 03:36:04 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 03:36:04 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 03:36:04 DEBUG juju.worker start "engine" machine-0: 03:36:04 INFO juju.worker start "engine" machine-0: 03:36:04 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 03:36:04 DEBUG juju.worker "engine" started machine-0: 03:36:04 DEBUG juju.worker.introspection stats worker now serving machine-0: 03:36:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 03:36:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 03:36:04 DEBUG juju.worker.apicaller connecting with old password machine-0: 03:36:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-0: 03:36:04 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-0: 03:36:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-0: 03:36:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 03:36:04 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 03:36:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 03:36:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 03:36:04 DEBUG juju.worker.apicaller connected machine-0: 03:36:04 DEBUG juju.worker.apicaller changing password... machine-0: 03:36:04 DEBUG juju.worker.apicaller password changed machine-0: 03:36:04 DEBUG juju.api RPC connection died machine-0: 03:36:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 03:36:04 DEBUG juju.worker.apicaller connecting with current password machine-0: 03:36:04 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-0: 03:36:04 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-0: 03:36:04 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-0: 03:36:05 DEBUG juju.worker.apicaller connected machine-0: 03:36:05 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 03:36:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 03:36:05 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 03:36:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 03:36:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 03:36:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:06 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 03:36:06 INFO juju.worker.upgrader unblocking abort check machine-0: 03:36:06 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 03:36:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 03:36:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 03:36:06 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 03:36:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 03:36:06 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 03:36:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 03:36:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 03:36:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 03:36:06 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 03:36:06 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 03:36:06 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} machine-0: 03:36:06 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 03:36:06 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 03:36:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.logger logger setup machine-0: 03:36:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 03:36:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 03:36:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 03:36:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 03:36:06 DEBUG juju.network including address public:172.30.9.201 for machine machine-0: 03:36:06 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-0: 03:36:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 03:36:06 DEBUG juju.network including address local-machine:::1 for machine machine-0: 03:36:06 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] machine-0: 03:36:06 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 03:36:06 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] machine-0: 03:36:06 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 03:36:06 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 03:36:06 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 03:36:06 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 03:36:06 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 03:36:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 03:36:06 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 03:36:06 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 03:36:06 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 03:36:06 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 03:36:06 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 03:36:06 DEBUG juju.network including address local-cloud:192.168.121.21 for machine machine-0: 03:36:06 DEBUG juju.network including address local-machine:::1 for machine machine-0: 03:36:06 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.21 local-machine:::1] machine-0: 03:36:06 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.21 local-machine:::1] machine-0: 03:36:06 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 03:36:06 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 03:36:06 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 03:36:06 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 03:36:06 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 03:36:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 03:36:06 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 03:36:06 INFO juju.worker.machiner "machine-0" started machine-0: 03:36:06 DEBUG juju.worker start "0-container-watcher" machine-0: 03:36:06 DEBUG juju.worker start "stateconverter" machine-0: 03:36:06 INFO juju.worker start "0-container-watcher" machine-0: 03:36:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 03:36:06 DEBUG juju.worker "0-container-watcher" started machine-0: 03:36:06 INFO juju.worker start "stateconverter" machine-0: 03:36:06 DEBUG juju.worker "stateconverter" started machine-0: 03:36:06 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 03:36:06 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 03:36:06 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 03:36:06 DEBUG juju.service discovered init system "systemd" from local host machine-0: 03:36:06 DEBUG juju.worker.deployer state addresses: ["192.168.121.9:37017"] machine-0: 03:36:06 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "172.30.9.201:17070"] machine-0: 03:36:06 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: 03:36:06 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 03:36:06 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 03:36:06 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 03:36:06 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 03:36:06 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: 03:36:06 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 03:36:06 INFO juju.worker start "api" unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 03:36:06 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 03:36:07 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:36:07 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:36:07 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 03:36:07 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:d7:54:2b 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.21 [] [] []} {2 fa:16:3e:d7:54:2b 1450 0 ens3 ethernet false false manual [] [] []} {3 4a:0d:27:d7:94:97 1500 0 lxdbr0 bridge false false manual [] [] []} {3 4a:0d:27:d7:94:97 1500 0 lxdbr0 bridge false false manual [] [] []}] machine-0: 03:36:07 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:d7:54:2b 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.21 [] [] []} {2 fa:16:3e:d7:54:2b 1450 0 ens3 ethernet false false manual [] [] []} {3 4a:0d:27:d7:94:97 1500 0 lxdbr0 bridge false false manual [] [] []} {3 4a:0d:27:d7:94:97 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 03:36:07 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 03:36:08 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 03:36:08 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:36:08 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 03:36:08 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: 03:36:08 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network "lxdbr0" has addresses [fe80::480d:27ff:fed7:9497/64 fe80::1/64] unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network including address public:172.30.9.201 for machine unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 03:36:08 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 03:36:08 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 03:36:08 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 03:36:08 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 03:36:08 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 03:36:08 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: 03:36:08 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 03:36:08 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 03:36:08 DEBUG httpbakery client do GET https://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 03:36:08 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 03:36:08 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 03:36:08 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 03:36:08 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 03:36:08 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 03:36:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 03:36:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 03:36:09 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 03:36:10 DEBUG unit.abot-epc-basic/0.install Fetched 107 kB in 0s (124 kB/s) unit-abot-epc-basic-0: 03:36:11 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 03:36:11 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 03:36:12 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] machine-0: 03:36:13 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] machine-0: 03:36:13 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: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblcms2-2 amd64 2.6-3ubuntu2 [137 kB] unit-abot-epc-basic-0: 03:36:13 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6946 B] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 [5042 B] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] unit-abot-epc-basic-0: 03:36:14 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] unit-abot-epc-basic-0: 03:36:15 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [25.2 kB] unit-abot-epc-basic-0: 03:36:15 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 03:36:15 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 03:36:15 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] unit-abot-epc-basic-0: 03:36:15 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 03:36:15 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 03:36:15 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 03:36:16 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 03:36:16 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 03:36:16 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 03:36:16 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 03:36:16 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 03:36:16 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 03:36:17 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 03:36:18 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 03:36:18 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 03:36:18 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 03:36:18 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 03:36:18 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 03:36:18 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9044 B] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8324 B] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] unit-abot-epc-basic-0: 03:36:19 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1775 kB] unit-abot-epc-basic-0: 03:36:20 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9834 B] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] unit-abot-epc-basic-0: 03:36:21 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1470 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-0ubuntu0.16.04.1 [8180 kB] unit-abot-epc-basic-0: 03:36:22 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-0ubuntu0.16.04.1 [453 kB] unit-abot-epc-basic-0: 03:36:23 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 03:36:23 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 10s (6507 kB/s) unit-abot-epc-basic-0: 03:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 03:36:23 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54340 files and directories currently installed.) unit-abot-epc-basic-0: 03:36:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 03:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 03:36:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 03:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 03:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 03:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 03:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 03:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 03:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 03:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 03:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 03:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 03:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 03:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 03:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 03:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2.1_all.deb ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 03:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 03:36:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 03:36:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 03:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 03:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 03:36:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:36:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 03:36:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 03:36:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 03:36:46 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 03:36:47 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 03:36:47 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 03:36:47 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 03:36:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 03:36:47 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 03:36:47 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:48 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:48 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:50 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 03:36:50 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 03:36:50 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 03:36:50 DEBUG unit.abot-epc-basic/0.install update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults unit-abot-epc-basic-0: 03:36:50 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 03:36:50 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 03:36:50 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 03:36:51 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 03:36:52 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 03:36:53 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 03:36:54 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 03:36:55 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:36:56 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 03:36:56 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 03:36:56 DEBUG unit.abot-epc-basic/0.install --2018-09-02 03:36:56-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 03:36:57 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 03:36:57 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 03:36:57 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 03:36:57 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 03:36:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:36:57 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 102K 7m39s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 204K 5m43s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 11.1M 3m50s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.3M 2m53s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 208K 3m3s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.3M 2m33s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 11.0M 2m12s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.2M 1m56s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 217K 2m6s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 10.9M 1m54s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 11.2M 1m44s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.2M 95s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.2M 88s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.3M 82s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 11.0M 77s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.0M 72s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 4.39M 69s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 244K 75s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.0M 71s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.5M 68s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.0M 65s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.5M 62s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 10.9M 59s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.2M 57s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.6M 55s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 11.1M 53s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 10.9M 51s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.5M 49s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.1M 48s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.3M 46s unit-abot-epc-basic-0: 03:36:58 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.1M 45s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 179K 51s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 23.2M 50s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 25.6M 48s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 83.5M 47s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 79.3M 45s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 82.9M 44s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 81.0M 43s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 90.8M 42s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 91.4M 41s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 79.2M 40s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 101M 39s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 98.5M 38s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 107M 37s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 97.7M 36s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 112M 35s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 105M 34s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 110M 34s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 247K 37s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 20.5M 36s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 20.8M 35s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 20.7M 34s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 18.9M 34s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 24.5M 33s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 23.5M 33s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 19.5M 32s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 21.3M 31s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 25.7M 31s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 23.1M 30s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 22.8M 30s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 21.4M 29s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 24.8M 29s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 21.9M 28s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 87.5M 28s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 76.2M 28s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 74.5M 27s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 89.6M 27s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 84.9M 26s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 76.9M 26s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 85.0M 25s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 23.3M 25s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 11.0M 25s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 10.7M 24s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 11.5M 24s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 364K 25s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 7.35M 25s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 7.78M 25s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 7.67M 25s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 7.24M 24s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 6.97M 24s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 1.95M 24s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 11.1M 24s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.4M 23s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 11.6M 23s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 10.8M 23s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 11.5M 23s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 11.0M 22s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 11.0M 22s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 11.7M 22s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 11.1M 22s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 11.1M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 11.1M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 11.1M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 11.5M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 10.8M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 11.3M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 412K 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 7.32M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 7.99M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 7.85M 21s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 7.99M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 7.52M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 1.90M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 10.9M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 11.6M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 10.8M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 11.5M 20s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 11.2M 19s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 11.0M 19s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 11.5M 19s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 11.1M 19s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 5.80M 19s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 9.92M 19s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 11.3M 18s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 11.0M 18s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.4M 18s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 10.9M 18s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 11.9M 18s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 10.8M 18s unit-abot-epc-basic-0: 03:36:59 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 437K 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 7.74M 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 8.36M 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 8.52M 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 7.99M 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 7.58M 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 1.90M 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 10.7M 18s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.0M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 11.3M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 11.2M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.6M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 10.9M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 11.3M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.1M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 11.2M 17s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 6.30M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 9.89M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 10.9M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 11.5M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 11.1M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 11.0M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 11.5M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 452K 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 6.65M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 7.98M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 7.34M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 11.5M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 8.01M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 7.05M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 1.99M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 10.6M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 10.8M 16s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 11.4M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 10.8M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 11.7M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 11.1M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 11.2M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.4M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.2M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 7.52M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 10.3M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 10.6M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 11.1M 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 11.2M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 11.0M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 11.3M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 7.26M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 458K 15s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 8.45M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 7.41M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 8.82M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 8.84M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 9.15M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 5.45M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 2.28M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 10.6M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 11.5M 14s unit-abot-epc-basic-0: 03:37:00 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 11.0M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 79.7K 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 90.0M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 96.0M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 86.8M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 73.2M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 96.7M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 97.0M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 98.1M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 83.7M 16s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 111M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 110M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 103M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 97.3M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 114M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 104M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 113M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 96.0M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 115M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 108M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 112M 15s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 97.3M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 104M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 111M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 107M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 97.9M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 1.98M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 7.04M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 6.81M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 7.83M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 7.41M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 7.57M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 1.93M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 3.41M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 1.71M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 1.89M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 604K 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 10.9M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 1.56M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 10.8M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 11.1M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 11.4M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 11.1M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 11.2M 14s unit-abot-epc-basic-0: 03:37:01 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 11.3M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 89.6K 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 91.6M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 83.8M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 86.6M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 89.4M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 91.5M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 91.0M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 89.2M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 103M 15s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 99.3M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 107M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 82.7M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 94.7M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 92.2M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 89.0M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 83.9M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 99.0M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 96.3M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 89.1M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 87.5M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 95.2M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 102M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 99.6M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 4.16M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 536K 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 9.08M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 1.50M 14s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 10.1M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 9.40M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 8.89M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 2.51M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 1.65M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 1.88M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 11.6M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 11.2M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 11.2M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 1.57M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 657K 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 1.49M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 9.65M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 9.88M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 8.68M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 4.91M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 1.61M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 1.40M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 10.4M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 10.6M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 11.8M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 2.90M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 557K 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 1.57M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 8.04M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 10.0M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 9.23M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 9.46M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 2.56M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 1.67M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 1.87M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 9.47M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 11.1M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 11.4M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 2.22M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 597K 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 1.54M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 8.73M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 10.9M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 9.57M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 9.43M 13s unit-abot-epc-basic-0: 03:37:02 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 2.48M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 1.71M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 1.92M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 8.57M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 11.2M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 88.9K 14s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 84.5M 14s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 66.6M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 84.7M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 78.8M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 95.4M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 70.9M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 100M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 101M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 111M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 88.3M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 111M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 106M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 1.73M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 86.9M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 71.9M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 81.7M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 88.3M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 87.0M 13s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 71.4M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 92.7M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 1.54M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 4.31M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 7.06M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 5.88M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 1.10M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 1.88M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 3.94M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 759K 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 1.57M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 1.28M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 4.29M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 6.63M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 9.75M 12s unit-abot-epc-basic-0: 03:37:03 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 1.37M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 1.31M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 8.28M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 694K 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 1.63M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 4.68M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 1.26M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 6.73M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 7.89M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 2.66M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 1.07M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 3.49M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 2.38M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 714K 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 2.34M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 1.40M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 4.33M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 6.51M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 10.1M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 1.50M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 1.26M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 8.09M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 1.52M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 791K 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 2.95M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 1.42M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 4.28M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 7.57M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 10.2M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 1.32M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 1.43M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 8.12M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 694K 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 2.11M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 2.99M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 1.42M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 4.42M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 7.17M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 10.7M 12s unit-abot-epc-basic-0: 03:37:04 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 1.44M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 1.32M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 7.71M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 1.56M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 810K 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 2.81M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 1.40M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 5.37M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 5.98M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 9.98M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 1.54M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 1.43M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 4.63M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 2.59M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 778K 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 1.93M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 6.02M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 1.29M 12s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 8.06M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 6.67M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 3.45M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 1.40M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 1.82M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 9.02M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 706K 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 1.96M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 3.58M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 1.38M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 5.69M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 6.39M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 9.68M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 1.55M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 1.39M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 5.08M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 2.75M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 776K 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 1.92M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 6.98M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 1.26M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 7.79M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 7.09M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 5.66M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 1.57M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 1.35M 11s unit-abot-epc-basic-0: 03:37:05 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 10.7M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 1.59M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 868K 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 2.39M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 1.46M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 4.28M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 8.64M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 6.85M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 2.99M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 1.45M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 1.93M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 9.92M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 704K 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 1.94M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 3.70M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 1.41M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 5.24M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 8.55M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 7.25M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 2.11M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 1.72M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 2.05M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 5.70M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 743K 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 1.96M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 3.70M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 1.41M 11s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 5.19M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 7.86M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 8.09M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 2.11M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 1.71M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 2.05M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 5.81M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 744K 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 1.97M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 3.55M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 1.44M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 4.94M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 7.85M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 8.29M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 2.11M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 1.74M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 2.06M 10s unit-abot-epc-basic-0: 03:37:06 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 5.71M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 726K 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 2.10M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 3.65M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 1.44M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 4.83M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 7.47M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 8.53M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 2.11M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 1.92M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 1.87M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 8.63M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 686K 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 2.24M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 3.74M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 1.45M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 4.54M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 7.24M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 8.00M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 2.37M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 1.89M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 1.73M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 9.13M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 684K 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 2.60M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 3.15M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 1.48M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 4.32M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 6.59M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 8.65M 10s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 3.68M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 1.49M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 1.74M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 7.98M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 1.70M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 820K 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 2.94M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 1.46M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 4.40M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 6.33M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 8.25M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 3.74M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 1.81M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 1.44M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 7.60M 9s unit-abot-epc-basic-0: 03:37:07 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 1.89M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 894K 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 1.97M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 5.97M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 1.37M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 6.21M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 8.04M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 4.67M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 1.69M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 1.60M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 4.59M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 194K 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 71.8M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 77.3M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 88.0M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 89.2M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 75.9M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 74.0M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 94.8M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 95.2M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 102M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 101M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 90.4M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 653K 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 2.43M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 1.38M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 4.54M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 3.92M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 1.22M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 1.63M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 3.26M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 784K 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 1.33M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 1.48M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 4.12M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 5.76M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 1.39M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 1.26M 9s unit-abot-epc-basic-0: 03:37:08 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 3.01M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 807K 9s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 1.63M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 1.39M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 3.22M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 5.39M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 2.92M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 1.19M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 2.03M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 3.39M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 786K 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 1.38M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 1.44M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 4.31M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 7.05M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 1.82M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 1.18M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 3.66M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 3.55M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 724K 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 1.65M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 1.44M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 4.57M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 7.00M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 1.83M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 1.28M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 3.08M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 3.48M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 767K 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 1.47M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 1.68M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 3.26M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 7.30M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 2.84M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 1.34M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 1.90M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 3.31M 8s unit-abot-epc-basic-0: 03:37:09 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 793K 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 1.76M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 3.76M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 1.39M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 5.68M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 7.61M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 1.39M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 1.46M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 4.10M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 3.62M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 775K 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 1.48M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 1.77M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 3.50M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 5.26M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 4.66M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 1.36M 8s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 1.64M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 2.80M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 3.73M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 774K 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 1.95M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 1.54M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 4.29M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 7.32M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 4.70M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 1.34M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 1.65M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 3.02M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 3.38M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 789K 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 1.94M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 1.53M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 4.88M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 6.53M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 5.74M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 1.50M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 1.51M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 3.69M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 3.39M 7s unit-abot-epc-basic-0: 03:37:10 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 795K 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 1.69M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 1.62M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 4.24M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 5.25M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 9.01M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 1.45M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 1.48M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 4.01M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 3.43M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 822K 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 1.89M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 3.34M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 1.53M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 4.36M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 8.01M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 2.51M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 1.55M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 1.90M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 3.21M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 3.18M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 752K 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 2.56M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 1.51M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 5.79M 7s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 5.56M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 8.00M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 1.50M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 1.47M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 4.12M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 3.48M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 817K 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 1.94M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 3.04M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 1.58M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 5.04M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 6.96M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 2.87M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 1.78M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 1.62M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 3.11M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 3.58M 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 862K 6s unit-abot-epc-basic-0: 03:37:11 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 2.00M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 1.59M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 3.30M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 5.23M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 8.60M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 2.12M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 1.71M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 1.98M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 3.43M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 944K 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 1.67M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 2.65M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 1.48M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 6.33M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 5.49M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 8.65M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 1.77M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 1.73M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 2.38M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 3.51M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 915K 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 1.70M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 2.73M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 1.52M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 6.47M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 5.11M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 8.29M 6s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 1.58M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 1.63M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 3.02M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 3.60M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 878K 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 1.79M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 2.61M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 1.66M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 5.27M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 6.26M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 9.21M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 1.56M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 1.48M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 3.78M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 3.55M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 868K 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 1.79M 5s unit-abot-epc-basic-0: 03:37:12 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 2.73M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 1.68M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 5.46M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 5.84M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 8.90M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 1.58M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 1.48M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 3.91M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 3.43M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 889K 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 1.79M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 2.48M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 1.71M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 5.41M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 5.59M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 9.45M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 1.81M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 1.76M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 2.38M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 3.30M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 943K 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 1.65M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 2.34M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 1.70M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 5.93M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 5.08M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 9.26M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 1.82M 5s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 1.77M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 2.36M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 3.38M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 941K 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 1.64M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 2.86M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 1.54M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 5.18M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 5.46M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 8.41M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 2.05M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 2.00M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 1.87M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 3.56M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 928K 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 1.83M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 2.53M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 1.84M 4s unit-abot-epc-basic-0: 03:37:13 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 3.30M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 5.34M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 7.71M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 2.85M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 1.72M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 1.84M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 3.59M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 2.59M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 864K 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 2.10M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 1.73M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 3.17M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 5.37M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 7.55M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 3.02M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 1.75M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 1.82M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 3.54M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 4.14M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 813K 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 1.87M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 3.14M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 1.83M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 3.97M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 7.88M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 4.49M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 1.67M 4s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 1.61M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 4.54M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 3.30M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 855K 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 1.87M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 2.66M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 1.81M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 4.03M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 7.50M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 5.08M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 1.67M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 1.71M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 3.80M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 3.58M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 832K 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 1.84M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 2.66M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 1.79M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 4.12M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 6.82M 3s unit-abot-epc-basic-0: 03:37:14 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 10.4M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 1.79M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 1.45M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 3.56M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 3.49M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 864K 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 1.82M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 2.39M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 1.78M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 4.14M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 6.48M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 11.1M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 1.94M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 1.87M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 2.13M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 3.39M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 900K 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 1.85M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 2.13M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 1.84M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 3.83M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 7.88M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 8.18M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 2.18M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 1.85M 3s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 2.03M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 3.70M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 923K 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 1.86M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 2.41M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 1.71M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 2.86M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 7.69M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 7.66M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 2.74M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 1.87M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 1.89M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 3.53M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 2.56M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 886K 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 1.85M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 1.88M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 2.34M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 8.27M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 7.59M 2s unit-abot-epc-basic-0: 03:37:15 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 3.62M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 1.70M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 1.78M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 3.94M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 3.80M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 818K 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 1.95M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 2.81M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 1.43M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 10.5M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 5.66M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 5.51M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 1.72M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 1.60M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 4.19M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 3.38M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 848K 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 1.95M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 2.57M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 1.82M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 3.89M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 4.89M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 10.7M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 1.65M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 1.60M 2s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 4.34M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 3.44M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 854K 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 1.85M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 2.40M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 1.85M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 3.79M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 4.68M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 11.0M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 2.08M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 1.63M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 2.78M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 3.81M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 869K 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 1.91M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 2.11M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 1.86M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 3.61M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 4.75M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 10.4M 1s unit-abot-epc-basic-0: 03:37:16 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 2.13M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 2.17M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 1.97M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 3.98M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 941K 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 1.67M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 2.88M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 1.70M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 2.66M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 4.65M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 9.64M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 3.62M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 1.91M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 1.71M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 3.86M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 2.82M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 863K 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 2.10M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 1.70M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 2.38M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 7.98M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 4.73M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 6.26M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 1.86M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 1.60M 1s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 3.94M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 3.47M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 844K 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 1.97M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 2.48M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 1.82M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 4.01M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 4.60M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 6.36M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 2.45M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 1.70M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 2.57M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 3.87M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 874K 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 1.89M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 2.24M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 1.89M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 3.36M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 4.32M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 8.10M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 3.10M 0s unit-abot-epc-basic-0: 03:37:17 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 2.26M 0s unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 1.53M=21s unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install 2018-09-02 03:37:18 (2.20 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57381 files and directories currently installed.) unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 03:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 03:37:20 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 03:37:21 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 03:37:22 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 03:37:22 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 03:37:22 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 03:37:22 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 03:37:22 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-abot-epc-basic-0: 03:37:22 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 03:37:23 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-abot-epc-basic-0: 03:37:23 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 03:37:23 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 03:37:23 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 03:37:23 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 03:37:24 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 03:37:24 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 03:37:24 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 03:37:24 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 03:37:24 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-abot-epc-basic-0: 03:37:24 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-abot-epc-basic-0: 03:37:25 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-abot-epc-basic-0: 03:37:25 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 03:37:25 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 03:37:25 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 03:37:25 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-abot-epc-basic-0: 03:37:26 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 03:37:26 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 03:37:26 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 03:37:26 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 03:37:26 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-abot-epc-basic-0: 03:37:27 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 03:37:27 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 03:37:27 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 03:37:27 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 03:37:27 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 03:37:27 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 03:37:27 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 03:37:28 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 03:37:28 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 03:37:28 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 03:37:28 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 03:37:28 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 03:37:28 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 03:37:28 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 03:37:29 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 03:37:29 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libasm4-java all 5.0.4-1 [252 kB] unit-abot-epc-basic-0: 03:37:29 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 03:37:29 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 03:37:29 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 03:37:29 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-abot-epc-basic-0: 03:37:29 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-abot-epc-basic-0: 03:37:30 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] unit-abot-epc-basic-0: 03:37:30 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 03:37:30 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] unit-abot-epc-basic-0: 03:37:30 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 03:37:30 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-abot-epc-basic-0: 03:37:30 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 03:37:31 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 03:37:31 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-abot-epc-basic-0: 03:37:31 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 03:37:31 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqdox2-java all 2.0~M3-2 [257 kB] unit-abot-epc-basic-0: 03:37:31 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 03:37:31 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-abot-epc-basic-0: 03:37:31 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-abot-epc-basic-0: 03:37:32 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libservlet3.1-java all 8.0.32-1ubuntu1.7 [391 kB] unit-abot-epc-basic-0: 03:37:32 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcdi-api-java all 1.0-2 [31.9 kB] unit-abot-epc-basic-0: 03:37:32 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 03:37:32 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 03:37:32 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 03:37:32 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 03:37:32 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 03:37:33 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 03:37:33 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 03:37:33 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] unit-abot-epc-basic-0: 03:37:33 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-abot-epc-basic-0: 03:37:33 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjetty-java all 6.1.26-5 [721 kB] unit-abot-epc-basic-0: 03:37:33 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] unit-abot-epc-basic-0: 03:37:34 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-abot-epc-basic-0: 03:37:34 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-abot-epc-basic-0: 03:37:34 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 03:37:34 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 03:37:34 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 03:37:34 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-abot-epc-basic-0: 03:37:34 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-1build1 [10.6 kB] unit-abot-epc-basic-0: 03:37:35 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B] unit-abot-epc-basic-0: 03:37:35 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.1-0 amd64 5.1.5-8ubuntu1 [102 kB] unit-abot-epc-basic-0: 03:37:35 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-abot-epc-basic-0: 03:37:35 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.9 [81.8 kB] unit-abot-epc-basic-0: 03:37:35 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-abot-epc-basic-0: 03:37:35 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.9 [86.6 kB] unit-abot-epc-basic-0: 03:37:35 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.4 [1110 kB] unit-abot-epc-basic-0: 03:37:36 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-abot-epc-basic-0: 03:37:36 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-abot-epc-basic-0: 03:37:36 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 03:37:36 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1880 kB] unit-abot-epc-basic-0: 03:37:36 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 03:37:36 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] unit-abot-epc-basic-0: 03:37:36 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-abot-epc-basic-0: 03:37:37 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-abot-epc-basic-0: 03:37:37 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] unit-abot-epc-basic-0: 03:37:37 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-abot-epc-basic-0: 03:37:37 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 03:37:37 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2311 kB] unit-abot-epc-basic-0: 03:37:38 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB] unit-abot-epc-basic-0: 03:37:38 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-134.160 [867 kB] unit-abot-epc-basic-0: 03:37:38 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 03:37:38 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-abot-epc-basic-0: 03:37:38 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-abot-epc-basic-0: 03:37:39 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] unit-abot-epc-basic-0: 03:37:39 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-abot-epc-basic-0: 03:37:39 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-abot-epc-basic-0: 03:37:39 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-abot-epc-basic-0: 03:37:40 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-abot-epc-basic-0: 03:37:40 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 03:37:40 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 03:37:40 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 03:37:40 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 03:37:41 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 03:37:41 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 03:37:41 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 03:37:41 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 03:37:42 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 03:37:42 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 03:37:42 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 03:37:42 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 03:37:43 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-abot-epc-basic-0: 03:37:43 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-abot-epc-basic-0: 03:37:43 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB] unit-abot-epc-basic-0: 03:37:43 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB] unit-abot-epc-basic-0: 03:37:43 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-abot-epc-basic-0: 03:37:44 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-abot-epc-basic-0: 03:37:44 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-abot-epc-basic-0: 03:37:44 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 03:37:44 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-abot-epc-basic-0: 03:37:44 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-abot-epc-basic-0: 03:37:44 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB] unit-abot-epc-basic-0: 03:37:45 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-abot-epc-basic-0: 03:37:45 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] unit-abot-epc-basic-0: 03:37:45 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] unit-abot-epc-basic-0: 03:37:45 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 03:37:45 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-abot-epc-basic-0: 03:37:45 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] unit-abot-epc-basic-0: 03:37:47 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 03:37:47 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 03:37:47 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB] unit-abot-epc-basic-0: 03:37:47 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 03:37:47 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all amd64 2.7.12-1~16.04 [996 B] unit-abot-epc-basic-0: 03:37:47 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 03:37:48 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] unit-abot-epc-basic-0: 03:37:48 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1016 B] unit-abot-epc-basic-0: 03:37:48 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] unit-abot-epc-basic-0: 03:37:48 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-abot-epc-basic-0: 03:37:48 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 03:37:48 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 20% Extracting templates from packages: 40% Extracting templates from packages: 61% Extracting templates from packages: 81% Extracting templates from packages: 100% unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 27s (3753 kB/s) unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 57544 files and directories currently installed.) unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 03:37:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 03:37:50 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 03:37:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 03:37:52 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 03:37:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 03:37:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.7_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 03:37:55 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 03:37:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:37:57 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:37:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:37:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 03:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 03:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 03:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 03:38:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 03:38:00 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:38:00 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 61187 files and directories currently installed.) unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 03:38:01 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.6_amd64.deb ... unit-abot-epc-basic-0: 03:38:02 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-134.160_amd64.deb ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-134.160) ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 03:38:03 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 03:38:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 03:38:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:04 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:05 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:07 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 03:38:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:38:08 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:38:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 03:38:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:09 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 03:38:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:38:09 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:38:11 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 03:38:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 03:38:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 03:38:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 03:38:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:38:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:38:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 03:38:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:38:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 03:38:15 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 03:38:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 03:38:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 03:38:22 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:38:23 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 03:38:23 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 03:38:23 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 03:38:23 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 03:38:24 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 03:38:25 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 03:38:25 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 03:38:25 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 03:38:25 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 03:38:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 03:38:27 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 03:38:28 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 03:38:29 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 03:38:30 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 03:38:30 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 03:38:30 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:38:30 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:38:30 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:38:30 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 03:38:32 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 03:38:33 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 03:38:33 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-abot-epc-basic-0: 03:38:34 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 03:38:34 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:38:34 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:38:35 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:35 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:38:35 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 03:38:35 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 03:38:35 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 03:38:35 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 03:38:35 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 03:38:37 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 03:38:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 9.6 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 509.3 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/26 KB 6/26 KB 9/26 KB 11/26 KB 14/26 KB 16/26 KB 19/26 KB 22/26 KB 25/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 1119.1 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 602.2 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 891.0 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/7 KB 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 391.7 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 466.4 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/37 KB 6/37 KB 9/37 KB 11/37 KB 14/37 KB 16/37 KB 19/37 KB 22/37 KB 25/37 KB 27/37 KB 30/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1334.6 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 843.6 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/33 KB 6/33 KB 9/33 KB 11/33 KB 14/33 KB 16/33 KB 19/33 KB 22/33 KB 25/33 KB 27/33 KB 30/33 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 1539.9 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 83.8 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 1094.2 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1217.3 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 210.6 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 142.5 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 141.9 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 143.8 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 352.0 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 539.9 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 45.7 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 380.3 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 257.1 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 34.3 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 373.5 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 998/998 B Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 51.3 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 279.0 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 145.5 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 117.8 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 2/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 151.5 KB/sec) unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom unit-abot-epc-basic-0: 03:38:38 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 107.5 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 73.5 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 880/880 B Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 40.9 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 104.7 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 573.4 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/41 KB 6/41 KB 9/41 KB 11/41 KB 14/41 KB 16/41 KB 19/41 KB 22/41 KB 25/41 KB 27/41 KB 30/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1411.6 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 4/15 KB 8/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 672.9 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 208.0 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 388.1 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1383.6 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 758.1 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 965/965 B Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 47.1 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 192.0 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 644.1 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 366.7 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 827.6 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 2/13 KB 5/13 KB 8/13 KB 10/13 KB 13/13 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 464.8 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 3/50 KB 6/50 KB 9/50 KB 11/50 KB 14/50 KB 16/50 KB 19/50 KB 22/50 KB 25/50 KB 27/50 KB 30/50 KB 3/48 KB 3/153 KB 3/35 KB 32/50 KB 3/48 KB 3/153 KB 3/35 KB 30/50 KB 3/48 KB 3/153 KB 30/50 KB 3/153 KB 30/50 KB 3/48 KB 5/153 KB 3/35 KB 32/50 KB 3/48 KB 8/153 KB 3/35 KB 32/50 KB 3/48 KB 11/153 KB 3/35 KB 32/50 KB 6/48 KB 11/153 KB 3/35 KB 32/50 KB 9/48 KB 13/153 KB 3/35 KB 32/50 KB 11/48 KB 13/153 KB 3/35 KB 32/50 KB 6/48 KB 13/153 KB 3/35 KB 32/50 KB 11/48 KB 13/153 KB 6/35 KB 32/50 KB 11/48 KB 13/153 KB 9/35 KB 32/50 KB 11/48 KB 13/153 KB 11/35 KB 32/50 KB 11/48 KB 16/153 KB 11/35 KB 32/50 KB 14/48 KB 16/153 KB 11/35 KB 32/50 KB 14/48 KB 19/153 KB 11/35 KB 32/50 KB 14/48 KB 21/153 KB 11/35 KB 32/50 KB 14/48 KB 24/153 KB 11/35 KB 32/50 KB 16/48 KB 27/153 KB 11/35 KB 32/50 KB 16/48 KB 29/153 KB 11/35 KB 32/50 KB 16/48 KB 24/153 KB 11/35 KB 32/50 KB 19/48 KB 29/153 KB 14/35 KB 32/50 KB 22/48 KB 29/153 KB 14/35 KB 32/50 KB 16/48 KB 29/153 KB 14/35 KB 32/50 KB 22/48 KB 32/153 KB 16/35 KB 32/50 KB 22/48 KB 32/153 KB 19/35 KB 32/50 KB 25/48 KB 32/153 KB 22/35 KB 36/50 KB 22/48 KB 32/153 KB 14/35 KB 32/50 KB 25/48 KB 32/153 KB 19/35 KB 36/50 KB 25/48 KB 32/153 KB 19/35 KB 32/50 KB 27/48 KB 32/153 KB 22/35 KB 36/50 KB 27/48 KB 32/153 KB 22/35 KB 40/50 KB 27/48 KB 32/153 KB 25/35 KB 40/50 KB 3/30 KB 30/48 KB 36/153 KB 25/35 KB 44/50 KB 6/30 KB 30/48 KB 36/153 KB 25/35 KB 44/50 KB 3/30 KB 27/48 KB 36/153 KB 25/35 KB 44/50 KB 3/30 KB 27/48 KB 36/153 KB 25/35 KB 44/50 KB 3/30 KB 30/48 KB 40/153 KB 25/35 KB 44/50 KB 6/30 KB 32/48 KB 44/153 KB 25/35 KB 44/50 KB 6/30 KB 27/48 KB 32/153 KB 25/35 KB 44/50 KB 3/30 KB 32/48 KB 44/153 KB 27/35 KB 48/50 KB 6/30 KB 32/48 KB 44/153 KB 27/35 KB 44/50 KB 6/30 KB 32/48 KB 44/153 KB 30/35 KB 48/50 KB 6/30 KB 32/48 KB 48/153 KB 32/35 KB 50/50 KB 9/30 KB 32/48 KB 40/153 KB 25/35 KB 44/50 KB 6/30 KB 32/48 KB 48/153 KB 30/35 KB 50/50 KB 9/30 KB 32/48 KB 48/153 KB 30/35 KB 50/50 KB 6/30 KB 32/48 KB 52/153 KB 32/35 KB 50/50 KB 9/30 KB 36/48 KB 56/153 KB 35/35 KB 50/50 KB 11/30 KB 32/48 KB 44/153 KB 30/35 KB 50/50 KB 6/30 KB 36/48 KB 52/153 KB 35/35 KB 50/50 KB 11/30 KB 32/48 KB 52/153 KB 32/35 KB 50/50 KB 11/30 KB 36/48 KB 60/153 KB 35/35 KB 50/50 KB 14/30 KB 36/48 KB 52/153 KB 32/35 KB 50/50 KB 11/30 KB 40/48 KB 60/153 KB 35/35 KB 50/50 KB 14/30 KB 40/48 KB 60/153 KB 35/35 KB 50/50 KB 15/30 KB 36/48 KB 60/153 KB 35/35 KB 50/50 KB 11/30 KB 44/48 KB 60/153 KB 35/35 KB 50/50 KB 15/30 KB 48/48 KB 60/153 KB 35/35 KB 50/50 KB 17/30 KB 44/48 KB 60/153 KB 35/35 KB 50/50 KB 17/30 KB 48/48 KB 64/153 KB 35/35 KB 50/50 KB 17/30 KB 48/48 KB 68/153 KB 35/35 KB 50/50 KB 17/30 KB 48/48 KB 72/153 KB 35/35 KB 50/50 KB 20/30 KB 48/48 KB 76/153 KB 35/35 KB 50/50 KB 20/30 KB 48/48 KB 68/153 KB 35/35 KB 50/50 KB 20/30 KB 48/48 KB 76/153 KB 35/35 KB 50/50 KB 23/30 KB 48/48 KB 76/153 KB 35/35 KB 50/50 KB 26/30 KB 48/48 KB 80/153 KB 35/35 KB 50/50 KB 26/30 KB 48/48 KB 80/153 KB 35/35 KB 50/50 KB 28/30 KB 48/48 KB 84/153 KB 35/35 KB 50/50 KB 28/30 KB 48/48 KB 84/153 KB 35/35 KB 50/50 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 1036.3 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 48/48 KB 88/153 KB 35/35 KB 50/50 KB 30/30 KB 48/48 KB 92/153 KB 35/35 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 575.6 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 704.3 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 4/190 KB 96/153 KB 30/30 KB 8/190 KB 96/153 KB 12/190 KB 96/153 KB 48/48 KB 96/153 KB 30/30 KB 12/190 KB 100/153 KB 12/190 KB 104/153 KB 12/190 KB 108/153 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 433.0 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 12/190 KB 112/153 KB 16/190 KB 112/153 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 16/190 KB 116/153 KB 20/190 KB 120/153 KB 4/119 KB 3/37 KB 20/190 KB 124/153 KB 4/119 KB 3/37 KB 20/190 KB 128/153 KB 4/119 KB 3/37 KB 20/190 KB 116/153 KB 4/119 KB 3/37 KB 20/190 KB 116/153 KB 4/119 KB 20/190 KB 128/153 KB 4/119 KB 6/37 KB 20/190 KB 116/153 KB 20/190 KB 128/153 KB 8/119 KB 6/37 KB 20/190 KB 128/153 KB 12/119 KB 6/37 KB 20/190 KB 128/153 KB 16/119 KB 6/37 KB 20/190 KB 128/153 KB 16/119 KB 9/37 KB 24/190 KB 128/153 KB 16/119 KB 9/37 KB 28/190 KB 128/153 KB 16/119 KB 9/37 KB 28/190 KB 128/153 KB 20/119 KB 9/37 KB 32/190 KB 132/153 KB 24/119 KB 11/37 KB 32/190 KB 132/153 KB 28/119 KB 11/37 KB 32/190 KB 132/153 KB 20/119 KB 11/37 KB 32/190 KB 128/153 KB 20/119 KB 11/37 KB 28/190 KB 128/153 KB 20/119 KB 11/37 KB 32/190 KB 132/153 KB 28/119 KB 14/37 KB 36/190 KB 132/153 KB 28/119 KB 14/37 KB 40/190 KB 136/153 KB 32/119 KB 16/37 KB 44/190 KB 136/153 KB 32/119 KB 16/37 KB 36/190 KB 136/153 KB 32/119 KB 16/37 KB 36/190 KB 136/153 KB 28/119 KB 16/37 KB 36/190 KB 132/153 KB 28/119 KB 16/37 KB 44/190 KB 136/153 KB 32/119 KB 19/37 KB 48/190 KB 140/153 KB 3/86 KB 36/119 KB 22/37 KB 48/190 KB 140/153 KB 3/86 KB 36/119 KB 19/37 KB 52/190 KB 140/153 KB 3/86 KB 36/119 KB 22/37 KB 56/190 KB 140/153 KB 3/86 KB 36/119 KB 25/37 KB 44/190 KB 140/153 KB 3/86 KB 36/119 KB 19/37 KB 44/190 KB 140/153 KB 3/86 KB 32/119 KB 19/37 KB 44/190 KB 140/153 KB 32/119 KB 19/37 KB 60/190 KB 140/153 KB 5/86 KB 36/119 KB 25/37 KB 60/190 KB 140/153 KB 8/86 KB 36/119 KB 25/37 KB 60/190 KB 144/153 KB 11/86 KB 36/119 KB 25/37 KB 52/190 KB 140/153 KB 3/86 KB 36/119 KB 25/37 KB 60/190 KB 144/153 KB 8/86 KB 36/119 KB 25/37 KB 60/190 KB 148/153 KB 11/86 KB 36/119 KB 25/37 KB 60/190 KB 152/153 KB 13/86 KB 36/119 KB 25/37 KB 60/190 KB 153/153 KB 13/86 KB 40/119 KB 27/37 KB 60/190 KB 148/153 KB 13/86 KB 36/119 KB 25/37 KB 60/190 KB 152/153 KB 13/86 KB 40/119 KB 27/37 KB 60/190 KB 153/153 KB 13/86 KB 44/119 KB 27/37 KB 60/190 KB 153/153 KB 13/86 KB 48/119 KB 27/37 KB 60/190 KB 153/153 KB 13/86 KB 52/119 KB 27/37 KB 60/190 KB 153/153 KB 16/86 KB 56/119 KB 27/37 KB 60/190 KB 153/153 KB 16/86 KB 60/119 KB 27/37 KB 60/190 KB 152/153 KB 13/86 KB 36/119 KB 27/37 KB 60/190 KB 140/153 KB 3/86 KB 36/119 KB 25/37 KB 60/190 KB 153/153 KB 16/86 KB 52/119 KB 27/37 KB 64/190 KB 153/153 KB 16/86 KB 60/119 KB 30/37 KB 60/190 KB 153/153 KB 16/86 KB 60/119 KB 30/37 KB 64/190 KB 153/153 KB 19/86 KB 60/119 KB 30/37 KB 64/190 KB 153/153 KB 21/86 KB 60/119 KB 30/37 KB 64/190 KB 153/153 KB 24/86 KB 60/119 KB 32/37 KB 64/190 KB 27/86 KB 60/119 KB 32/37 KB 64/190 KB 153/153 KB 21/86 KB 60/119 KB 32/37 KB 68/190 KB 27/86 KB 64/119 KB 35/37 KB 68/190 KB 27/86 KB 64/119 KB 37/37 KB 68/190 KB 27/86 KB 64/119 KB 32/37 KB 68/190 KB 27/86 KB 60/119 KB 32/37 KB 72/190 KB 27/86 KB 64/119 KB 37/37 KB 76/190 KB 27/86 KB 64/119 KB 37/37 KB 80/190 KB 29/86 KB 68/119 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1327.1 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 84/190 KB 29/86 KB 68/119 KB 37/37 KB 88/190 KB 29/86 KB 68/119 KB 37/37 KB 92/190 KB 29/86 KB 68/119 KB 37/37 KB 96/190 KB 29/86 KB 68/119 KB 37/37 KB 76/190 KB 29/86 KB 68/119 KB 37/37 KB 96/190 KB 29/86 KB 72/119 KB 37/37 KB 96/190 KB 29/86 KB 76/119 KB 37/37 KB 96/190 KB 29/86 KB 80/119 KB 37/37 KB 96/190 KB 29/86 KB 84/119 KB 37/37 KB 96/190 KB 29/86 KB 88/119 KB 37/37 KB 96/190 KB 29/86 KB 92/119 KB 37/37 KB 100/190 KB 29/86 KB 96/119 KB 37/37 KB 100/190 KB 29/86 KB 100/119 KB 37/37 KB 76/190 KB 29/86 KB 64/119 KB 37/37 KB 100/190 KB 32/86 KB 100/119 KB 37/37 KB 100/190 KB 36/86 KB 100/119 KB 37/37 KB 100/190 KB 40/86 KB 100/119 KB 37/37 KB 100/190 KB 44/86 KB 100/119 KB 37/37 KB 100/190 KB 48/86 KB 100/119 KB 37/37 KB 100/190 KB 52/86 KB 100/119 KB 37/37 KB 100/190 KB 29/86 KB 92/119 KB 37/37 KB 104/190 KB 52/86 KB 100/119 KB 37/37 KB 108/190 KB 52/86 KB 100/119 KB 37/37 KB 112/190 KB 52/86 KB 100/119 KB 37/37 KB 112/190 KB 56/86 KB 100/119 KB 37/37 KB 112/190 KB 56/86 KB 104/119 KB 37/37 KB 112/190 KB 60/86 KB 104/119 KB 37/37 KB 112/190 KB 60/86 KB 108/119 KB 37/37 KB 112/190 KB 64/86 KB 108/119 KB 37/37 KB 112/190 KB 64/86 KB 112/119 KB 37/37 KB 112/190 KB 68/86 KB 112/119 KB 37/37 KB 116/190 KB 72/86 KB 116/119 KB 37/37 KB 116/190 KB 76/86 KB 116/119 KB 37/37 KB 116/190 KB 68/86 KB 116/119 KB 37/37 KB 116/190 KB 68/86 KB 112/119 KB 37/37 KB 120/190 KB 76/86 KB 116/119 KB 37/37 KB 124/190 KB 76/86 KB 116/119 KB 37/37 KB 124/190 KB 76/86 KB 119/119 KB 37/37 KB 128/190 KB 76/86 KB 119/119 KB 37/37 KB 132/190 KB 76/86 KB 119/119 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 336.1 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 132/190 KB 80/86 KB 119/119 KB 37/37 KB 132/190 KB 84/86 KB 119/119 KB 132/190 KB 86/86 KB 119/119 KB 136/190 KB 86/86 KB 119/119 KB 140/190 KB 86/86 KB 119/119 KB 144/190 KB 86/86 KB 119/119 KB 148/190 KB 86/86 KB 3/66 KB 152/190 KB 86/86 KB 3/66 KB 156/190 KB 86/86 KB 3/66 KB 144/190 KB 86/86 KB 119/119 KB 3/66 KB 156/190 KB 86/86 KB 5/66 KB 156/190 KB 86/86 KB 8/66 KB 156/190 KB 86/86 KB 11/66 KB 156/190 KB 86/86 KB 13/66 KB 156/190 KB 86/86 KB 16/66 KB 156/190 KB 86/86 KB 19/66 KB 156/190 KB 86/86 KB 21/66 KB 156/190 KB 86/86 KB 24/66 KB 156/190 KB 86/86 KB 27/66 KB 156/190 KB 86/86 KB 29/66 KB 156/190 KB 86/86 KB 32/66 KB 156/190 KB 86/86 KB 36/66 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 1019.2 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 156/190 KB 86/86 KB 40/66 KB 160/190 KB 86/86 KB 44/66 KB 160/190 KB 86/86 KB 48/66 KB 160/190 KB 86/86 KB 44/66 KB 164/190 KB 86/86 KB 48/66 KB 168/190 KB 86/86 KB 48/66 KB 172/190 KB 86/86 KB 48/66 KB 176/190 KB 86/86 KB 48/66 KB 176/190 KB 4/26 KB 52/66 KB 176/190 KB 86/86 KB 4/26 KB 48/66 KB 176/190 KB 8/26 KB 52/66 KB 176/190 KB 12/26 KB 52/66 KB 176/190 KB 16/26 KB 52/66 KB 176/190 KB 20/26 KB 52/66 KB 176/190 KB 24/26 KB 52/66 KB 176/190 KB 26/26 KB 52/66 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 695.4 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 180/190 KB 26/26 KB 3/324 KB 56/66 KB 180/190 KB 26/26 KB 6/324 KB 56/66 KB 180/190 KB 26/26 KB 56/66 KB 176/190 KB 26/26 KB 56/66 KB 184/190 KB 26/26 KB 6/324 KB 60/66 KB 184/190 KB 26/26 KB 6/324 KB 64/66 KB 184/190 KB 26/26 KB 6/324 KB 66/66 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 194.2 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 184/190 KB 26/26 KB 6/324 KB 56/66 KB 188/190 KB 6/324 KB 66/66 KB 190/190 KB 3/79 KB 9/324 KB 66/66 KB 188/190 KB 9/324 KB 66/66 KB 188/190 KB 3/79 KB 9/324 KB 66/66 KB 190/190 KB 3/79 KB 11/324 KB 66/66 KB 190/190 KB 6/79 KB 14/324 KB 66/66 KB 190/190 KB 6/79 KB 16/324 KB 66/66 KB 190/190 KB 6/79 KB 19/324 KB 66/66 KB 190/190 KB 6/79 KB 22/324 KB 66/66 KB 190/190 KB 6/79 KB 11/324 KB 66/66 KB 190/190 KB 9/79 KB 22/324 KB 66/66 KB 190/190 KB 11/79 KB 22/324 KB 66/66 KB 190/190 KB 14/79 KB 22/324 KB 66/66 KB 190/190 KB 16/79 KB 22/324 KB 66/66 KB 190/190 KB 16/79 KB 25/324 KB 66/66 KB 190/190 KB 19/79 KB 27/324 KB 190/190 KB 19/79 KB 25/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 488.8 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 190/190 KB 22/79 KB 30/324 KB 190/190 KB 19/79 KB 30/324 KB 190/190 KB 22/79 KB 32/324 KB 190/190 KB 25/79 KB 32/324 KB 190/190 KB 25/79 KB 32/324 KB 4/228 KB 190/190 KB 25/79 KB 32/324 KB 8/228 KB 190/190 KB 25/79 KB 32/324 KB 12/228 KB 190/190 KB 25/79 KB 32/324 KB 16/228 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (190 KB at 1344.9 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 25/79 KB 32/324 KB 20/228 KB 25/79 KB 32/324 KB 24/228 KB 27/79 KB 36/324 KB 28/228 KB 27/79 KB 36/324 KB 32/228 KB 27/79 KB 36/324 KB 24/228 KB 30/79 KB 36/324 KB 32/228 KB 3/152 KB 30/79 KB 36/324 KB 36/228 KB 3/152 KB 32/79 KB 36/324 KB 40/228 KB 3/152 KB 25/79 KB 36/324 KB 24/228 KB 32/79 KB 36/324 KB 36/228 KB 3/152 KB 36/79 KB 36/324 KB 40/228 KB 3/152 KB 40/79 KB 40/324 KB 44/228 KB 3/152 KB 44/79 KB 40/324 KB 44/228 KB 3/152 KB 27/79 KB 36/324 KB 32/228 KB 3/152 KB 44/79 KB 40/324 KB 44/228 KB 6/152 KB 4/32 KB 44/79 KB 40/324 KB 44/228 KB 9/152 KB 4/32 KB 44/79 KB 40/324 KB 44/228 KB 3/152 KB 4/32 KB 36/79 KB 40/324 KB 44/228 KB 3/152 KB 44/79 KB 40/324 KB 48/228 KB 9/152 KB 4/32 KB 44/79 KB 40/324 KB 52/228 KB 9/152 KB 4/32 KB 48/79 KB 40/324 KB 56/228 KB 11/152 KB 8/32 KB 48/79 KB 40/324 KB 60/228 KB 11/152 KB 8/32 KB 48/79 KB 40/324 KB 64/228 KB 11/152 KB 8/32 KB 36/79 KB 40/324 KB 40/228 KB 3/152 KB 48/79 KB 44/324 KB 64/228 KB 11/152 KB 8/32 KB 48/79 KB 48/324 KB 64/228 KB 11/152 KB 8/32 KB 48/79 KB 52/324 KB 64/228 KB 11/152 KB 8/32 KB 48/79 KB 56/324 KB 64/228 KB 11/152 KB 8/32 KB 48/79 KB 40/324 KB 52/228 KB 11/152 KB 8/32 KB 48/79 KB 40/324 KB 52/228 KB 9/152 KB 8/32 KB 52/79 KB 56/324 KB 64/228 KB 11/152 KB 8/32 KB 44/79 KB 40/324 KB 52/228 KB 9/152 KB 8/32 KB 52/79 KB 60/324 KB 64/228 KB 14/152 KB 12/32 KB 52/79 KB 60/324 KB 64/228 KB 14/152 KB 8/32 KB 52/79 KB 60/324 KB 64/228 KB 16/152 KB 16/32 KB 52/79 KB 60/324 KB 64/228 KB 11/152 KB 8/32 KB 52/79 KB 64/324 KB 64/228 KB 16/152 KB 16/32 KB 52/79 KB 68/324 KB 64/228 KB 16/152 KB 16/32 KB 56/79 KB 72/324 KB 68/228 KB 19/152 KB 16/32 KB 56/79 KB 76/324 KB 68/228 KB 19/152 KB 16/32 KB 52/79 KB 60/324 KB 64/228 KB 14/152 KB 16/32 KB 56/79 KB 76/324 KB 68/228 KB 19/152 KB 20/32 KB 56/79 KB 76/324 KB 68/228 KB 19/152 KB 24/32 KB 56/79 KB 76/324 KB 68/228 KB 19/152 KB 28/32 KB 56/79 KB 76/324 KB 68/228 KB 19/152 KB 32/32 KB 56/79 KB 68/324 KB 68/228 KB 19/152 KB 16/32 KB 56/79 KB 68/324 KB 64/228 KB 19/152 KB 16/32 KB 56/79 KB 68/324 KB 64/228 KB 16/152 KB 16/32 KB 60/79 KB 80/324 KB 68/228 KB 19/152 KB 32/32 KB 64/79 KB 80/324 KB 68/228 KB 22/152 KB 32/32 KB 68/79 KB 80/324 KB 68/228 KB 22/152 KB 32/32 KB 72/79 KB 80/324 KB 72/228 KB 22/152 KB 32/32 KB 76/79 KB 80/324 KB 72/228 KB 22/152 KB 32/32 KB 56/79 KB 80/324 KB 68/228 KB 19/152 KB 32/32 KB 68/79 KB 80/324 KB 72/228 KB 22/152 KB 32/32 KB 60/79 KB 80/324 KB 68/228 KB 22/152 KB 32/32 KB 76/79 KB 80/324 KB 72/228 KB 25/152 KB 32/32 KB 76/79 KB 80/324 KB 72/228 KB 27/152 KB 32/32 KB 76/79 KB 80/324 KB 76/228 KB 27/152 KB 32/32 KB 76/79 KB 84/324 KB 80/228 KB 27/152 KB 32/32 KB 79/79 KB 84/324 KB 80/228 KB 30/152 KB 32/32 KB 76/79 KB 84/324 KB 80/228 KB 30/152 KB 32/32 KB 76/79 KB 80/324 KB 80/228 KB 30/152 KB 32/32 KB 79/79 KB 84/324 KB 84/228 KB 30/152 KB 32/32 KB 79/79 KB 88/324 KB 88/228 KB 32/152 KB 32/32 KB 79/79 KB 88/324 KB 92/228 KB 32/152 KB 32/32 KB 79/79 KB 88/324 KB 96/228 KB 32/152 KB 32/32 KB 79/79 KB 88/324 KB 84/228 KB 32/152 KB 32/32 KB 79/79 KB 84/324 KB 84/228 KB 32/152 KB 32/32 KB 79/79 KB 92/324 KB 96/228 KB 32/152 KB 32/32 KB 79/79 KB 96/324 KB 96/228 KB 32/152 KB 32/32 KB 79/79 KB 96/324 KB 96/228 KB 36/152 KB 32/32 KB 79/79 KB 96/324 KB 96/228 KB 40/152 KB 32/32 KB 79/79 KB 96/324 KB 96/228 KB 44/152 KB 32/32 KB unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 79/79 KB 100/324 KB 96/228 KB 48/152 KB 79/79 KB 100/324 KB 100/228 KB 48/152 KB 100/324 KB 104/228 KB 52/152 KB 79/79 KB 100/324 KB 96/228 KB 44/152 KB 32/32 KB 104/324 KB 108/228 KB 52/152 KB 108/324 KB 108/228 KB 52/152 KB 112/324 KB 108/228 KB 52/152 KB 112/324 KB 108/228 KB 52/152 KB 112/324 KB 112/228 KB 52/152 KB 100/324 KB 100/228 KB 52/152 KB 112/324 KB 112/228 KB 56/152 KB 112/324 KB 112/228 KB 60/152 KB 112/324 KB 112/228 KB 64/152 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 456.0 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 184.1 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 116/324 KB 116/228 KB 68/152 KB 116/324 KB 116/228 KB 72/152 KB 116/324 KB 116/228 KB 64/152 KB 116/324 KB 112/228 KB 64/152 KB 120/324 KB 116/228 KB 72/152 KB 124/324 KB 116/228 KB 72/152 KB 128/324 KB 116/228 KB 72/152 KB 128/324 KB 120/228 KB 72/152 KB 128/324 KB 124/228 KB 72/152 KB 128/324 KB 128/228 KB 72/152 KB 128/324 KB 132/228 KB 72/152 KB 132/324 KB 136/228 KB 76/152 KB 132/324 KB 140/228 KB 76/152 KB 132/324 KB 144/228 KB 76/152 KB 132/324 KB 148/228 KB 76/152 KB 132/324 KB 132/228 KB 76/152 KB 136/324 KB 148/228 KB 76/152 KB 140/324 KB 148/228 KB 76/152 KB 144/324 KB 148/228 KB 76/152 KB 148/324 KB 148/228 KB 76/152 KB 4/234 KB 152/324 KB 148/228 KB 76/152 KB 4/234 KB 128/324 KB 132/228 KB 76/152 KB 152/324 KB 148/228 KB 80/152 KB 4/234 KB 152/324 KB 148/228 KB 84/152 KB 4/234 KB 152/324 KB 148/228 KB 88/152 KB 4/234 KB 152/324 KB 148/228 KB 92/152 KB 4/234 KB 152/324 KB 148/228 KB 96/152 KB 4/234 KB 152/324 KB 148/228 KB 100/152 KB 4/234 KB 156/324 KB 148/228 KB 104/152 KB 4/234 KB 144/324 KB 148/228 KB 76/152 KB 4/234 KB 156/324 KB 152/228 KB 104/152 KB 8/234 KB 156/324 KB 152/228 KB 104/152 KB 12/234 KB 156/324 KB 152/228 KB 104/152 KB 16/234 KB 156/324 KB 152/228 KB 104/152 KB 20/234 KB 156/324 KB 152/228 KB 104/152 KB 4/234 KB 156/324 KB 148/228 KB 100/152 KB 4/234 KB 160/324 KB 152/228 KB 104/152 KB 20/234 KB 160/324 KB 152/228 KB 104/152 KB 24/234 KB 160/324 KB 156/228 KB 108/152 KB 28/234 KB 160/324 KB 156/228 KB 108/152 KB 32/234 KB 160/324 KB 156/228 KB 108/152 KB 24/234 KB 160/324 KB 156/228 KB 112/152 KB 32/234 KB 160/324 KB 156/228 KB 104/152 KB 24/234 KB 160/324 KB 160/228 KB 112/152 KB 32/234 KB 164/324 KB 160/228 KB 112/152 KB 32/234 KB 168/324 KB 160/228 KB 112/152 KB 36/234 KB 172/324 KB 160/228 KB 112/152 KB 36/234 KB 176/324 KB 160/228 KB 112/152 KB 36/234 KB 180/324 KB 160/228 KB 112/152 KB 36/234 KB 164/324 KB 160/228 KB 112/152 KB 36/234 KB 180/324 KB 164/228 KB 116/152 KB 40/234 KB 180/324 KB 164/228 KB 116/152 KB 44/234 KB 180/324 KB 164/228 KB 116/152 KB 48/234 KB 180/324 KB 164/228 KB 116/152 KB 36/234 KB 180/324 KB 160/228 KB 116/152 KB 36/234 KB 180/324 KB 164/228 KB 120/152 KB 48/234 KB 180/324 KB 164/228 KB 124/152 KB 48/234 KB 180/324 KB 168/228 KB 124/152 KB 48/234 KB 180/324 KB 172/228 KB 124/152 KB 48/234 KB 180/324 KB 172/228 KB 128/152 KB 48/234 KB 180/324 KB 176/228 KB 128/152 KB 48/234 KB 180/324 KB 176/228 KB 132/152 KB 48/234 KB 184/324 KB 180/228 KB 136/152 KB 52/234 KB 184/324 KB 180/228 KB 140/152 KB 52/234 KB 184/324 KB 180/228 KB 144/152 KB 52/234 KB 184/324 KB 180/228 KB 132/152 KB 52/234 KB 184/324 KB 176/228 KB 132/152 KB 52/234 KB 184/324 KB 176/228 KB 132/152 KB 48/234 KB 188/324 KB 180/228 KB 144/152 KB 52/234 KB 192/324 KB 180/228 KB 144/152 KB 52/234 KB 192/324 KB 180/228 KB 144/152 KB 56/234 KB 192/324 KB 180/228 KB 144/152 KB 60/234 KB 192/324 KB 180/228 KB 144/152 KB 61/234 KB 192/324 KB 184/228 KB 144/152 KB 61/234 KB 192/324 KB 188/228 KB 144/152 KB 61/234 KB 192/324 KB 192/228 KB 144/152 KB 65/234 KB 192/324 KB 196/228 KB 144/152 KB 65/234 KB 196/324 KB 200/228 KB 148/152 KB 65/234 KB 192/324 KB 188/228 KB 144/152 KB 65/234 KB 196/324 KB 196/228 KB 148/152 KB 65/234 KB 196/324 KB 196/228 KB 144/152 KB 65/234 KB 200/324 KB 200/228 KB 148/152 KB 65/234 KB 204/324 KB 200/228 KB 148/152 KB 65/234 KB 204/324 KB 200/228 KB 152/152 KB 65/234 KB 208/324 K unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install B 200/228 KB 152/152 KB 65/234 KB 208/324 KB 200/228 KB 152/152 KB 69/234 KB 208/324 KB 200/228 KB 152/152 KB 73/234 KB 208/324 KB 200/228 KB 152/152 KB 77/234 KB 208/324 KB 200/228 KB 152/152 KB 81/234 KB 212/324 KB 204/228 KB 152/152 KB 85/234 KB 212/324 KB 204/228 KB 152/152 KB 89/234 KB 212/324 KB 204/228 KB 152/152 KB 81/234 KB 208/324 KB 204/228 KB 152/152 KB 81/234 KB 212/324 KB 208/228 KB 152/152 KB 89/234 KB 216/324 KB 208/228 KB 152/152 KB 89/234 KB 220/324 KB 208/228 KB 152/152 KB 89/234 KB 224/324 KB 208/228 KB 152/152 KB 89/234 KB 228/324 KB 208/228 KB 152/152 KB 89/234 KB 232/324 KB 212/228 KB 152/152 KB 93/234 KB 236/324 KB 212/228 KB 152/152 KB 93/234 KB 240/324 KB 212/228 KB 152/152 KB 93/234 KB 228/324 KB 212/228 KB 152/152 KB 93/234 KB 228/324 KB 212/228 KB 152/152 KB 89/234 KB 240/324 KB 216/228 KB 152/152 KB 93/234 KB 240/324 KB 220/228 KB 152/152 KB 93/234 KB 240/324 KB 224/228 KB 152/152 KB 93/234 KB 240/324 KB 224/228 KB 152/152 KB 97/234 KB 240/324 KB 228/228 KB 152/152 KB 97/234 KB 240/324 KB 228/228 KB 152/152 KB 101/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 726.4 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 240/324 KB 228/228 KB 105/234 KB 240/324 KB 228/228 KB 109/234 KB 244/324 KB 228/228 KB 109/234 KB 248/324 KB 228/228 KB 109/234 KB 252/324 KB 228/228 KB 109/234 KB 256/324 KB 228/228 KB 109/234 KB 260/324 KB 228/228 KB 109/234 KB 264/324 KB 228/228 KB 113/234 KB 268/324 KB 228/228 KB 113/234 KB 260/324 KB 228/228 KB 113/234 KB 268/324 KB 228/228 KB 117/234 KB 268/324 KB 228/228 KB 121/234 KB 268/324 KB 228/228 KB 125/234 KB 268/324 KB 228/228 KB 129/234 KB 270/324 KB 228/228 KB 129/234 KB 270/324 KB 228/228 KB 133/234 KB 270/324 KB 228/228 KB 137/234 KB 270/324 KB 228/228 KB 141/234 KB 274/324 KB 228/228 KB 141/234 KB 278/324 KB 228/228 KB 141/234 KB 282/324 KB 228/228 KB 141/234 KB 286/324 KB 228/228 KB 141/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 1052.4 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install 290/324 KB 141/234 KB 294/324 KB 145/234 KB 290/324 KB 145/234 KB 294/324 KB 149/234 KB 294/324 KB 153/234 KB 294/324 KB 157/234 KB 298/324 KB 157/234 KB 302/324 KB 157/234 KB 302/324 KB 161/234 KB 302/324 KB 165/234 KB 302/324 KB 169/234 KB 302/324 KB 173/234 KB 306/324 KB 173/234 KB 310/324 KB 173/234 KB 314/324 KB 173/234 KB 318/324 KB 173/234 KB 322/324 KB 173/234 KB 324/324 KB 173/234 KB 324/324 KB 177/234 KB 324/324 KB 181/234 KB 324/324 KB 185/234 KB 324/324 KB 189/234 KB 324/324 KB 193/234 KB 324/324 KB 197/234 KB 324/324 KB 201/234 KB 324/324 KB 205/234 KB 324/324 KB 209/234 KB 324/324 KB 213/234 KB 324/324 KB 217/234 KB 324/324 KB 221/234 KB 324/324 KB 225/234 KB 324/324 KB 229/234 KB 324/324 KB 233/234 KB 324/324 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1372.6 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 988.8 KB/sec) unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-base-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall390428072059714931.pom to /root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.pom unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.604 s unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T03:38:39+00:00 unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:39 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 03:38:41 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 03:38:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:41 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:41 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 03:38:41 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:41 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-ssh-3.0.86.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2673696384212510181.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.646 s unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T03:38:42+00:00 unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 8M/60M unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:42 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/jar/abot-s1ap-3.0.85.jar to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4625086482793829341.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.670 s unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T03:38:44+00:00 unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 03:38:44 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-2.1.2.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ui-bootstrap-tpls-0.14.3.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/angular-local-storage.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs-default-translations.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-controllers.tests.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-services.tests.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/dialogs-main.tests.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/angular-ui-router.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777777_256x240.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_777620_256x240.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_555555_256x240.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_444444_256x240.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_cc0000_256x240.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ui-icons_ffffff_256x240.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.structure.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/jquery.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/jquery-ui.theme.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 03:38:45 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 8.1MB/s eta 0:00:01  17% |##### | 20kB 2.9MB/s eta 0:00:01  25% |######## | 30kB 3.6MB/s eta 0:00:01  34% |########## | 40kB 3.5MB/s eta 0:00:01  42% |############# | 51kB 4.2MB/s eta 0:00:01  51% |################ | 61kB 4.9MB/s eta 0:00:01  59% |################### | 71kB 5.0MB/s eta 0:00:01  68% |##################### | 81kB 5.0MB/s eta 0:00:01  76% |######################## | 92kB 5.5MB/s eta 0:00:01  85% |########################### | 102kB 5.5MB/s eta 0:00:01  93% |############################## | 112kB 5.4MB/s eta 0:00:01  100% |################################| 122kB 5.0MB/s unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB) unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 7.2MB/s eta 0:00:01  15% |#### | 20kB 4.5MB/s eta 0:00:01  23% |####### | 30kB 6.5MB/s eta 0:00:01  30% |######### | 40kB 5.5MB/s eta 0:00:01  38% |############ | 51kB 5.1MB/s eta 0:00:01  46% |############## | 61kB 6.0MB/s eta 0:00:01  53% |################# | 71kB 5.8MB/s eta 0:00:01  61% |################### | 81kB 6.6MB/s eta 0:00:01  69% |###################### | 92kB 6.5MB/s eta 0:00:01  76% |######################## | 102kB 6.4MB/s eta 0:00:01  84% |########################### | 112kB 7.0MB/s eta 0:00:01  92% |############################# | 122kB 7.6MB/s eta 0:00:01  99% |############################### | 133kB 7.4MB/s eta 0:00:01  100% |################################| 143kB 5.3MB/s unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 03:38:46 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.23 unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB) unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 39.4MB/s eta 0:00:01  22% |####### | 20kB 3.6MB/s eta 0:00:01  33% |########## | 30kB 4.2MB/s eta 0:00:01  44% |############## | 40kB 4.1MB/s eta 0:00:01  56% |################# | 51kB 4.3MB/s eta 0:00:01  67% |##################### | 61kB 5.1MB/s eta 0:00:01  78% |######################### | 71kB 5.2MB/s eta 0:00:01  89% |############################ | 81kB 5.8MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 39.5MB/s eta 0:00:01  16% |##### | 20kB 13.4MB/s eta 0:00:01  24% |####### | 30kB 17.9MB/s eta 0:00:01  32% |########## | 40kB 8.8MB/s eta 0:00:01  40% |############ | 51kB 9.3MB/s eta 0:00:01  48% |############### | 61kB 10.8MB/s eta 0:00:01  56% |################## | 71kB 9.5MB/s eta 0:00:01  64% |#################### | 81kB 10.6MB/s eta 0:00:01  72% |####################### | 92kB 9.0MB/s eta 0:00:01  81% |######################### | 102kB 8.6MB/s eta 0:00:01  89% |############################ | 112kB 8.6MB/s eta 0:00:01  97% |############################### | 122kB 9.3MB/s eta 0:00:01  100% |################################| 133kB 5.5MB/s unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB) unit-abot-epc-basic-0: 03:38:47 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 49.3MB/s eta 0:00:01  44% |############## | 20kB 13.0MB/s eta 0:00:01  66% |##################### | 30kB 17.0MB/s eta 0:00:01  88% |############################ | 40kB 17.6MB/s eta 0:00:01  100% |################################| 51kB 9.8MB/s unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 40.6MB/s eta 0:00:01  6% |## | 20kB 17.0MB/s eta 0:00:01  9% |### | 30kB 22.4MB/s eta 0:00:01  12% |#### | 40kB 13.6MB/s eta 0:00:01  15% |##### | 51kB 9.0MB/s eta 0:00:01  19% |###### | 61kB 10.4MB/s eta 0:00:01  22% |####### | 71kB 9.8MB/s eta 0:00:01  25% |######## | 81kB 8.7MB/s eta 0:00:01  28% |######### | 92kB 9.5MB/s eta 0:00:01  31% |########## | 102kB 9.5MB/s eta 0:00:01  34% |########### | 112kB 9.6MB/s eta 0:00:01  38% |############ | 122kB 8.5MB/s eta 0:00:01  41% |############# | 133kB 7.8MB/s eta 0:00:01  44% |############## | 143kB 8.7MB/s eta 0:00:01  47% |############### | 153kB 8.6MB/s eta 0:00:01  50% |################ | 163kB 8.3MB/s eta 0:00:01  53% |################# | 174kB 9.2MB/s eta 0:00:01  57% |################## | 184kB 8.6MB/s eta 0:00:01  60% |################### | 194kB 8.5MB/s eta 0:00:01  63% |#################### | 204kB 8.6MB/s eta 0:00:01  66% |##################### | 215kB 8.3MB/s eta 0:00:01  69% |###################### | 225kB 10.0MB/s eta 0:00:01  72% |####################### | 235kB 8.7MB/s eta 0:00:01  76% |######################## | 245kB 7.6MB/s eta 0:00:01  79% |######################### | 256kB 9.5MB/s eta 0:00:01  82% |########################## | 266kB 8.5MB/s eta 0:00:01  85% |########################### | 276kB 8.5MB/s eta 0:00:01  88% |############################ | 286kB 10.0MB/s eta 0:00:01  91% |############################# | 296kB 8.8MB/s eta 0:00:01  95% |############################## | 307kB 9.4MB/s eta 0:00:01  98% |############################### | 317kB 8.5MB/s eta 0:00:01  100% |################################| 327kB 3.3MB/s unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB) unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install [?25l  14% |#### | 10kB 47.8MB/s eta 0:00:01  28% |######### | 20kB 24.1MB/s eta 0:00:01  43% |############# | 30kB 29.9MB/s eta 0:00:01  57% |################## | 40kB 21.4MB/s eta 0:00:01  71% |####################### | 51kB 8.9MB/s eta 0:00:01  86% |########################### | 61kB 10.2MB/s eta 0:00:01  100% |################################| 71kB 6.9MB/s unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 03:38:48 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 03:38:49 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.14.1 click-6.7 flask-1.0.2 itsdangerous-0.24 unit-abot-epc-basic-0: 03:38:49 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 03:38:49 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 03:38:49 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/f8/c7/741c97d7366f4779ca73d244904978b43a81fd37d85fcf05ad19d472c1ce/beautifulsoup4-4.6.3-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 5.6MB/s eta 0:00:01  22% |####### | 20kB 3.0MB/s eta 0:00:01  33% |########## | 30kB 3.7MB/s eta 0:00:01  45% |############## | 40kB 3.6MB/s eta 0:00:01  56% |################## | 51kB 3.9MB/s eta 0:00:01  67% |##################### | 61kB 4.5MB/s eta 0:00:01  79% |######################### | 71kB 4.4MB/s eta 0:00:01  90% |############################ | 81kB 5.0MB/s eta 0:00:01  100% |################################| 92kB 4.1MB/s unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 03:38:50 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 03:38:52 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 03:38:52 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:52 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:52 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 03:38:52 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 11.6 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 552.0 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 710.2 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/15 KB 3/15 KB 6/15 KB 8/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 485.9 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 1111.3 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 67.7 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 490.8 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 744.0 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 176.3 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 220.6 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 544.1 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 1/9 KB 3/9 KB 6/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 510.4 KB/sec) unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 03:38:53 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 502.3 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/221 KB 6/221 KB 9/221 KB 11/221 KB 14/221 KB 16/221 KB 19/221 KB 22/221 KB 25/221 KB 27/221 KB 30/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 2943.6 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 1/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 117.1 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 85.0 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 198.4 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 133.2 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 417.1 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 101.8 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 2/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 134.8 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 95.1 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 102.7 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 111.8 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 171.4 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 962.9 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 47.0 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 323.9 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 504.3 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/8 KB 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 417.2 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 3/114 KB 5/114 KB 3/48 KB 8/114 KB 3/48 KB 3/114 KB 3/48 KB 8/114 KB 5/48 KB 8/114 KB 8/48 KB 8/114 KB 11/48 KB 8/114 KB 13/48 KB 11/114 KB 13/48 KB 11/114 KB 16/48 KB 13/114 KB 16/48 KB 13/114 KB 19/48 KB 16/114 KB 19/48 KB 16/114 KB 21/48 KB 19/114 KB 24/48 KB 19/114 KB 24/48 KB 19/114 KB 27/48 KB 21/114 KB 27/48 KB 24/114 KB 27/48 KB 27/114 KB 29/48 KB 29/114 KB 29/48 KB 32/114 KB 29/48 KB 36/114 KB 29/48 KB 40/114 KB 29/48 KB 24/114 KB 29/48 KB 44/114 KB 32/48 KB 44/114 KB 36/48 KB 44/114 KB 40/48 KB 44/114 KB 44/48 KB 44/114 KB 48/48 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 44/114 KB 48/48 KB 44/114 KB 48/48 KB 48/114 KB 48/48 KB 52/114 KB 48/48 KB 56/114 KB 48/48 KB 60/114 KB 48/48 KB 64/114 KB 48/48 KB 68/114 KB 48/48 KB 3/29 KB 3/35 KB 72/114 KB 3/29 KB 3/35 KB 68/114 KB 48/48 KB 3/35 KB 68/114 KB 48/48 KB 3/29 KB 6/35 KB 76/114 KB 3/29 KB 9/35 KB 76/114 KB 3/29 KB 11/35 KB 76/114 KB 6/29 KB 11/35 KB 76/114 KB 9/29 KB 11/35 KB 76/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 1295.9 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 9/29 KB 11/35 KB 76/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 11/29 KB 11/35 KB 80/114 KB 11/29 KB 11/35 KB 76/114 KB 11/29 KB 11/35 KB 84/114 KB 14/29 KB 14/35 KB 88/114 KB 11/29 KB 14/35 KB 84/114 KB 14/29 KB 16/35 KB 88/114 KB 14/29 KB 14/35 KB 84/114 KB 16/29 KB 16/35 KB 88/114 KB 16/29 KB 16/35 KB 92/114 KB 16/29 KB 16/35 KB 96/114 KB 19/29 KB 16/35 KB 100/114 KB 19/29 KB 3/56 KB 19/35 KB 104/114 KB 19/29 KB 16/35 KB 96/114 KB 22/29 KB 3/56 KB 19/35 KB 108/114 KB 19/29 KB 3/56 KB 19/35 KB 100/114 KB 19/29 KB 19/35 KB 100/114 KB 22/29 KB 3/56 KB 22/35 KB 108/114 KB 22/29 KB 3/56 KB 25/35 KB 108/114 KB 22/29 KB 3/56 KB 27/35 KB 108/114 KB 22/29 KB 3/56 KB 30/35 KB 108/114 KB 22/29 KB 3/56 KB 32/35 KB 108/114 KB 22/29 KB 3/56 KB 35/35 KB 108/114 KB 22/29 KB 6/56 KB 35/35 KB 108/114 KB 25/29 KB 6/56 KB 35/35 KB 108/114 KB 27/29 KB 6/56 KB 35/35 KB 108/114 KB 29/29 KB 6/56 KB 35/35 KB 108/114 KB 19/29 KB 7/56 KB 35/35 KB 108/114 KB 29/29 KB 7/56 KB 35/35 KB 108/114 KB 29/29 KB 7/56 KB 35/35 KB 112/114 KB 29/29 KB 10/56 KB 35/35 KB 3/85 KB 112/114 KB 29/29 KB 10/56 KB 35/35 KB 112/114 KB 29/29 KB 10/56 KB 35/35 KB 3/85 KB 114/114 KB 29/29 KB 11/56 KB 35/35 KB 6/85 KB 114/114 KB 29/29 KB 11/56 KB 35/35 KB 3/85 KB 114/114 KB 29/29 KB 14/56 KB 35/35 KB 9/85 KB 114/114 KB 29/29 KB 14/56 KB 35/35 KB 9/85 KB 114/114 KB 29/29 KB 15/56 KB 35/35 KB 9/85 KB 114/114 KB 29/29 KB 15/56 KB 35/35 KB 11/85 KB 114/114 KB 29/29 KB 18/56 KB 35/35 KB 11/85 KB 114/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 637.3 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 29/29 KB 18/56 KB 14/85 KB 114/114 KB 29/29 KB 19/56 KB 14/85 KB 114/114 KB 29/29 KB 22/56 KB 14/85 KB 114/114 KB 23/56 KB 14/85 KB 114/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 504.4 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 23/56 KB 16/85 KB 114/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 1745.5 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 26/56 KB 19/85 KB 23/56 KB 19/85 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 27/56 KB 19/85 KB 30/56 KB 22/85 KB 31/56 KB 3/24 KB 22/85 KB 27/56 KB 22/85 KB 30/56 KB 3/24 KB 22/85 KB 31/56 KB 6/24 KB 22/85 KB 31/56 KB 9/24 KB 22/85 KB 31/56 KB 9/24 KB 25/85 KB 31/56 KB 11/24 KB 25/85 KB 31/56 KB 14/24 KB 25/85 KB 31/56 KB 14/24 KB 27/85 KB 34/56 KB 14/24 KB 30/85 KB 3/86 KB 34/56 KB 16/24 KB 32/85 KB 3/86 KB 34/56 KB 16/24 KB 36/85 KB 3/86 KB 34/56 KB 16/24 KB 40/85 KB 3/218 KB 3/86 KB 34/56 KB 14/24 KB 27/85 KB 35/56 KB 16/24 KB 44/85 KB 3/218 KB 3/86 KB 34/56 KB 16/24 KB 36/85 KB 3/218 KB 3/86 KB 34/56 KB 16/24 KB 30/85 KB 3/86 KB 38/56 KB 19/24 KB 44/85 KB 3/218 KB 3/86 KB 34/56 KB 14/24 KB 27/85 KB 3/86 KB 38/56 KB 22/24 KB 44/85 KB 3/218 KB 5/86 KB 38/56 KB 16/24 KB 44/85 KB 3/218 KB 3/86 KB 38/56 KB 22/24 KB 44/85 KB 3/218 KB 8/86 KB 39/56 KB 22/24 KB 44/85 KB 5/218 KB 8/86 KB 38/56 KB 22/24 KB 44/85 KB 5/218 KB 8/86 KB 39/56 KB 22/24 KB 44/85 KB 8/218 KB 11/86 KB 42/56 KB 22/24 KB 44/85 KB 8/218 KB 11/86 KB 39/56 KB 22/24 KB 44/85 KB 8/218 KB 11/86 KB 42/56 KB 22/24 KB 44/85 KB 11/218 KB 11/86 KB 43/56 KB 22/24 KB 44/85 KB 11/218 KB 13/86 KB 42/56 KB 22/24 KB 44/85 KB 11/218 KB 13/86 KB 43/56 KB 22/24 KB 44/85 KB 11/218 KB 13/86 KB 46/56 KB 22/24 KB 44/85 KB 13/218 KB 16/86 KB 46/56 KB 22/24 KB 44/85 KB 11/218 KB 16/86 KB 43/56 KB 22/24 KB 44/85 KB 11/218 KB 16/86 KB 46/56 KB 22/24 KB 48/85 KB 13/218 KB 16/86 KB 47/56 KB 22/24 KB 48/85 KB 13/218 KB 16/86 KB 50/56 KB 22/24 KB 48/85 KB 13/218 KB 16/86 KB 51/56 KB 22/24 KB 52/85 KB 16/218 KB 19/86 KB 50/56 KB 22/24 KB 52/85 KB 16/218 KB 19/86 KB 50/56 KB 22/24 KB 48/85 KB 16/218 KB 19/86 KB 50/56 KB 22/24 KB 48/85 KB 13/218 KB 19/86 KB 51/56 KB 22/24 KB 56/85 KB 16/218 KB 21/86 KB 51/56 KB 22/24 KB 56/85 KB 19/218 KB 24/86 KB 51/56 KB 22/24 KB 56/85 KB 19/218 KB 21/86 KB 51/56 KB 22/24 KB 56/85 KB 16/218 KB 19/86 KB 54/56 KB 22/24 KB 60/85 KB 19/218 KB 24/86 KB 54/56 KB 22/24 KB 64/85 KB 19/218 KB 27/86 KB 54/56 KB 22/24 KB 56/85 KB 19/218 KB 24/86 KB 56/56 KB 22/24 KB 64/85 KB 21/218 KB 27/86 KB 54/56 KB 22/24 KB 64/85 KB 21/218 KB 27/86 KB 54/56 KB 22/24 KB 64/85 KB 19/218 KB 27/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 634.3 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 22/24 KB 64/85 KB 24/218 KB 29/86 KB 22/24 KB 64/85 KB 27/218 KB 29/86 KB 22/24 KB 64/85 KB 29/218 KB 29/86 KB 22/24 KB 64/85 KB 32/218 KB 29/86 KB 22/24 KB 64/85 KB 36/218 KB 29/86 KB 38/56 KB 22/24 KB 64/85 KB 21/218 KB 29/86 KB 24/24 KB 64/85 KB 36/218 KB 29/86 KB 22/24 KB 64/85 KB 21/218 KB 29/86 KB 24/24 KB 64/85 KB 36/218 KB 32/86 KB 24/24 KB 64/85 KB 36/218 KB 36/86 KB 24/24 KB 64/85 KB 36/218 KB 40/86 KB 24/24 KB 64/85 KB 36/218 KB 44/86 KB 24/24 KB 64/85 KB 36/218 KB 48/86 KB 24/24 KB 64/85 KB 36/218 KB 52/86 KB 24/24 KB 64/85 KB 40/218 KB 56/86 KB 24/24 KB 64/85 KB 40/218 KB 52/86 KB 24/24 KB 64/85 KB 44/218 KB 56/86 KB 24/24 KB 64/85 KB 48/218 KB 56/86 KB 24/24 KB 64/85 KB 48/218 KB 60/86 KB 24/24 KB 64/85 KB 48/218 KB 64/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 246.4 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 64/85 KB 52/218 KB 64/86 KB 64/85 KB 56/218 KB 68/86 KB 64/85 KB 56/218 KB 68/86 KB 3/12 KB 64/85 KB 56/218 KB 68/86 KB 3/12 KB 64/85 KB 60/218 KB 68/86 KB 3/12 KB 64/85 KB 64/218 KB 72/86 KB 5/12 KB 64/85 KB 60/218 KB 72/86 KB 5/12 KB 64/85 KB 60/218 KB 68/86 KB 5/12 KB 64/85 KB 64/218 KB 76/86 KB 5/12 KB 64/85 KB 64/218 KB 76/86 KB 8/12 KB 64/85 KB 64/218 KB 80/86 KB 8/12 KB 64/85 KB 64/218 KB 84/86 KB 8/12 KB 64/85 KB 68/218 KB 86/86 KB 11/12 KB 64/85 KB 68/218 KB 84/86 KB 11/12 KB 64/85 KB 64/218 KB 84/86 KB 11/12 KB 64/85 KB 72/218 KB 86/86 KB 12/12 KB 64/85 KB 72/218 KB 86/86 KB 12/12 KB 64/85 KB 76/218 KB 86/86 KB 12/12 KB 68/85 KB 80/218 KB 86/86 KB 12/12 KB 72/85 KB 80/218 KB 86/86 KB 12/12 KB 76/85 KB 80/218 KB 86/86 KB 12/12 KB 80/85 KB 80/218 KB 86/86 KB 12/12 KB 84/85 KB 80/218 KB 86/86 KB 12/12 KB 85/85 KB 80/218 KB 86/86 KB 12/12 KB 85/85 KB 80/218 KB 86/86 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 105.3 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 85/85 KB 84/218 KB 86/86 KB 85/85 KB 88/218 KB 85/85 KB 92/218 KB 85/85 KB 96/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 775.6 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 85/85 KB 100/218 KB 85/85 KB 104/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 727.3 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install 108/218 KB 112/218 KB 116/218 KB 120/218 KB 124/218 KB 128/218 KB 132/218 KB 136/218 KB 140/218 KB 144/218 KB 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 1638.6 KB/sec) unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2608119825556528585.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall262018181105460105.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3736374921880550166.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3896051603282747777.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7985462380620527572.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6429795786588279681.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.269 s unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T03:38:54+00:00 unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 03:38:54 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ machine-1: 03:38:56 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 03:38:56 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 03:38:56 DEBUG juju.agent read agent config, format "2.0" machine-1: 03:38:56 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 03:38:56 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 03:38:56 DEBUG juju.worker start "engine" machine-1: 03:38:56 INFO juju.worker start "engine" machine-1: 03:38:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 03:38:56 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 03:38:56 DEBUG juju.worker "engine" started machine-1: 03:38:56 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.introspection stats worker now serving machine-1: 03:38:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.apicaller connecting with old password machine-1: 03:38:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 03:38:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:56 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-1: 03:38:56 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-1: 03:38:56 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-1: 03:38:56 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 03:38:56 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 03:38:56 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 03:38:56 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:38:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:56 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 03:38:56 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom machine-1: 03:38:57 DEBUG juju.worker.apicaller connected machine-1: 03:38:57 DEBUG juju.worker.apicaller changing password... machine-1: 03:38:57 DEBUG juju.worker.apicaller password changed machine-1: 03:38:57 DEBUG juju.api RPC connection died machine-1: 03:38:57 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 03:38:57 DEBUG juju.worker.apicaller connecting with current password machine-1: 03:38:57 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-1: 03:38:57 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-1: 03:38:57 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 7/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 18.6 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 427.7 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/30 KB 6/30 KB 9/30 KB 11/30 KB 14/30 KB 16/30 KB 19/30 KB 22/30 KB 25/30 KB 27/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 744.8 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 723.2 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1201.1 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 368.6 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1221.0 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 286.0 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 819.1 KB/sec) unit-abot-epc-basic-0: 03:38:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/39 KB 6/39 KB 9/39 KB 11/39 KB 14/39 KB 16/39 KB 19/39 KB 22/39 KB 25/39 KB 27/39 KB 30/39 KB 32/39 KB 35/39 KB 38/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1554.1 KB/sec) unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 716.0 KB/sec) machine-1: 03:38:58 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar machine-1: 03:38:58 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/38 KB 6/38 KB 9/38 KB 11/38 KB 14/38 KB 16/38 KB 19/38 KB 22/38 KB 25/38 KB 27/38 KB 30/38 KB 32/38 KB 35/38 KB 38/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1136.5 KB/sec) machine-1: 03:38:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom machine-1: 03:38:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 335.1 KB/sec) machine-1: 03:38:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 03:38:58 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 03:38:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 03:38:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 03:38:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar machine-1: 03:38:58 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 03:38:58 INFO juju.worker.upgrader unblocking abort check machine-1: 03:38:58 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 03:38:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 03:38:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1107.5 KB/sec) machine-1: 03:38:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom machine-1: 03:38:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom (7 KB at 247.0 KB/sec) unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom machine-1: 03:38:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 261.7 KB/sec) unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 475.1 KB/sec) machine-1: 03:38:58 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 03:38:58 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 03:38:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 03:38:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.logger logger setup machine-1: 03:38:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 03:38:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 03:38:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 03:38:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 03:38:58 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 03:38:58 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 03:38:58 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom machine-1: 03:38:58 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 03:38:58 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 03:38:58 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 03:38:58 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 03:38:58 DEBUG juju.network including address local-cloud:192.168.121.4 for machine machine-1: 03:38:58 DEBUG juju.network including address local-machine:::1 for machine machine-1: 03:38:58 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.4 local-machine:::1] machine-1: 03:38:58 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.4 local-machine:::1] machine-1: 03:38:58 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 03:38:58 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 03:38:58 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 03:38:58 DEBUG juju.network including address public:172.30.9.201 for machine machine-1: 03:38:58 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 03:38:58 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 03:38:58 DEBUG juju.network including address local-machine:::1 for machine machine-1: 03:38:58 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] machine-1: 03:38:58 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 03:38:58 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] machine-1: 03:38:58 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 03:38:58 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} machine-1: 03:38:58 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 03:38:58 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: 03:38:58 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 03:38:58 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 03:38:58 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 03:38:58 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 03:38:58 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 03:38:58 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: 03:38:58 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 03:38:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 03:38:58 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 03:38:58 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 03:38:58 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 03:38:58 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 03:38:58 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 03:38:58 DEBUG juju.worker start "1-container-watcher" machine-1: 03:38:58 DEBUG juju.worker start "stateconverter" machine-1: 03:38:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 03:38:58 INFO juju.worker start "1-container-watcher" machine-1: 03:38:58 DEBUG juju.worker "1-container-watcher" started machine-1: 03:38:58 INFO juju.worker start "stateconverter" machine-1: 03:38:58 DEBUG juju.worker "stateconverter" started machine-1: 03:38:58 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 03:38:58 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 03:38:58 INFO juju.worker.machiner "machine-1" started machine-1: 03:38:58 DEBUG juju.service discovered init system "upstart" from local host machine-1: 03:38:58 DEBUG juju.worker.deployer state addresses: ["192.168.121.9:37017"] machine-1: 03:38:58 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "172.30.9.201:17070"] machine-1: 03:38:58 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: 03:38:58 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 03:38:58 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: 03:38:58 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 03:38:58 DEBUG juju.worker start "api" unit-mysql-0: 03:38:58 INFO juju.worker start "api" unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 03:38:58 DEBUG juju.worker "api" started unit-mysql-0: 03:38:58 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 03:38:58 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-mysql-0: 03:38:58 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-mysql-0: 03:38:58 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-mysql-0: 03:38:58 DEBUG juju.worker.apicaller connected unit-mysql-0: 03:38:58 DEBUG juju.worker.apicaller changing password... machine-1: 03:38:58 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:78:b2:aa 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.4 [] [] []} {2 fa:16:3e:78:b2:aa 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 291.3 KB/sec) unit-mysql-0: 03:38:58 DEBUG juju.worker.apicaller password changed unit-mysql-0: 03:38:58 DEBUG juju.api RPC connection died unit-mysql-0: 03:38:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 03:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-mysql-0: 03:38:58 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 03:38:58 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-mysql-0: 03:38:58 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-mysql-0: 03:38:58 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 455.5 KB/sec) unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 294.9 KB/sec) unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 243.4 KB/sec) unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom (3 KB at 139.1 KB/sec) unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-mysql-0: 03:38:59 DEBUG juju.worker.apicaller connected unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 03:38:59 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 03:38:59 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 03:38:59 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-mysql-0: 03:38:59 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 03:38:59 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 03:38:59 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 03:38:59 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 03:38:59 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.logger logger setup unit-mysql-0: 03:38:59 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 03:38:59 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 03:38:59 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 03:38:59 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 03:38:59 DEBUG juju.network including address public:172.30.9.201 for machine unit-mysql-0: 03:38:59 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-mysql-0: 03:38:59 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 03:38:59 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 03:38:59 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 03:38:59 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 03:38:59 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install 3/36 KB 6/36 KB 9/36 KB 11/36 KB 14/36 KB 16/36 KB 19/36 KB 22/36 KB 25/36 KB 27/36 KB 30/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1170.8 KB/sec) unit-mysql-0: 03:38:59 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 03:38:59 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 03:38:59 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 03:38:59 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 03:38:59 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 03:38:59 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 03:38:59 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 03:38:59 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-abot-epc-basic-0: 03:38:59 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-mysql-0: 03:38:59 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 03:38:59 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 03:38:59 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 03:38:59 INFO juju.worker.uniter resuming charm install unit-mysql-0: 03:38:59 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 03:38:59 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 03:38:59 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 03:38:59 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 03:38:59 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 03:38:59 DEBUG httpbakery } -> error unit-mysql-0: 03:38:59 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 03:38:59 INFO juju.downloader download verified ("cs:mysql-55") unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom (6 KB at 230.9 KB/sec) unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 153.7 KB/sec) unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 03:39:00 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 03:39:00 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 03:39:00 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 03:39:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom (4 KB at 176.4 KB/sec) unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 03:39:00 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom (5 KB at 288.4 KB/sec) unit-abot-epc-basic-0: 03:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-mysql-0: 03:39:01 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 03:39:01 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 03:39:01 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 03:39:01 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 120.5 KB/sec) unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install 766/766 B Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 44.0 KB/sec) unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 120.4 KB/sec) unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom (4 KB at 158.0 KB/sec) unit-abot-epc-basic-0: 03:39:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom (2 KB at 65.8 KB/sec) unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (727 kB/s) unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install (Reading database ... 78141 files and directories currently installed.) unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 594.2 KB/sec) unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 423.4 KB/sec) unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install 3/53 KB 6/53 KB 9/53 KB 11/53 KB 14/53 KB 16/53 KB 19/53 KB 22/53 KB 25/53 KB 27/53 KB 30/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1455.5 KB/sec) unit-abot-epc-basic-0: 03:39:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 03:39:02 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 931.5 KB/sec) unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 03:39:03 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-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 457.1 KB/sec) unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (39.2 kB/s) unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install (Reading database ... 78181 files and directories currently installed.) unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-mysql-0: 03:39:03 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 210.0 KB/sec) unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 195.3 KB/sec) unit-abot-epc-basic-0: 03:39:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 173.7 KB/sec) unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 750.2 KB/sec) unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install 3/55 KB 5/55 KB 8/55 KB 11/55 KB 13/55 KB 16/55 KB 19/55 KB 21/55 KB 24/55 KB 27/55 KB 29/55 KB 32/55 KB 36/55 KB 40/55 KB 44/55 KB 48/55 KB 52/55 KB 55/55 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 1606.8 KB/sec) unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom (5 KB at 245.7 KB/sec) unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 03:39:04 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 164.8 KB/sec) unit-abot-epc-basic-0: 03:39:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 22.2 KB/sec) unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-mysql-0: 03:39:05 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: 03:39:05 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 162.8 KB/sec) unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom (2 KB at 88.6 KB/sec) unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.pom (8 KB at 323.9 KB/sec) unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-mysql-0: 03:39:05 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 41.7 KB/sec) unit-abot-epc-basic-0: 03:39:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-mysql-0: 03:39:06 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-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 499.9 KB/sec) unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-mysql-0: 03:39:06 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-mysql-0: 03:39:06 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 678.5 KB/sec) unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-mysql-0: 03:39:06 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-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install 2/5 KB 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 292.6 KB/sec) unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-mysql-0: 03:39:06 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 03:39:06 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-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 829.1 KB/sec) unit-abot-epc-basic-0: 03:39:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-mysql-0: 03:39:07 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-mysql-0: 03:39:07 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install 3/52 KB 6/52 KB 9/52 KB 11/52 KB 14/52 KB 16/52 KB 19/52 KB 22/52 KB 25/52 KB 27/52 KB 30/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 1401.2 KB/sec) unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom (2 KB at 75.4 KB/sec) unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 398.8 KB/sec) unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-mysql-0: 03:39:07 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: 03:39:07 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (2 KB at 56.6 KB/sec) unit-abot-epc-basic-0: 03:39:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-mysql-0: 03:39:07 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 187.6 KB/sec) unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-mysql-0: 03:39:08 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-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 595.8 KB/sec) unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-mysql-0: 03:39:08 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 156.4 KB/sec) unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-mysql-0: 03:39:08 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-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 63.8 KB/sec) unit-mysql-0: 03:39:08 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom (2 KB at 72.7 KB/sec) unit-abot-epc-basic-0: 03:39:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-mysql-0: 03:39:09 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-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-mysql-0: 03:39:09 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-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install 2/9 KB 4/9 KB 7/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 463.6 KB/sec) unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-mysql-0: 03:39:09 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-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 400.9 KB/sec) unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom (4 KB at 206.2 KB/sec) unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer-parent/2.13.5/picocontainer-parent-2.13.5.pom (14 KB at 593.2 KB/sec) unit-abot-epc-basic-0: 03:39:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-mysql-0: 03:39:10 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-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 267.4 KB/sec) unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-mysql-0: 03:39:10 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-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 602.8 KB/sec) unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-mysql-0: 03:39:10 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 1203.6 KB/sec) unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-mysql-0: 03:39:10 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-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 637.3 KB/sec) unit-abot-epc-basic-0: 03:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-mysql-0: 03:39:10 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 03:39:11 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1327.9 KB/sec) unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-mysql-0: 03:39:11 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-mysql-0: 03:39:11 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom (3 KB at 162.7 KB/sec) unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-mysql-0: 03:39:11 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-mysql-0: 03:39:11 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-mysql-0: 03:39:11 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 03:39:11 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-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 432.5 KB/sec) unit-abot-epc-basic-0: 03:39:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-mysql-0: 03:39:12 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 958.9 KB/sec) unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-mysql-0: 03:39:12 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 03:39:12 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 516.1 KB/sec) unit-mysql-0: 03:39:12 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-mysql-0: 03:39:12 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 284.7 KB/sec) unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-mysql-0: 03:39:12 DEBUG unit.mysql/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] unit-mysql-0: 03:39:12 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 80.9 KB/sec) unit-abot-epc-basic-0: 03:39:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-mysql-0: 03:39:13 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 58.4 KB/sec) unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-mysql-0: 03:39:13 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: 03:39:13 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-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 106.8 KB/sec) unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-mysql-0: 03:39:13 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-mysql-0: 03:39:13 DEBUG unit.mysql/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 98.6 KB/sec) unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-mysql-0: 03:39:13 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 62.6 KB/sec) unit-abot-epc-basic-0: 03:39:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-mysql-0: 03:39:14 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-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 95.0 KB/sec) unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-mysql-0: 03:39:14 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-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 311.7 KB/sec) unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Fetched 40.9 MB in 9s (4130 kB/s) unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install (Reading database ... 78191 files and directories currently installed.) unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 120.3 KB/sec) unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 311.1 KB/sec) unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:14 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 921.2 KB/sec) unit-abot-epc-basic-0: 03:39:14 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (3 KB at 169.4 KB/sec) unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 732.6 KB/sec) unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-mysql-0: 03:39:15 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 03:39:15 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom (2 KB at 67.9 KB/sec) unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-mysql-0: 03:39:15 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 446.8 KB/sec) unit-abot-epc-basic-0: 03:39:15 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-mysql-0: 03:39:15 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 03:39:15 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 03:39:15 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 100.5 KB/sec) unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 321.9 KB/sec) unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (3 KB at 202.0 KB/sec) unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install 1/12 KB 4/12 KB 7/12 KB 9/12 KB 12/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 640.4 KB/sec) unit-abot-epc-basic-0: 03:39:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 03:39:16 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 299.3 KB/sec) unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 624.7 KB/sec) unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:17 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install 3/27 KB 6/27 KB 9/27 KB 11/27 KB 14/27 KB 16/27 KB 19/27 KB 22/27 KB 25/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1266.9 KB/sec) unit-abot-epc-basic-0: 03:39:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 317.9 KB/sec) unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 626.0 KB/sec) unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install 3/18 KB 5/18 KB 8/18 KB 11/18 KB 13/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 943.3 KB/sec) unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install 3/49 KB 5/49 KB 8/49 KB 11/49 KB 13/49 KB 16/49 KB 19/49 KB 21/49 KB 24/49 KB 27/49 KB 29/49 KB 32/49 KB 36/49 KB 40/49 KB 44/49 KB 48/49 KB 49/49 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (49 KB at 2129.3 KB/sec) unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-mysql-0: 03:39:18 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 03:39:18 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom (5 KB at 246.0 KB/sec) unit-abot-epc-basic-0: 03:39:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-mysql-0: 03:39:18 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 279.2 KB/sec) unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1268.7 KB/sec) unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom (6 KB at 328.2 KB/sec) unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 247.3 KB/sec) unit-abot-epc-basic-0: 03:39:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 0.9 KB/sec) unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 465.7 KB/sec) unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 490.6 KB/sec) unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 03:39:20 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 558.0 KB/sec) unit-abot-epc-basic-0: 03:39:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 763.2 KB/sec) unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 892.3 KB/sec) unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 802.8 KB/sec) unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install 161/161 B Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom (161 B at 10.5 KB/sec) unit-abot-epc-basic-0: 03:39:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 03:39:21 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 469.0 KB/sec) unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 215.5 KB/sec) unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 184.6 KB/sec) unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 65.8 KB/sec) unit-abot-epc-basic-0: 03:39:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 03:39:22 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 633.8 KB/sec) unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install 3/47 KB 5/47 KB 8/47 KB 11/47 KB 13/47 KB 16/47 KB 19/47 KB 21/47 KB 24/47 KB 27/47 KB 29/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1591.6 KB/sec) unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 277.8 KB/sec) unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install 680/680 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 33.2 KB/sec) unit-abot-epc-basic-0: 03:39:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 03:39:23 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 03:39:24 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 03:39:25 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 03:39:25 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 03:39:25 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 03:39:25 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom unit-abot-epc-basic-0: 03:39:25 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 337.9 KB/sec) unit-abot-epc-basic-0: 03:39:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 03:39:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom unit-abot-epc-basic-0: 03:39:25 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 610.1 KB/sec) unit-abot-epc-basic-0: 03:39:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.2 KB/sec) unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 360.4 KB/sec) unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 03:39:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 03:39:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-abot-epc-basic-0: 03:39:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 16/966 KB 20/966 KB 24/966 KB 28/966 KB 31/966 KB Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 03:39:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:29 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 275.2 KB/sec) unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 3/590 KB 6/590 KB 9/590 KB 11/590 KB 14/590 KB 16/590 KB 19/590 KB 22/590 KB 25/590 KB 27/590 KB 30/590 KB 32/590 KB 36/590 KB 40/590 KB 44/590 KB 48/590 KB 52/590 KB 56/590 KB 60/590 KB 61/590 KB 65/590 KB 69/590 KB 73/590 KB 77/590 KB 81/590 KB 85/590 KB 89/590 KB 93/590 KB 97/590 KB 3/240 KB 97/590 KB 3/232 KB 3/1710 KB 3/240 KB 97/590 KB 3/232 KB 5/1710 KB 3/240 KB 97/590 KB 3/232 KB 8/1710 KB 3/240 KB 97/590 KB 3/232 KB 11/1710 KB 3/240 KB 97/590 KB 3/232 KB 3/240 KB 97/590 KB 3/232 KB 13/1710 KB 3/240 KB 97/590 KB 5/232 KB 13/1710 KB 3/240 KB 97/590 KB 8/232 KB 13/1710 KB 3/240 KB 97/590 KB 11/232 KB 13/1710 KB 3/240 KB 97/590 KB 13/232 KB 13/1710 KB 3/240 KB 101/590 KB 13/232 KB 13/1710 KB 3/240 KB 105/590 KB 13/232 KB 13/1710 KB 3/240 KB 109/590 KB 13/232 KB 13/1710 KB 3/240 KB 97/590 KB 6/240 KB 109/590 KB 13/232 KB 13/1710 KB 9/240 KB 113/590 KB 16/232 KB 16/1710 KB 6/240 KB 113/590 KB 16/232 KB 16/1710 KB 6/240 KB 113/590 KB 16/232 KB 13/1710 KB 9/240 KB 113/590 KB 16/232 KB 19/1710 KB 9/240 KB 113/590 KB 19/232 KB 19/1710 KB 9/240 KB 113/590 KB 21/232 KB 21/1710 KB 9/240 KB 113/590 KB 24/232 KB 21/1710 KB 11/240 KB 113/590 KB 24/232 KB 21/1710 KB 6/240 KB 113/590 KB 13/232 KB 13/1710 KB 14/240 KB 3/10 KB 117/590 KB 27/232 KB 21/1710 KB 14/240 KB 3/10 KB 113/590 KB 27/232 KB 21/1710 KB 11/240 KB 3/10 KB 113/590 KB 27/232 KB 21/1710 KB 11/240 KB 113/590 KB 27/232 KB 21/1710 KB 14/240 KB 3/10 KB 117/590 KB 29/232 KB 21/1710 KB 9/240 KB 113/590 KB 19/232 KB 21/1710 KB 14/240 KB 3/10 KB 117/590 KB 29/232 KB 24/1710 KB 14/240 KB 3/10 KB 117/590 KB 29/232 KB 27/1710 KB 14/240 KB 3/10 KB 117/590 KB 29/232 KB 29/1710 KB 14/240 KB 3/10 KB 117/590 KB 29/232 KB 32/1710 KB 14/240 KB 3/10 KB 117/590 KB 29/232 KB 36/1710 KB 14/240 KB 5/10 KB 121/590 KB 32/232 KB 40/1710 KB 16/240 KB 5/10 KB 121/590 KB 32/232 KB 44/1710 KB 14/240 KB 5/10 KB 121/590 KB 32/232 KB 36/1710 KB 14/240 KB 5/10 KB 121/590 KB 29/232 KB 36/1710 KB 16/240 KB 5/10 KB 125/590 KB 32/232 KB 44/1710 KB 14/240 KB 5/10 KB 117/590 KB 29/232 KB 36/1710 KB 16/240 KB 8/10 KB 125/590 KB 32/232 KB 44/1710 KB 16/240 KB 10/10 KB 129/590 KB 36/232 KB 48/1710 KB 16/240 KB 5/10 KB 121/590 KB 32/232 KB 40/1710 KB 19/240 KB 10/10 KB 129/590 KB 36/232 KB 48/1710 KB 22/240 KB 10/10 KB 129/590 KB 36/232 KB 48/1710 KB 25/240 KB 10/10 KB 129/590 KB 36/232 KB 48/1710 KB 16/240 KB 8/10 KB 129/590 KB 36/232 KB 48/1710 KB 25/240 KB 10/10 KB 129/590 KB 40/232 KB 48/1710 KB 27/240 KB 10/10 KB 129/590 KB 44/232 KB 48/1710 KB 16/240 KB 8/10 KB 129/590 KB 32/232 KB 48/1710 KB 16/240 KB 8/10 KB 125/590 KB 32/232 KB 48/1710 KB 27/240 KB 10/10 KB 129/590 KB 44/232 KB 52/1710 KB 27/240 KB 10/10 KB 129/590 KB 44/232 KB 56/1710 KB 27/240 KB 10/10 KB 129/590 KB 40/232 KB 48/1710 KB 27/240 KB 10/10 KB 133/590 KB 44/232 KB 56/1710 KB 27/240 KB 10/10 KB 137/590 KB 44/232 KB 56/1710 KB 27/240 KB 10/10 KB 137/590 KB 48/232 KB 60/1710 KB 27/240 KB 10/10 KB 137/590 KB 44/232 KB 60/1710 KB 27/240 KB 10/10 KB 141/590 KB 48/232 KB 64/1710 KB 30/240 KB 10/10 KB 141/590 KB 48/232 KB 68/1710 KB 30/240 KB 10/10 KB 141/590 KB 52/232 KB 72/1710 KB 30/240 KB 10/10 KB 141/590 KB 52/232 KB 76/1710 KB 30/240 KB 10/10 KB 141/590 KB 52/232 KB 80/1710 KB 27/240 KB 10/10 KB 141/590 KB 48/232 KB 60/1710 KB 30/240 KB 10/10 KB 145/590 KB 52/232 KB 80/1710 KB 30/240 KB 10/10 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install KB 149/590 KB 52/232 KB 80/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 126.3 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 30/240 KB 10/10 KB 141/590 KB 52/232 KB 68/1710 KB 30/240 KB 10/10 KB 141/590 KB 48/232 KB 64/1710 KB 32/240 KB 153/590 KB 52/232 KB 84/1710 KB 36/240 KB 153/590 KB 52/232 KB 84/1710 KB 40/240 KB 153/590 KB 56/232 KB 84/1710 KB 44/240 KB 153/590 KB 56/232 KB 84/1710 KB 48/240 KB 153/590 KB 56/232 KB 84/1710 KB 52/240 KB 153/590 KB 56/232 KB 84/1710 KB 30/240 KB 153/590 KB 52/232 KB 84/1710 KB 30/240 KB 153/590 KB 52/232 KB 80/1710 KB 52/240 KB 157/590 KB 56/232 KB 84/1710 KB 52/240 KB 161/590 KB 56/232 KB 84/1710 KB Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 36/240 KB 153/590 KB 56/232 KB 84/1710 KB 52/240 KB 161/590 KB 60/232 KB 88/1710 KB 52/240 KB 161/590 KB 64/232 KB 88/1710 KB 52/240 KB 161/590 KB 68/232 KB 88/1710 KB 52/240 KB 161/590 KB 72/232 KB 88/1710 KB 52/240 KB 161/590 KB 76/232 KB 88/1710 KB 52/240 KB 161/590 KB 80/232 KB 88/1710 KB 52/240 KB 161/590 KB 56/232 KB 88/1710 KB 52/240 KB 165/590 KB 80/232 KB 92/1710 KB 52/240 KB 165/590 KB 80/232 KB 96/1710 KB 52/240 KB 165/590 KB 80/232 KB 100/1710 KB 56/240 KB 165/590 KB 84/232 KB 104/1710 KB 56/240 KB 165/590 KB 84/232 KB 108/1710 KB 52/240 KB 165/590 KB 80/232 KB 88/1710 KB 56/240 KB 169/590 KB 84/232 KB 108/1710 KB 56/240 KB 173/590 KB 84/232 KB 108/1710 KB 56/240 KB 177/590 KB 84/232 KB 108/1710 KB 56/240 KB 181/590 KB 84/232 KB 112/1710 KB 56/240 KB 185/590 KB 84/232 KB 112/1710 KB 56/240 KB 189/590 KB 84/232 KB 112/1710 KB 56/240 KB 165/590 KB 84/232 KB 100/1710 KB 56/240 KB 165/590 KB 80/232 KB 100/1710 KB 60/240 KB 189/590 KB 88/232 KB 112/1710 KB 64/240 KB 189/590 KB 88/232 KB 112/1710 KB 68/240 KB 189/590 KB 88/232 KB 112/1710 KB 72/240 KB 193/590 KB 3/44 KB 88/232 KB 112/1710 KB 76/240 KB 193/590 KB 3/44 KB 88/232 KB 112/1710 KB 80/240 KB 193/590 KB 3/44 KB 88/232 KB 112/1710 KB 56/240 KB 177/590 KB 84/232 KB 112/1710 KB 80/240 KB 193/590 KB 3/44 KB 88/232 KB 116/1710 KB 80/240 KB 193/590 KB 3/44 KB 88/232 KB 120/1710 KB 80/240 KB 193/590 KB 3/44 KB 88/232 KB 124/1710 KB 80/240 KB 193/590 KB 3/44 KB 88/232 KB 128/1710 KB 68/240 KB 193/590 KB 3/44 KB 88/232 KB 112/1710 KB 80/240 KB 193/590 KB 6/44 KB 88/232 KB 128/1710 KB 68/240 KB 193/590 KB 88/232 KB 112/1710 KB 56/240 KB 189/590 KB 88/232 KB 112/1710 KB 80/240 KB 193/590 KB 6/44 KB 92/232 KB 128/1710 KB 80/240 KB 193/590 KB 6/44 KB 96/232 KB 128/1710 KB 80/240 KB 193/590 KB 6/44 KB 100/232 KB 128/1710 KB 80/240 KB 193/590 KB 6/44 KB 104/232 KB 128/1710 KB 80/240 KB 197/590 KB 9/44 KB 108/232 KB 128/1710 KB 80/240 KB 197/590 KB 9/44 KB 104/232 KB 128/1710 KB 80/240 KB 197/590 KB 6/44 KB 104/232 KB 128/1710 KB 84/240 KB 201/590 KB 9/44 KB 108/232 KB 128/1710 KB 84/240 KB 205/590 KB 9/44 KB 108/232 KB 128/1710 KB 84/240 KB 205/590 KB 11/44 KB 112/232 KB 128/1710 KB 84/240 KB 197/590 KB 9/44 KB 108/232 KB 128/1710 KB 88/240 KB 205/590 KB 11/44 KB 112/232 KB 128/1710 KB 92/240 KB 205/590 KB 11/44 KB 112/232 KB 128/1710 KB 96/240 KB 205/590 KB 11/44 KB 112/232 KB 128/1710 KB 100/240 KB 205/590 KB 11/44 KB 112/232 KB 128/1710 KB 104/240 KB 209/590 KB 11/44 KB 116/232 KB 132/1710 KB 108/240 KB 209/590 KB 11/44 KB 116/232 KB 132/1710 KB 112/240 KB 209/590 KB 11/44 KB 116/232 KB 132/1710 KB 84/240 KB 205/590 KB 11/44 KB 112/232 KB 128/1710 KB 112/240 KB 209/590 KB 14/44 KB 116/232 KB 132/1710 KB 112/240 KB 209/590 KB 16/44 KB 116/232 KB 132/1710 KB 100/240 KB 209/590 KB 11/44 KB 116/232 KB 132/1710 KB 100/240 KB 209/590 KB 11/44 KB 116/232 KB 128/1710 KB 112/240 KB 213/590 KB 16/44 KB 116/232 KB 132/1710 KB 100/240 KB 205/590 KB 11/44 KB 116/232 KB 128/1710 KB 112/240 KB 217/590 KB 19/44 KB 116/232 KB 136/1710 KB 112/240 KB 213/590 KB 19/44 KB 116/232 KB 136/1710 KB 112/240 KB 213/590 KB 16/44 KB 116/232 KB 136/1710 KB 112/240 KB 217/590 KB 19/44 KB 120/232 KB 140/1710 KB 112/240 KB 217/590 KB 19/44 KB 120/232 KB 136/1710 KB 112/240 KB 217/590 KB 19/44 KB 120/232 KB 144/1710 KB 112/240 KB 217/590 KB 19/44 KB 124/232 KB 144/1710 KB 112/240 KB 221/590 KB 19/44 KB 128 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install /232 KB 144/1710 KB 112/240 KB 221/590 KB 19/44 KB 124/232 KB 144/1710 KB 112/240 KB 221/590 KB 22/44 KB 128/232 KB 144/1710 KB 112/240 KB 225/590 KB 22/44 KB 128/232 KB 144/1710 KB 116/240 KB 229/590 KB 25/44 KB 132/232 KB 148/1710 KB 116/240 KB 233/590 KB 25/44 KB 132/232 KB 148/1710 KB 116/240 KB 237/590 KB 25/44 KB 132/232 KB 148/1710 KB 116/240 KB 225/590 KB 25/44 KB 132/232 KB 148/1710 KB 112/240 KB 225/590 KB 25/44 KB 128/232 KB 144/1710 KB 116/240 KB 237/590 KB 27/44 KB 132/232 KB 148/1710 KB 116/240 KB 237/590 KB 30/44 KB 132/232 KB 148/1710 KB 112/240 KB 225/590 KB 25/44 KB 132/232 KB 148/1710 KB 112/240 KB 225/590 KB 25/44 KB 128/232 KB 148/1710 KB 116/240 KB 237/590 KB 30/44 KB 132/232 KB 152/1710 KB 116/240 KB 237/590 KB 30/44 KB 132/232 KB 156/1710 KB 116/240 KB 237/590 KB 30/44 KB 136/232 KB 156/1710 KB 116/240 KB 237/590 KB 32/44 KB 136/232 KB 156/1710 KB 120/240 KB 241/590 KB 32/44 KB 140/232 KB 160/1710 KB 120/240 KB 245/590 KB 36/44 KB 140/232 KB 160/1710 KB 120/240 KB 249/590 KB 36/44 KB 140/232 KB 160/1710 KB 120/240 KB 253/590 KB 36/44 KB 140/232 KB 160/1710 KB 120/240 KB 237/590 KB 32/44 KB 140/232 KB 160/1710 KB 116/240 KB 237/590 KB 32/44 KB 140/232 KB 160/1710 KB 116/240 KB 237/590 KB 32/44 KB 136/232 KB 160/1710 KB 120/240 KB 253/590 KB 36/44 KB 144/232 KB 160/1710 KB 124/240 KB 253/590 KB 36/44 KB 144/232 KB 160/1710 KB 128/240 KB 253/590 KB 36/44 KB 144/232 KB 160/1710 KB 132/240 KB 253/590 KB 36/44 KB 144/232 KB 164/1710 KB 136/240 KB 257/590 KB 36/44 KB 148/232 KB 164/1710 KB 140/240 KB 257/590 KB 36/44 KB 148/232 KB 164/1710 KB 144/240 KB 257/590 KB 36/44 KB 148/232 KB 164/1710 KB 120/240 KB 241/590 KB 36/44 KB 140/232 KB 160/1710 KB 144/240 KB 257/590 KB 40/44 KB 148/232 KB 164/1710 KB 144/240 KB 257/590 KB 44/44 KB 148/232 KB 164/1710 KB 148/240 KB 257/590 KB 44/44 KB 148/232 KB 164/1710 KB 152/240 KB 257/590 KB 44/44 KB 148/232 KB 164/1710 KB 156/240 KB 257/590 KB 44/44 KB 148/232 KB 164/1710 KB 160/240 KB 257/590 KB 44/44 KB 148/232 KB 164/1710 KB 132/240 KB 257/590 KB 36/44 KB 148/232 KB 164/1710 KB 132/240 KB 253/590 KB 36/44 KB 148/232 KB 164/1710 KB 128/240 KB 253/590 KB 36/44 KB 144/232 KB 164/1710 KB 160/240 KB 257/590 KB 44/44 KB 148/232 KB 168/1710 KB 160/240 KB 257/590 KB 44/44 KB 148/232 KB 172/1710 KB 160/240 KB 257/590 KB 44/44 KB 148/232 KB 176/1710 KB 160/240 KB 257/590 KB 44/44 KB 152/232 KB 176/1710 KB 160/240 KB 257/590 KB 44/44 KB 156/232 KB 176/1710 KB 160/240 KB 257/590 KB 44/44 KB 160/232 KB 176/1710 KB 160/240 KB 257/590 KB 44/44 KB 160/232 KB 180/1710 KB 160/240 KB 261/590 KB 44/44 KB 164/232 KB 184/1710 KB 160/240 KB 261/590 KB 44/44 KB 164/232 KB 180/1710 KB 160/240 KB 265/590 KB 44/44 KB 164/232 KB 184/1710 KB 160/240 KB 269/590 KB 44/44 KB 164/232 KB 184/1710 KB 160/240 KB 257/590 KB 44/44 KB 164/232 KB 180/1710 KB 160/240 KB 269/590 KB 44/44 KB 164/232 KB 188/1710 KB 160/240 KB 269/590 KB 44/44 KB 168/232 KB 188/1710 KB 160/240 KB 269/590 KB 44/44 KB 168/232 KB 192/1710 KB 160/240 KB 269/590 KB 44/44 KB 172/232 KB 192/1710 KB 160/240 KB 269/590 KB 44/44 KB 176/232 KB 192/1710 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 375.8 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 164/240 KB 273/590 KB 180/232 KB 196/1710 KB 168/240 KB 273/590 KB 180/232 KB 196/1710 KB 160/240 KB 269/590 KB 44/44 KB 176/232 KB 196/1710 KB 168/240 KB 273/590 KB 180/232 KB 200/1710 KB 168/240 KB 273/590 KB 180/232 KB 204/1710 KB 168/240 KB 273/590 KB 180/232 KB 208/1710 KB 160/240 KB 273/590 KB 180/232 KB 196/1710 KB 168/240 KB 273/590 KB 184/232 KB 208/1710 KB 168/240 KB 273/590 KB 188/232 KB 208/1710 KB 172/240 KB 273/590 KB 192/232 KB 208/1710 KB 160/240 KB 273/590 KB 176/232 KB 196/1710 KB 172/240 KB 277/590 KB 192/232 KB 208/1710 KB 172/240 KB 281/590 KB 192/232 KB 208/1710 KB 172/240 KB 285/590 KB 192/232 KB 208/1710 KB 172/240 KB 273/590 KB 188/232 KB 208/1710 KB 176/240 KB 285/590 KB 192/232 KB 208/1710 KB 176/240 KB 289/590 KB 192/232 KB 208/1710 KB 180/240 KB 293/590 KB 196/232 KB 212/1710 KB 180/240 KB 297/590 KB 196/232 KB 212/1710 KB 180/240 KB 301/590 KB 196/232 KB 212/1710 KB 180/240 KB 289/590 KB 196/232 KB 212/1710 KB 180/240 KB 289/590 KB 192/232 KB 212/1710 KB 176/240 KB 289/590 KB 192/232 KB 212/1710 KB 180/240 KB 301/590 KB 196/232 KB 216/1710 KB 180/240 KB 301/590 KB 196/232 KB 220/1710 KB 180/240 KB 301/590 KB 196/232 KB 224/1710 KB 184/240 KB 301/590 KB 200/232 KB 224/1710 KB 180/240 KB 301/590 KB 200/232 KB 224/1710 KB 188/240 KB 301/590 KB 200/232 KB 224/1710 KB 192/240 KB 4/258 KB 305/590 KB 204/232 KB 224/1710 KB 188/240 KB 4/258 KB 305/590 KB 204/232 KB 224/1710 KB 196/240 KB 4/258 KB 305/590 KB 204/232 KB 224/1710 KB 200/240 KB 8/258 KB 305/590 KB 204/232 KB 228/1710 KB 188/240 KB 305/590 KB 204/232 KB 224/1710 KB 188/240 KB 301/590 KB 204/232 KB 224/1710 KB 200/240 KB 8/258 KB 305/590 KB 208/232 KB 228/1710 KB 200/240 KB 8/258 KB 305/590 KB 212/232 KB 228/1710 KB 196/240 KB 8/258 KB 305/590 KB 204/232 KB 228/1710 KB 196/240 KB 8/258 KB 305/590 KB 204/232 KB 224/1710 KB 200/240 KB 12/258 KB 309/590 KB 212/232 KB 228/1710 KB 200/240 KB 16/258 KB 309/590 KB 212/232 KB 228/1710 KB 200/240 KB 16/258 KB 309/590 KB 212/232 KB 232/1710 KB 200/240 KB 16/258 KB 309/590 KB 212/232 KB 236/1710 KB 200/240 KB 16/258 KB 309/590 KB 212/232 KB 240/1710 KB 200/240 KB 8/258 KB 309/590 KB 212/232 KB 228/1710 KB 200/240 KB 16/258 KB 313/590 KB 212/232 KB 240/1710 KB 204/240 KB 16/258 KB 313/590 KB 216/232 KB 240/1710 KB 208/240 KB 16/258 KB 317/590 KB 216/232 KB 240/1710 KB 200/240 KB 16/258 KB 313/590 KB 216/232 KB 240/1710 KB 208/240 KB 20/258 KB 317/590 KB 220/232 KB 240/1710 KB 208/240 KB 20/258 KB 317/590 KB 224/232 KB 240/1710 KB 208/240 KB 20/258 KB 317/590 KB 228/232 KB 240/1710 KB 212/240 KB 20/258 KB 317/590 KB 232/232 KB 244/1710 KB 212/240 KB 20/258 KB 317/590 KB 232/232 KB 244/1710 KB 208/240 KB 20/258 KB 317/590 KB 216/232 KB 240/1710 KB 204/240 KB 16/258 KB 317/590 KB 216/232 KB 240/1710 KB 212/240 KB 24/258 KB 317/590 KB 232/232 KB 244/1710 KB 212/240 KB 24/258 KB 321/590 KB 232/232 KB 244/1710 KB 212/240 KB 28/258 KB 325/590 KB 232/232 KB 244/1710 KB 212/240 KB 28/258 KB 329/590 KB 232/232 KB 244/1710 KB 212/240 KB 28/258 KB 333/590 KB 232/232 KB 244/1710 KB 212/240 KB 20/258 KB 317/590 KB 228/232 KB 244/1710 KB 212/240 KB 28/258 KB 333/590 KB 232/232 KB 248/1710 KB 212/240 KB 20/258 KB 317/590 KB 228/232 KB 240/1710 KB 212/240 KB 28/258 KB 321/590 KB 232/232 KB 244/1710 KB 212/240 KB 32/258 KB 333/590 KB 232/232 KB 248/1710 KB 212/240 KB 36/258 KB 333/590 KB 232/232 KB 248/1710 KB 216/240 KB 40/258 KB 337/590 unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install KB 232/232 KB 252/1710 KB 216/240 KB 36/258 KB 333/590 KB 232/232 KB 248/1710 KB 220/240 KB 40/258 KB 337/590 KB 232/232 KB 252/1710 KB 224/240 KB 40/258 KB 337/590 KB 232/232 KB 252/1710 KB 216/240 KB 36/258 KB 333/590 KB 232/232 KB 252/1710 KB 224/240 KB 40/258 KB 337/590 KB 232/232 KB 256/1710 KB 228/240 KB 40/258 KB 337/590 KB 232/232 KB 256/1710 KB 232/240 KB 44/258 KB 337/590 KB 260/1710 KB 236/240 KB 44/258 KB 337/590 KB 260/1710 KB 228/240 KB 44/258 KB 337/590 KB 260/1710 KB 236/240 KB 44/258 KB 337/590 KB 264/1710 KB 236/240 KB 44/258 KB 337/590 KB 268/1710 KB 240/240 KB 44/258 KB 337/590 KB 268/1710 KB 216/240 KB 36/258 KB 337/590 KB 232/232 KB 256/1710 KB 228/240 KB 44/258 KB 337/590 KB 232/232 KB 256/1710 KB 240/240 KB 48/258 KB 337/590 KB 272/1710 KB 240/240 KB 48/258 KB 341/590 KB 272/1710 KB 240/240 KB 48/258 KB 345/590 KB 272/1710 KB 240/240 KB 48/258 KB 349/590 KB 272/1710 KB 240/240 KB 52/258 KB 349/590 KB 272/1710 KB 240/240 KB 56/258 KB 349/590 KB 272/1710 KB 240/240 KB 60/258 KB 353/590 KB 272/1710 KB 240/240 KB 64/258 KB 353/590 KB 272/1710 KB 240/240 KB 44/258 KB 337/590 KB 272/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1610.3 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 240/240 KB 56/258 KB 353/590 KB 272/1710 KB 240/240 KB 64/258 KB 357/590 KB 272/1710 KB 240/240 KB 64/258 KB 361/590 KB 272/1710 KB 240/240 KB 64/258 KB 365/590 KB 272/1710 KB 240/240 KB 64/258 KB 369/590 KB 272/1710 KB 240/240 KB 64/258 KB 373/590 KB 272/1710 KB 240/240 KB 64/258 KB 377/590 KB 272/1710 KB 240/240 KB 64/258 KB 381/590 KB 272/1710 KB 240/240 KB 64/258 KB 385/590 KB 272/1710 KB 240/240 KB 64/258 KB 389/590 KB 272/1710 KB 240/240 KB 64/258 KB 393/590 KB 272/1710 KB 240/240 KB 64/258 KB 397/590 KB 272/1710 KB 240/240 KB 64/258 KB 401/590 KB 272/1710 KB 240/240 KB 64/258 KB 405/590 KB 272/1710 KB 240/240 KB 64/258 KB 409/590 KB 272/1710 KB 240/240 KB 64/258 KB 413/590 KB 272/1710 KB 240/240 KB 64/258 KB 417/590 KB 272/1710 KB 240/240 KB 64/258 KB 421/590 KB 272/1710 KB 240/240 KB 64/258 KB 425/590 KB 272/1710 KB 240/240 KB 64/258 KB 429/590 KB 272/1710 KB 240/240 KB 64/258 KB 433/590 KB 272/1710 KB 240/240 KB 68/258 KB 433/590 KB 276/1710 KB 240/240 KB 68/258 KB 433/590 KB 280/1710 KB 240/240 KB 68/258 KB 433/590 KB 284/1710 KB 240/240 KB 68/258 KB 433/590 KB 288/1710 KB 240/240 KB 68/258 KB 433/590 KB 292/1710 KB 240/240 KB 68/258 KB 433/590 KB 296/1710 KB 240/240 KB 68/258 KB 433/590 KB 272/1710 KB 240/240 KB 72/258 KB 433/590 KB 296/1710 KB 240/240 KB 76/258 KB 433/590 KB 296/1710 KB 240/240 KB 80/258 KB 433/590 KB 296/1710 KB 240/240 KB 80/258 KB 433/590 KB 300/1710 KB 240/240 KB 84/258 KB 433/590 KB 300/1710 KB 240/240 KB 84/258 KB 433/590 KB 304/1710 KB 240/240 KB 88/258 KB 433/590 KB 304/1710 KB 240/240 KB 92/258 KB 433/590 KB 304/1710 KB 240/240 KB 96/258 KB 433/590 KB 304/1710 KB 240/240 KB 96/258 KB 433/590 KB 308/1710 KB 240/240 KB 100/258 KB 433/590 KB 312/1710 KB 240/240 KB 100/258 KB 433/590 KB 316/1710 KB 240/240 KB 100/258 KB 433/590 KB 320/1710 KB 240/240 KB 100/258 KB 433/590 KB 308/1710 KB 240/240 KB 104/258 KB 433/590 KB 320/1710 KB 240/240 KB 108/258 KB 433/590 KB 320/1710 KB 240/240 KB 112/258 KB 433/590 KB 320/1710 KB 240/240 KB 112/258 KB 433/590 KB 324/1710 KB 240/240 KB 112/258 KB 433/590 KB 328/1710 KB 240/240 KB 112/258 KB 433/590 KB 332/1710 KB 240/240 KB 112/258 KB 433/590 KB 336/1710 KB 240/240 KB 116/258 KB 433/590 KB 336/1710 KB 240/240 KB 120/258 KB 433/590 KB 336/1710 KB 240/240 KB 120/258 KB 433/590 KB 340/1710 KB 240/240 KB 124/258 KB 433/590 KB 340/1710 KB 240/240 KB 128/258 KB 433/590 KB 340/1710 KB 240/240 KB 132/258 KB 433/590 KB 340/1710 KB 240/240 KB 132/258 KB 433/590 KB 344/1710 KB 240/240 KB 132/258 KB 433/590 KB 348/1710 KB 240/240 KB 132/258 KB 433/590 KB 352/1710 KB 240/240 KB 136/258 KB 437/590 KB 352/1710 KB 240/240 KB 136/258 KB 441/590 KB 352/1710 KB 240/240 KB 136/258 KB 445/590 KB 352/1710 KB 240/240 KB 136/258 KB 449/590 KB 352/1710 KB 240/240 KB 136/258 KB 453/590 KB 356/1710 KB 240/240 KB 136/258 KB 457/590 KB 356/1710 KB 240/240 KB 136/258 KB 461/590 KB 356/1710 KB 240/240 KB 136/258 KB 433/590 KB 352/1710 KB 240/240 KB 140/258 KB 461/590 KB 356/1710 KB 240/240 KB 144/258 KB 461/590 KB 356/1710 KB 240/240 KB 136/258 KB 449/590 KB 356/1710 KB 240/240 KB 144/258 KB 461/590 KB 360/1710 KB 240/240 KB 144/258 KB 461/590 KB 364/1710 KB 240/240 KB 144/258 KB 461/590 KB 368/1710 KB 240/240 KB 148/258 KB 461/590 KB 368/1710 KB 240/240 KB 152/258 KB 461/590 KB 368/1710 KB 240/240 KB 156/258 KB 461/590 KB 368/1710 KB 240/240 KB 160/258 KB 461/590 KB 368/1710 KB 240/240 KB 164/258 KB 461/ unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 590 KB 368/1710 KB 240/240 KB 168/258 KB 465/590 KB 372/1710 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1407.6 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 240/240 KB 164/258 KB 461/590 KB 372/1710 KB 168/258 KB 465/590 KB 376/1710 KB 168/258 KB 465/590 KB 380/1710 KB 168/258 KB 465/590 KB 384/1710 KB 172/258 KB 465/590 KB 384/1710 KB 240/240 KB 164/258 KB 465/590 KB 372/1710 KB 172/258 KB 469/590 KB 384/1710 KB 172/258 KB 473/590 KB 384/1710 KB 172/258 KB 477/590 KB 384/1710 KB 176/258 KB 477/590 KB 384/1710 KB 176/258 KB 477/590 KB 388/1710 KB 176/258 KB 477/590 KB 392/1710 KB 176/258 KB 477/590 KB 396/1710 KB 176/258 KB 477/590 KB 400/1710 KB 180/258 KB 477/590 KB 400/1710 KB 4/223 KB 180/258 KB 481/590 KB 400/1710 KB 8/223 KB 180/258 KB 481/590 KB 400/1710 KB 12/223 KB 180/258 KB 481/590 KB 400/1710 KB 16/223 KB 180/258 KB 481/590 KB 400/1710 KB 180/258 KB 481/590 KB 400/1710 KB 16/223 KB 184/258 KB 481/590 KB 400/1710 KB 16/223 KB 184/258 KB 485/590 KB 400/1710 KB 16/223 KB 184/258 KB 489/590 KB 400/1710 KB 16/223 KB 188/258 KB 489/590 KB 400/1710 KB 20/223 KB 188/258 KB 489/590 KB 400/1710 KB 24/223 KB 188/258 KB 489/590 KB 400/1710 KB 28/223 KB 188/258 KB 489/590 KB 400/1710 KB 32/223 KB 188/258 KB 489/590 KB 400/1710 KB 32/223 KB 188/258 KB 493/590 KB 400/1710 KB 32/223 KB 192/258 KB 493/590 KB 400/1710 KB 32/223 KB 192/258 KB 493/590 KB 404/1710 KB 32/223 KB 192/258 KB 493/590 KB 408/1710 KB 32/223 KB 192/258 KB 493/590 KB 412/1710 KB 32/223 KB 192/258 KB 493/590 KB 416/1710 KB 36/223 KB 192/258 KB 493/590 KB 416/1710 KB 40/223 KB 192/258 KB 493/590 KB 416/1710 KB 44/223 KB 192/258 KB 493/590 KB 416/1710 KB 48/223 KB 192/258 KB 493/590 KB 416/1710 KB 48/223 KB 196/258 KB 493/590 KB 416/1710 KB 48/223 KB 196/258 KB 497/590 KB 416/1710 KB 48/223 KB 196/258 KB 501/590 KB 416/1710 KB 48/223 KB 200/258 KB 501/590 KB 416/1710 KB 48/223 KB 204/258 KB 501/590 KB 416/1710 KB 48/223 KB 204/258 KB 505/590 KB 416/1710 KB 52/223 KB 204/258 KB 505/590 KB 4/208 KB 416/1710 KB 48/223 KB 204/258 KB 505/590 KB 4/208 KB 416/1710 KB 52/223 KB 204/258 KB 505/590 KB 8/208 KB 416/1710 KB 52/223 KB 204/258 KB 505/590 KB 12/208 KB 416/1710 KB 52/223 KB 204/258 KB 505/590 KB 16/208 KB 416/1710 KB 56/223 KB 204/258 KB 505/590 KB 16/208 KB 416/1710 KB 60/223 KB 204/258 KB 505/590 KB 16/208 KB 416/1710 KB 64/223 KB 204/258 KB 505/590 KB 16/208 KB 416/1710 KB 64/223 KB 204/258 KB 505/590 KB 20/208 KB 416/1710 KB 64/223 KB 204/258 KB 505/590 KB 24/208 KB 416/1710 KB 64/223 KB 204/258 KB 505/590 KB 28/208 KB 416/1710 KB 64/223 KB 204/258 KB 505/590 KB 32/208 KB 416/1710 KB 68/223 KB 204/258 KB 505/590 KB 32/208 KB 416/1710 KB 72/223 KB 204/258 KB 505/590 KB 32/208 KB 416/1710 KB 76/223 KB 204/258 KB 505/590 KB 32/208 KB 416/1710 KB 80/223 KB 204/258 KB 505/590 KB 32/208 KB 416/1710 KB 80/223 KB 204/258 KB 509/590 KB 32/208 KB 420/1710 KB 84/223 KB 208/258 KB 509/590 KB 32/208 KB 424/1710 KB 88/223 KB 208/258 KB 509/590 KB 32/208 KB 424/1710 KB 92/223 KB 208/258 KB 509/590 KB 32/208 KB 424/1710 KB 96/223 KB 208/258 KB 509/590 KB 32/208 KB 424/1710 KB 80/223 KB 204/258 KB 509/590 KB 32/208 KB 420/1710 KB 80/223 KB 208/258 KB 509/590 KB 32/208 KB 420/1710 KB 96/223 KB 208/258 KB 509/590 KB 36/208 KB 424/1710 KB 96/223 KB 208/258 KB 509/590 KB 40/208 KB 424/1710 KB 96/223 KB 208/258 KB 509/590 KB 44/208 KB 424/1710 KB 96/223 KB 208/258 KB 509/590 KB 48/208 KB 424/1710 KB 80/223 KB 208/258 KB 509/590 KB 32/208 KB 424/1710 KB 96/223 KB 208/258 KB 509/590 KB 48/208 KB 428/1710 KB 96/223 KB 208/258 KB 509/590 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 48/208 KB 432/1710 KB 100/223 KB 212/258 KB 509/590 KB 52/208 KB 436/1710 KB 100/223 KB 212/258 KB 513/590 KB 52/208 KB 440/1710 KB 100/223 KB 212/258 KB 513/590 KB 52/208 KB 444/1710 KB 100/223 KB 212/258 KB 513/590 KB 52/208 KB 448/1710 KB 100/223 KB 212/258 KB 509/590 KB 52/208 KB 432/1710 KB 100/223 KB 216/258 KB 513/590 KB 52/208 KB 448/1710 KB 100/223 KB 208/258 KB 509/590 KB 52/208 KB 432/1710 KB 96/223 KB 208/258 KB 509/590 KB 52/208 KB 432/1710 KB 100/223 KB 216/258 KB 513/590 KB 56/208 KB 448/1710 KB 100/223 KB 216/258 KB 513/590 KB 60/208 KB 448/1710 KB 100/223 KB 216/258 KB 513/590 KB 64/208 KB 448/1710 KB 100/223 KB 216/258 KB 513/590 KB 68/208 KB 448/1710 KB 100/223 KB 216/258 KB 513/590 KB 72/208 KB 448/1710 KB 100/223 KB 216/258 KB 513/590 KB 76/208 KB 448/1710 KB 100/223 KB 216/258 KB 513/590 KB 80/208 KB 448/1710 KB 100/223 KB 212/258 KB 513/590 KB 52/208 KB 436/1710 KB 100/223 KB 216/258 KB 517/590 KB 80/208 KB 448/1710 KB 104/223 KB 216/258 KB 521/590 KB 80/208 KB 448/1710 KB 104/223 KB 220/258 KB 525/590 KB 84/208 KB 448/1710 KB 104/223 KB 216/258 KB 517/590 KB 80/208 KB 448/1710 KB 104/223 KB 220/258 KB 521/590 KB 84/208 KB 448/1710 KB 104/223 KB 216/258 KB 521/590 KB 84/208 KB 448/1710 KB 104/223 KB 224/258 KB 525/590 KB 84/208 KB 448/1710 KB 108/223 KB 224/258 KB 525/590 KB 84/208 KB 448/1710 KB 108/223 KB 224/258 KB 525/590 KB 88/208 KB 448/1710 KB 112/223 KB 224/258 KB 525/590 KB 88/208 KB 448/1710 KB 112/223 KB 224/258 KB 525/590 KB 92/208 KB 448/1710 KB 116/223 KB 224/258 KB 525/590 KB 92/208 KB 448/1710 KB 120/223 KB 228/258 KB 529/590 KB 96/208 KB 452/1710 KB 124/223 KB 228/258 KB 529/590 KB 96/208 KB 452/1710 KB 128/223 KB 228/258 KB 529/590 KB 96/208 KB 452/1710 KB 116/223 KB 228/258 KB 529/590 KB 96/208 KB 452/1710 KB 116/223 KB 228/258 KB 529/590 KB 96/208 KB 448/1710 KB 116/223 KB 224/258 KB 529/590 KB 96/208 KB 448/1710 KB 128/223 KB 228/258 KB 529/590 KB 100/208 KB 452/1710 KB 116/223 KB 224/258 KB 529/590 KB 92/208 KB 448/1710 KB 128/223 KB 232/258 KB 533/590 KB 100/208 KB 456/1710 KB 128/223 KB 232/258 KB 537/590 KB 100/208 KB 456/1710 KB 128/223 KB 232/258 KB 541/590 KB 100/208 KB 456/1710 KB 128/223 KB 232/258 KB 529/590 KB 100/208 KB 456/1710 KB 128/223 KB 232/258 KB 529/590 KB 100/208 KB 452/1710 KB 128/223 KB 236/258 KB 541/590 KB 104/208 KB 456/1710 KB 128/223 KB 240/258 KB 541/590 KB 104/208 KB 460/1710 KB 128/223 KB 232/258 KB 541/590 KB 104/208 KB 456/1710 KB 128/223 KB 240/258 KB 541/590 KB 108/208 KB 460/1710 KB 128/223 KB 244/258 KB 541/590 KB 112/208 KB 460/1710 KB 128/223 KB 244/258 KB 541/590 KB 116/208 KB 460/1710 KB 132/223 KB 244/258 KB 545/590 KB 120/208 KB 460/1710 KB 128/223 KB 236/258 KB 541/590 KB 104/208 KB 460/1710 KB 132/223 KB 244/258 KB 545/590 KB 120/208 KB 464/1710 KB 132/223 KB 244/258 KB 545/590 KB 120/208 KB 468/1710 KB 132/223 KB 244/258 KB 545/590 KB 116/208 KB 460/1710 KB 132/223 KB 244/258 KB 541/590 KB 116/208 KB 460/1710 KB 128/223 KB 244/258 KB 541/590 KB 108/208 KB 460/1710 KB 136/223 KB 244/258 KB 549/590 KB 120/208 KB 468/1710 KB 136/223 KB 248/258 KB 549/590 KB 120/208 KB 468/1710 KB 136/223 KB 252/258 KB 549/590 KB 120/208 KB 468/1710 KB 140/223 KB 256/258 KB 549/590 KB 120/208 KB 468/1710 KB 132/223 KB 244/258 KB 549/590 KB 120/208 KB 468/1710 KB 140/223 KB 256/258 KB 549/590 KB 120/208 KB 472/1710 KB 140/223 KB 256/258 KB 549/590 KB 120/208 KB 476/1710 KB 140/223 KB 256/ unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 258 KB 553/590 KB 124/208 KB 480/1710 KB 140/223 KB 258/258 KB 553/590 KB 124/208 KB 484/1710 KB 140/223 KB 258/258 KB 553/590 KB 124/208 KB 488/1710 KB 140/223 KB 252/258 KB 549/590 KB 120/208 KB 468/1710 KB 144/223 KB 258/258 KB 553/590 KB 124/208 KB 488/1710 KB 140/223 KB 258/258 KB 553/590 KB 124/208 KB 480/1710 KB 140/223 KB 256/258 KB 553/590 KB 124/208 KB 476/1710 KB 140/223 KB 256/258 KB 553/590 KB 120/208 KB 476/1710 KB 144/223 KB 258/258 KB 557/590 KB 124/208 KB 488/1710 KB 144/223 KB 258/258 KB 557/590 KB 128/208 KB 488/1710 KB 144/223 KB 258/258 KB 561/590 KB 128/208 KB 488/1710 KB 148/223 KB 258/258 KB 565/590 KB 132/208 KB 488/1710 KB 148/223 KB 258/258 KB 561/590 KB 128/208 KB 488/1710 KB 152/223 KB 258/258 KB 565/590 KB 132/208 KB 488/1710 KB 148/223 KB 258/258 KB 561/590 KB 132/208 KB 488/1710 KB 152/223 KB 258/258 KB 565/590 KB 136/208 KB 488/1710 KB 156/223 KB 258/258 KB 565/590 KB 140/208 KB 488/1710 KB 156/223 KB 258/258 KB 565/590 KB 136/208 KB 488/1710 KB 156/223 KB 258/258 KB 569/590 KB 140/208 KB 492/1710 KB 156/223 KB 258/258 KB 569/590 KB 140/208 KB 488/1710 KB 160/223 KB 258/258 KB 569/590 KB 140/208 KB 492/1710 KB 160/223 KB 258/258 KB 569/590 KB 140/208 KB 496/1710 KB 160/223 KB 258/258 KB 573/590 KB 140/208 KB 496/1710 KB 160/223 KB 258/258 KB 573/590 KB 144/208 KB 496/1710 KB 160/223 KB 258/258 KB 573/590 KB 144/208 KB 500/1710 KB 164/223 KB 258/258 KB 577/590 KB 148/208 KB 504/1710 KB 164/223 KB 258/258 KB 577/590 KB 148/208 KB 508/1710 KB 164/223 KB 258/258 KB 577/590 KB 148/208 KB 512/1710 KB 164/223 KB 258/258 KB 577/590 KB 148/208 KB 500/1710 KB 160/223 KB 258/258 KB 577/590 KB 148/208 KB 500/1710 KB 168/223 KB 258/258 KB 577/590 KB 148/208 KB 512/1710 KB 172/223 KB 258/258 KB 581/590 KB 148/208 KB 512/1710 KB 160/223 KB 258/258 KB 573/590 KB 148/208 KB 500/1710 KB 168/223 KB 258/258 KB 581/590 KB 148/208 KB 512/1710 KB 172/223 KB 258/258 KB 581/590 KB 152/208 KB 512/1710 KB 172/223 KB 258/258 KB 585/590 KB 152/208 KB 512/1710 KB 172/223 KB 258/258 KB 589/590 KB 152/208 KB 512/1710 KB 176/223 KB 258/258 KB 589/590 KB 156/208 KB 512/1710 KB 176/223 KB 258/258 KB 589/590 KB 160/208 KB 512/1710 KB 176/223 KB 258/258 KB 589/590 KB 152/208 KB 512/1710 KB 176/223 KB 258/258 KB 590/590 KB 160/208 KB 512/1710 KB 176/223 KB 258/258 KB 590/590 KB 164/208 KB 512/1710 KB 180/223 KB 590/590 KB 168/208 KB 516/1710 KB 180/223 KB 590/590 KB 172/208 KB 516/1710 KB 180/223 KB 590/590 KB 164/208 KB 516/1710 KB 180/223 KB 590/590 KB 172/208 KB 520/1710 KB 180/223 KB 590/590 KB 172/208 KB 524/1710 KB 180/223 KB 590/590 KB 164/208 KB 512/1710 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1221.1 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 184/223 KB 590/590 KB 172/208 KB 524/1710 KB 188/223 KB 590/590 KB 172/208 KB 528/1710 KB 184/223 KB 590/590 KB 172/208 KB 528/1710 KB 188/223 KB 590/590 KB 176/208 KB 528/1710 KB 192/223 KB 590/590 KB 176/208 KB 528/1710 KB 192/223 KB 590/590 KB 180/208 KB 528/1710 KB 192/223 KB 184/208 KB 532/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2656.1 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 196/223 KB 188/208 KB 532/1710 KB 196/223 KB 192/208 KB 532/1710 KB 192/223 KB 590/590 KB 180/208 KB 532/1710 KB 196/223 KB 192/208 KB 536/1710 KB 196/223 KB 192/208 KB 540/1710 KB 196/223 KB 192/208 KB 544/1710 KB 196/223 KB 192/208 KB 548/1710 KB 196/223 KB 196/208 KB 552/1710 KB 196/223 KB 184/208 KB 532/1710 KB 200/223 KB 196/208 KB 552/1710 KB 204/223 KB 196/208 KB 552/1710 KB 208/223 KB 196/208 KB 552/1710 KB 212/223 KB 196/208 KB 552/1710 KB 216/223 KB 196/208 KB 552/1710 KB 196/223 KB 196/208 KB 548/1710 KB 216/223 KB 200/208 KB 556/1710 KB 216/223 KB 204/208 KB 556/1710 KB 216/223 KB 208/208 KB 556/1710 KB 216/223 KB 196/208 KB 556/1710 KB 220/223 KB 208/208 KB 556/1710 KB 220/223 KB 208/208 KB 560/1710 KB 223/223 KB 208/208 KB 560/1710 KB 223/223 KB 208/208 KB 564/1710 KB 223/223 KB 4/38 KB 208/208 KB 564/1710 KB 223/223 KB 8/38 KB 208/208 KB 564/1710 KB 223/223 KB 12/38 KB 208/208 KB 564/1710 KB 223/223 KB 16/38 KB 208/208 KB 564/1710 KB 223/223 KB 20/38 KB 208/208 KB 564/1710 KB 223/223 KB 20/38 KB 3/18 KB 208/208 KB 564/1710 KB 223/223 KB 20/38 KB 5/18 KB 208/208 KB 564/1710 KB 223/223 KB 20/38 KB 8/18 KB 208/208 KB 564/1710 KB 223/223 KB 24/38 KB 8/18 KB 208/208 KB 564/1710 KB 223/223 KB 24/38 KB 11/18 KB 208/208 KB 564/1710 KB 223/223 KB 28/38 KB 11/18 KB 208/208 KB 564/1710 KB 223/223 KB 32/38 KB 11/18 KB 208/208 KB 564/1710 KB 223/223 KB 32/38 KB 11/18 KB 208/208 KB 568/1710 KB 223/223 KB 36/38 KB 13/18 KB 208/208 KB 572/1710 KB 223/223 KB 36/38 KB 13/18 KB 208/208 KB 576/1710 KB 223/223 KB 36/38 KB 13/18 KB 208/208 KB 568/1710 KB 223/223 KB 32/38 KB 13/18 KB 208/208 KB 568/1710 KB 223/223 KB 36/38 KB 16/18 KB 208/208 KB 576/1710 KB 223/223 KB 38/38 KB 16/18 KB 208/208 KB 576/1710 KB 223/223 KB 38/38 KB 18/18 KB 208/208 KB 576/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 900.0 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 223/223 KB 38/38 KB 18/18 KB 580/1710 KB 223/223 KB 38/38 KB 18/18 KB 584/1710 KB 223/223 KB 38/38 KB 18/18 KB 588/1710 KB 223/223 KB 38/38 KB 18/18 KB 592/1710 KB 223/223 KB 38/38 KB 18/18 KB 596/1710 KB 223/223 KB 38/38 KB 18/18 KB 600/1710 KB 223/223 KB 38/38 KB 18/18 KB 604/1710 KB 223/223 KB 38/38 KB 18/18 KB 608/1710 KB 223/223 KB 38/38 KB 18/18 KB 612/1710 KB 223/223 KB 38/38 KB 18/18 KB 616/1710 KB 223/223 KB 38/38 KB 18/18 KB 620/1710 KB 223/223 KB 38/38 KB 18/18 KB 624/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 948.9 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 160.8 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 18/18 KB 628/1710 KB 18/18 KB 632/1710 KB 18/18 KB 636/1710 KB 18/18 KB 640/1710 KB 18/18 KB 644/1710 KB 18/18 KB 648/1710 KB 18/18 KB 652/1710 KB 18/18 KB 656/1710 KB 18/18 KB 660/1710 KB 18/18 KB 664/1710 KB 18/18 KB 668/1710 KB 18/18 KB 672/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 73.8 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 672/1710 KB 3/531 KB 672/1710 KB 5/531 KB 672/1710 KB 8/531 KB 672/1710 KB 11/531 KB 672/1710 KB 13/531 KB 672/1710 KB 16/531 KB 672/1710 KB 19/531 KB 672/1710 KB 21/531 KB 672/1710 KB 24/531 KB 672/1710 KB 27/531 KB 672/1710 KB 29/531 KB 672/1710 KB 32/531 KB 676/1710 KB 32/531 KB 680/1710 KB 32/531 KB 684/1710 KB 32/531 KB 4/1267 KB 4/214 KB 684/1710 KB 36/531 KB 4/1267 KB 8/214 KB 684/1710 KB 36/531 KB 4/1267 KB 12/214 KB 684/1710 KB 36/531 KB 4/1267 KB 16/214 KB 684/1710 KB 36/531 KB 4/1267 KB 684/1710 KB 36/531 KB 4/1267 KB 684/1710 KB 32/531 KB 8/1267 KB 16/214 KB 684/1710 KB 36/531 KB 12/1267 KB 16/214 KB 684/1710 KB 36/531 KB 16/1267 KB 16/214 KB 684/1710 KB 36/531 KB 20/1267 KB 16/214 KB 684/1710 KB 36/531 KB 24/1267 KB 20/214 KB 684/1710 KB 36/531 KB 28/1267 KB 20/214 KB 684/1710 KB 36/531 KB 20/1267 KB 20/214 KB 684/1710 KB 36/531 KB 32/1267 KB 20/214 KB 684/1710 KB 36/531 KB 32/1267 KB 24/214 KB 684/1710 KB 36/531 KB 32/1267 KB 28/214 KB 684/1710 KB 36/531 KB 36/1267 KB 28/214 KB 684/1710 KB 36/531 KB 40/1267 KB 32/214 KB 684/1710 KB 40/531 KB 44/1267 KB 32/214 KB 684/1710 KB 40/531 KB 48/1267 KB 32/214 KB 684/1710 KB 40/531 KB 36/1267 KB 32/214 KB 684/1710 KB 40/531 KB 36/1267 KB 32/214 KB 684/1710 KB 36/531 KB 48/1267 KB 36/214 KB 684/1710 KB 40/531 KB 48/1267 KB 36/214 KB 684/1710 KB 44/531 KB 48/1267 KB 40/214 KB 684/1710 KB 44/531 KB 48/1267 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 3/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 6/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 9/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 11/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 14/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 16/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 19/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 22/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 25/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 27/109 KB 40/214 KB 684/1710 KB 48/531 KB 48/1267 KB 27/109 KB 44/214 KB 684/1710 KB 48/531 KB 48/1267 KB 27/109 KB 48/214 KB 684/1710 KB 48/531 KB 48/1267 KB 30/109 KB 52/214 KB 684/1710 KB 48/531 KB 52/1267 KB 30/109 KB 56/214 KB 684/1710 KB 52/531 KB 52/1267 KB 30/109 KB 60/214 KB 684/1710 KB 52/531 KB 52/1267 KB 30/109 KB 64/214 KB 684/1710 KB 52/531 KB 48/1267 KB 30/109 KB 48/214 KB 684/1710 KB 48/531 KB 52/1267 KB 32/109 KB 64/214 KB 684/1710 KB 52/531 KB 52/1267 KB 30/109 KB 52/214 KB 684/1710 KB 52/531 KB 52/1267 KB 30/109 KB 52/214 KB 684/1710 KB 48/531 KB 56/1267 KB 32/109 KB 64/214 KB 684/1710 KB 52/531 KB 60/1267 KB 32/109 KB 64/214 KB 684/1710 KB 52/531 KB 62/1267 KB 32/109 KB 64/214 KB 684/1710 KB 52/531 KB 62/1267 KB 32/109 KB 64/214 KB 684/1710 KB 56/531 KB 62/1267 KB 32/109 KB 64/214 KB 684/1710 KB 60/531 KB 62/1267 KB 32/109 KB 64/214 KB 684/1710 KB 64/531 KB 66/1267 KB 32/109 KB 64/214 KB 684/1710 KB 64/531 KB 66/1267 KB 36/109 KB 64/214 KB 684/1710 KB 64/531 KB 66/1267 KB 40/109 KB 64/214 KB 684/1710 KB 64/531 KB 66/1267 KB 44/109 KB 64/214 KB 684/1710 KB 64/531 KB 66/1267 KB 48/109 KB 64/214 KB 684/1710 KB 64/531 KB 70/1267 KB 52/109 KB 64/214 KB 688/1710 KB 64/531 KB 70/1267 KB 56/109 KB 68/214 KB 688/1710 KB 68/531 KB 70/1267 KB 48/109 KB 64/214 KB 684/1710 KB 64/531 KB 70/1267 KB 48/109 KB 64/214 KB 688/1710 KB 64/531 KB 74/1267 KB 56/109 KB 68/214 KB 688/1710 KB 68/531 KB 78/1267 KB 56/109 KB 68/214 KB 688/1710 KB 68/531 KB 70/1267 KB unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 52/109 KB 68/214 KB 688/1710 KB 68/531 KB 78/1267 KB 56/109 KB 72/214 KB 688/1710 KB 68/531 KB 82/1267 KB 56/109 KB 76/214 KB 688/1710 KB 68/531 KB 82/1267 KB 56/109 KB 80/214 KB 688/1710 KB 68/531 KB 70/1267 KB 52/109 KB 64/214 KB 688/1710 KB 68/531 KB 82/1267 KB 56/109 KB 80/214 KB 688/1710 KB 72/531 KB 82/1267 KB 56/109 KB 80/214 KB 688/1710 KB 76/531 KB 82/1267 KB 56/109 KB 80/214 KB 688/1710 KB 80/531 KB 82/1267 KB 56/109 KB 80/214 KB 692/1710 KB 80/531 KB 82/1267 KB 56/109 KB 80/214 KB 696/1710 KB 80/531 KB 82/1267 KB 60/109 KB 80/214 KB 700/1710 KB 80/531 KB 82/1267 KB 60/109 KB 80/214 KB 704/1710 KB 80/531 KB 82/1267 KB 60/109 KB 80/214 KB 708/1710 KB 80/531 KB 82/1267 KB 60/109 KB 84/214 KB 712/1710 KB 84/531 KB 82/1267 KB 60/109 KB 84/214 KB 716/1710 KB 84/531 KB 82/1267 KB 60/109 KB 84/214 KB 720/1710 KB 84/531 KB 82/1267 KB 56/109 KB 72/214 KB 688/1710 KB 68/531 KB 86/1267 KB 60/109 KB 84/214 KB 720/1710 KB 84/531 KB 90/1267 KB 60/109 KB 84/214 KB 720/1710 KB 84/531 KB 94/1267 KB 60/109 KB 84/214 KB 720/1710 KB 84/531 KB 82/1267 KB 60/109 KB 84/214 KB 708/1710 KB 84/531 KB 82/1267 KB 60/109 KB 80/214 KB 708/1710 KB 84/531 KB 82/1267 KB 60/109 KB 80/214 KB 696/1710 KB 80/531 KB 94/1267 KB 63/109 KB 84/214 KB 720/1710 KB 84/531 KB 94/1267 KB 67/109 KB 84/214 KB 720/1710 KB 84/531 KB 98/1267 KB 71/109 KB 88/214 KB 720/1710 KB 88/531 KB 98/1267 KB 75/109 KB 88/214 KB 720/1710 KB 88/531 KB 98/1267 KB 79/109 KB 88/214 KB 720/1710 KB 88/531 KB 98/1267 KB 67/109 KB 88/214 KB 720/1710 KB 88/531 KB 94/1267 KB 67/109 KB 88/214 KB 720/1710 KB 88/531 KB 94/1267 KB 67/109 KB 84/214 KB 720/1710 KB 88/531 KB 98/1267 KB 79/109 KB 88/214 KB 720/1710 KB 92/531 KB 98/1267 KB 79/109 KB 88/214 KB 720/1710 KB 96/531 KB 98/1267 KB 79/109 KB 92/214 KB 720/1710 KB 96/531 KB 98/1267 KB 79/109 KB 96/214 KB 720/1710 KB 96/531 KB 98/1267 KB 79/109 KB 96/214 KB 720/1710 KB 100/531 KB 102/1267 KB 83/109 KB 100/214 KB 724/1710 KB 104/531 KB 102/1267 KB 83/109 KB 100/214 KB 724/1710 KB 108/531 KB 102/1267 KB 79/109 KB 96/214 KB 720/1710 KB 100/531 KB 106/1267 KB 83/109 KB 100/214 KB 724/1710 KB 108/531 KB 110/1267 KB 83/109 KB 100/214 KB 724/1710 KB 108/531 KB 114/1267 KB 83/109 KB 100/214 KB 724/1710 KB 108/531 KB 102/1267 KB 83/109 KB 100/214 KB 724/1710 KB 100/531 KB 102/1267 KB 83/109 KB 100/214 KB 720/1710 KB 100/531 KB 114/1267 KB 83/109 KB 104/214 KB 724/1710 KB 112/531 KB 114/1267 KB 83/109 KB 108/214 KB 724/1710 KB 112/531 KB 102/1267 KB 83/109 KB 96/214 KB 720/1710 KB 100/531 KB 114/1267 KB 87/109 KB 112/214 KB 724/1710 KB 112/531 KB 114/1267 KB 91/109 KB 112/214 KB 724/1710 KB 112/531 KB 114/1267 KB 83/109 KB 100/214 KB 724/1710 KB 112/531 KB 114/1267 KB 95/109 KB 112/214 KB 728/1710 KB 112/531 KB 114/1267 KB 91/109 KB 112/214 KB 728/1710 KB 112/531 KB 114/1267 KB 91/109 KB 112/214 KB 724/1710 KB 112/531 KB 114/1267 KB 95/109 KB 112/214 KB 732/1710 KB 116/531 KB 114/1267 KB 95/109 KB 112/214 KB 736/1710 KB 116/531 KB 114/1267 KB 95/109 KB 112/214 KB 728/1710 KB 116/531 KB 118/1267 KB 99/109 KB 116/214 KB 736/1710 KB 120/531 KB 118/1267 KB 99/109 KB 116/214 KB 736/1710 KB 124/531 KB 118/1267 KB 99/109 KB 116/214 KB 740/1710 KB 128/531 KB 118/1267 KB 99/109 KB 116/214 KB 736/1710 KB 116/531 KB 118/1267 KB 95/109 KB 116/214 KB 736/1710 KB 116/531 KB 118/1267 KB 95/109 KB 112/214 KB 736/1710 KB 116/531 KB 122/1267 KB 99/109 KB 116/214 KB 740/1710 KB 128/531 unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install KB 126/1267 KB 99/109 KB 116/214 KB 740/1710 KB 128/531 KB 126/1267 KB 99/109 KB 120/214 KB 740/1710 KB 128/531 KB 126/1267 KB 99/109 KB 124/214 KB 740/1710 KB 128/531 KB 130/1267 KB 103/109 KB 128/214 KB 740/1710 KB 128/531 KB 118/1267 KB 99/109 KB 116/214 KB 740/1710 KB 124/531 KB 130/1267 KB 103/109 KB 128/214 KB 744/1710 KB 128/531 KB 130/1267 KB 103/109 KB 128/214 KB 748/1710 KB 128/531 KB 130/1267 KB 103/109 KB 128/214 KB 752/1710 KB 128/531 KB 130/1267 KB 103/109 KB 124/214 KB 740/1710 KB 128/531 KB 134/1267 KB 103/109 KB 128/214 KB 752/1710 KB 128/531 KB 138/1267 KB 103/109 KB 128/214 KB 752/1710 KB 128/531 KB 142/1267 KB 103/109 KB 128/214 KB 752/1710 KB 128/531 KB 146/1267 KB 103/109 KB 132/214 KB 752/1710 KB 132/531 KB 150/1267 KB 103/109 KB 132/214 KB 756/1710 KB 132/531 KB 154/1267 KB 103/109 KB 132/214 KB 756/1710 KB 132/531 KB 126/1267 KB 103/109 KB 124/214 KB 740/1710 KB 128/531 KB 154/1267 KB 107/109 KB 132/214 KB 756/1710 KB 132/531 KB 154/1267 KB 109/109 KB 132/214 KB 756/1710 KB 132/531 KB 146/1267 KB 103/109 KB 132/214 KB 756/1710 KB 132/531 KB 154/1267 KB 109/109 KB 132/214 KB 760/1710 KB 132/531 KB 142/1267 KB 103/109 KB 132/214 KB 752/1710 KB 132/531 KB 142/1267 KB 103/109 KB 128/214 KB 752/1710 KB 132/531 KB 154/1267 KB 109/109 KB 132/214 KB 760/1710 KB 136/531 KB 154/1267 KB 109/109 KB 132/214 KB 760/1710 KB 140/531 KB 154/1267 KB 109/109 KB 132/214 KB 760/1710 KB 144/531 KB 154/1267 KB 109/109 KB 136/214 KB 760/1710 KB 144/531 KB 154/1267 KB 109/109 KB 140/214 KB 760/1710 KB 144/531 KB 154/1267 KB 109/109 KB 144/214 KB 760/1710 KB 144/531 KB 154/1267 KB 109/109 KB 144/214 KB 764/1710 KB 144/531 KB 154/1267 KB 109/109 KB 144/214 KB 768/1710 KB 144/531 KB 154/1267 KB 109/109 KB 148/214 KB 768/1710 KB 144/531 KB 158/1267 KB 109/109 KB 152/214 KB 772/1710 KB 148/531 KB 158/1267 KB 109/109 KB 156/214 KB 772/1710 KB 148/531 KB 158/1267 KB 109/109 KB 148/214 KB 772/1710 KB 148/531 KB 158/1267 KB 109/109 KB 148/214 KB 768/1710 KB 148/531 KB 158/1267 KB 109/109 KB 148/214 KB 768/1710 KB 144/531 KB 158/1267 KB 109/109 KB 156/214 KB 772/1710 KB 152/531 KB 158/1267 KB 109/109 KB 156/214 KB 772/1710 KB 156/531 KB 158/1267 KB 109/109 KB 156/214 KB 772/1710 KB 160/531 KB 162/1267 KB 109/109 KB 156/214 KB 772/1710 KB 160/531 KB 166/1267 KB 109/109 KB 160/214 KB 776/1710 KB 164/531 KB 170/1267 KB 109/109 KB 160/214 KB 776/1710 KB 164/531 KB 174/1267 KB 109/109 KB 160/214 KB 776/1710 KB 164/531 KB 162/1267 KB 109/109 KB 160/214 KB 776/1710 KB 164/531 KB 162/1267 KB 109/109 KB 160/214 KB 776/1710 KB 160/531 KB 162/1267 KB 109/109 KB 160/214 KB 772/1710 KB 160/531 KB 174/1267 KB 109/109 KB 160/214 KB 780/1710 KB 164/531 KB 174/1267 KB 109/109 KB 160/214 KB 784/1710 KB 164/531 KB 174/1267 KB 160/214 KB 788/1710 KB 164/531 KB 178/1267 KB 164/214 KB 792/1710 KB 168/531 KB 178/1267 KB 164/214 KB 796/1710 KB 168/531 KB 178/1267 KB 164/214 KB 800/1710 KB 168/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 382.1 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 178/1267 KB 164/214 KB 788/1710 KB 168/531 KB 182/1267 KB 164/214 KB 800/1710 KB 168/531 KB 174/1267 KB 164/214 KB 788/1710 KB 168/531 KB 174/1267 KB 164/214 KB 788/1710 KB 164/531 KB 182/1267 KB 164/214 KB 800/1710 KB 172/531 KB 182/1267 KB 168/214 KB 800/1710 KB 172/531 KB 182/1267 KB 172/214 KB 800/1710 KB 172/531 KB 182/1267 KB 172/214 KB 800/1710 KB 176/531 KB 182/1267 KB 176/214 KB 800/1710 KB 176/531 KB 182/1267 KB 176/214 KB 800/1710 KB 180/531 KB 186/1267 KB 180/214 KB 804/1710 KB 184/531 KB 186/1267 KB 180/214 KB 804/1710 KB 188/531 KB 186/1267 KB 180/214 KB 804/1710 KB 192/531 KB 186/1267 KB 180/214 KB 804/1710 KB 180/531 KB 186/1267 KB 176/214 KB 800/1710 KB 180/531 KB 190/1267 KB 180/214 KB 804/1710 KB 192/531 KB 194/1267 KB 180/214 KB 804/1710 KB 192/531 KB 186/1267 KB 180/214 KB 800/1710 KB 180/531 KB 194/1267 KB 184/214 KB 808/1710 KB 192/531 KB 194/1267 KB 188/214 KB 808/1710 KB 192/531 KB 194/1267 KB 192/214 KB 808/1710 KB 192/531 KB 194/1267 KB 180/214 KB 808/1710 KB 192/531 KB 194/1267 KB 192/214 KB 812/1710 KB 192/531 KB 194/1267 KB 192/214 KB 816/1710 KB 192/531 KB 198/1267 KB 192/214 KB 820/1710 KB 192/531 KB 198/1267 KB 196/214 KB 824/1710 KB 196/531 KB 198/1267 KB 196/214 KB 828/1710 KB 196/531 KB 198/1267 KB 196/214 KB 832/1710 KB 196/531 KB 198/1267 KB 192/214 KB 816/1710 KB 192/531 KB 202/1267 KB 196/214 KB 832/1710 KB 196/531 KB 206/1267 KB 196/214 KB 832/1710 KB 196/531 KB 198/1267 KB 196/214 KB 820/1710 KB 196/531 KB 206/1267 KB 196/214 KB 832/1710 KB 200/531 KB 206/1267 KB 196/214 KB 832/1710 KB 204/531 KB 198/1267 KB 196/214 KB 820/1710 KB 192/531 KB 206/1267 KB 200/214 KB 832/1710 KB 204/531 KB 206/1267 KB 204/214 KB 832/1710 KB 204/531 KB 210/1267 KB 208/214 KB 832/1710 KB 204/531 KB 210/1267 KB 208/214 KB 832/1710 KB 208/531 KB 210/1267 KB 204/214 KB 832/1710 KB 204/531 KB 214/1267 KB 208/214 KB 832/1710 KB 208/531 KB 218/1267 KB 208/214 KB 832/1710 KB 208/531 KB 222/1267 KB 212/214 KB 832/1710 KB 208/531 KB 218/1267 KB 212/214 KB 832/1710 KB 208/531 KB 222/1267 KB 214/214 KB 832/1710 KB 212/531 KB 222/1267 KB 212/214 KB 832/1710 KB 212/531 KB 222/1267 KB 214/214 KB 832/1710 KB 214/531 KB 226/1267 KB 214/214 KB 832/1710 KB 214/531 KB 230/1267 KB 214/214 KB 836/1710 KB 218/531 KB 234/1267 KB 214/214 KB 836/1710 KB 218/531 KB 226/1267 KB 214/214 KB 836/1710 KB 218/531 KB 226/1267 KB 214/214 KB 836/1710 KB 214/531 KB 234/1267 KB 214/214 KB 840/1710 KB 218/531 KB 234/1267 KB 214/214 KB 844/1710 KB 218/531 KB 234/1267 KB 214/214 KB 848/1710 KB 218/531 KB 234/1267 KB 214/214 KB 848/1710 KB 222/531 KB 234/1267 KB 214/214 KB 848/1710 KB 226/531 KB 238/1267 KB 214/214 KB 848/1710 KB 226/531 KB 238/1267 KB 214/214 KB 848/1710 KB 230/531 KB 242/1267 KB 214/214 KB 848/1710 KB 230/531 KB 246/1267 KB 214/214 KB 852/1710 KB 234/531 KB 242/1267 KB 214/214 KB 852/1710 KB 234/531 KB 246/1267 KB 214/214 KB 856/1710 KB 234/531 KB 246/1267 KB 214/214 KB 860/1710 KB 234/531 KB 246/1267 KB 214/214 KB 864/1710 KB 234/531 KB 242/1267 KB 214/214 KB 848/1710 KB 234/531 KB 250/1267 KB 214/214 KB 864/1710 KB 234/531 KB 250/1267 KB 214/214 KB 864/1710 KB 238/531 KB 254/1267 KB 214/214 KB 864/1710 KB 242/531 KB 254/1267 KB 214/214 KB 864/1710 KB 238/531 KB 254/1267 KB 214/214 KB 864/1710 KB 246/531 KB 254/1267 KB 214/214 KB 868/1710 KB 246/531 KB 258/1267 KB 214/214 KB 872/1710 KB 250/531 KB 258/1267 KB 214/214 KB 876/1710 KB 250/531 KB 258/1267 KB 214/214 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 880/1710 KB 250/531 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 710.5 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 258/1267 KB 214/214 KB 868/1710 KB 246/531 KB 258/1267 KB 214/214 KB 868/1710 KB 250/531 KB 262/1267 KB 880/1710 KB 250/531 KB 262/1267 KB 880/1710 KB 254/531 KB 266/1267 KB 880/1710 KB 254/531 KB 270/1267 KB 880/1710 KB 254/531 KB 270/1267 KB 880/1710 KB 258/531 KB 270/1267 KB 880/1710 KB 262/531 KB 274/1267 KB 880/1710 KB 262/531 KB 278/1267 KB 884/1710 KB 266/531 KB 282/1267 KB 884/1710 KB 266/531 KB 274/1267 KB 884/1710 KB 266/531 KB 274/1267 KB 884/1710 KB 262/531 KB 282/1267 KB 888/1710 KB 266/531 KB 282/1267 KB 892/1710 KB 266/531 KB 282/1267 KB 896/1710 KB 266/531 KB 282/1267 KB 900/1710 KB 266/531 KB 286/1267 KB 4/80 KB 900/1710 KB 270/531 KB 286/1267 KB 8/80 KB 900/1710 KB 270/531 KB 286/1267 KB 12/80 KB 900/1710 KB 270/531 KB 286/1267 KB 16/80 KB 900/1710 KB 270/531 KB 286/1267 KB 20/80 KB 900/1710 KB 270/531 KB 286/1267 KB 24/80 KB 900/1710 KB 270/531 KB 286/1267 KB 28/80 KB 900/1710 KB 270/531 KB 286/1267 KB 32/80 KB 900/1710 KB 270/531 KB 286/1267 KB 36/80 KB 900/1710 KB 270/531 KB 286/1267 KB 40/80 KB 4/1044 KB 900/1710 KB 270/531 KB 286/1267 KB 44/80 KB 4/1044 KB 900/1710 KB 270/531 KB 286/1267 KB 48/80 KB 4/1044 KB 900/1710 KB 270/531 KB 286/1267 KB 52/80 KB 4/1044 KB 900/1710 KB 270/531 KB 286/1267 KB 56/80 KB 4/1044 KB 900/1710 KB 270/531 KB 286/1267 KB 60/80 KB 4/1044 KB 900/1710 KB 270/531 KB 286/1267 KB 64/80 KB 4/1044 KB 900/1710 KB 270/531 KB 282/1267 KB 900/1710 KB 270/531 KB 286/1267 KB 900/1710 KB 270/531 KB 286/1267 KB 64/80 KB 4/1044 KB 900/1710 KB 274/531 KB 286/1267 KB 36/80 KB 4/1044 KB 900/1710 KB 270/531 KB 286/1267 KB 64/80 KB 8/1044 KB 900/1710 KB 274/531 KB 286/1267 KB 64/80 KB 12/1044 KB 900/1710 KB 274/531 KB 286/1267 KB 64/80 KB 16/1044 KB 900/1710 KB 274/531 KB 286/1267 KB 64/80 KB 20/1044 KB 900/1710 KB 274/531 KB 286/1267 KB 64/80 KB 24/1044 KB 900/1710 KB 274/531 KB 286/1267 KB 64/80 KB 28/1044 KB 900/1710 KB 274/531 KB 286/1267 KB 64/80 KB 32/1044 KB 900/1710 KB 278/531 KB 286/1267 KB 64/80 KB 36/1044 KB 900/1710 KB 278/531 KB 290/1267 KB 68/80 KB 40/1044 KB 904/1710 KB 278/531 KB 290/1267 KB 68/80 KB 44/1044 KB 904/1710 KB 278/531 KB 290/1267 KB 68/80 KB 48/1044 KB 904/1710 KB 278/531 KB 286/1267 KB 64/80 KB 28/1044 KB 900/1710 KB 278/531 KB 290/1267 KB 68/80 KB 48/1044 KB 904/1710 KB 282/531 KB 290/1267 KB 68/80 KB 48/1044 KB 904/1710 KB 286/531 KB 290/1267 KB 68/80 KB 48/1044 KB 904/1710 KB 290/531 KB 290/1267 KB 68/80 KB 48/1044 KB 904/1710 KB 294/531 KB 290/1267 KB 68/80 KB 36/1044 KB 904/1710 KB 278/531 KB 286/1267 KB 68/80 KB 36/1044 KB 904/1710 KB 278/531 KB 286/1267 KB 68/80 KB 36/1044 KB 900/1710 KB 278/531 KB 290/1267 KB 72/80 KB 48/1044 KB 904/1710 KB 294/531 KB 290/1267 KB 76/80 KB 48/1044 KB 904/1710 KB 294/531 KB 290/1267 KB 80/80 KB 48/1044 KB 908/1710 KB 294/531 KB 290/1267 KB 76/80 KB 48/1044 KB 908/1710 KB 294/531 KB 290/1267 KB 80/80 KB 48/1044 KB 912/1710 KB 294/531 KB 294/1267 KB 80/80 KB 48/1044 KB 912/1710 KB 294/531 KB 298/1267 KB 80/80 KB 48/1044 KB 912/1710 KB 294/531 KB 298/1267 KB 80/80 KB 48/1044 KB 916/1710 KB 294/531 KB 302/1267 KB 80/80 KB 48/1044 KB 920/1710 KB 298/531 KB 302/1267 KB 80/80 KB 48/1044 KB 924/1710 KB 298/531 KB 302/1267 KB 80/80 KB 52/1044 KB 924/1710 KB 298/531 KB 302/1267 KB 80/80 KB 48/1044 KB 916/1710 KB 298/531 KB 302/1267 KB 80/80 KB 48/1044 KB 916/1710 KB 294/531 KB 306/1267 KB 80/80 KB 52/1044 KB 928/1710 KB 298/531 KB 302/1267 KB 80/80 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 52/1044 KB 928/1710 KB 298/531 KB 306/1267 KB 80/80 KB 52/1044 KB 932/1710 KB 298/531 KB 310/1267 KB 80/80 KB 56/1044 KB 932/1710 KB 302/531 KB 306/1267 KB 80/80 KB 56/1044 KB 932/1710 KB 302/531 KB 306/1267 KB 80/80 KB 52/1044 KB 932/1710 KB 302/531 KB 310/1267 KB 80/80 KB 60/1044 KB 932/1710 KB 302/531 KB 314/1267 KB 80/80 KB 60/1044 KB 932/1710 KB 306/531 KB 314/1267 KB 80/80 KB 64/1044 KB 932/1710 KB 306/531 KB 314/1267 KB 80/80 KB 60/1044 KB 932/1710 KB 302/531 KB 314/1267 KB 80/80 KB 64/1044 KB 932/1710 KB 310/531 KB 318/1267 KB 80/80 KB 64/1044 KB 932/1710 KB 310/531 KB 322/1267 KB 80/80 KB 64/1044 KB 932/1710 KB 310/531 KB 326/1267 KB 80/80 KB 68/1044 KB 936/1710 KB 314/531 KB 322/1267 KB 80/80 KB 64/1044 KB 936/1710 KB 310/531 KB 326/1267 KB 80/80 KB 68/1044 KB 940/1710 KB 314/531 KB 326/1267 KB 80/80 KB 68/1044 KB 944/1710 KB 314/531 KB 322/1267 KB 80/80 KB 68/1044 KB 936/1710 KB 314/531 KB 322/1267 KB 80/80 KB 64/1044 KB 936/1710 KB 314/531 KB 326/1267 KB 68/1044 KB 948/1710 KB 318/531 KB 326/1267 KB 72/1044 KB 948/1710 KB 322/531 KB 326/1267 KB 72/1044 KB 948/1710 KB 326/531 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 242.4 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 326/1267 KB 68/1044 KB 948/1710 KB 314/531 KB 330/1267 KB 72/1044 KB 952/1710 KB 326/531 KB 330/1267 KB 72/1044 KB 948/1710 KB 326/531 KB 326/1267 KB 72/1044 KB 948/1710 KB 318/531 KB 330/1267 KB 76/1044 KB 952/1710 KB 326/531 KB 330/1267 KB 80/1044 KB 952/1710 KB 326/531 KB 334/1267 KB 84/1044 KB 952/1710 KB 326/531 KB 334/1267 KB 88/1044 KB 956/1710 KB 330/531 KB 334/1267 KB 84/1044 KB 956/1710 KB 330/531 KB 334/1267 KB 84/1044 KB 956/1710 KB 326/531 KB 334/1267 KB 80/1044 KB 952/1710 KB 326/531 KB 334/1267 KB 92/1044 KB 960/1710 KB 330/531 KB 338/1267 KB 92/1044 KB 960/1710 KB 330/531 KB 342/1267 KB 92/1044 KB 960/1710 KB 334/531 KB 346/1267 KB 92/1044 KB 960/1710 KB 334/531 KB 350/1267 KB 92/1044 KB 960/1710 KB 334/531 KB 334/1267 KB 92/1044 KB 960/1710 KB 334/531 KB 350/1267 KB 96/1044 KB 960/1710 KB 334/531 KB 338/1267 KB 92/1044 KB 960/1710 KB 334/531 KB 350/1267 KB 96/1044 KB 960/1710 KB 338/531 KB 350/1267 KB 96/1044 KB 960/1710 KB 342/531 KB 350/1267 KB 100/1044 KB 960/1710 KB 342/531 KB 354/1267 KB 104/1044 KB 964/1710 KB 346/531 KB 354/1267 KB 108/1044 KB 964/1710 KB 346/531 KB 354/1267 KB 112/1044 KB 964/1710 KB 346/531 KB 354/1267 KB 100/1044 KB 964/1710 KB 346/531 KB 350/1267 KB 100/1044 KB 964/1710 KB 342/531 KB 354/1267 KB 112/1044 KB 968/1710 KB 346/531 KB 354/1267 KB 112/1044 KB 972/1710 KB 346/531 KB 354/1267 KB 112/1044 KB 976/1710 KB 346/531 KB 354/1267 KB 112/1044 KB 976/1710 KB 350/531 KB 354/1267 KB 100/1044 KB 964/1710 KB 342/531 KB 354/1267 KB 112/1044 KB 976/1710 KB 354/531 KB 358/1267 KB 112/1044 KB 976/1710 KB 358/531 KB 4/61 KB 358/1267 KB 116/1044 KB 980/1710 KB 362/531 KB 4/61 KB 358/1267 KB 116/1044 KB 980/1710 KB 358/531 KB 358/1267 KB 112/1044 KB 980/1710 KB 358/531 KB 4/61 KB 362/1267 KB 116/1044 KB 980/1710 KB 366/531 KB 4/61 KB 366/1267 KB 116/1044 KB 980/1710 KB 366/531 KB 4/61 KB 358/1267 KB 112/1044 KB 980/1710 KB 358/531 KB 4/61 KB 366/1267 KB 116/1044 KB 984/1710 KB 366/531 KB 4/61 KB 366/1267 KB 116/1044 KB 988/1710 KB 366/531 KB 4/61 KB 358/1267 KB 112/1044 KB 976/1710 KB 358/531 KB 8/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 12/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 16/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 20/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 24/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 28/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 32/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 36/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 4/61 KB 370/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 36/61 KB 374/1267 KB 120/1044 KB 992/1710 KB 366/531 KB 4/61 KB 366/1267 KB 120/1044 KB 988/1710 KB 366/531 KB 40/61 KB 374/1267 KB 124/1044 KB 992/1710 KB 366/531 KB 40/61 KB 374/1267 KB 128/1044 KB 992/1710 KB 366/531 KB 40/61 KB 374/1267 KB 120/1044 KB 992/1710 KB 366/531 KB 4/61 KB 370/1267 KB 120/1044 KB 992/1710 KB 366/531 KB 36/61 KB 370/1267 KB 120/1044 KB 992/1710 KB 366/531 KB 40/61 KB 374/1267 KB 128/1044 KB 992/1710 KB 370/531 KB 40/61 KB 374/1267 KB 128/1044 KB 992/1710 KB 374/531 KB 44/61 KB 378/1267 KB 132/1044 KB 992/1710 KB 378/531 KB 44/61 KB 378/1267 KB 132/1044 KB 992/1710 KB 374/531 KB 44/61 KB 378/1267 KB 136/1044 KB 996/1710 KB 378/531 KB 44/61 KB 378/1267 KB 140/1044 KB 996/1710 KB 378/531 KB 44/61 KB 378/1267 KB 144/1044 KB 996/1710 KB 378/531 KB 44/61 KB 378/1267 KB 128/1044 KB 992/1710 KB 374/531 KB 44/ unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 61 KB 374/1267 KB 128/1044 KB 992/1710 KB 374/531 KB 48/61 KB 378/1267 KB 144/1044 KB 996/1710 KB 382/531 KB 52/61 KB 382/1267 KB 144/1044 KB 996/1710 KB 382/531 KB 56/61 KB 382/1267 KB 144/1044 KB 996/1710 KB 382/531 KB 44/61 KB 378/1267 KB 144/1044 KB 996/1710 KB 382/531 KB 44/61 KB 378/1267 KB 132/1044 KB 996/1710 KB 378/531 KB 48/61 KB 382/1267 KB 144/1044 KB 996/1710 KB 382/531 KB 56/61 KB 386/1267 KB 144/1044 KB 996/1710 KB 382/531 KB 56/61 KB 386/1267 KB 144/1044 KB 1000/1710 KB 386/531 KB 56/61 KB 386/1267 KB 144/1044 KB 1000/1710 KB 382/531 KB 56/61 KB 386/1267 KB 144/1044 KB 1004/1710 KB 386/531 KB 56/61 KB 386/1267 KB 144/1044 KB 1008/1710 KB 386/531 KB 60/61 KB 386/1267 KB 144/1044 KB 1008/1710 KB 386/531 KB 60/61 KB 390/1267 KB 144/1044 KB 1008/1710 KB 386/531 KB 60/61 KB 394/1267 KB 144/1044 KB 1008/1710 KB 386/531 KB 61/61 KB 398/1267 KB 144/1044 KB 1008/1710 KB 390/531 KB 61/61 KB 402/1267 KB 148/1044 KB 1012/1710 KB 390/531 KB 61/61 KB 394/1267 KB 144/1044 KB 1008/1710 KB 386/531 KB 61/61 KB 394/1267 KB 144/1044 KB 1008/1710 KB 390/531 KB 61/61 KB 402/1267 KB 148/1044 KB 1012/1710 KB 394/531 KB 61/61 KB 402/1267 KB 148/1044 KB 1012/1710 KB 398/531 KB 61/61 KB 398/1267 KB 148/1044 KB 1012/1710 KB 390/531 KB 61/61 KB 398/1267 KB 148/1044 KB 1008/1710 KB 390/531 KB 61/61 KB 402/1267 KB 148/1044 KB 1016/1710 KB 398/531 KB 61/61 KB 402/1267 KB 152/1044 KB 1020/1710 KB 398/531 KB 61/61 KB 402/1267 KB 152/1044 KB 1024/1710 KB 398/531 KB 61/61 KB 402/1267 KB 152/1044 KB 1020/1710 KB 398/531 KB 61/61 KB 402/1267 KB 156/1044 KB 1024/1710 KB 398/531 KB 61/61 KB 402/1267 KB 160/1044 KB 1024/1710 KB 398/531 KB 61/61 KB 406/1267 KB 160/1044 KB 1024/1710 KB 398/531 KB 61/61 KB 410/1267 KB 160/1044 KB 1024/1710 KB 402/531 KB 61/61 KB 414/1267 KB 160/1044 KB 1024/1710 KB 402/531 KB 61/61 KB 418/1267 KB 160/1044 KB 1028/1710 KB 402/531 KB 61/61 KB 422/1267 KB 164/1044 KB 1028/1710 KB 402/531 KB 61/61 KB 426/1267 KB 164/1044 KB 1028/1710 KB 402/531 KB 61/61 KB 406/1267 KB 160/1044 KB 1024/1710 KB 402/531 KB 61/61 KB 426/1267 KB 164/1044 KB 1028/1710 KB 406/531 KB 61/61 KB 426/1267 KB 164/1044 KB 1028/1710 KB 410/531 KB 61/61 KB 426/1267 KB 164/1044 KB 1028/1710 KB 414/531 KB 61/61 KB 418/1267 KB 164/1044 KB 1028/1710 KB 402/531 KB 61/61 KB 414/1267 KB 160/1044 KB 1028/1710 KB 402/531 KB 61/61 KB 426/1267 KB 164/1044 KB 1032/1710 KB 414/531 KB 61/61 KB 426/1267 KB 164/1044 KB 1036/1710 KB 414/531 KB 61/61 KB 426/1267 KB 168/1044 KB 1036/1710 KB 414/531 KB 61/61 KB 426/1267 KB 168/1044 KB 1040/1710 KB 414/531 KB 61/61 KB 426/1267 KB 172/1044 KB 1040/1710 KB 414/531 KB 61/61 KB 426/1267 KB 176/1044 KB 1040/1710 KB 414/531 KB 61/61 KB 426/1267 KB 176/1044 KB 1040/1710 KB 418/531 KB 61/61 KB 426/1267 KB 176/1044 KB 1040/1710 KB 422/531 KB 61/61 KB 430/1267 KB 176/1044 KB 1044/1710 KB 422/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 167.7 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 61/61 KB 426/1267 KB 176/1044 KB 1044/1710 KB 422/531 KB 434/1267 KB 180/1044 KB 1048/1710 KB 426/531 KB 434/1267 KB 180/1044 KB 1052/1710 KB 426/531 KB 434/1267 KB 180/1044 KB 1044/1710 KB 426/531 KB 434/1267 KB 184/1044 KB 1052/1710 KB 426/531 KB 434/1267 KB 176/1044 KB 1044/1710 KB 426/531 KB 434/1267 KB 184/1044 KB 1056/1710 KB 426/531 KB 434/1267 KB 184/1044 KB 1056/1710 KB 430/531 KB 434/1267 KB 176/1044 KB 1044/1710 KB 422/531 KB 438/1267 KB 188/1044 KB 1056/1710 KB 430/531 KB 434/1267 KB 188/1044 KB 1056/1710 KB 430/531 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 438/1267 KB 192/1044 KB 1056/1710 KB 434/531 KB 438/1267 KB 188/1044 KB 1056/1710 KB 434/531 KB 438/1267 KB 192/1044 KB 1056/1710 KB 438/531 KB 442/1267 KB 192/1044 KB 1056/1710 KB 438/531 KB 446/1267 KB 192/1044 KB 1056/1710 KB 438/531 KB 450/1267 KB 192/1044 KB 1056/1710 KB 442/531 KB 454/1267 KB 196/1044 KB 1060/1710 KB 442/531 KB 458/1267 KB 196/1044 KB 1060/1710 KB 442/531 KB 462/1267 KB 196/1044 KB 1060/1710 KB 442/531 KB 446/1267 KB 192/1044 KB 1056/1710 KB 442/531 KB 450/1267 KB 196/1044 KB 1060/1710 KB 442/531 KB 450/1267 KB 192/1044 KB 1060/1710 KB 442/531 KB 462/1267 KB 196/1044 KB 1064/1710 KB 442/531 KB 462/1267 KB 196/1044 KB 1068/1710 KB 442/531 KB 462/1267 KB 196/1044 KB 1072/1710 KB 442/531 KB 462/1267 KB 196/1044 KB 1072/1710 KB 446/531 KB 462/1267 KB 196/1044 KB 1072/1710 KB 450/531 KB 462/1267 KB 200/1044 KB 1072/1710 KB 454/531 KB 462/1267 KB 200/1044 KB 1072/1710 KB 450/531 KB 462/1267 KB 204/1044 KB 1072/1710 KB 454/531 KB 462/1267 KB 208/1044 KB 1072/1710 KB 454/531 KB 462/1267 KB 208/1044 KB 1072/1710 KB 458/531 KB 466/1267 KB 212/1044 KB 1076/1710 KB 462/531 KB 466/1267 KB 212/1044 KB 1076/1710 KB 458/531 KB 466/1267 KB 216/1044 KB 1076/1710 KB 466/531 KB 466/1267 KB 220/1044 KB 1076/1710 KB 466/531 KB 466/1267 KB 208/1044 KB 1076/1710 KB 458/531 KB 470/1267 KB 220/1044 KB 1076/1710 KB 466/531 KB 474/1267 KB 220/1044 KB 1076/1710 KB 466/531 KB 478/1267 KB 220/1044 KB 1076/1710 KB 466/531 KB 462/1267 KB 208/1044 KB 1076/1710 KB 458/531 KB 478/1267 KB 224/1044 KB 1080/1710 KB 466/531 KB 478/1267 KB 4/1063 KB 224/1044 KB 1080/1710 KB 466/531 KB 478/1267 KB 8/1063 KB 224/1044 KB 1080/1710 KB 466/531 KB 478/1267 KB 12/1063 KB 224/1044 KB 1080/1710 KB 466/531 KB 478/1267 KB 16/1063 KB 224/1044 KB 1084/1710 KB 466/531 KB 478/1267 KB 224/1044 KB 1076/1710 KB 466/531 KB 466/1267 KB 220/1044 KB 1076/1710 KB 466/531 KB 478/1267 KB 12/1063 KB 224/1044 KB 1084/1710 KB 466/531 KB 478/1267 KB 16/1063 KB 224/1044 KB 1088/1710 KB 466/531 KB 478/1267 KB 16/1063 KB 224/1044 KB 1088/1710 KB 470/531 KB 478/1267 KB 16/1063 KB 224/1044 KB 1088/1710 KB 474/531 KB 482/1267 KB 20/1063 KB 228/1044 KB 1092/1710 KB 478/531 KB 482/1267 KB 20/1063 KB 228/1044 KB 1092/1710 KB 482/531 KB 482/1267 KB 20/1063 KB 228/1044 KB 1092/1710 KB 486/531 KB 482/1267 KB 20/1063 KB 228/1044 KB 1092/1710 KB 474/531 KB 478/1267 KB 20/1063 KB 228/1044 KB 1092/1710 KB 474/531 KB 482/1267 KB 20/1063 KB 228/1044 KB 1096/1710 KB 486/531 KB 482/1267 KB 20/1063 KB 228/1044 KB 1100/1710 KB 486/531 KB 482/1267 KB 20/1063 KB 228/1044 KB 1104/1710 KB 486/531 KB 478/1267 KB 20/1063 KB 228/1044 KB 1088/1710 KB 474/531 KB 482/1267 KB 20/1063 KB 232/1044 KB 1104/1710 KB 486/531 KB 478/1267 KB 20/1063 KB 224/1044 KB 1088/1710 KB 474/531 KB 486/1267 KB 24/1063 KB 232/1044 KB 1104/1710 KB 486/531 KB 486/1267 KB 28/1063 KB 232/1044 KB 1104/1710 KB 486/531 KB 486/1267 KB 32/1063 KB 232/1044 KB 1104/1710 KB 486/531 KB 486/1267 KB 20/1063 KB 232/1044 KB 1104/1710 KB 486/531 KB 486/1267 KB 32/1063 KB 236/1044 KB 1104/1710 KB 486/531 KB 490/1267 KB 32/1063 KB 236/1044 KB 1104/1710 KB 486/531 KB 494/1267 KB 32/1063 KB 240/1044 KB 1104/1710 KB 486/531 KB 494/1267 KB 32/1063 KB 244/1044 KB 1108/1710 KB 486/531 KB 494/1267 KB 36/1063 KB 248/1044 KB 1108/1710 KB 490/531 KB 494/1267 KB 36/1063 KB 252/1044 KB 1108/1710 KB 490/531 KB 494/1267 KB 36/1063 KB 256/1044 KB 1108/1710 KB 490/531 KB 494/1267 KB 32/1063 KB 240/1044 KB 1108/1710 KB 486/ unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 531 KB 494/1267 KB 36/1063 KB 256/1044 KB 1112/1710 KB 490/531 KB 494/1267 KB 36/1063 KB 256/1044 KB 1116/1710 KB 490/531 KB 494/1267 KB 36/1063 KB 244/1044 KB 1108/1710 KB 490/531 KB 494/1267 KB 36/1063 KB 244/1044 KB 1108/1710 KB 486/531 KB 494/1267 KB 32/1063 KB 236/1044 KB 1104/1710 KB 486/531 KB 494/1267 KB 40/1063 KB 256/1044 KB 1120/1710 KB 490/531 KB 494/1267 KB 44/1063 KB 256/1044 KB 1120/1710 KB 490/531 KB 494/1267 KB 48/1063 KB 256/1044 KB 1120/1710 KB 490/531 KB 494/1267 KB 52/1063 KB 256/1044 KB 1120/1710 KB 494/531 KB 494/1267 KB 56/1063 KB 260/1044 KB 1120/1710 KB 494/531 KB 494/1267 KB 60/1063 KB 260/1044 KB 1120/1710 KB 494/531 KB 494/1267 KB 64/1063 KB 260/1044 KB 1120/1710 KB 494/531 KB 494/1267 KB 48/1063 KB 256/1044 KB 1120/1710 KB 494/531 KB 494/1267 KB 64/1063 KB 260/1044 KB 1120/1710 KB 498/531 KB 494/1267 KB 64/1063 KB 260/1044 KB 1120/1710 KB 502/531 KB 494/1267 KB 64/1063 KB 260/1044 KB 1120/1710 KB 506/531 KB 494/1267 KB 64/1063 KB 260/1044 KB 1120/1710 KB 510/531 KB 494/1267 KB 64/1063 KB 260/1044 KB 1120/1710 KB 514/531 KB 494/1267 KB 64/1063 KB 260/1044 KB 1120/1710 KB 518/531 KB 494/1267 KB 52/1063 KB 260/1044 KB 1120/1710 KB 494/531 KB 494/1267 KB 64/1063 KB 264/1044 KB 1120/1710 KB 518/531 KB 494/1267 KB 64/1063 KB 268/1044 KB 1120/1710 KB 518/531 KB 494/1267 KB 64/1063 KB 272/1044 KB 1120/1710 KB 518/531 KB 494/1267 KB 52/1063 KB 256/1044 KB 1120/1710 KB 494/531 KB 494/1267 KB 64/1063 KB 272/1044 KB 1124/1710 KB 518/531 KB 494/1267 KB 64/1063 KB 272/1044 KB 1128/1710 KB 518/531 KB 494/1267 KB 64/1063 KB 272/1044 KB 1132/1710 KB 518/531 KB 494/1267 KB 64/1063 KB 272/1044 KB 1136/1710 KB 518/531 KB 494/1267 KB 64/1063 KB 272/1044 KB 1140/1710 KB 518/531 KB 494/1267 KB 68/1063 KB 276/1044 KB 1144/1710 KB 522/531 KB 494/1267 KB 68/1063 KB 276/1044 KB 1148/1710 KB 522/531 KB 494/1267 KB 68/1063 KB 276/1044 KB 1152/1710 KB 522/531 KB 494/1267 KB 68/1063 KB 276/1044 KB 1140/1710 KB 522/531 KB 494/1267 KB 68/1063 KB 272/1044 KB 1140/1710 KB 522/531 KB 494/1267 KB 68/1063 KB 272/1044 KB 1140/1710 KB 518/531 KB 494/1267 KB 72/1063 KB 276/1044 KB 1152/1710 KB 522/531 KB 494/1267 KB 76/1063 KB 276/1044 KB 1152/1710 KB 522/531 KB 494/1267 KB 80/1063 KB 276/1044 KB 1152/1710 KB 522/531 KB 494/1267 KB 80/1063 KB 276/1044 KB 1152/1710 KB 526/531 KB 494/1267 KB 80/1063 KB 276/1044 KB 1152/1710 KB 530/531 KB 494/1267 KB 80/1063 KB 276/1044 KB 1152/1710 KB 531/531 KB 494/1267 KB 80/1063 KB 280/1044 KB 1152/1710 KB 531/531 KB 494/1267 KB 80/1063 KB 284/1044 KB 1152/1710 KB 531/531 KB 494/1267 KB 80/1063 KB 288/1044 KB 1152/1710 KB 531/531 KB 494/1267 KB 84/1063 KB 288/1044 KB 1156/1710 KB 531/531 KB 494/1267 KB 88/1063 KB 288/1044 KB 1156/1710 KB 531/531 KB 494/1267 KB 92/1063 KB 288/1044 KB 1156/1710 KB 531/531 KB 494/1267 KB 96/1063 KB 288/1044 KB 1156/1710 KB 531/531 KB 494/1267 KB 80/1063 KB 288/1044 KB 1156/1710 KB 531/531 KB 494/1267 KB 96/1063 KB 288/1044 KB 1160/1710 KB 531/531 KB 494/1267 KB 96/1063 KB 288/1044 KB 1164/1710 KB 531/531 KB 494/1267 KB 96/1063 KB 288/1044 KB 1168/1710 KB 531/531 KB 494/1267 KB 100/1063 KB 292/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 100/1063 KB 292/1044 KB 1168/1710 KB 531/531 KB 494/1267 KB 104/1063 KB 292/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 108/1063 KB 292/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 96/1063 KB 292/1044 KB 1168/1710 KB 531/531 KB 494/1267 KB 108/1063 KB 296/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 108/106 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 3 KB 300/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 108/1063 KB 304/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 108/1063 KB 308/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 112/1063 KB 308/1044 KB 1176/1710 KB 531/531 KB 494/1267 KB 112/1063 KB 308/1044 KB 1172/1710 KB 531/531 KB 494/1267 KB 112/1063 KB 308/1044 KB 1180/1710 KB 531/531 KB 494/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 498/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 502/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 506/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 510/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 514/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 518/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 522/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 526/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 530/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 534/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 538/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 542/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 546/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 550/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 554/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 558/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 562/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 566/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 570/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 574/1267 KB 112/1063 KB 308/1044 KB 1184/1710 KB 531/531 KB 574/1267 KB 112/1063 KB 312/1044 KB 1184/1710 KB 531/531 KB 574/1267 KB 112/1063 KB 316/1044 KB 1184/1710 KB 531/531 KB 578/1267 KB 116/1063 KB 320/1044 KB 1188/1710 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1309.4 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 578/1267 KB 116/1063 KB 324/1044 KB 1188/1710 KB 578/1267 KB 116/1063 KB 328/1044 KB 1188/1710 KB 578/1267 KB 116/1063 KB 332/1044 KB 1188/1710 KB 578/1267 KB 116/1063 KB 336/1044 KB 1188/1710 KB 578/1267 KB 116/1063 KB 316/1044 KB 1188/1710 KB 578/1267 KB 116/1063 KB 316/1044 KB 1184/1710 KB 574/1267 KB 116/1063 KB 316/1044 KB 1184/1710 KB 578/1267 KB 120/1063 KB 336/1044 KB 1188/1710 KB 582/1267 KB 120/1063 KB 336/1044 KB 1188/1710 KB 582/1267 KB 124/1063 KB 336/1044 KB 1188/1710 KB 582/1267 KB 128/1063 KB 336/1044 KB 1188/1710 KB 586/1267 KB 128/1063 KB 336/1044 KB 1188/1710 KB 590/1267 KB 128/1063 KB 336/1044 KB 1192/1710 KB 586/1267 KB 128/1063 KB 336/1044 KB 1192/1710 KB 590/1267 KB 128/1063 KB 336/1044 KB 1196/1710 KB 590/1267 KB 128/1063 KB 336/1044 KB 1200/1710 KB 594/1267 KB 128/1063 KB 336/1044 KB 1200/1710 KB 598/1267 KB 132/1063 KB 340/1044 KB 1204/1710 KB 602/1267 KB 132/1063 KB 340/1044 KB 1204/1710 KB 606/1267 KB 132/1063 KB 340/1044 KB 1204/1710 KB 594/1267 KB 132/1063 KB 340/1044 KB 1204/1710 KB 594/1267 KB 132/1063 KB 336/1044 KB 1204/1710 KB 594/1267 KB 132/1063 KB 336/1044 KB 1200/1710 KB 606/1267 KB 136/1063 KB 340/1044 KB 1204/1710 KB 606/1267 KB 140/1063 KB 340/1044 KB 1204/1710 KB 606/1267 KB 144/1063 KB 340/1044 KB 1204/1710 KB 606/1267 KB 144/1063 KB 340/1044 KB 1208/1710 KB 606/1267 KB 144/1063 KB 340/1044 KB 1212/1710 KB 606/1267 KB 144/1063 KB 340/1044 KB 1216/1710 KB 606/1267 KB 144/1063 KB 344/1044 KB 1216/1710 KB 606/1267 KB 144/1063 KB 348/1044 KB 1216/1710 KB 606/1267 KB 144/1063 KB 352/1044 KB 1216/1710 KB 606/1267 KB 144/1063 KB 356/1044 KB 1216/1710 KB 610/1267 KB 148/1063 KB 360/1044 KB 1220/1710 KB 610/1267 KB 148/1063 KB 364/1044 KB 1220/1710 KB 610/1267 KB 148/1063 KB 356/1044 KB 1220/1710 KB 606/1267 KB 148/1063 KB 356/1044 KB 1220/1710 KB 610/1267 KB 152/1063 KB 368/1044 KB 1220/1710 KB 610/1267 KB 156/1063 KB 368/1044 KB 1220/1710 KB 610/1267 KB 160/1063 KB 368/1044 KB 1220/1710 KB 606/1267 KB 144/1063 KB 356/1044 KB 1220/1710 KB 614/1267 KB 160/1063 KB 368/1044 KB 1224/1710 KB 614/1267 KB 160/1063 KB 368/1044 KB 1228/1710 KB 614/1267 KB 160/1063 KB 368/1044 KB 1232/1710 KB 614/1267 KB 160/1063 KB 368/1044 KB 1220/1710 KB 618/1267 KB 160/1063 KB 368/1044 KB 1232/1710 KB 622/1267 KB 160/1063 KB 368/1044 KB 1232/1710 KB 626/1267 KB 160/1063 KB 368/1044 KB 1232/1710 KB 630/1267 KB 164/1063 KB 368/1044 KB 1236/1710 KB 610/1267 KB 148/1063 KB 368/1044 KB 1220/1710 KB 626/1267 KB 164/1063 KB 368/1044 KB 1236/1710 KB 630/1267 KB 168/1063 KB 372/1044 KB 1236/1710 KB 630/1267 KB 172/1063 KB 372/1044 KB 1236/1710 KB 630/1267 KB 176/1063 KB 372/1044 KB 1236/1710 KB 626/1267 KB 160/1063 KB 368/1044 KB 1236/1710 KB 630/1267 KB 176/1063 KB 372/1044 KB 1240/1710 KB 634/1267 KB 176/1063 KB 372/1044 KB 1244/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 372/1044 KB 1248/1710 KB 630/1267 KB 164/1063 KB 372/1044 KB 1236/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 376/1044 KB 1248/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 380/1044 KB 1248/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 384/1044 KB 1248/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 384/1044 KB 1252/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 388/1044 KB 1256/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 388/1044 KB 1260/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 372/1044 KB 1244/1710 KB 634/1267 KB 176/1063 KB 4/713 KB 372/1044 KB 1244/1710 KB 634/1267 KB 180/1063 KB 8 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install /713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 180/1063 KB 12/713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 180/1063 KB 16/713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 180/1063 KB 20/713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 180/1063 KB 24/713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 180/1063 KB 28/713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 176/1063 KB 372/1044 KB 1240/1710 KB 634/1267 KB 180/1063 KB 32/713 KB 388/1044 KB 1264/1710 KB 638/1267 KB 180/1063 KB 32/713 KB 388/1044 KB 1264/1710 KB 642/1267 KB 180/1063 KB 32/713 KB 388/1044 KB 1264/1710 KB 646/1267 KB 184/1063 KB 36/713 KB 388/1044 KB 1264/1710 KB 650/1267 KB 184/1063 KB 36/713 KB 388/1044 KB 1264/1710 KB 654/1267 KB 184/1063 KB 36/713 KB 388/1044 KB 1264/1710 KB 634/1267 KB 180/1063 KB 4/713 KB 388/1044 KB 1252/1710 KB 642/1267 KB 184/1063 KB 36/713 KB 388/1044 KB 1264/1710 KB 642/1267 KB 180/1063 KB 36/713 KB 388/1044 KB 1264/1710 KB 654/1267 KB 188/1063 KB 36/713 KB 388/1044 KB 1264/1710 KB 654/1267 KB 192/1063 KB 40/713 KB 388/1044 KB 1264/1710 KB 654/1267 KB 188/1063 KB 40/713 KB 388/1044 KB 1264/1710 KB 654/1267 KB 192/1063 KB 44/713 KB 388/1044 KB 1264/1710 KB 654/1267 KB 192/1063 KB 48/713 KB 388/1044 KB 1264/1710 KB 654/1267 KB 192/1063 KB 48/713 KB 392/1044 KB 1264/1710 KB 654/1267 KB 192/1063 KB 48/713 KB 396/1044 KB 1264/1710 KB 658/1267 KB 192/1063 KB 48/713 KB 400/1044 KB 1264/1710 KB 658/1267 KB 192/1063 KB 48/713 KB 404/1044 KB 1264/1710 KB 658/1267 KB 196/1063 KB 52/713 KB 408/1044 KB 1268/1710 KB 658/1267 KB 196/1063 KB 52/713 KB 412/1044 KB 1268/1710 KB 658/1267 KB 192/1063 KB 48/713 KB 396/1044 KB 1264/1710 KB 658/1267 KB 196/1063 KB 52/713 KB 404/1044 KB 1268/1710 KB 658/1267 KB 196/1063 KB 48/713 KB 404/1044 KB 1268/1710 KB 658/1267 KB 200/1063 KB 52/713 KB 412/1044 KB 1268/1710 KB 658/1267 KB 204/1063 KB 52/713 KB 412/1044 KB 1268/1710 KB 658/1267 KB 208/1063 KB 56/713 KB 412/1044 KB 1268/1710 KB 658/1267 KB 192/1063 KB 48/713 KB 404/1044 KB 1268/1710 KB 662/1267 KB 208/1063 KB 56/713 KB 412/1044 KB 1268/1710 KB 658/1267 KB 204/1063 KB 56/713 KB 412/1044 KB 1268/1710 KB 662/1267 KB 208/1063 KB 60/713 KB 412/1044 KB 1268/1710 KB 666/1267 KB 208/1063 KB 60/713 KB 412/1044 KB 1268/1710 KB 666/1267 KB 208/1063 KB 64/713 KB 412/1044 KB 1272/1710 KB 666/1267 KB 208/1063 KB 60/713 KB 412/1044 KB 1272/1710 KB 670/1267 KB 208/1063 KB 64/713 KB 412/1044 KB 1272/1710 KB 670/1267 KB 208/1063 KB 64/713 KB 416/1044 KB 1276/1710 KB 670/1267 KB 208/1063 KB 64/713 KB 412/1044 KB 1276/1710 KB 670/1267 KB 208/1063 KB 64/713 KB 416/1044 KB 1280/1710 KB 670/1267 KB 208/1063 KB 68/713 KB 416/1044 KB 1280/1710 KB 674/1267 KB 212/1063 KB 72/713 KB 420/1044 KB 1284/1710 KB 674/1267 KB 212/1063 KB 76/713 KB 420/1044 KB 1284/1710 KB 674/1267 KB 212/1063 KB 80/713 KB 420/1044 KB 1284/1710 KB 674/1267 KB 212/1063 KB 68/713 KB 420/1044 KB 1284/1710 KB 674/1267 KB 212/1063 KB 68/713 KB 416/1044 KB 1284/1710 KB 670/1267 KB 212/1063 KB 68/713 KB 416/1044 KB 1284/1710 KB 674/1267 KB 216/1063 KB 80/713 KB 420/1044 KB 1284/1710 KB 674/1267 KB 220/1063 KB 80/713 KB 420/1044 KB 1284/1710 KB 670/1267 KB 208/1063 KB 68/713 KB 416/1044 KB 1284/1710 KB 678/1267 KB 220/1063 KB 80/713 KB 424/1044 KB 1284/1710 KB 674/1267 KB 220/1063 KB 80/713 KB 424/1044 KB 1284/1710 KB 678/1267 KB 224/1063 KB 80/713 KB 424/1044 KB 1288/1710 KB 682/1267 KB 224/1063 KB 80/713 KB 428/1044 KB 1292/1710 KB 678/1267 KB 224/1063 KB 80/713 KB 424/1044 KB 1284/1710 KB 682/1267 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install KB 224/1063 KB 80/713 KB 428/1044 KB 1288/1710 KB 682/1267 KB 224/1063 KB 80/713 KB 432/1044 KB 1296/1710 KB 682/1267 KB 224/1063 KB 80/713 KB 424/1044 KB 1288/1710 KB 686/1267 KB 224/1063 KB 80/713 KB 432/1044 KB 1296/1710 KB 686/1267 KB 224/1063 KB 84/713 KB 432/1044 KB 1296/1710 KB 690/1267 KB 228/1063 KB 88/713 KB 436/1044 KB 1296/1710 KB 690/1267 KB 228/1063 KB 92/713 KB 436/1044 KB 1296/1710 KB 690/1267 KB 228/1063 KB 96/713 KB 436/1044 KB 1296/1710 KB 690/1267 KB 228/1063 KB 84/713 KB 436/1044 KB 1296/1710 KB 690/1267 KB 232/1063 KB 96/713 KB 436/1044 KB 1296/1710 KB 690/1267 KB 224/1063 KB 84/713 KB 436/1044 KB 1296/1710 KB 694/1267 KB 232/1063 KB 96/713 KB 436/1044 KB 1296/1710 KB 686/1267 KB 224/1063 KB 84/713 KB 436/1044 KB 1296/1710 KB 682/1267 KB 224/1063 KB 84/713 KB 432/1044 KB 1296/1710 KB 694/1267 KB 236/1063 KB 96/713 KB 436/1044 KB 1300/1710 KB 694/1267 KB 236/1063 KB 96/713 KB 436/1044 KB 1296/1710 KB 694/1267 KB 236/1063 KB 96/713 KB 440/1044 KB 1300/1710 KB 694/1267 KB 240/1063 KB 96/713 KB 440/1044 KB 1300/1710 KB 694/1267 KB 240/1063 KB 96/713 KB 444/1044 KB 1300/1710 KB 698/1267 KB 240/1063 KB 96/713 KB 448/1044 KB 1300/1710 KB 698/1267 KB 240/1063 KB 96/713 KB 444/1044 KB 1300/1710 KB 698/1267 KB 240/1063 KB 96/713 KB 448/1044 KB 1304/1710 KB 702/1267 KB 240/1063 KB 96/713 KB 448/1044 KB 1304/1710 KB 702/1267 KB 240/1063 KB 96/713 KB 448/1044 KB 1308/1710 KB 702/1267 KB 240/1063 KB 96/713 KB 452/1044 KB 1308/1710 KB 706/1267 KB 244/1063 KB 100/713 KB 456/1044 KB 1312/1710 KB 706/1267 KB 244/1063 KB 100/713 KB 460/1044 KB 1312/1710 KB 706/1267 KB 244/1063 KB 100/713 KB 464/1044 KB 1312/1710 KB 706/1267 KB 244/1063 KB 100/713 KB 452/1044 KB 1312/1710 KB 702/1267 KB 244/1063 KB 100/713 KB 452/1044 KB 1312/1710 KB 702/1267 KB 240/1063 KB 100/713 KB 452/1044 KB 1312/1710 KB 702/1267 KB 240/1063 KB 100/713 KB 452/1044 KB 1308/1710 KB 706/1267 KB 244/1063 KB 104/713 KB 464/1044 KB 1312/1710 KB 706/1267 KB 248/1063 KB 108/713 KB 464/1044 KB 1312/1710 KB 706/1267 KB 248/1063 KB 112/713 KB 464/1044 KB 1312/1710 KB 710/1267 KB 248/1063 KB 116/713 KB 464/1044 KB 1316/1710 KB 710/1267 KB 248/1063 KB 120/713 KB 468/1044 KB 1316/1710 KB 710/1267 KB 248/1063 KB 124/713 KB 468/1044 KB 1316/1710 KB 706/1267 KB 248/1063 KB 104/713 KB 464/1044 KB 1312/1710 KB 710/1267 KB 252/1063 KB 124/713 KB 468/1044 KB 1316/1710 KB 710/1267 KB 256/1063 KB 124/713 KB 468/1044 KB 1316/1710 KB 710/1267 KB 260/1063 KB 124/713 KB 468/1044 KB 1316/1710 KB 710/1267 KB 264/1063 KB 124/713 KB 468/1044 KB 1316/1710 KB 710/1267 KB 268/1063 KB 124/713 KB 468/1044 KB 1316/1710 KB 710/1267 KB 248/1063 KB 116/713 KB 468/1044 KB 1316/1710 KB 706/1267 KB 248/1063 KB 112/713 KB 464/1044 KB 1316/1710 KB 710/1267 KB 248/1063 KB 112/713 KB 464/1044 KB 1316/1710 KB 710/1267 KB 268/1063 KB 128/713 KB 468/1044 KB 1320/1710 KB 714/1267 KB 268/1063 KB 128/713 KB 468/1044 KB 1324/1710 KB 714/1267 KB 268/1063 KB 128/713 KB 468/1044 KB 1328/1710 KB 714/1267 KB 268/1063 KB 128/713 KB 468/1044 KB 1332/1710 KB 710/1267 KB 268/1063 KB 128/713 KB 468/1044 KB 1316/1710 KB 714/1267 KB 272/1063 KB 128/713 KB 472/1044 KB 1332/1710 KB 714/1267 KB 268/1063 KB 128/713 KB 472/1044 KB 1332/1710 KB 714/1267 KB 268/1063 KB 128/713 KB 468/1044 KB 1320/1710 KB 718/1267 KB 272/1063 KB 128/713 KB 472/1044 KB 1332/1710 KB 722/1267 KB 272/1063 KB 128/713 KB 476/1044 KB 1332/1710 KB 722/1267 KB 272/1063 KB 128/713 KB 480/1044 KB 1332/1710 KB 722/1267 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 272/1063 KB 128/713 KB 480/1044 KB 1332/1710 KB 726/1267 KB 272/1063 KB 128/713 KB 480/1044 KB 1332/1710 KB 730/1267 KB 276/1063 KB 132/713 KB 484/1044 KB 1336/1710 KB 734/1267 KB 276/1063 KB 132/713 KB 484/1044 KB 1336/1710 KB 726/1267 KB 276/1063 KB 132/713 KB 484/1044 KB 1336/1710 KB 726/1267 KB 272/1063 KB 132/713 KB 480/1044 KB 1332/1710 KB 734/1267 KB 276/1063 KB 136/713 KB 484/1044 KB 1336/1710 KB 734/1267 KB 276/1063 KB 140/713 KB 484/1044 KB 1336/1710 KB 726/1267 KB 276/1063 KB 132/713 KB 480/1044 KB 1336/1710 KB 726/1267 KB 272/1063 KB 132/713 KB 480/1044 KB 1336/1710 KB 734/1267 KB 276/1063 KB 140/713 KB 484/1044 KB 1340/1710 KB 734/1267 KB 276/1063 KB 140/713 KB 484/1044 KB 1344/1710 KB 734/1267 KB 276/1063 KB 140/713 KB 484/1044 KB 1348/1710 KB 738/1267 KB 280/1063 KB 144/713 KB 488/1044 KB 1352/1710 KB 738/1267 KB 280/1063 KB 144/713 KB 488/1044 KB 1348/1710 KB 734/1267 KB 280/1063 KB 140/713 KB 488/1044 KB 1348/1710 KB 738/1267 KB 280/1063 KB 144/713 KB 492/1044 KB 1352/1710 KB 738/1267 KB 280/1063 KB 144/713 KB 496/1044 KB 1352/1710 KB 738/1267 KB 280/1063 KB 148/713 KB 496/1044 KB 1352/1710 KB 738/1267 KB 280/1063 KB 152/713 KB 500/1044 KB 1356/1710 KB 738/1267 KB 280/1063 KB 156/713 KB 500/1044 KB 1356/1710 KB 738/1267 KB 280/1063 KB 140/713 KB 488/1044 KB 1348/1710 KB 734/1267 KB 280/1063 KB 140/713 KB 484/1044 KB 1348/1710 KB 738/1267 KB 284/1063 KB 160/713 KB 500/1044 KB 1356/1710 KB 738/1267 KB 288/1063 KB 160/713 KB 500/1044 KB 1356/1710 KB 742/1267 KB 288/1063 KB 160/713 KB 500/1044 KB 1356/1710 KB 746/1267 KB 288/1063 KB 160/713 KB 500/1044 KB 1356/1710 KB 750/1267 KB 288/1063 KB 160/713 KB 500/1044 KB 1356/1710 KB 750/1267 KB 292/1063 KB 160/713 KB 500/1044 KB 1356/1710 KB 738/1267 KB 280/1063 KB 148/713 KB 500/1044 KB 1356/1710 KB 738/1267 KB 280/1063 KB 148/713 KB 496/1044 KB 1356/1710 KB 750/1267 KB 292/1063 KB 160/713 KB 500/1044 KB 1360/1710 KB 750/1267 KB 292/1063 KB 160/713 KB 500/1044 KB 1364/1710 KB 754/1267 KB 296/1063 KB 160/713 KB 504/1044 KB 1368/1710 KB 754/1267 KB 296/1063 KB 160/713 KB 504/1044 KB 1372/1710 KB 754/1267 KB 296/1063 KB 160/713 KB 504/1044 KB 1376/1710 KB 738/1267 KB 292/1063 KB 160/713 KB 500/1044 KB 1356/1710 KB 754/1267 KB 296/1063 KB 164/713 KB 504/1044 KB 1376/1710 KB 754/1267 KB 296/1063 KB 168/713 KB 504/1044 KB 1376/1710 KB 754/1267 KB 296/1063 KB 172/713 KB 504/1044 KB 1376/1710 KB 754/1267 KB 296/1063 KB 176/713 KB 504/1044 KB 1376/1710 KB 754/1267 KB 296/1063 KB 160/713 KB 504/1044 KB 1364/1710 KB 758/1267 KB 296/1063 KB 176/713 KB 504/1044 KB 1376/1710 KB 750/1267 KB 296/1063 KB 160/713 KB 504/1044 KB 1364/1710 KB 758/1267 KB 296/1063 KB 176/713 KB 508/1044 KB 1376/1710 KB 750/1267 KB 296/1063 KB 160/713 KB 500/1044 KB 1364/1710 KB 758/1267 KB 300/1063 KB 176/713 KB 508/1044 KB 1376/1710 KB 758/1267 KB 304/1063 KB 176/713 KB 508/1044 KB 1376/1710 KB 758/1267 KB 304/1063 KB 176/713 KB 512/1044 KB 1376/1710 KB 758/1267 KB 308/1063 KB 176/713 KB 512/1044 KB 1376/1710 KB 762/1267 KB 312/1063 KB 176/713 KB 516/1044 KB 1380/1710 KB 762/1267 KB 316/1063 KB 176/713 KB 516/1044 KB 1380/1710 KB 762/1267 KB 320/1063 KB 176/713 KB 516/1044 KB 1380/1710 KB 762/1267 KB 308/1063 KB 176/713 KB 512/1044 KB 1376/1710 KB 766/1267 KB 320/1063 KB 180/713 KB 516/1044 KB 1380/1710 KB 762/1267 KB 308/1063 KB 176/713 KB 516/1044 KB 1380/1710 KB 766/1267 KB 320/1063 KB 180/713 KB 516/1044 KB 1384/1710 KB 766/1267 KB 320/1063 KB 180/713 KB 516/1044 KB 1388/1 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 710 KB 766/1267 KB 320/1063 KB 180/713 KB 516/1044 KB 1392/1710 KB 770/1267 KB 324/1063 KB 180/713 KB 516/1044 KB 1396/1710 KB 770/1267 KB 324/1063 KB 180/713 KB 516/1044 KB 1400/1710 KB 762/1267 KB 308/1063 KB 176/713 KB 516/1044 KB 1376/1710 KB 770/1267 KB 324/1063 KB 180/713 KB 520/1044 KB 1400/1710 KB 770/1267 KB 324/1063 KB 180/713 KB 524/1044 KB 1400/1710 KB 770/1267 KB 324/1063 KB 180/713 KB 528/1044 KB 1400/1710 KB 770/1267 KB 324/1063 KB 180/713 KB 516/1044 KB 1392/1710 KB 774/1267 KB 324/1063 KB 180/713 KB 528/1044 KB 1400/1710 KB 778/1267 KB 324/1063 KB 180/713 KB 528/1044 KB 1400/1710 KB 778/1267 KB 324/1063 KB 180/713 KB 532/1044 KB 1400/1710 KB 766/1267 KB 324/1063 KB 180/713 KB 516/1044 KB 1392/1710 KB 762/1267 KB 320/1063 KB 180/713 KB 516/1044 KB 1380/1710 KB 782/1267 KB 324/1063 KB 184/713 KB 532/1044 KB 1400/1710 KB 782/1267 KB 324/1063 KB 188/713 KB 532/1044 KB 1400/1710 KB 782/1267 KB 324/1063 KB 192/713 KB 532/1044 KB 1400/1710 KB 782/1267 KB 324/1063 KB 180/713 KB 532/1044 KB 1400/1710 KB 782/1267 KB 328/1063 KB 192/713 KB 532/1044 KB 1400/1710 KB 782/1267 KB 332/1063 KB 192/713 KB 532/1044 KB 1400/1710 KB 782/1267 KB 336/1063 KB 192/713 KB 532/1044 KB 1400/1710 KB 782/1267 KB 340/1063 KB 192/713 KB 532/1044 KB 1400/1710 KB 786/1267 KB 344/1063 KB 196/713 KB 536/1044 KB 1404/1710 KB 786/1267 KB 348/1063 KB 196/713 KB 536/1044 KB 1404/1710 KB 786/1267 KB 340/1063 KB 196/713 KB 536/1044 KB 1404/1710 KB 782/1267 KB 340/1063 KB 196/713 KB 536/1044 KB 1404/1710 KB 782/1267 KB 340/1063 KB 192/713 KB 536/1044 KB 1404/1710 KB 782/1267 KB 340/1063 KB 192/713 KB 536/1044 KB 1400/1710 KB 786/1267 KB 352/1063 KB 196/713 KB 536/1044 KB 1408/1710 KB 786/1267 KB 352/1063 KB 196/713 KB 540/1044 KB 1408/1710 KB 786/1267 KB 352/1063 KB 200/713 KB 540/1044 KB 1408/1710 KB 786/1267 KB 352/1063 KB 200/713 KB 544/1044 KB 1408/1710 KB 786/1267 KB 352/1063 KB 204/713 KB 544/1044 KB 1408/1710 KB 790/1267 KB 352/1063 KB 208/713 KB 544/1044 KB 1408/1710 KB 790/1267 KB 352/1063 KB 212/713 KB 544/1044 KB 1408/1710 KB 790/1267 KB 352/1063 KB 216/713 KB 548/1044 KB 1412/1710 KB 790/1267 KB 352/1063 KB 220/713 KB 548/1044 KB 1412/1710 KB 790/1267 KB 352/1063 KB 224/713 KB 548/1044 KB 1412/1710 KB 790/1267 KB 352/1063 KB 204/713 KB 544/1044 KB 1408/1710 KB 794/1267 KB 352/1063 KB 224/713 KB 548/1044 KB 1412/1710 KB 798/1267 KB 352/1063 KB 224/713 KB 548/1044 KB 1412/1710 KB 786/1267 KB 352/1063 KB 212/713 KB 548/1044 KB 1412/1710 KB 790/1267 KB 352/1063 KB 212/713 KB 548/1044 KB 1412/1710 KB 798/1267 KB 352/1063 KB 224/713 KB 548/1044 KB 1416/1710 KB 798/1267 KB 352/1063 KB 224/713 KB 548/1044 KB 1420/1710 KB 802/1267 KB 356/1063 KB 224/713 KB 548/1044 KB 1424/1710 KB 790/1267 KB 352/1063 KB 212/713 KB 548/1044 KB 1408/1710 KB 802/1267 KB 356/1063 KB 224/713 KB 552/1044 KB 1424/1710 KB 802/1267 KB 356/1063 KB 224/713 KB 556/1044 KB 1424/1710 KB 802/1267 KB 356/1063 KB 224/713 KB 560/1044 KB 1424/1710 KB 802/1267 KB 356/1063 KB 224/713 KB 548/1044 KB 1420/1710 KB 806/1267 KB 356/1063 KB 224/713 KB 560/1044 KB 1424/1710 KB 810/1267 KB 356/1063 KB 224/713 KB 560/1044 KB 1424/1710 KB 814/1267 KB 356/1063 KB 228/713 KB 560/1044 KB 1424/1710 KB 818/1267 KB 356/1063 KB 228/713 KB 560/1044 KB 1424/1710 KB 822/1267 KB 356/1063 KB 228/713 KB 564/1044 KB 1428/1710 KB 826/1267 KB 356/1063 KB 228/713 KB 564/1044 KB 1428/1710 KB 830/1267 KB 356/1063 KB 228/713 KB 564/1044 KB 1428/1710 KB 798/1267 KB 356/1063 KB 224/713 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 548/1044 KB 1420/1710 KB 830/1267 KB 360/1063 KB 228/713 KB 564/1044 KB 1428/1710 KB 830/1267 KB 364/1063 KB 228/713 KB 564/1044 KB 1428/1710 KB 830/1267 KB 368/1063 KB 228/713 KB 564/1044 KB 1428/1710 KB 818/1267 KB 356/1063 KB 228/713 KB 564/1044 KB 1428/1710 KB 830/1267 KB 368/1063 KB 228/713 KB 568/1044 KB 1428/1710 KB 818/1267 KB 356/1063 KB 228/713 KB 560/1044 KB 1428/1710 KB 830/1267 KB 368/1063 KB 228/713 KB 568/1044 KB 1432/1710 KB 810/1267 KB 356/1063 KB 228/713 KB 560/1044 KB 1424/1710 KB 830/1267 KB 368/1063 KB 228/713 KB 568/1044 KB 1436/1710 KB 830/1267 KB 368/1063 KB 232/713 KB 568/1044 KB 1436/1710 KB 830/1267 KB 368/1063 KB 236/713 KB 568/1044 KB 1440/1710 KB 830/1267 KB 368/1063 KB 240/713 KB 568/1044 KB 1440/1710 KB 830/1267 KB 368/1063 KB 232/713 KB 568/1044 KB 1440/1710 KB 830/1267 KB 368/1063 KB 240/713 KB 572/1044 KB 1440/1710 KB 830/1267 KB 368/1063 KB 240/713 KB 576/1044 KB 1440/1710 KB 830/1267 KB 372/1063 KB 244/713 KB 576/1044 KB 1440/1710 KB 834/1267 KB 372/1063 KB 248/713 KB 580/1044 KB 1444/1710 KB 834/1267 KB 372/1063 KB 252/713 KB 580/1044 KB 1444/1710 KB 834/1267 KB 372/1063 KB 256/713 KB 580/1044 KB 1444/1710 KB 830/1267 KB 372/1063 KB 240/713 KB 576/1044 KB 1440/1710 KB 834/1267 KB 376/1063 KB 256/713 KB 580/1044 KB 1444/1710 KB 834/1267 KB 380/1063 KB 256/713 KB 580/1044 KB 1444/1710 KB 834/1267 KB 384/1063 KB 256/713 KB 580/1044 KB 1444/1710 KB 834/1267 KB 372/1063 KB 244/713 KB 580/1044 KB 1444/1710 KB 834/1267 KB 384/1063 KB 256/713 KB 584/1044 KB 1444/1710 KB 834/1267 KB 384/1063 KB 256/713 KB 588/1044 KB 1444/1710 KB 834/1267 KB 372/1063 KB 244/713 KB 576/1044 KB 1444/1710 KB 834/1267 KB 384/1063 KB 256/713 KB 588/1044 KB 1448/1710 KB 834/1267 KB 384/1063 KB 256/713 KB 588/1044 KB 1452/1710 KB 834/1267 KB 384/1063 KB 256/713 KB 588/1044 KB 1456/1710 KB 834/1267 KB 372/1063 KB 244/713 KB 576/1044 KB 1440/1710 KB 838/1267 KB 384/1063 KB 256/713 KB 588/1044 KB 1456/1710 KB 838/1267 KB 384/1063 KB 256/713 KB 592/1044 KB 1456/1710 KB 842/1267 KB 384/1063 KB 256/713 KB 596/1044 KB 1456/1710 KB 842/1267 KB 388/1063 KB 260/713 KB 600/1044 KB 1460/1710 KB 842/1267 KB 388/1063 KB 260/713 KB 604/1044 KB 1460/1710 KB 842/1267 KB 388/1063 KB 260/713 KB 608/1044 KB 1460/1710 KB 842/1267 KB 384/1063 KB 256/713 KB 592/1044 KB 1456/1710 KB 846/1267 KB 388/1063 KB 260/713 KB 608/1044 KB 1460/1710 KB 842/1267 KB 388/1063 KB 260/713 KB 596/1044 KB 1460/1710 KB 846/1267 KB 388/1063 KB 264/713 KB 608/1044 KB 1460/1710 KB 846/1267 KB 388/1063 KB 268/713 KB 608/1044 KB 1460/1710 KB 846/1267 KB 388/1063 KB 272/713 KB 608/1044 KB 1460/1710 KB 842/1267 KB 388/1063 KB 256/713 KB 596/1044 KB 1460/1710 KB 846/1267 KB 388/1063 KB 272/713 KB 608/1044 KB 1464/1710 KB 846/1267 KB 388/1063 KB 272/713 KB 608/1044 KB 1468/1710 KB 846/1267 KB 388/1063 KB 272/713 KB 608/1044 KB 1472/1710 KB 842/1267 KB 388/1063 KB 256/713 KB 596/1044 KB 1456/1710 KB 846/1267 KB 392/1063 KB 272/713 KB 608/1044 KB 1472/1710 KB 846/1267 KB 396/1063 KB 272/713 KB 608/1044 KB 1472/1710 KB 846/1267 KB 400/1063 KB 272/713 KB 608/1044 KB 1472/1710 KB 850/1267 KB 400/1063 KB 272/713 KB 608/1044 KB 1472/1710 KB 854/1267 KB 400/1063 KB 272/713 KB 608/1044 KB 1472/1710 KB 858/1267 KB 404/1063 KB 276/713 KB 608/1044 KB 1476/1710 KB 862/1267 KB 404/1063 KB 276/713 KB 612/1044 KB 1476/1710 KB 854/1267 KB 404/1063 KB 276/713 KB 608/1044 KB 1476/1710 KB 854/1267 KB 400/1063 KB 272/713 KB 608/1044 KB 1476/1710 KB 862/1267 KB 408 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install /1063 KB 276/713 KB 612/1044 KB 1480/1710 KB 862/1267 KB 408/1063 KB 276/713 KB 612/1044 KB 1484/1710 KB 862/1267 KB 408/1063 KB 276/713 KB 612/1044 KB 1488/1710 KB 854/1267 KB 400/1063 KB 276/713 KB 608/1044 KB 1476/1710 KB 862/1267 KB 408/1063 KB 280/713 KB 612/1044 KB 1488/1710 KB 862/1267 KB 408/1063 KB 276/713 KB 612/1044 KB 1476/1710 KB 862/1267 KB 412/1063 KB 280/713 KB 612/1044 KB 1488/1710 KB 858/1267 KB 404/1063 KB 276/713 KB 612/1044 KB 1476/1710 KB 862/1267 KB 416/1063 KB 280/713 KB 612/1044 KB 1488/1710 KB 862/1267 KB 416/1063 KB 284/713 KB 612/1044 KB 1488/1710 KB 862/1267 KB 416/1063 KB 284/713 KB 616/1044 KB 1488/1710 KB 862/1267 KB 416/1063 KB 288/713 KB 620/1044 KB 1488/1710 KB 862/1267 KB 416/1063 KB 288/713 KB 624/1044 KB 1488/1710 KB 866/1267 KB 420/1063 KB 288/713 KB 628/1044 KB 1488/1710 KB 866/1267 KB 420/1063 KB 288/713 KB 632/1044 KB 1492/1710 KB 866/1267 KB 420/1063 KB 288/713 KB 624/1044 KB 1488/1710 KB 862/1267 KB 416/1063 KB 288/713 KB 616/1044 KB 1488/1710 KB 866/1267 KB 420/1063 KB 292/713 KB 632/1044 KB 1492/1710 KB 866/1267 KB 420/1063 KB 288/713 KB 628/1044 KB 1492/1710 KB 866/1267 KB 416/1063 KB 288/713 KB 628/1044 KB 1488/1710 KB 870/1267 KB 424/1063 KB 292/713 KB 632/1044 KB 1492/1710 KB 874/1267 KB 424/1063 KB 292/713 KB 632/1044 KB 1492/1710 KB 878/1267 KB 424/1063 KB 292/713 KB 632/1044 KB 1492/1710 KB 866/1267 KB 424/1063 KB 292/713 KB 632/1044 KB 1492/1710 KB 878/1267 KB 428/1063 KB 292/713 KB 632/1044 KB 1492/1710 KB 878/1267 KB 428/1063 KB 292/713 KB 632/1044 KB 1496/1710 KB 878/1267 KB 432/1063 KB 296/713 KB 632/1044 KB 1500/1710 KB 878/1267 KB 432/1063 KB 296/713 KB 632/1044 KB 1496/1710 KB 878/1267 KB 428/1063 KB 296/713 KB 632/1044 KB 1496/1710 KB 878/1267 KB 432/1063 KB 300/713 KB 636/1044 KB 1504/1710 KB 878/1267 KB 432/1063 KB 296/713 KB 636/1044 KB 1500/1710 KB 878/1267 KB 432/1063 KB 304/713 KB 636/1044 KB 1504/1710 KB 878/1267 KB 432/1063 KB 308/713 KB 640/1044 KB 1504/1710 KB 882/1267 KB 436/1063 KB 312/713 KB 640/1044 KB 1504/1710 KB 882/1267 KB 436/1063 KB 316/713 KB 640/1044 KB 1504/1710 KB 882/1267 KB 436/1063 KB 320/713 KB 640/1044 KB 1504/1710 KB 878/1267 KB 432/1063 KB 296/713 KB 636/1044 KB 1504/1710 KB 878/1267 KB 432/1063 KB 304/713 KB 640/1044 KB 1504/1710 KB 882/1267 KB 436/1063 KB 320/713 KB 640/1044 KB 1508/1710 KB 882/1267 KB 436/1063 KB 320/713 KB 644/1044 KB 1512/1710 KB 882/1267 KB 436/1063 KB 308/713 KB 640/1044 KB 1504/1710 KB 882/1267 KB 432/1063 KB 308/713 KB 640/1044 KB 1504/1710 KB 886/1267 KB 436/1063 KB 320/713 KB 644/1044 KB 1512/1710 KB 890/1267 KB 436/1063 KB 320/713 KB 644/1044 KB 1512/1710 KB 894/1267 KB 436/1063 KB 320/713 KB 644/1044 KB 1512/1710 KB 894/1267 KB 440/1063 KB 320/713 KB 644/1044 KB 1512/1710 KB 882/1267 KB 436/1063 KB 320/713 KB 644/1044 KB 1508/1710 KB 894/1267 KB 440/1063 KB 320/713 KB 648/1044 KB 1512/1710 KB 894/1267 KB 444/1063 KB 320/713 KB 648/1044 KB 1512/1710 KB 894/1267 KB 448/1063 KB 320/713 KB 652/1044 KB 1512/1710 KB 894/1267 KB 444/1063 KB 320/713 KB 652/1044 KB 1512/1710 KB 894/1267 KB 448/1063 KB 320/713 KB 656/1044 KB 1512/1710 KB 894/1267 KB 448/1063 KB 320/713 KB 656/1044 KB 1516/1710 KB 894/1267 KB 448/1063 KB 320/713 KB 656/1044 KB 1520/1710 KB 894/1267 KB 448/1063 KB 320/713 KB 656/1044 KB 1524/1710 KB 898/1267 KB 452/1063 KB 324/713 KB 660/1044 KB 1528/1710 KB 898/1267 KB 452/1063 KB 324/713 KB 660/1044 KB 1532/1710 KB 898/1267 KB 448/1063 KB 320/713 KB 656/1044 KB 1524/1710 K unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install B 902/1267 KB 452/1063 KB 324/713 KB 660/1044 KB 1532/1710 KB 906/1267 KB 452/1063 KB 324/713 KB 660/1044 KB 1532/1710 KB 910/1267 KB 452/1063 KB 324/713 KB 660/1044 KB 1532/1710 KB 898/1267 KB 452/1063 KB 324/713 KB 660/1044 KB 1524/1710 KB 898/1267 KB 448/1063 KB 324/713 KB 660/1044 KB 1524/1710 KB 898/1267 KB 448/1063 KB 324/713 KB 656/1044 KB 1524/1710 KB 910/1267 KB 452/1063 KB 328/713 KB 660/1044 KB 1532/1710 KB 910/1267 KB 456/1063 KB 328/713 KB 660/1044 KB 1532/1710 KB 910/1267 KB 456/1063 KB 332/713 KB 664/1044 KB 1532/1710 KB 910/1267 KB 456/1063 KB 332/713 KB 668/1044 KB 1532/1710 KB 910/1267 KB 460/1063 KB 332/713 KB 672/1044 KB 1532/1710 KB 910/1267 KB 456/1063 KB 332/713 KB 660/1044 KB 1532/1710 KB 910/1267 KB 460/1063 KB 336/713 KB 672/1044 KB 1536/1710 KB 910/1267 KB 460/1063 KB 332/713 KB 672/1044 KB 1536/1710 KB 910/1267 KB 460/1063 KB 332/713 KB 668/1044 KB 1532/1710 KB 910/1267 KB 464/1063 KB 336/713 KB 672/1044 KB 1536/1710 KB 914/1267 KB 464/1063 KB 336/713 KB 672/1044 KB 1536/1710 KB 918/1267 KB 468/1063 KB 340/713 KB 672/1044 KB 1540/1710 KB 922/1267 KB 468/1063 KB 340/713 KB 672/1044 KB 1540/1710 KB 926/1267 KB 468/1063 KB 340/713 KB 672/1044 KB 1540/1710 KB 914/1267 KB 468/1063 KB 336/713 KB 672/1044 KB 1536/1710 KB 926/1267 KB 472/1063 KB 340/713 KB 676/1044 KB 1540/1710 KB 926/1267 KB 476/1063 KB 340/713 KB 676/1044 KB 1540/1710 KB 926/1267 KB 480/1063 KB 340/713 KB 676/1044 KB 1540/1710 KB 914/1267 KB 468/1063 KB 340/713 KB 672/1044 KB 1540/1710 KB 914/1267 KB 468/1063 KB 340/713 KB 672/1044 KB 1536/1710 KB 926/1267 KB 480/1063 KB 344/713 KB 676/1044 KB 1540/1710 KB 926/1267 KB 480/1063 KB 348/713 KB 676/1044 KB 1540/1710 KB 926/1267 KB 480/1063 KB 352/713 KB 676/1044 KB 1544/1710 KB 926/1267 KB 468/1063 KB 340/713 KB 676/1044 KB 1540/1710 KB 926/1267 KB 480/1063 KB 348/713 KB 676/1044 KB 1544/1710 KB 926/1267 KB 480/1063 KB 352/713 KB 680/1044 KB 1544/1710 KB 926/1267 KB 480/1063 KB 352/713 KB 684/1044 KB 1548/1710 KB 926/1267 KB 480/1063 KB 352/713 KB 688/1044 KB 1548/1710 KB 930/1267 KB 480/1063 KB 352/713 KB 692/1044 KB 1548/1710 KB 930/1267 KB 484/1063 KB 356/713 KB 696/1044 KB 1548/1710 KB 926/1267 KB 480/1063 KB 352/713 KB 680/1044 KB 1548/1710 KB 930/1267 KB 484/1063 KB 356/713 KB 696/1044 KB 1552/1710 KB 930/1267 KB 484/1063 KB 356/713 KB 696/1044 KB 1556/1710 KB 930/1267 KB 484/1063 KB 356/713 KB 696/1044 KB 1560/1710 KB 930/1267 KB 484/1063 KB 356/713 KB 696/1044 KB 1564/1710 KB 930/1267 KB 484/1063 KB 356/713 KB 692/1044 KB 1548/1710 KB 930/1267 KB 488/1063 KB 356/713 KB 700/1044 KB 1564/1710 KB 930/1267 KB 480/1063 KB 356/713 KB 692/1044 KB 1548/1710 KB 930/1267 KB 480/1063 KB 352/713 KB 688/1044 KB 1548/1710 KB 934/1267 KB 488/1063 KB 356/713 KB 700/1044 KB 1564/1710 KB 938/1267 KB 488/1063 KB 356/713 KB 700/1044 KB 1564/1710 KB 942/1267 KB 488/1063 KB 356/713 KB 700/1044 KB 1564/1710 KB 942/1267 KB 488/1063 KB 360/713 KB 700/1044 KB 1564/1710 KB 942/1267 KB 488/1063 KB 364/713 KB 700/1044 KB 1564/1710 KB 946/1267 KB 492/1063 KB 364/713 KB 700/1044 KB 1564/1710 KB 930/1267 KB 484/1063 KB 356/713 KB 700/1044 KB 1564/1710 KB 946/1267 KB 492/1063 KB 368/713 KB 704/1044 KB 1568/1710 KB 946/1267 KB 492/1063 KB 368/713 KB 700/1044 KB 1568/1710 KB 946/1267 KB 492/1063 KB 368/713 KB 700/1044 KB 1564/1710 KB 942/1267 KB 492/1063 KB 364/713 KB 700/1044 KB 1564/1710 KB 946/1267 KB 496/1063 KB 368/713 KB 704/1044 KB 1568/1710 KB 946/1267 KB 496/1063 KB 372/713 KB 704 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install /1044 KB 1568/1710 KB 950/1267 KB 500/1063 KB 376/713 KB 708/1044 KB 1572/1710 KB 950/1267 KB 500/1063 KB 380/713 KB 708/1044 KB 1572/1710 KB 950/1267 KB 500/1063 KB 372/713 KB 708/1044 KB 1572/1710 KB 954/1267 KB 500/1063 KB 380/713 KB 708/1044 KB 1572/1710 KB 958/1267 KB 500/1063 KB 380/713 KB 708/1044 KB 1572/1710 KB 946/1267 KB 500/1063 KB 372/713 KB 708/1044 KB 1572/1710 KB 958/1267 KB 504/1063 KB 380/713 KB 708/1044 KB 1572/1710 KB 958/1267 KB 508/1063 KB 380/713 KB 708/1044 KB 1572/1710 KB 958/1267 KB 512/1063 KB 380/713 KB 708/1044 KB 1572/1710 KB 946/1267 KB 496/1063 KB 372/713 KB 708/1044 KB 1572/1710 KB 958/1267 KB 512/1063 KB 384/713 KB 712/1044 KB 1572/1710 KB 958/1267 KB 512/1063 KB 384/713 KB 716/1044 KB 1572/1710 KB 958/1267 KB 512/1063 KB 384/713 KB 720/1044 KB 1572/1710 KB 946/1267 KB 496/1063 KB 372/713 KB 704/1044 KB 1572/1710 KB 958/1267 KB 516/1063 KB 384/713 KB 720/1044 KB 1576/1710 KB 958/1267 KB 516/1063 KB 384/713 KB 720/1044 KB 1580/1710 KB 958/1267 KB 516/1063 KB 384/713 KB 720/1044 KB 1584/1710 KB 962/1267 KB 516/1063 KB 384/713 KB 724/1044 KB 1584/1710 KB 962/1267 KB 516/1063 KB 384/713 KB 728/1044 KB 1588/1710 KB 962/1267 KB 516/1063 KB 384/713 KB 732/1044 KB 1588/1710 KB 958/1267 KB 516/1063 KB 384/713 KB 720/1044 KB 1572/1710 KB 958/1267 KB 512/1063 KB 384/713 KB 708/1044 KB 1572/1710 KB 962/1267 KB 516/1063 KB 388/713 KB 736/1044 KB 1588/1710 KB 962/1267 KB 516/1063 KB 392/713 KB 736/1044 KB 1588/1710 KB 962/1267 KB 520/1063 KB 396/713 KB 736/1044 KB 1588/1710 KB 962/1267 KB 520/1063 KB 400/713 KB 736/1044 KB 1588/1710 KB 962/1267 KB 516/1063 KB 384/713 KB 724/1044 KB 1588/1710 KB 962/1267 KB 516/1063 KB 384/713 KB 720/1044 KB 1584/1710 KB 966/1267 KB 520/1063 KB 400/713 KB 736/1044 KB 1588/1710 KB 970/1267 KB 520/1063 KB 400/713 KB 736/1044 KB 1588/1710 KB 974/1267 KB 520/1063 KB 400/713 KB 736/1044 KB 1588/1710 KB 962/1267 KB 520/1063 KB 392/713 KB 736/1044 KB 1588/1710 KB 974/1267 KB 524/1063 KB 400/713 KB 736/1044 KB 1588/1710 KB 974/1267 KB 528/1063 KB 400/713 KB 736/1044 KB 1588/1710 KB 974/1267 KB 528/1063 KB 400/713 KB 736/1044 KB 1592/1710 KB 974/1267 KB 528/1063 KB 400/713 KB 736/1044 KB 1596/1710 KB 974/1267 KB 528/1063 KB 400/713 KB 736/1044 KB 1600/1710 KB 978/1267 KB 528/1063 KB 400/713 KB 736/1044 KB 1604/1710 KB 978/1267 KB 532/1063 KB 404/713 KB 736/1044 KB 1608/1710 KB 978/1267 KB 532/1063 KB 404/713 KB 736/1044 KB 1612/1710 KB 962/1267 KB 528/1063 KB 400/713 KB 736/1044 KB 1596/1710 KB 978/1267 KB 532/1063 KB 404/713 KB 740/1044 KB 1612/1710 KB 978/1267 KB 532/1063 KB 404/713 KB 744/1044 KB 1612/1710 KB 978/1267 KB 532/1063 KB 404/713 KB 748/1044 KB 1612/1710 KB 978/1267 KB 532/1063 KB 404/713 KB 752/1044 KB 1612/1710 KB 978/1267 KB 532/1063 KB 404/713 KB 736/1044 KB 1604/1710 KB 978/1267 KB 528/1063 KB 404/713 KB 736/1044 KB 1604/1710 KB 978/1267 KB 528/1063 KB 400/713 KB 736/1044 KB 1600/1710 KB 982/1267 KB 532/1063 KB 404/713 KB 752/1044 KB 1612/1710 KB 986/1267 KB 532/1063 KB 404/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 532/1063 KB 404/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 536/1063 KB 404/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 540/1063 KB 408/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 544/1063 KB 408/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 536/1063 KB 408/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 544/1063 KB 412/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 544/1063 KB 416/713 KB 752/1044 KB 1612/1710 KB 990/1267 KB 548/1063 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install KB 416/713 KB 752/1044 KB 1612/1710 KB 994/1267 KB 552/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 994/1267 KB 556/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 994/1267 KB 560/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 994/1267 KB 548/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 990/1267 KB 548/1063 KB 420/713 KB 752/1044 KB 1616/1710 KB 994/1267 KB 548/1063 KB 416/713 KB 752/1044 KB 1616/1710 KB 998/1267 KB 560/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 1002/1267 KB 560/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 1006/1267 KB 560/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 1010/1267 KB 560/1063 KB 420/713 KB 756/1044 KB 1616/1710 KB 1014/1267 KB 564/1063 KB 420/713 KB 760/1044 KB 1620/1710 KB 1018/1267 KB 564/1063 KB 420/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 564/1063 KB 420/713 KB 760/1044 KB 1620/1710 KB 994/1267 KB 548/1063 KB 420/713 KB 752/1044 KB 1616/1710 KB 1022/1267 KB 564/1063 KB 424/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 564/1063 KB 428/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 564/1063 KB 432/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 564/1063 KB 436/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 564/1063 KB 440/713 KB 760/1044 KB 1620/1710 KB 1010/1267 KB 564/1063 KB 420/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 568/1063 KB 444/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 572/1063 KB 444/713 KB 760/1044 KB 1620/1710 KB 1010/1267 KB 560/1063 KB 420/713 KB 760/1044 KB 1620/1710 KB 1010/1267 KB 560/1063 KB 420/713 KB 760/1044 KB 1620/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 764/1044 KB 1620/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 764/1044 KB 1624/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 768/1044 KB 1624/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 768/1044 KB 1628/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 768/1044 KB 1632/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 772/1044 KB 1632/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 776/1044 KB 1636/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 780/1044 KB 1636/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 784/1044 KB 1636/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 772/1044 KB 1636/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 784/1044 KB 1640/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 784/1044 KB 1644/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 784/1044 KB 1648/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 784/1044 KB 1652/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 788/1044 KB 1656/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 788/1044 KB 1660/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 788/1044 KB 1664/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 784/1044 KB 1636/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 780/1044 KB 1636/1710 KB 1022/1267 KB 576/1063 KB 444/713 KB 760/1044 KB 1620/1710 KB 1026/1267 KB 576/1063 KB 448/713 KB 788/1044 KB 1664/1710 KB 1026/1267 KB 580/1063 KB 448/713 KB 788/1044 KB 1664/1710 KB 1030/1267 KB 584/1063 KB 452/713 KB 788/1044 KB 1664/1710 KB 1030/1267 KB 588/1063 KB 452/713 KB 788/1044 KB 1664/1710 KB 1030/1267 KB 592/1063 KB 452/713 KB 788/1044 KB 1664/1710 KB 1026/1267 KB 576/1063 KB 444/713 KB 788/1044 KB 1652/1710 KB 1030/1267 KB 580/1063 KB 452/713 KB 788/1044 KB 1664/1710 KB 1030/1267 KB 580/1063 KB 448/713 KB 788/1044 KB 1664/1710 KB 1034/1267 KB 592/1063 KB 452/713 KB 788/1044 KB 1664/1710 KB 1038/1267 KB 592/1063 KB 452/713 KB 788/1044 KB 1664/1710 KB 1038/1267 KB 592/1063 KB 452/713 KB 792/1044 KB 1664/1710 KB 1038/1267 KB 592/1063 KB 456/713 KB 792/1044 KB 1664/1710 KB 1038/1267 KB 592/1063 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install KB 460/713 KB 792/1044 KB 1664/1710 KB 1042/1267 KB 592/1063 KB 464/713 KB 796/1044 KB 1664/1710 KB 1042/1267 KB 596/1063 KB 468/713 KB 796/1044 KB 1664/1710 KB 1042/1267 KB 596/1063 KB 472/713 KB 796/1044 KB 1668/1710 KB 1042/1267 KB 596/1063 KB 476/713 KB 796/1044 KB 1668/1710 KB 1042/1267 KB 596/1063 KB 480/713 KB 796/1044 KB 1668/1710 KB 1042/1267 KB 592/1063 KB 460/713 KB 796/1044 KB 1664/1710 KB 1038/1267 KB 592/1063 KB 460/713 KB 796/1044 KB 1664/1710 KB 1042/1267 KB 596/1063 KB 480/713 KB 800/1044 KB 1668/1710 KB 1046/1267 KB 596/1063 KB 480/713 KB 800/1044 KB 1668/1710 KB 1050/1267 KB 596/1063 KB 480/713 KB 800/1044 KB 1668/1710 KB 1054/1267 KB 596/1063 KB 480/713 KB 800/1044 KB 1668/1710 KB 1042/1267 KB 596/1063 KB 464/713 KB 796/1044 KB 1668/1710 KB 1054/1267 KB 600/1063 KB 480/713 KB 800/1044 KB 1668/1710 KB 1054/1267 KB 604/1063 KB 480/713 KB 804/1044 KB 1668/1710 KB 1054/1267 KB 608/1063 KB 480/713 KB 804/1044 KB 1668/1710 KB 1042/1267 KB 596/1063 KB 468/713 KB 796/1044 KB 1668/1710 KB 1054/1267 KB 608/1063 KB 480/713 KB 804/1044 KB 1672/1710 KB 1054/1267 KB 608/1063 KB 480/713 KB 804/1044 KB 1676/1710 KB 1054/1267 KB 608/1063 KB 480/713 KB 804/1044 KB 1680/1710 KB 1054/1267 KB 608/1063 KB 480/713 KB 804/1044 KB 1684/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 804/1044 KB 1688/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 804/1044 KB 1692/1710 KB 1054/1267 KB 600/1063 KB 480/713 KB 804/1044 KB 1668/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 808/1044 KB 1692/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 812/1044 KB 1692/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 816/1044 KB 1692/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 820/1044 KB 1692/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 824/1044 KB 1692/1710 KB 1058/1267 KB 612/1063 KB 484/713 KB 804/1044 KB 1684/1710 KB 1058/1267 KB 612/1063 KB 480/713 KB 804/1044 KB 1684/1710 KB 1058/1267 KB 608/1063 KB 480/713 KB 804/1044 KB 1684/1710 KB 1062/1267 KB 612/1063 KB 484/713 KB 824/1044 KB 1692/1710 KB 1066/1267 KB 612/1063 KB 484/713 KB 824/1044 KB 1692/1710 KB 1066/1267 KB 616/1063 KB 484/713 KB 824/1044 KB 1692/1710 KB 1070/1267 KB 616/1063 KB 484/713 KB 824/1044 KB 1692/1710 KB 1070/1267 KB 620/1063 KB 484/713 KB 824/1044 KB 1692/1710 KB 1070/1267 KB 624/1063 KB 488/713 KB 824/1044 KB 1692/1710 KB 1070/1267 KB 620/1063 KB 488/713 KB 824/1044 KB 1692/1710 KB 1070/1267 KB 624/1063 KB 492/713 KB 824/1044 KB 1692/1710 KB 1070/1267 KB 624/1063 KB 496/713 KB 824/1044 KB 1692/1710 KB 1070/1267 KB 624/1063 KB 496/713 KB 824/1044 KB 1696/1710 KB 1070/1267 KB 624/1063 KB 496/713 KB 828/1044 KB 1696/1710 KB 1070/1267 KB 624/1063 KB 496/713 KB 832/1044 KB 1696/1710 KB 1070/1267 KB 624/1063 KB 500/713 KB 836/1044 KB 1696/1710 KB 1074/1267 KB 628/1063 KB 500/713 KB 840/1044 KB 1700/1710 KB 1074/1267 KB 628/1063 KB 500/713 KB 844/1044 KB 1700/1710 KB 1070/1267 KB 624/1063 KB 500/713 KB 832/1044 KB 1696/1710 KB 1074/1267 KB 628/1063 KB 500/713 KB 836/1044 KB 1700/1710 KB 1074/1267 KB 628/1063 KB 500/713 KB 848/1044 KB 1704/1710 KB 1074/1267 KB 628/1063 KB 504/713 KB 848/1044 KB 1708/1710 KB 1074/1267 KB 628/1063 KB 500/713 KB 836/1044 KB 1696/1710 KB 1074/1267 KB 624/1063 KB 500/713 KB 836/1044 KB 1696/1710 KB 1078/1267 KB 628/1063 KB 504/713 KB 848/1044 KB 1708/1710 KB 1082/1267 KB 628/1063 KB 504/713 KB 848/1044 KB 1708/1710 KB 1086/1267 KB 628/1063 KB 504/713 KB 848/1044 KB 1708/1710 KB 1086/1267 KB 632/1063 KB 504/713 KB 848/1044 KB 1708/1710 KB 1086/1267 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 636/1063 KB 504/713 KB 848/1044 KB 1708/1710 KB 1074/1267 KB 628/1063 KB 504/713 KB 848/1044 KB 1704/1710 KB 1086/1267 KB 636/1063 KB 508/713 KB 848/1044 KB 1708/1710 KB 1086/1267 KB 640/1063 KB 512/713 KB 848/1044 KB 1708/1710 KB 1086/1267 KB 640/1063 KB 508/713 KB 848/1044 KB 1708/1710 KB 1086/1267 KB 640/1063 KB 512/713 KB 848/1044 KB 1710/1710 KB 1074/1267 KB 628/1063 KB 512/713 KB 848/1044 KB 1710/1710 KB 1086/1267 KB 644/1063 KB 512/713 KB 848/1044 KB 1710/1710 KB 1090/1267 KB 648/1063 KB 512/713 KB 852/1044 KB 1710/1710 KB 1090/1267 KB 652/1063 KB 512/713 KB 852/1044 KB 1710/1710 KB 1090/1267 KB 644/1063 KB 512/713 KB 852/1044 KB 1710/1710 KB 1090/1267 KB 644/1063 KB 512/713 KB 848/1044 KB 1710/1710 KB 1094/1267 KB 652/1063 KB 516/713 KB 852/1044 KB 1710/1710 KB 1098/1267 KB 652/1063 KB 516/713 KB 852/1044 KB 1710/1710 KB 1102/1267 KB 652/1063 KB 516/713 KB 852/1044 KB 1710/1710 KB 1102/1267 KB 656/1063 KB 516/713 KB 852/1044 KB 1710/1710 KB 1090/1267 KB 652/1063 KB 516/713 KB 852/1044 KB 1710/1710 KB 1102/1267 KB 656/1063 KB 520/713 KB 856/1044 KB 1710/1710 KB 1102/1267 KB 656/1063 KB 524/713 KB 856/1044 KB 1710/1710 KB 1102/1267 KB 656/1063 KB 528/713 KB 856/1044 KB 1710/1710 KB 1102/1267 KB 656/1063 KB 516/713 KB 856/1044 KB 1710/1710 KB 1106/1267 KB 656/1063 KB 528/713 KB 860/1044 KB 1710/1710 KB 1106/1267 KB 656/1063 KB 528/713 KB 864/1044 KB 1710/1710 KB 1106/1267 KB 660/1063 KB 528/713 KB 864/1044 KB 1710/1710 KB 1106/1267 KB 664/1063 KB 532/713 KB 868/1044 KB 1710/1710 KB 1106/1267 KB 668/1063 KB 532/713 KB 868/1044 KB 1710/1710 KB 1106/1267 KB 672/1063 KB 532/713 KB 868/1044 KB 1710/1710 KB 1106/1267 KB 656/1063 KB 528/713 KB 856/1044 KB 1710/1710 KB 1110/1267 KB 672/1063 KB 532/713 KB 868/1044 KB 1710/1710 KB 1114/1267 KB 672/1063 KB 532/713 KB 868/1044 KB 1710/1710 KB 1118/1267 KB 672/1063 KB 532/713 KB 868/1044 KB 1710/1710 KB 1106/1267 KB 660/1063 KB 532/713 KB 868/1044 KB 1710/1710 KB 1118/1267 KB 672/1063 KB 536/713 KB 868/1044 KB 1710/1710 KB 1118/1267 KB 672/1063 KB 540/713 KB 868/1044 KB 1710/1710 KB 1118/1267 KB 672/1063 KB 544/713 KB 868/1044 KB 1710/1710 KB 1106/1267 KB 660/1063 KB 528/713 KB 868/1044 KB 1710/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 2999.8 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 1122/1267 KB 676/1063 KB 548/713 KB 872/1044 KB 1122/1267 KB 680/1063 KB 548/713 KB 872/1044 KB 1122/1267 KB 684/1063 KB 548/713 KB 872/1044 KB 1118/1267 KB 672/1063 KB 544/713 KB 872/1044 KB 1122/1267 KB 684/1063 KB 548/713 KB 876/1044 KB 1122/1267 KB 684/1063 KB 548/713 KB 880/1044 KB 1122/1267 KB 684/1063 KB 548/713 KB 884/1044 KB 1122/1267 KB 672/1063 KB 548/713 KB 872/1044 KB 1122/1267 KB 672/1063 KB 544/713 KB 872/1044 KB 1126/1267 KB 688/1063 KB 548/713 KB 884/1044 KB 1130/1267 KB 688/1063 KB 548/713 KB 884/1044 KB 1134/1267 KB 688/1063 KB 548/713 KB 884/1044 KB 1134/1267 KB 688/1063 KB 552/713 KB 884/1044 KB 1134/1267 KB 688/1063 KB 556/713 KB 884/1044 KB 1134/1267 KB 688/1063 KB 560/713 KB 884/1044 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 1122/1267 KB 688/1063 KB 548/713 KB 884/1044 KB 1134/1267 KB 688/1063 KB 560/713 KB 888/1044 KB 1134/1267 KB 688/1063 KB 560/713 KB 892/1044 KB 1138/1267 KB 688/1063 KB 560/713 KB 896/1044 KB 1138/1267 KB 692/1063 KB 560/713 KB 900/1044 KB 1138/1267 KB 692/1063 KB 564/713 KB 904/1044 KB 1138/1267 KB 692/1063 KB 564/713 KB 908/1044 KB 1138/1267 KB 692/1063 KB 564/713 KB 912/1044 KB 1138/1267 KB 688/1063 KB 560/713 KB 892/1044 KB 1142/1267 KB 692/1063 KB 564/713 KB 912/1044 KB 1146/1267 KB 692/1063 KB 564/713 KB 912/1044 KB 1150/1267 KB 692/1063 KB 564/713 KB 912/1044 KB 1138/1267 KB 692/1063 KB 564/713 KB 900/1044 KB 1138/1267 KB 692/1063 KB 560/713 KB 896/1044 KB 1150/1267 KB 696/1063 KB 564/713 KB 912/1044 KB 1150/1267 KB 696/1063 KB 568/713 KB 912/1044 KB 1150/1267 KB 700/1063 KB 572/713 KB 912/1044 KB 1150/1267 KB 700/1063 KB 576/713 KB 912/1044 KB 1150/1267 KB 700/1063 KB 568/713 KB 912/1044 KB 1150/1267 KB 704/1063 KB 576/713 KB 912/1044 KB 1150/1267 KB 708/1063 KB 576/713 KB 912/1044 KB 1154/1267 KB 712/1063 KB 580/713 KB 916/1044 KB 1154/1267 KB 716/1063 KB 580/713 KB 916/1044 KB 1154/1267 KB 720/1063 KB 580/713 KB 916/1044 KB 1154/1267 KB 708/1063 KB 580/713 KB 916/1044 KB 1154/1267 KB 720/1063 KB 580/713 KB 920/1044 KB 1154/1267 KB 720/1063 KB 580/713 KB 924/1044 KB 1154/1267 KB 720/1063 KB 580/713 KB 928/1044 KB 4/257 KB 1154/1267 KB 720/1063 KB 580/713 KB 932/1044 KB 4/257 KB 1154/1267 KB 708/1063 KB 580/713 KB 912/1044 KB 1158/1267 KB 724/1063 KB 580/713 KB 932/1044 KB 4/257 KB 1162/1267 KB 724/1063 KB 580/713 KB 932/1044 KB 4/257 KB 1150/1267 KB 708/1063 KB 580/713 KB 912/1044 KB 1166/1267 KB 724/1063 KB 580/713 KB 932/1044 KB 4/257 KB 1170/1267 KB 724/1063 KB 584/713 KB 932/1044 KB 4/257 KB 1174/1267 KB 724/1063 KB 584/713 KB 932/1044 KB 4/257 KB 1154/1267 KB 724/1063 KB 580/713 KB 932/1044 KB 4/257 KB 1154/1267 KB 720/1063 KB 580/713 KB 924/1044 KB 4/257 KB 1166/1267 KB 724/1063 KB 584/713 KB 932/1044 KB 4/257 KB 1174/1267 KB 724/1063 KB 588/713 KB 932/1044 KB 8/257 KB 1174/1267 KB 724/1063 KB 592/713 KB 932/1044 KB 8/257 KB 1174/1267 KB 724/1063 KB 584/713 KB 932/1044 KB 8/257 KB 1174/1267 KB 724/1063 KB 592/713 KB 932/1044 KB 12/257 KB 1174/1267 KB 724/1063 KB 592/713 KB 932/1044 KB 16/257 KB 1174/1267 KB 724/1063 KB 592/713 KB 932/1044 KB 20/257 KB 1178/1267 KB 728/1063 KB 596/713 KB 932/1044 KB 24/257 KB 1178/1267 KB 728/1063 KB 596/713 KB 932/1044 KB 28/257 KB 1178/1267 KB 728/1063 KB 596/713 KB 932/1044 KB 20/257 KB 1178/1267 KB 724/1063 KB 596/713 KB 932/1044 KB 20/257 KB 1174/1267 KB 724/1063 KB 596/713 KB 932/1044 KB 20/257 KB 1182/1267 KB 728/1063 KB 596/713 KB 932/1044 KB 28/257 KB 1182/1267 KB 728/1063 KB 600/713 KB 932/1044 KB 28/257 KB 1182/1267 KB 732/1063 KB 604/713 KB 932/1044 KB 28/257 KB 1182/1267 KB 732/1063 KB 600/713 KB 932/1044 KB 28/257 KB 1182/1267 KB 736/1063 KB 608/713 KB 932/1044 KB 28/257 KB 1182/1267 KB 732/1063 KB 608/713 KB 932/1044 KB 28/257 KB 1182/1267 KB 736/1063 KB 608/713 KB 936/1044 KB 28/257 KB 1182/1267 KB 736/1063 KB 608/713 KB 940/1044 KB 32/257 KB 1182/1267 KB 740/1063 KB 608/713 KB 944/1044 KB 32/257 KB 1182/1267 KB 740/1063 KB 608/713 KB 948/1044 KB 32/257 KB 1186/1267 KB 740/1063 KB 612/713 KB 952/1044 KB 32/257 KB 1186/1267 KB 740/1063 KB 612/713 KB 956/1044 KB 32/257 KB 1186/1267 KB 740/1063 KB 612/713 KB 960/1044 KB 32/257 KB 1182/1267 KB 736/1063 KB 608/713 KB 936/1044 KB 32/257 KB 1186/1267 KB 740/1063 KB 612/713 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 960/1044 KB 36/257 KB 1186/1267 KB 740/1063 KB 612/713 KB 960/1044 KB 40/257 KB 1186/1267 KB 740/1063 KB 612/713 KB 948/1044 KB 32/257 KB 1186/1267 KB 740/1063 KB 608/713 KB 948/1044 KB 32/257 KB 1190/1267 KB 740/1063 KB 612/713 KB 960/1044 KB 44/257 KB 1194/1267 KB 740/1063 KB 612/713 KB 960/1044 KB 44/257 KB 1182/1267 KB 740/1063 KB 608/713 KB 940/1044 KB 32/257 KB 1194/1267 KB 744/1063 KB 612/713 KB 960/1044 KB 44/257 KB 1194/1267 KB 744/1063 KB 616/713 KB 960/1044 KB 44/257 KB 1198/1267 KB 748/1063 KB 620/713 KB 960/1044 KB 44/257 KB 1198/1267 KB 748/1063 KB 616/713 KB 960/1044 KB 44/257 KB 1194/1267 KB 748/1063 KB 616/713 KB 960/1044 KB 44/257 KB 1198/1267 KB 752/1063 KB 620/713 KB 960/1044 KB 44/257 KB 1198/1267 KB 752/1063 KB 624/713 KB 960/1044 KB 44/257 KB 1202/1267 KB 752/1063 KB 624/713 KB 960/1044 KB 44/257 KB 1206/1267 KB 756/1063 KB 628/713 KB 964/1044 KB 44/257 KB 1210/1267 KB 756/1063 KB 628/713 KB 964/1044 KB 44/257 KB 1186/1267 KB 752/1063 KB 624/713 KB 960/1044 KB 44/257 KB 1210/1267 KB 756/1063 KB 628/713 KB 964/1044 KB 48/257 KB 1210/1267 KB 756/1063 KB 628/713 KB 964/1044 KB 52/257 KB 1214/1267 KB 756/1063 KB 628/713 KB 964/1044 KB 56/257 KB 1202/1267 KB 756/1063 KB 628/713 KB 964/1044 KB 44/257 KB 1202/1267 KB 756/1063 KB 628/713 KB 960/1044 KB 44/257 KB 1202/1267 KB 752/1063 KB 628/713 KB 960/1044 KB 44/257 KB 1214/1267 KB 760/1063 KB 628/713 KB 964/1044 KB 56/257 KB 1214/1267 KB 760/1063 KB 632/713 KB 964/1044 KB 56/257 KB 1214/1267 KB 764/1063 KB 636/713 KB 964/1044 KB 56/257 KB 1214/1267 KB 764/1063 KB 640/713 KB 964/1044 KB 56/257 KB 1214/1267 KB 756/1063 KB 628/713 KB 964/1044 KB 52/257 KB 1214/1267 KB 764/1063 KB 640/713 KB 968/1044 KB 56/257 KB 1214/1267 KB 764/1063 KB 632/713 KB 964/1044 KB 56/257 KB 1214/1267 KB 768/1063 KB 640/713 KB 968/1044 KB 56/257 KB 1214/1267 KB 768/1063 KB 640/713 KB 972/1044 KB 56/257 KB 1214/1267 KB 768/1063 KB 640/713 KB 976/1044 KB 60/257 KB 1218/1267 KB 772/1063 KB 640/713 KB 980/1044 KB 60/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 984/1044 KB 60/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 988/1044 KB 60/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 60/257 KB 1214/1267 KB 768/1063 KB 640/713 KB 972/1044 KB 60/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 64/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 68/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 72/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 76/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 80/257 KB 1218/1267 KB 772/1063 KB 644/713 KB 980/1044 KB 60/257 KB 1218/1267 KB 772/1063 KB 640/713 KB 976/1044 KB 60/257 KB 1222/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 80/257 KB 1226/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 80/257 KB 1230/1267 KB 772/1063 KB 644/713 KB 992/1044 KB 80/257 KB 1214/1267 KB 772/1063 KB 640/713 KB 976/1044 KB 60/257 KB 1230/1267 KB 776/1063 KB 644/713 KB 992/1044 KB 80/257 KB 1230/1267 KB 776/1063 KB 648/713 KB 992/1044 KB 80/257 KB 1230/1267 KB 780/1063 KB 652/713 KB 992/1044 KB 80/257 KB 1230/1267 KB 780/1063 KB 656/713 KB 992/1044 KB 80/257 KB 1230/1267 KB 780/1063 KB 648/713 KB 992/1044 KB 80/257 KB 1230/1267 KB 784/1063 KB 656/713 KB 992/1044 KB 80/257 KB 1230/1267 KB 788/1063 KB 656/713 KB 992/1044 KB 80/257 KB 1234/1267 KB 792/1063 KB 660/713 KB 996/1044 KB 84/257 KB 1234/1267 KB 796/1063 KB 660/713 KB 996/1044 KB 84/257 KB 1234/1267 KB 800/1063 KB 660/713 KB 996/1044 KB 84/257 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 1230/1267 KB 788/1063 KB 656/713 KB 996/1044 KB 80/257 KB 1234/1267 KB 800/1063 KB 660/713 KB 1000/1044 KB 84/257 KB 1234/1267 KB 800/1063 KB 660/713 KB 1004/1044 KB 84/257 KB 1234/1267 KB 800/1063 KB 660/713 KB 1008/1044 KB 84/257 KB 1234/1267 KB 788/1063 KB 660/713 KB 996/1044 KB 84/257 KB 1234/1267 KB 800/1063 KB 660/713 KB 1008/1044 KB 88/257 KB 1234/1267 KB 800/1063 KB 660/713 KB 1008/1044 KB 92/257 KB 1234/1267 KB 800/1063 KB 660/713 KB 1008/1044 KB 96/257 KB 1234/1267 KB 788/1063 KB 660/713 KB 996/1044 KB 80/257 KB 1238/1267 KB 800/1063 KB 660/713 KB 1008/1044 KB 96/257 KB 1230/1267 KB 788/1063 KB 660/713 KB 996/1044 KB 80/257 KB 1242/1267 KB 800/1063 KB 660/713 KB 1008/1044 KB 96/257 KB 1246/1267 KB 800/1063 KB 664/713 KB 1008/1044 KB 96/257 KB 1242/1267 KB 800/1063 KB 664/713 KB 1008/1044 KB 96/257 KB 1246/1267 KB 800/1063 KB 668/713 KB 1008/1044 KB 96/257 KB 1246/1267 KB 800/1063 KB 672/713 KB 1008/1044 KB 96/257 KB 1250/1267 KB 800/1063 KB 672/713 KB 1008/1044 KB 96/257 KB 1254/1267 KB 804/1063 KB 676/713 KB 1012/1044 KB 100/257 KB 1250/1267 KB 804/1063 KB 676/713 KB 1012/1044 KB 100/257 KB 1254/1267 KB 808/1063 KB 676/713 KB 1012/1044 KB 100/257 KB 1258/1267 KB 808/1063 KB 676/713 KB 1012/1044 KB 100/257 KB 1250/1267 KB 800/1063 KB 676/713 KB 1012/1044 KB 100/257 KB 1250/1267 KB 800/1063 KB 672/713 KB 1012/1044 KB 100/257 KB 1250/1267 KB 800/1063 KB 672/713 KB 1012/1044 KB 96/257 KB 1258/1267 KB 812/1063 KB 680/713 KB 1016/1044 KB 100/257 KB 1258/1267 KB 812/1063 KB 684/713 KB 1016/1044 KB 100/257 KB 1258/1267 KB 812/1063 KB 676/713 KB 1012/1044 KB 100/257 KB 1262/1267 KB 816/1063 KB 684/713 KB 1016/1044 KB 104/257 KB 1258/1267 KB 812/1063 KB 684/713 KB 1016/1044 KB 104/257 KB 1262/1267 KB 812/1063 KB 684/713 KB 1016/1044 KB 104/257 KB 1262/1267 KB 812/1063 KB 684/713 KB 1016/1044 KB 100/257 KB 1262/1267 KB 816/1063 KB 688/713 KB 1016/1044 KB 104/257 KB 1262/1267 KB 816/1063 KB 688/713 KB 1020/1044 KB 108/257 KB 1262/1267 KB 816/1063 KB 688/713 KB 1016/1044 KB 108/257 KB 1266/1267 KB 816/1063 KB 688/713 KB 1020/1044 KB 108/257 KB 1267/1267 KB 816/1063 KB 688/713 KB 1024/1044 KB 112/257 KB 1266/1267 KB 816/1063 KB 688/713 KB 1024/1044 KB 112/257 KB 1266/1267 KB 816/1063 KB 688/713 KB 1020/1044 KB 112/257 KB 1267/1267 KB 820/1063 KB 692/713 KB 1024/1044 KB 116/257 KB 1267/1267 KB 820/1063 KB 692/713 KB 1028/1044 KB 120/257 KB 1267/1267 KB 820/1063 KB 692/713 KB 1024/1044 KB 112/257 KB 1267/1267 KB 820/1063 KB 688/713 KB 1024/1044 KB 112/257 KB 1267/1267 KB 824/1063 KB 692/713 KB 1028/1044 KB 120/257 KB 1267/1267 KB 824/1063 KB 696/713 KB 1028/1044 KB 120/257 KB 1267/1267 KB 824/1063 KB 700/713 KB 1028/1044 KB 120/257 KB 1267/1267 KB 828/1063 KB 704/713 KB 1028/1044 KB 120/257 KB 1267/1267 KB 820/1063 KB 692/713 KB 1028/1044 KB 116/257 KB 1267/1267 KB 828/1063 KB 700/713 KB 1028/1044 KB 120/257 KB 1267/1267 KB 832/1063 KB 704/713 KB 1028/1044 KB 120/257 KB 1267/1267 KB 832/1063 KB 704/713 KB 1028/1044 KB 124/257 KB 1267/1267 KB 832/1063 KB 704/713 KB 1028/1044 KB 128/257 KB 1267/1267 KB 836/1063 KB 704/713 KB 1032/1044 KB 132/257 KB 1267/1267 KB 836/1063 KB 704/713 KB 1032/1044 KB 128/257 KB 1267/1267 KB 840/1063 KB 708/713 KB 1032/1044 KB 132/257 KB 1267/1267 KB 832/1063 KB 704/713 KB 1032/1044 KB 128/257 KB 1267/1267 KB 840/1063 KB 708/713 KB 1036/1044 KB 132/257 KB 1267/1267 KB 840/1063 KB 708/713 KB 1040/1044 KB 132/257 KB 1267/1267 KB 836/1063 KB 708/713 KB 1032/1044 KB 132/257 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 1267/1267 KB 840/1063 KB 712/713 KB 1040/1044 KB 132/257 KB 1267/1267 KB 840/1063 KB 713/713 KB 1044/1044 KB 132/257 KB 1267/1267 KB 840/1063 KB 712/713 KB 1044/1044 KB 132/257 KB 1267/1267 KB 840/1063 KB 713/713 KB 1044/1044 KB 132/257 KB 1267/1267 KB 844/1063 KB 713/713 KB 1044/1044 KB 132/257 KB 1267/1267 KB 844/1063 KB 713/713 KB 1044/1044 KB 136/257 KB 1267/1267 KB 848/1063 KB 713/713 KB 1044/1044 KB 136/257 KB 1267/1267 KB 848/1063 KB 713/713 KB 1044/1044 KB 140/257 KB 1267/1267 KB 848/1063 KB 713/713 KB 1044/1044 KB 144/257 KB 1267/1267 KB 848/1063 KB 713/713 KB 1044/1044 KB 148/257 KB 852/1063 KB 713/713 KB 1044/1044 KB 152/257 KB 852/1063 KB 713/713 KB 1044/1044 KB 156/257 KB 852/1063 KB 713/713 KB 1044/1044 KB 160/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 2052.6 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 1267/1267 KB 852/1063 KB 713/713 KB 1044/1044 KB 148/257 KB 856/1063 KB 713/713 KB 1044/1044 KB 160/257 KB 860/1063 KB 713/713 KB 1044/1044 KB 160/257 KB 864/1063 KB 713/713 KB 1044/1044 KB 160/257 KB 868/1063 KB 713/713 KB 1044/1044 KB 160/257 KB 872/1063 KB 713/713 KB 1044/1044 KB 164/257 KB 876/1063 KB 713/713 KB 1044/1044 KB 164/257 KB 880/1063 KB 713/713 KB 1044/1044 KB 164/257 KB 868/1063 KB 713/713 KB 1044/1044 KB 164/257 KB 880/1063 KB 713/713 KB 1044/1044 KB 168/257 KB 880/1063 KB 713/713 KB 1044/1044 KB 172/257 KB 880/1063 KB 713/713 KB 1044/1044 KB 176/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1148.1 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1678.3 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 880/1063 KB 180/257 KB 884/1063 KB 184/257 KB 884/1063 KB 188/257 KB 884/1063 KB 192/257 KB 884/1063 KB 180/257 KB 888/1063 KB 192/257 KB 892/1063 KB 192/257 KB 896/1063 KB 192/257 KB 896/1063 KB 196/257 KB 900/1063 KB 200/257 KB 900/1063 KB 204/257 KB 900/1063 KB 208/257 KB 900/1063 KB 196/257 KB 904/1063 KB 208/257 KB 908/1063 KB 208/257 KB 912/1063 KB 208/257 KB 916/1063 KB 208/257 KB 920/1063 KB 212/257 KB 924/1063 KB 212/257 KB 928/1063 KB 212/257 KB 3/5 KB 916/1063 KB 212/257 KB 924/1063 KB 212/257 KB 3/5 KB 928/1063 KB 212/257 KB 5/5 KB 928/1063 KB 4/358 KB 212/257 KB 5/5 KB 928/1063 KB 8/358 KB 212/257 KB 5/5 KB 928/1063 KB 12/358 KB 212/257 KB 5/5 KB 928/1063 KB 16/358 KB 212/257 KB 5/5 KB 928/1063 KB 16/358 KB 216/257 KB 5/5 KB 928/1063 KB 16/358 KB 220/257 KB 5/5 KB 928/1063 KB 16/358 KB 224/257 KB 5/5 KB 928/1063 KB 20/358 KB 224/257 KB 5/5 KB 928/1063 KB 24/358 KB 224/257 KB 5/5 KB 928/1063 KB 28/358 KB 224/257 KB 5/5 KB 928/1063 KB 32/358 KB 224/257 KB 5/5 KB 928/1063 KB 36/358 KB 224/257 KB 5/5 KB 928/1063 KB 40/358 KB 224/257 KB 5/5 KB 928/1063 KB 44/358 KB 224/257 KB 5/5 KB 928/1063 KB 48/358 KB 224/257 KB 5/5 KB 932/1063 KB 48/358 KB 224/257 KB 5/5 KB 932/1063 KB 48/358 KB 228/257 KB 5/5 KB 936/1063 KB 48/358 KB 232/257 KB 5/5 KB 936/1063 KB 48/358 KB 228/257 KB 5/5 KB 940/1063 KB 48/358 KB 232/257 KB 5/5 KB 944/1063 KB 52/358 KB 4/549 KB 236/257 KB 940/1063 KB 52/358 KB 4/549 KB 236/257 KB 944/1063 KB 52/358 KB 4/549 KB 240/257 KB 940/1063 KB 52/358 KB 4/549 KB 232/257 KB 940/1063 KB 48/358 KB 4/549 KB 232/257 KB 5/5 KB 944/1063 KB 52/358 KB 8/549 KB 240/257 KB 944/1063 KB 52/358 KB 12/549 KB 240/257 KB 944/1063 KB 52/358 KB 16/549 KB 240/257 KB 944/1063 KB 52/358 KB 20/549 KB 240/257 KB 944/1063 KB 52/358 KB 24/549 KB 240/257 KB 944/1063 KB 52/358 KB 28/549 KB 240/257 KB 944/1063 KB 52/358 KB 32/549 KB 240/257 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 6.8 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 944/1063 KB 52/358 KB 36/549 KB 240/257 KB 944/1063 KB 52/358 KB 40/549 KB 240/257 KB 944/1063 KB 52/358 KB 44/549 KB 240/257 KB 944/1063 KB 52/358 KB 48/549 KB 240/257 KB 944/1063 KB 56/358 KB 48/549 KB 240/257 KB 944/1063 KB 60/358 KB 48/549 KB 240/257 KB 944/1063 KB 64/358 KB 48/549 KB 240/257 KB 944/1063 KB 64/358 KB 48/549 KB 244/257 KB 948/1063 KB 68/358 KB 52/549 KB 248/257 KB 948/1063 KB 68/358 KB 52/549 KB 252/257 KB 948/1063 KB 68/358 KB 52/549 KB 256/257 KB 948/1063 KB 68/358 KB 52/549 KB 244/257 KB 944/1063 KB 68/358 KB 52/549 KB 244/257 KB 944/1063 KB 64/358 KB 52/549 KB 244/257 KB 948/1063 KB 68/358 KB 56/549 KB 256/257 KB 948/1063 KB 68/358 KB 60/549 KB 256/257 KB 948/1063 KB 68/358 KB 64/549 KB 256/257 KB 948/1063 KB 68/358 KB 68/549 KB 256/257 KB 948/1063 KB 68/358 KB 72/549 KB 256/257 KB 948/1063 KB 68/358 KB 76/549 KB 256/257 KB 948/1063 KB 68/358 KB 80/549 KB 256/257 KB 952/1063 KB 72/358 KB 80/549 KB 256/257 KB 948/1063 KB 72/358 KB 80/549 KB 256/257 KB 956/1063 KB 72/358 KB 80/549 KB 256/257 KB 956/1063 KB 76/358 KB 80/549 KB 256/257 KB 956/1063 KB 80/358 KB 80/549 KB 256/257 KB 960/1063 KB 80/358 KB 84/549 KB 256/257 KB 960/1063 KB 84/358 KB 88/549 KB 257/257 KB 960/1063 KB 84/358 KB 92/549 KB 257/257 KB 960/1063 KB 80/358 KB 80/549 KB 256/257 KB 960/1063 KB 84/358 KB 3/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 6/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 9/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 11/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 14/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 16/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 19/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 84/549 KB 257/257 KB 960/1063 KB 80/358 KB 84/549 KB 257/257 KB 960/1063 KB 84/358 KB 22/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 25/86 KB 92/549 KB 257/257 KB 960/1063 KB 84/358 KB 27/86 KB 92/549 KB 257/257 KB 964/1063 KB 84/358 KB 27/86 KB 92/549 KB 257/257 KB 968/1063 KB 88/358 KB 30/86 KB 96/549 KB 257/257 KB 964/1063 KB 88/358 KB 30/86 KB 96/549 KB 257/257 KB 964/1063 KB 88/358 KB 27/86 KB 96/549 KB 257/257 KB 964/1063 KB 84/358 KB 27/86 KB 96/549 KB 257/257 KB 972/1063 KB 92/358 KB 30/86 KB 96/549 KB 257/257 KB 972/1063 KB 96/358 KB 30/86 KB 96/549 KB 257/257 KB 972/1063 KB 96/358 KB 30/86 KB 100/549 KB 257/257 KB 972/1063 KB 100/358 KB 32/86 KB 104/549 KB 257/257 KB 972/1063 KB 100/358 KB 32/86 KB 108/549 KB 257/257 KB 972/1063 KB 100/358 KB 32/86 KB 112/549 KB 257/257 KB 972/1063 KB 100/358 KB 32/86 KB 100/549 KB 257/257 KB 972/1063 KB 96/358 KB 32/86 KB 100/549 KB 257/257 KB 972/1063 KB 88/358 KB 30/86 KB 96/549 KB 257/257 KB 976/1063 KB 100/358 KB 32/86 KB 112/549 KB 257/257 KB 976/1063 KB 100/358 KB 36/86 KB 112/549 KB 257/257 KB 980/1063 KB 104/358 KB 40/86 KB 112/549 KB 257/257 KB 980/1063 KB 104/358 KB 44/86 KB 112/549 KB 257/257 KB 980/1063 KB 104/358 KB 48/86 KB 112/549 KB 257/257 KB 980/1063 KB 104/358 KB 36/86 KB 112/549 KB 257/257 KB 980/1063 KB 108/358 KB 48/86 KB 112/549 KB 257/257 KB 980/1063 KB 112/358 KB 48/86 KB 112/549 KB 257/257 KB 980/1063 KB 100/358 KB 36/86 KB 112/549 KB 257/257 KB 984/1063 KB 112/358 KB 48/86 KB 112/549 KB 257/257 KB 988/1063 KB 112/358 KB 48/86 KB 112/549 KB 257/257 KB 992/1063 KB 112/358 KB 48/86 KB 116/549 KB 992/1063 KB 116/358 KB 48/86 KB 116/549 KB 996/1063 KB 120/358 KB 52/86 KB 116/549 KB 996/1063 KB 124/358 KB 52/86 KB 116/ unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 549 KB 996/1063 KB 128/358 KB 52/86 KB 116/549 KB 988/1063 KB 112/358 KB 48/86 KB 116/549 KB 996/1063 KB 128/358 KB 52/86 KB 120/549 KB 996/1063 KB 128/358 KB 52/86 KB 124/549 KB 996/1063 KB 128/358 KB 52/86 KB 128/549 KB 996/1063 KB 116/358 KB 52/86 KB 116/549 KB 992/1063 KB 116/358 KB 52/86 KB 116/549 KB 996/1063 KB 128/358 KB 56/86 KB 128/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 387.6 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 996/1063 KB 128/358 KB 60/86 KB 128/549 KB 996/1063 KB 128/358 KB 61/86 KB 128/549 KB 1000/1063 KB 128/358 KB 61/86 KB 128/549 KB 1004/1063 KB 128/358 KB 61/86 KB 128/549 KB 1008/1063 KB 132/358 KB 61/86 KB 128/549 KB 1012/1063 KB 132/358 KB 61/86 KB 128/549 KB 1016/1063 KB 132/358 KB 65/86 KB 132/549 KB 1020/1063 KB 132/358 KB 65/86 KB 132/549 KB 1004/1063 KB 132/358 KB 61/86 KB 128/549 KB 1012/1063 KB 132/358 KB 65/86 KB 132/549 KB 1012/1063 KB 132/358 KB 65/86 KB 128/549 KB 1024/1063 KB 132/358 KB 69/86 KB 132/549 KB 1024/1063 KB 132/358 KB 69/86 KB 136/549 KB 1024/1063 KB 132/358 KB 73/86 KB 140/549 KB 1024/1063 KB 136/358 KB 73/86 KB 144/549 KB 1024/1063 KB 136/358 KB 73/86 KB 148/549 KB 3/404 KB 1024/1063 KB 136/358 KB 73/86 KB 152/549 KB 1024/1063 KB 132/358 KB 73/86 KB 136/549 KB 3/404 KB 1024/1063 KB 136/358 KB 77/86 KB 152/549 KB 3/404 KB 1024/1063 KB 136/358 KB 81/86 KB 152/549 KB 3/404 KB 1024/1063 KB 136/358 KB 85/86 KB 152/549 KB 3/404 KB 1024/1063 KB 136/358 KB 86/86 KB 152/549 KB 3/404 KB 1024/1063 KB 136/358 KB 73/86 KB 148/549 KB 1024/1063 KB 136/358 KB 73/86 KB 148/549 KB 1024/1063 KB 136/358 KB 73/86 KB 140/549 KB 3/404 KB 1024/1063 KB 140/358 KB 86/86 KB 152/549 KB 3/404 KB 1024/1063 KB 144/358 KB 86/86 KB 152/549 KB 3/404 KB 1028/1063 KB 144/358 KB 86/86 KB 152/549 KB 6/404 KB 1032/1063 KB 148/358 KB 86/86 KB 152/549 KB 6/404 KB 1028/1063 KB 148/358 KB 86/86 KB 152/549 KB 3/404 KB 1028/1063 KB 148/358 KB 86/86 KB 152/549 KB 7/404 KB 1032/1063 KB 148/358 KB 86/86 KB 156/549 KB 6/404 KB 1032/1063 KB 148/358 KB 86/86 KB 156/549 KB 7/404 KB 1032/1063 KB 152/358 KB 86/86 KB 156/549 KB 7/404 KB 1032/1063 KB 156/358 KB 86/86 KB 156/549 KB 10/404 KB 1036/1063 KB 156/358 KB 86/86 KB 160/549 KB 10/404 KB 1036/1063 KB 156/358 KB 86/86 KB 156/549 KB 10/404 KB 1032/1063 KB 156/358 KB 86/86 KB 156/549 KB 10/404 KB 1036/1063 KB 160/358 KB 86/86 KB 160/549 KB 11/404 KB 1040/1063 KB 160/358 KB 86/86 KB 160/549 KB 11/404 KB 1036/1063 KB 160/358 KB 86/86 KB 160/549 KB 11/404 KB 1040/1063 KB 160/358 KB 86/86 KB 164/549 KB 14/404 KB 1044/1063 KB 164/358 KB 86/86 KB 168/549 KB 14/404 KB 1044/1063 KB 164/358 KB 86/86 KB 172/549 KB 14/404 KB 1044/1063 KB 164/358 KB 86/86 KB 164/549 KB 14/404 KB 1040/1063 KB 164/358 KB 86/86 KB 164/549 KB 14/404 KB 1040/1063 KB 160/358 KB 86/86 KB 164/549 KB 15/404 KB 1044/1063 KB 164/358 KB 86/86 KB 172/549 KB 18/404 KB 1044/1063 KB 164/358 KB 86/86 KB 172/549 KB 19/404 KB 1044/1063 KB 164/358 KB 86/86 KB 172/549 KB 19/404 KB 1048/1063 KB 168/358 KB 86/86 KB 172/549 KB 19/404 KB 1048/1063 KB 164/358 KB 86/86 KB 172/549 KB 19/404 KB 1048/1063 KB 172/358 KB 86/86 KB 176/549 KB 19/404 KB 1052/1063 KB 176/358 KB 86/86 KB 176/549 KB 19/404 KB 1048/1063 KB 168/358 KB 86/86 KB 176/549 KB 22/404 KB 1052/1063 KB 176/358 KB 86/86 KB 176/549 KB 19/404 KB 1052/1063 KB 172/358 KB 86/86 KB 176/549 KB 22/404 KB 1056/1063 KB 176/358 KB 86/86 KB 176/549 KB 23/404 KB 1056/1063 KB 176/358 KB 86/86 KB 176/549 KB 26/404 KB 1060/1063 KB 176/358 KB 180/549 KB 27/404 KB 1060/1063 KB 176/358 KB 180/549 KB 30/404 KB 1060/1063 KB 176/358 KB 180/549 KB 23/404 KB 1060/1063 KB 176/358 KB 180/549 KB 30/404 KB 1063/1063 KB 180/358 KB 180/549 KB 23/404 KB 1056/1063 KB 176/358 KB 180/549 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 126.1 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 30/404 KB 1063/1063 KB 180/358 KB 184/549 KB 30/404 KB 1060/1063 KB 180/358 KB 180/549 KB 30/404 KB 1063/1063 KB 180/358 KB 188/549 KB 31/404 KB 1063/1063 KB 180/358 KB 188/549 KB 31/404 KB 1063/1063 KB 184/358 KB 188/549 KB 31/404 KB 1063/1063 KB 188/358 KB 188/549 KB 31/404 KB 1063/1063 KB 188/358 KB 192/549 KB 34/404 KB 1063/1063 KB 188/358 KB 192/549 KB 34/404 KB 1063/1063 KB 192/358 KB 192/549 KB 34/404 KB 1063/1063 KB 192/358 KB 196/549 KB 35/404 KB 1063/1063 KB 196/358 KB 200/549 KB 35/404 KB 1063/1063 KB 196/358 KB 204/549 KB 35/404 KB 1063/1063 KB 196/358 KB 196/549 KB 35/404 KB 1063/1063 KB 192/358 KB 196/549 KB 38/404 KB 1063/1063 KB 196/358 KB 204/549 KB 39/404 KB 1063/1063 KB 196/358 KB 204/549 KB 42/404 KB 1063/1063 KB 196/358 KB 204/549 KB 42/404 KB 1063/1063 KB 200/358 KB 204/549 KB 43/404 KB 1063/1063 KB 200/358 KB 204/549 KB 43/404 KB 1063/1063 KB 200/358 KB 208/549 KB 43/404 KB 1063/1063 KB 204/358 KB 208/549 KB 43/404 KB 1063/1063 KB 208/358 KB 208/549 KB 46/404 KB 1063/1063 KB 212/358 KB 208/549 KB 46/404 KB 216/358 KB 212/549 KB 46/404 KB 1063/1063 KB 208/358 KB 208/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1543.7 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 47/404 KB 216/358 KB 212/549 KB 50/404 KB 216/358 KB 212/549 KB 46/404 KB 1063/1063 KB 212/358 KB 212/549 KB 50/404 KB 216/358 KB 216/549 KB 51/404 KB 216/358 KB 220/549 KB 51/404 KB 216/358 KB 224/549 KB 51/404 KB 216/358 KB 216/549 KB 51/404 KB 220/358 KB 224/549 KB 51/404 KB 224/358 KB 224/549 KB 54/404 KB 224/358 KB 224/549 KB 54/404 KB 224/358 KB 228/549 KB 55/404 KB 228/358 KB 232/549 KB 55/404 KB 228/358 KB 228/549 KB 55/404 KB 232/358 KB 232/549 KB 55/404 KB 236/358 KB 236/549 KB 55/404 KB 240/358 KB 236/549 KB 55/404 KB 224/358 KB 228/549 KB 58/404 KB 240/358 KB 236/549 KB 59/404 KB 240/358 KB 236/549 KB 62/404 KB 240/358 KB 236/549 KB 55/404 KB 232/358 KB 236/549 KB 63/404 KB 240/358 KB 236/549 KB 63/404 KB 240/358 KB 240/549 KB 66/404 KB 240/358 KB 240/549 KB 67/404 KB 244/358 KB 244/549 KB 70/404 KB 244/358 KB 244/549 KB 66/404 KB 244/358 KB 244/549 KB 66/404 KB 244/358 KB 240/549 KB 71/404 KB 244/358 KB 248/549 KB 3/894 KB 70/404 KB 244/358 KB 248/549 KB 3/894 KB 70/404 KB 244/358 KB 244/549 KB 3/894 KB 71/404 KB 248/358 KB 248/549 KB 6/894 KB 71/404 KB 248/358 KB 248/549 KB 9/894 KB 71/404 KB 248/358 KB 248/549 KB 11/894 KB 71/404 KB 248/358 KB 248/549 KB 14/894 KB 71/404 KB 248/358 KB 248/549 KB 16/894 KB 71/404 KB 248/358 KB 248/549 KB 19/894 KB 71/404 KB 248/358 KB 248/549 KB 3/894 KB 71/404 KB 252/358 KB 252/549 KB 19/894 KB 71/404 KB 248/358 KB 252/549 KB 19/894 KB 74/404 KB 252/358 KB 256/549 KB 19/894 KB 74/404 KB 252/358 KB 252/549 KB 19/894 KB 74/404 KB 256/358 KB 256/549 KB 19/894 KB 74/404 KB 256/358 KB 256/549 KB 22/894 KB 75/404 KB 256/358 KB 256/549 KB 22/894 KB 75/404 KB 260/358 KB 256/549 KB 22/894 KB 78/404 KB 264/358 KB 260/549 KB 25/894 KB 78/404 KB 268/358 KB 260/549 KB 25/894 KB 78/404 KB 260/358 KB 260/549 KB 25/894 KB 78/404 KB 260/358 KB 256/549 KB 25/894 KB 75/404 KB 260/358 KB 256/549 KB 25/894 KB 79/404 KB 272/358 KB 260/549 KB 25/894 KB 79/404 KB 272/358 KB 260/549 KB 27/894 KB 82/404 KB 272/358 KB 260/549 KB 27/894 KB 83/404 KB 272/358 KB 264/549 KB 30/894 KB 82/404 KB 272/358 KB 260/549 KB 30/894 KB 82/404 KB 272/358 KB 264/549 KB 30/894 KB 83/404 KB 272/358 KB 268/549 KB 30/894 KB 83/404 KB 4/587 KB 272/358 KB 272/549 KB 30/894 KB 78/404 KB 272/358 KB 260/549 KB 25/894 KB 83/404 KB 4/587 KB 272/358 KB 268/549 KB 30/894 KB 83/404 KB 8/587 KB 272/358 KB 272/549 KB 32/894 KB 83/404 KB 12/587 KB 272/358 KB 272/549 KB 32/894 KB 83/404 KB 16/587 KB 272/358 KB 272/549 KB 32/894 KB 83/404 KB 20/587 KB 272/358 KB 272/549 KB 32/894 KB 83/404 KB 24/587 KB 272/358 KB 272/549 KB 32/894 KB 83/404 KB 28/587 KB 272/358 KB 272/549 KB 32/894 KB 83/404 KB 32/587 KB 272/358 KB 272/549 KB 32/894 KB 83/404 KB 4/587 KB 272/358 KB 272/549 KB 32/894 KB 86/404 KB 32/587 KB 272/358 KB 272/549 KB 32/894 KB 86/404 KB 36/587 KB 272/358 KB 272/549 KB 32/894 KB 86/404 KB 40/587 KB 276/358 KB 276/549 KB 36/894 KB 86/404 KB 44/587 KB 276/358 KB 276/549 KB 36/894 KB 86/404 KB 48/587 KB 276/358 KB 276/549 KB 36/894 KB 87/404 KB 48/587 KB 276/358 KB 276/549 KB 36/894 KB 90/404 KB 48/587 KB 276/358 KB 276/549 KB 36/894 KB 90/404 KB 52/587 KB 276/358 KB 276/549 KB 36/894 KB 90/404 KB 56/587 KB 276/358 KB 276/549 KB 36/894 KB 90/404 KB 60/587 KB 276/358 KB 276/549 KB 36/894 KB 90/404 KB 64/587 KB 276/358 KB 276/549 KB 36/894 KB 86/404 KB 36/587 KB 276/358 KB 276/549 KB 36/894 KB 90/404 KB 64/587 KB 276/358 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install KB 276/549 KB 40/894 KB 91/404 KB 64/587 KB 276/358 KB 276/549 KB 44/894 KB 91/404 KB 64/587 KB 276/358 KB 276/549 KB 48/894 KB 86/404 KB 36/587 KB 276/358 KB 276/549 KB 32/894 KB 91/404 KB 68/587 KB 276/358 KB 280/549 KB 48/894 KB 91/404 KB 68/587 KB 276/358 KB 284/549 KB 48/894 KB 86/404 KB 36/587 KB 276/358 KB 272/549 KB 32/894 KB 91/404 KB 68/587 KB 276/358 KB 276/549 KB 48/894 KB 91/404 KB 72/587 KB 276/358 KB 284/549 KB 48/894 KB 91/404 KB 76/587 KB 276/358 KB 284/549 KB 48/894 KB 91/404 KB 80/587 KB 276/358 KB 284/549 KB 48/894 KB 91/404 KB 80/587 KB 280/358 KB 284/549 KB 48/894 KB 91/404 KB 80/587 KB 284/358 KB 284/549 KB 48/894 KB 91/404 KB 64/587 KB 276/358 KB 276/549 KB 40/894 KB 91/404 KB 80/587 KB 288/358 KB 284/549 KB 48/894 KB 94/404 KB 80/587 KB 288/358 KB 288/549 KB 48/894 KB 94/404 KB 80/587 KB 288/358 KB 284/549 KB 48/894 KB 94/404 KB 84/587 KB 288/358 KB 288/549 KB 48/894 KB 95/404 KB 88/587 KB 292/358 KB 292/549 KB 52/894 KB 95/404 KB 92/587 KB 292/358 KB 292/549 KB 52/894 KB 95/404 KB 96/587 KB 292/358 KB 292/549 KB 52/894 KB 95/404 KB 84/587 KB 292/358 KB 292/549 KB 52/894 KB 95/404 KB 84/587 KB 292/358 KB 292/549 KB 48/894 KB 95/404 KB 84/587 KB 288/358 KB 292/549 KB 48/894 KB 98/404 KB 96/587 KB 292/358 KB 292/549 KB 52/894 KB 99/404 KB 96/587 KB 292/358 KB 292/549 KB 52/894 KB 94/404 KB 84/587 KB 288/358 KB 292/549 KB 48/894 KB 99/404 KB 96/587 KB 292/358 KB 296/549 KB 56/894 KB 102/404 KB 96/587 KB 296/358 KB 300/549 KB 56/894 KB 102/404 KB 96/587 KB 296/358 KB 304/549 KB 56/894 KB 99/404 KB 96/587 KB 292/358 KB 292/549 KB 56/894 KB 102/404 KB 96/587 KB 296/358 KB 296/549 KB 56/894 KB 99/404 KB 96/587 KB 296/358 KB 296/549 KB 56/894 KB 102/404 KB 96/587 KB 300/358 KB 304/549 KB 60/894 KB 102/404 KB 96/587 KB 304/358 KB 304/549 KB 60/894 KB 102/404 KB 96/587 KB 296/358 KB 304/549 KB 60/894 KB 103/404 KB 96/587 KB 304/358 KB 304/549 KB 61/894 KB 103/404 KB 96/587 KB 304/358 KB 304/549 KB 60/894 KB 103/404 KB 96/587 KB 308/358 KB 304/549 KB 61/894 KB 106/404 KB 100/587 KB 312/358 KB 308/549 KB 65/894 KB 106/404 KB 100/587 KB 316/358 KB 308/549 KB 65/894 KB 106/404 KB 100/587 KB 320/358 KB 308/549 KB 65/894 KB 106/404 KB 100/587 KB 308/358 KB 308/549 KB 65/894 KB 106/404 KB 100/587 KB 308/358 KB 304/549 KB 65/894 KB 106/404 KB 100/587 KB 308/358 KB 304/549 KB 61/894 KB 107/404 KB 100/587 KB 320/358 KB 308/549 KB 65/894 KB 103/404 KB 100/587 KB 308/358 KB 304/549 KB 61/894 KB 107/404 KB 104/587 KB 320/358 KB 308/549 KB 65/894 KB 107/404 KB 108/587 KB 320/358 KB 308/549 KB 65/894 KB 110/404 KB 108/587 KB 320/358 KB 308/549 KB 65/894 KB 110/404 KB 112/587 KB 320/358 KB 308/549 KB 65/894 KB 111/404 KB 112/587 KB 320/358 KB 308/549 KB 65/894 KB 111/404 KB 112/587 KB 320/358 KB 312/549 KB 69/894 KB 111/404 KB 112/587 KB 320/358 KB 312/549 KB 73/894 KB 111/404 KB 112/587 KB 320/358 KB 312/549 KB 77/894 KB 114/404 KB 112/587 KB 320/358 KB 312/549 KB 81/894 KB 114/404 KB 116/587 KB 324/358 KB 312/549 KB 85/894 KB 114/404 KB 116/587 KB 324/358 KB 312/549 KB 89/894 KB 114/404 KB 116/587 KB 324/358 KB 312/549 KB 93/894 KB 111/404 KB 112/587 KB 320/358 KB 312/549 KB 65/894 KB 114/404 KB 116/587 KB 324/358 KB 316/549 KB 93/894 KB 114/404 KB 116/587 KB 324/358 KB 320/549 KB 93/894 KB 114/404 KB 116/587 KB 324/358 KB 324/549 KB 93/894 KB 114/404 KB 116/587 KB 324/358 KB 328/549 KB 93/894 KB 114/404 KB 116/587 KB 324/358 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 312/549 KB 81/894 KB 114/404 KB 116/587 KB 328/358 KB 328/549 KB 93/894 KB 114/404 KB 116/587 KB 332/358 KB 328/549 KB 93/894 KB 114/404 KB 116/587 KB 320/358 KB 312/549 KB 81/894 KB 114/404 KB 112/587 KB 320/358 KB 312/549 KB 77/894 KB 115/404 KB 116/587 KB 332/358 KB 328/549 KB 93/894 KB 118/404 KB 116/587 KB 332/358 KB 328/549 KB 93/894 KB 118/404 KB 120/587 KB 332/358 KB 328/549 KB 93/894 KB 119/404 KB 120/587 KB 332/358 KB 328/549 KB 93/894 KB 119/404 KB 124/587 KB 332/358 KB 328/549 KB 93/894 KB 122/404 KB 124/587 KB 332/358 KB 328/549 KB 93/894 KB 122/404 KB 128/587 KB 332/358 KB 328/549 KB 93/894 KB 123/404 KB 128/587 KB 332/358 KB 328/549 KB 93/894 KB 123/404 KB 128/587 KB 336/358 KB 328/549 KB 93/894 KB 126/404 KB 128/587 KB 336/358 KB 328/549 KB 93/894 KB 127/404 KB 132/587 KB 340/358 KB 332/549 KB 93/894 KB 127/404 KB 132/587 KB 340/358 KB 332/549 KB 97/894 KB 126/404 KB 132/587 KB 340/358 KB 332/549 KB 93/894 KB 126/404 KB 132/587 KB 336/358 KB 332/549 KB 93/894 KB 126/404 KB 128/587 KB 336/358 KB 332/549 KB 93/894 KB 130/404 KB 132/587 KB 340/358 KB 336/549 KB 97/894 KB 130/404 KB 132/587 KB 340/358 KB 340/549 KB 97/894 KB 130/404 KB 136/587 KB 344/358 KB 344/549 KB 101/894 KB 130/404 KB 136/587 KB 344/358 KB 348/549 KB 101/894 KB 130/404 KB 132/587 KB 340/358 KB 332/549 KB 97/894 KB 131/404 KB 136/587 KB 344/358 KB 348/549 KB 101/894 KB 130/404 KB 136/587 KB 344/358 KB 340/549 KB 101/894 KB 130/404 KB 136/587 KB 340/358 KB 340/549 KB 101/894 KB 130/404 KB 136/587 KB 340/358 KB 340/549 KB 97/894 KB 131/404 KB 140/587 KB 344/358 KB 348/549 KB 101/894 KB 131/404 KB 144/587 KB 344/358 KB 348/549 KB 101/894 KB 131/404 KB 144/587 KB 348/358 KB 348/549 KB 101/894 KB 134/404 KB 144/587 KB 348/358 KB 348/549 KB 105/894 KB 131/404 KB 144/587 KB 348/358 KB 348/549 KB 105/894 KB 134/404 KB 144/587 KB 352/358 KB 348/549 KB 105/894 KB 135/404 KB 144/587 KB 352/358 KB 348/549 KB 109/894 KB 134/404 KB 144/587 KB 352/358 KB 348/549 KB 109/894 KB 135/404 KB 144/587 KB 352/358 KB 348/549 KB 113/894 KB 138/404 KB 148/587 KB 356/358 KB 352/549 KB 117/894 KB 138/404 KB 148/587 KB 356/358 KB 352/549 KB 113/894 KB 138/404 KB 148/587 KB 358/358 KB 352/549 KB 121/894 KB 138/404 KB 148/587 KB 352/358 KB 352/549 KB 113/894 KB 138/404 KB 144/587 KB 352/358 KB 352/549 KB 113/894 KB 135/404 KB 144/587 KB 352/358 KB 352/549 KB 113/894 KB 139/404 KB 148/587 KB 358/358 KB 352/549 KB 121/894 KB 139/404 KB 148/587 KB 358/358 KB 356/549 KB 121/894 KB 142/404 KB 152/587 KB 358/358 KB 360/549 KB 121/894 KB 142/404 KB 152/587 KB 358/358 KB 364/549 KB 121/894 KB 142/404 KB 152/587 KB 358/358 KB 356/549 KB 121/894 KB 139/404 KB 152/587 KB 358/358 KB 356/549 KB 121/894 KB 142/404 KB 156/587 KB 358/358 KB 364/549 KB 121/894 KB 142/404 KB 160/587 KB 358/358 KB 364/549 KB 121/894 KB 138/404 KB 152/587 KB 358/358 KB 360/549 KB 121/894 KB 143/404 KB 160/587 KB 358/358 KB 364/549 KB 121/894 KB 146/404 KB 160/587 KB 358/358 KB 364/549 KB 121/894 KB 146/404 KB 160/587 KB 358/358 KB 364/549 KB 125/894 KB 147/404 KB 160/587 KB 358/358 KB 364/549 KB 125/894 KB 147/404 KB 160/587 KB 358/358 KB 368/549 KB 125/894 KB 147/404 KB 164/587 KB 358/358 KB 368/549 KB 125/894 KB 150/404 KB 168/587 KB 358/358 KB 372/549 KB 129/894 KB 150/404 KB 172/587 KB 358/358 KB 372/549 KB 129/894 KB 150/404 KB 176/587 KB 358/358 KB 372/549 KB 129/894 KB 150/404 KB 164/587 KB 358/358 KB 372/549 KB 129/894 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 150/404 KB 176/587 KB 358/358 KB 372/549 KB 133/894 KB 150/404 KB 164/587 KB 358/358 KB 372/549 KB 125/894 KB 150/404 KB 164/587 KB 358/358 KB 368/549 KB 125/894 KB 151/404 KB 176/587 KB 358/358 KB 372/549 KB 133/894 KB 154/404 KB 176/587 KB 358/358 KB 372/549 KB 133/894 KB 155/404 KB 176/587 KB 358/358 KB 372/549 KB 133/894 KB 155/404 KB 176/587 KB 358/358 KB 376/549 KB 137/894 KB 158/404 KB 176/587 KB 358/358 KB 376/549 KB 141/894 KB 155/404 KB 176/587 KB 358/358 KB 376/549 KB 133/894 KB 158/404 KB 176/587 KB 358/358 KB 380/549 KB 141/894 KB 158/404 KB 176/587 KB 358/358 KB 384/549 KB 141/894 KB 158/404 KB 176/587 KB 358/358 KB 388/549 KB 141/894 KB 158/404 KB 180/587 KB 392/549 KB 145/894 KB 158/404 KB 180/587 KB 396/549 KB 145/894 KB 158/404 KB 180/587 KB 400/549 KB 145/894 KB 158/404 KB 176/587 KB 358/358 KB 376/549 KB 141/894 KB 159/404 KB 180/587 KB 400/549 KB 145/894 KB 162/404 KB 180/587 KB 400/549 KB 145/894 KB 158/404 KB 180/587 KB 388/549 KB 145/894 KB 162/404 KB 184/587 KB 400/549 KB 145/894 KB 162/404 KB 188/587 KB 400/549 KB 145/894 KB 163/404 KB 192/587 KB 400/549 KB 145/894 KB 158/404 KB 176/587 KB 388/549 KB 145/894 KB 163/404 KB 192/587 KB 400/549 KB 149/894 KB 163/404 KB 192/587 KB 400/549 KB 153/894 KB 163/404 KB 188/587 KB 400/549 KB 145/894 KB 166/404 KB 192/587 KB 400/549 KB 153/894 KB 167/404 KB 192/587 KB 400/549 KB 153/894 KB 167/404 KB 192/587 KB 400/549 KB 157/894 KB 170/404 KB 192/587 KB 400/549 KB 157/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 481.7 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 171/404 KB 192/587 KB 404/549 KB 161/894 KB 174/404 KB 192/587 KB 404/549 KB 161/894 KB 175/404 KB 196/587 KB 404/549 KB 161/894 KB 170/404 KB 192/587 KB 404/549 KB 161/894 KB 175/404 KB 196/587 KB 408/549 KB 161/894 KB 175/404 KB 196/587 KB 412/549 KB 161/894 KB 178/404 KB 196/587 KB 416/549 KB 161/894 KB 170/404 KB 192/587 KB 400/549 KB 161/894 KB 178/404 KB 196/587 KB 416/549 KB 165/894 KB 178/404 KB 196/587 KB 416/549 KB 169/894 KB 178/404 KB 196/587 KB 416/549 KB 173/894 KB 178/404 KB 196/587 KB 412/549 KB 161/894 KB 174/404 KB 196/587 KB 404/549 KB 161/894 KB Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-mysql-0: 03:39:30 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 178/404 KB 200/587 KB 420/549 KB 173/894 KB 178/404 KB 204/587 KB 420/549 KB 173/894 KB 178/404 KB 208/587 KB 420/549 KB 173/894 KB 178/404 KB 212/587 KB 420/549 KB 173/894 KB 179/404 KB 216/587 KB 420/549 KB 173/894 KB 179/404 KB 220/587 KB 420/549 KB 173/894 KB 179/404 KB 224/587 KB 420/549 KB 173/894 KB 178/404 KB 196/587 KB 420/549 KB 173/894 KB 179/404 KB 224/587 KB 424/549 KB 173/894 KB 179/404 KB 224/587 KB 428/549 KB 173/894 KB 179/404 KB 212/587 KB 420/549 KB 173/894 KB 182/404 KB 224/587 KB 428/549 KB 177/894 KB 183/404 KB 224/587 KB 428/549 KB 177/894 KB 187/404 KB 224/587 KB 428/549 KB 177/894 KB 179/404 KB 224/587 KB 428/549 KB 177/894 KB 187/404 KB 224/587 KB 432/549 KB 181/894 KB 187/404 KB 224/587 KB 432/549 KB 185/894 KB 187/404 KB 224/587 KB 432/549 KB 189/894 KB 187/404 KB 224/587 KB 432/549 KB 177/894 KB 191/404 KB 224/587 KB 432/549 KB 189/894 KB 195/404 KB 224/587 KB 432/549 KB 189/894 KB 198/404 KB 224/587 KB 432/549 KB 189/894 KB 200/404 KB 228/587 KB 436/549 KB 193/894 KB 198/404 KB 228/587 KB 436/549 KB 193/894 KB 200/404 KB 232/587 KB 436/549 KB 193/894 KB 198/404 KB 224/587 KB 436/549 KB 193/894 KB 198/404 KB 224/587 KB 436/549 KB 189/894 KB 200/404 KB 232/587 KB 440/549 KB 193/894 KB 200/404 KB 236/587 KB 444/549 KB 193/894 KB 200/404 KB 236/587 KB 440/549 KB 193/894 KB 200/404 KB 240/587 KB 444/549 KB 193/894 KB 203/404 KB 240/587 KB 444/549 KB 193/894 KB 203/404 KB 240/587 KB 448/549 KB 193/894 KB 203/404 KB 240/587 KB 448/549 KB 197/894 KB 206/404 KB 244/587 KB 448/549 KB 201/894 KB 206/404 KB 244/587 KB 448/549 KB 205/894 KB 206/404 KB 244/587 KB 448/549 KB 209/894 KB 206/404 KB 244/587 KB 452/549 KB 209/894 KB 206/404 KB 244/587 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 4/26 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 8/26 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 12/26 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 16/26 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 20/26 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 24/26 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 26/26 KB 456/549 KB 209/894 KB 206/404 KB 244/587 KB 448/549 KB 197/894 KB 206/404 KB 248/587 KB 26/26 KB 456/549 KB 209/894 KB 206/404 KB 252/587 KB 26/26 KB 456/549 KB 209/894 KB 206/404 KB 256/587 KB 26/26 KB 460/549 KB 209/894 KB 206/404 KB 260/587 KB 26/26 KB 460/549 KB 209/894 KB 206/404 KB 264/587 KB 26/26 KB 460/549 KB 213/894 KB 206/404 KB 268/587 KB 26/26 KB 460/549 KB 213/894 KB 206/404 KB 272/587 KB 26/26 KB 460/549 KB 213/894 KB 206/404 KB 240/587 KB 448/549 KB 197/894 KB 208/404 KB 272/587 KB 26/26 KB 460/549 KB 213/894 KB 211/404 KB 272/587 KB 26/26 KB 460/549 KB 213/894 KB 214/404 KB 272/587 KB 26/26 KB 460/549 KB 213/894 KB 216/404 KB 272/587 KB 26/26 KB 460/549 KB 213/894 KB 206/404 KB 260/587 KB 26/26 KB 460/549 KB 213/894 KB 206/404 KB 252/587 KB 26/26 KB 460/549 KB 209/894 KB 216/404 KB 272/587 KB 26/26 KB 464/549 KB 213/894 KB 219/404 KB 272/587 KB 26/26 KB 464/549 KB 213/894 KB 219/404 KB 272/587 KB 26/26 KB 464/549 KB 217/894 KB 219/404 KB 272/587 KB 26/26 KB 464/549 KB 221/894 KB 222/404 KB 272/587 KB 26/26 KB 468/549 KB 225/894 KB 222/404 KB 272/587 KB 26/26 KB 472/549 KB 225/894 KB 222/404 KB 272/587 KB 26/26 KB 476/549 KB 225/894 KB 222/404 KB 272/587 KB 26/26 KB 480/549 KB 225/894 KB 222/404 KB 272/587 KB 26/26 KB 464/549 KB 221/894 KB 222/404 KB 272/587 KB 26/26 KB 464/549 KB 225/894 KB 224/4 unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 04 KB 272/587 KB 26/26 KB 480/549 KB 225/894 KB 227/404 KB 272/587 KB 26/26 KB 480/549 KB 225/894 KB 230/404 KB 272/587 KB 26/26 KB 484/549 KB 229/894 KB 234/404 KB 272/587 KB 26/26 KB 484/549 KB 229/894 KB 238/404 KB 276/587 KB 26/26 KB 484/549 KB 229/894 KB 242/404 KB 276/587 KB 26/26 KB 484/549 KB 229/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 32.9 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 227/404 KB 272/587 KB 26/26 KB 484/549 KB 229/894 KB 242/404 KB 276/587 KB 484/549 KB 233/894 KB 242/404 KB 276/587 KB 484/549 KB 237/894 KB 242/404 KB 276/587 KB 484/549 KB 241/894 KB 227/404 KB 272/587 KB 26/26 KB 484/549 KB 225/894 KB 234/404 KB 276/587 KB 26/26 KB 484/549 KB 229/894 KB 242/404 KB 276/587 KB 488/549 KB 241/894 KB 242/404 KB 276/587 KB 492/549 KB 241/894 KB 242/404 KB 280/587 KB 496/549 KB 241/894 KB 242/404 KB 280/587 KB 492/549 KB 241/894 KB 242/404 KB 284/587 KB 496/549 KB 241/894 KB 242/404 KB 288/587 KB 496/549 KB 241/894 KB 242/404 KB 288/587 KB 500/549 KB 241/894 KB 246/404 KB 292/587 KB 504/549 KB 245/894 KB 246/404 KB 292/587 KB 500/549 KB 245/894 KB 250/404 KB 292/587 KB 504/549 KB 245/894 KB 242/404 KB 288/587 KB 500/549 KB 245/894 KB 250/404 KB 292/587 KB 508/549 KB 249/894 KB 250/404 KB 292/587 KB 508/549 KB 253/894 KB 250/404 KB 292/587 KB 508/549 KB 257/894 KB 242/404 KB 292/587 KB 500/549 KB 245/894 KB 250/404 KB 296/587 KB 508/549 KB 257/894 KB 250/404 KB 300/587 KB 508/549 KB 257/894 KB 250/404 KB 304/587 KB 508/549 KB 257/894 KB 250/404 KB 292/587 KB 508/549 KB 245/894 KB 250/404 KB 304/587 KB 512/549 KB 257/894 KB 254/404 KB 304/587 KB 512/549 KB 257/894 KB 258/404 KB 304/587 KB 512/549 KB 257/894 KB 262/404 KB 304/587 KB 512/549 KB 257/894 KB 266/404 KB 308/587 KB 512/549 KB 257/894 KB 270/404 KB 308/587 KB 516/549 KB 261/894 KB 262/404 KB 308/587 KB 512/549 KB 257/894 KB 266/404 KB 308/587 KB 516/549 KB 261/894 KB 266/404 KB 308/587 KB 512/549 KB 261/894 KB 270/404 KB 308/587 KB 516/549 KB 265/894 KB 270/404 KB 308/587 KB 516/549 KB 269/894 KB 270/404 KB 308/587 KB 4/79 KB 516/549 KB 273/894 KB 270/404 KB 308/587 KB 4/79 KB 516/549 KB 269/894 KB 270/404 KB 308/587 KB 8/79 KB 520/549 KB 273/894 KB 270/404 KB 308/587 KB 12/79 KB 520/549 KB 273/894 KB 270/404 KB 308/587 KB 16/79 KB 520/549 KB 273/894 KB 270/404 KB 308/587 KB 20/79 KB 520/549 KB 273/894 KB 274/404 KB 312/587 KB 24/79 KB 520/549 KB 277/894 KB 274/404 KB 312/587 KB 28/79 KB 520/549 KB 277/894 KB 274/404 KB 312/587 KB 32/79 KB 520/549 KB 277/894 KB 270/404 KB 308/587 KB 4/79 KB 520/549 KB 273/894 KB 274/404 KB 312/587 KB 32/79 KB 524/549 KB 277/894 KB 274/404 KB 312/587 KB 32/79 KB 528/549 KB 277/894 KB 274/404 KB 312/587 KB 20/79 KB 520/549 KB 277/894 KB 278/404 KB 312/587 KB 32/79 KB 528/549 KB 277/894 KB 278/404 KB 312/587 KB 32/79 KB 532/549 KB 277/894 KB 282/404 KB 312/587 KB 36/79 KB 536/549 KB 277/894 KB 282/404 KB 312/587 KB 36/79 KB 540/549 KB 277/894 KB 270/404 KB 312/587 KB 20/79 KB 520/549 KB 277/894 KB 270/404 KB 312/587 KB 20/79 KB 520/549 KB 273/894 KB 282/404 KB 316/587 KB 36/79 KB 540/549 KB 277/894 KB 282/404 KB 320/587 KB 36/79 KB 540/549 KB 277/894 KB 282/404 KB 324/587 KB 36/79 KB 540/549 KB 277/894 KB 282/404 KB 328/587 KB 36/79 KB 540/549 KB 281/894 KB 282/404 KB 332/587 KB 36/79 KB 540/549 KB 281/894 KB 282/404 KB 336/587 KB 36/79 KB 540/549 KB 281/894 KB 282/404 KB 312/587 KB 36/79 KB 532/549 KB 277/894 KB 282/404 KB 336/587 KB 40/79 KB 544/549 KB 281/894 KB 282/404 KB 336/587 KB 44/79 KB 544/549 KB 281/894 KB 282/404 KB 336/587 KB 48/79 KB 544/549 KB 281/894 KB 282/404 KB 312/587 KB 32/79 KB 532/549 KB 277/894 KB 286/404 KB 336/587 KB 48/79 KB 544/549 KB 281/894 KB 290/404 KB 336/587 KB 48/79 KB 544/549 KB 281/894 KB 294/404 KB 336/587 KB 48/79 KB 544/549 KB 281/894 KB 282/404 KB 336/587 KB 36/79 KB unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 544/549 KB 281/894 KB 282/404 KB 324/587 KB 36/79 KB 540/549 KB 281/894 KB 294/404 KB 336/587 KB 48/79 KB 544/549 KB 285/894 KB 294/404 KB 336/587 KB 48/79 KB 544/549 KB 289/894 KB 294/404 KB 336/587 KB 48/79 KB 544/549 KB 293/894 KB 298/404 KB 340/587 KB 48/79 KB 548/549 KB 297/894 KB 298/404 KB 340/587 KB 48/79 KB 548/549 KB 301/894 KB 298/404 KB 340/587 KB 48/79 KB 548/549 KB 305/894 KB 294/404 KB 336/587 KB 48/79 KB 548/549 KB 293/894 KB 298/404 KB 340/587 KB 48/79 KB 549/549 KB 305/894 KB 298/404 KB 340/587 KB 48/79 KB 548/549 KB 293/894 KB 298/404 KB 344/587 KB 48/79 KB 549/549 KB 305/894 KB 298/404 KB 348/587 KB 48/79 KB 549/549 KB 305/894 KB 298/404 KB 352/587 KB 48/79 KB 549/549 KB 309/894 KB 298/404 KB 336/587 KB 48/79 KB 548/549 KB 293/894 KB 302/404 KB 352/587 KB 52/79 KB 549/549 KB 309/894 KB 306/404 KB 352/587 KB 52/79 KB 549/549 KB 309/894 KB 310/404 KB 352/587 KB 52/79 KB 549/549 KB 309/894 KB 314/404 KB 352/587 KB 52/79 KB 549/549 KB 309/894 KB 318/404 KB 356/587 KB 52/79 KB 309/894 KB 298/404 KB 352/587 KB 52/79 KB 549/549 KB 309/894 KB 318/404 KB 356/587 KB 56/79 KB 309/894 KB 318/404 KB 356/587 KB 60/79 KB 309/894 KB 318/404 KB 356/587 KB 64/79 KB 309/894 KB 298/404 KB 348/587 KB 48/79 KB 549/549 KB 309/894 KB 318/404 KB 356/587 KB 64/79 KB 313/894 KB 318/404 KB 356/587 KB 64/79 KB 317/894 KB 318/404 KB 356/587 KB 64/79 KB 321/894 KB 318/404 KB 356/587 KB 68/79 KB 321/894 KB 322/404 KB 356/587 KB 72/79 KB 321/894 KB 322/404 KB 356/587 KB 76/79 KB 321/894 KB 322/404 KB 356/587 KB 79/79 KB 321/894 KB 314/404 KB 356/587 KB 52/79 KB 549/549 KB 309/894 KB 322/404 KB 360/587 KB 79/79 KB 321/894 KB 322/404 KB 364/587 KB 79/79 KB 321/894 KB 322/404 KB 368/587 KB 79/79 KB 321/894 KB 322/404 KB 356/587 KB 68/79 KB 321/894 KB 326/404 KB 368/587 KB 79/79 KB 321/894 KB 326/404 KB 372/587 KB 79/79 KB 321/894 KB 326/404 KB 376/587 KB 79/79 KB 325/894 KB 326/404 KB 380/587 KB 79/79 KB 325/894 KB 326/404 KB 372/587 KB 79/79 KB 325/894 KB 330/404 KB 380/587 KB 79/79 KB 329/894 KB 330/404 KB 380/587 KB 79/79 KB 333/894 KB 330/404 KB 380/587 KB 79/79 KB 337/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 687.5 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 330/404 KB 380/587 KB 79/79 KB 325/894 KB 334/404 KB 380/587 KB 79/79 KB 337/894 KB 338/404 KB 384/587 KB 79/79 KB 337/894 KB 342/404 KB 384/587 KB 79/79 KB 341/894 KB 334/404 KB 384/587 KB 79/79 KB 337/894 KB 342/404 KB 388/587 KB 79/79 KB 341/894 KB 346/404 KB 392/587 KB 79/79 KB 341/894 KB 346/404 KB 396/587 KB 79/79 KB 341/894 KB 346/404 KB 400/587 KB 79/79 KB 341/894 KB 338/404 KB 384/587 KB 79/79 KB 341/894 KB 346/404 KB 400/587 KB 79/79 KB 345/894 KB 346/404 KB 400/587 KB 79/79 KB 349/894 KB 346/404 KB 388/587 KB 79/79 KB 341/894 KB 350/404 KB 400/587 KB 79/79 KB 353/894 KB 354/404 KB 400/587 KB 79/79 KB 353/894 KB 358/404 KB 400/587 KB 79/79 KB 353/894 KB 346/404 KB 400/587 KB 79/79 KB 353/894 KB 358/404 KB 404/587 KB 79/79 KB 353/894 KB 362/404 KB 408/587 KB 79/79 KB 357/894 KB 362/404 KB 412/587 KB 79/79 KB 357/894 KB 362/404 KB 416/587 KB 79/79 KB 357/894 KB 362/404 KB 404/587 KB 79/79 KB 357/894 KB 362/404 KB 416/587 KB 79/79 KB 361/894 KB 362/404 KB 404/587 KB 79/79 KB 353/894 KB 366/404 KB 416/587 KB 79/79 KB 365/894 KB 370/404 KB 416/587 KB 79/79 KB 365/894 KB 374/404 KB 416/587 KB 79/79 KB 365/894 KB 362/404 KB 416/587 KB 79/79 KB 365/894 KB 374/404 KB 416/587 KB 79/79 KB 369/894 KB 374/404 KB 420/587 KB 79/79 KB 369/894 KB 378/404 KB 424/587 KB 79/79 KB 373/894 KB 378/404 KB 428/587 KB 79/79 KB 373/894 KB 378/404 KB 432/587 KB 79/79 KB 373/894 KB 378/404 KB 420/587 KB 79/79 KB 373/894 KB 378/404 KB 420/587 KB 79/79 KB 369/894 KB 378/404 KB 432/587 KB 79/79 KB 377/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 97.4 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install 378/404 KB 432/587 KB 381/894 KB 382/404 KB 432/587 KB 385/894 KB 382/404 KB 432/587 KB 381/894 KB 386/404 KB 432/587 KB 385/894 KB 390/404 KB 432/587 KB 385/894 KB 390/404 KB 432/587 KB 385/894 KB 4/1822 KB 390/404 KB 432/587 KB 385/894 KB 8/1822 KB 390/404 KB 432/587 KB 385/894 KB 12/1822 KB 390/404 KB 432/587 KB 385/894 KB 16/1822 KB 390/404 KB 432/587 KB 385/894 KB 20/1822 KB 390/404 KB 432/587 KB 385/894 KB 24/1822 KB 390/404 KB 432/587 KB 385/894 KB 28/1822 KB 390/404 KB 432/587 KB 385/894 KB 32/1822 KB 390/404 KB 436/587 KB 385/894 KB 32/1822 KB 390/404 KB 440/587 KB 385/894 KB 32/1822 KB 390/404 KB 440/587 KB 385/894 KB 36/1822 KB 390/404 KB 440/587 KB 385/894 KB 40/1822 KB 390/404 KB 440/587 KB 385/894 KB 44/1822 KB 390/404 KB 440/587 KB 385/894 KB 48/1822 KB 394/404 KB 440/587 KB 389/894 KB 48/1822 KB 394/404 KB 444/587 KB 389/894 KB 48/1822 KB 394/404 KB 444/587 KB 393/894 KB 48/1822 KB 394/404 KB 444/587 KB 389/894 KB 48/1822 KB 398/404 KB 448/587 KB 393/894 KB 48/1822 KB 398/404 KB 444/587 KB 393/894 KB 48/1822 KB 402/404 KB 448/587 KB 393/894 KB 48/1822 KB 404/404 KB 448/587 KB 397/894 KB 48/1822 KB 402/404 KB 448/587 KB 397/894 KB 48/1822 KB 404/404 KB 452/587 KB 401/894 KB 52/1822 KB 404/404 KB 452/587 KB 405/894 KB 52/1822 KB 404/404 KB 452/587 KB 409/894 KB 3/115 KB 52/1822 KB 404/404 KB 452/587 KB 413/894 KB 3/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 3/115 KB 52/1822 KB 404/404 KB 452/587 KB 397/894 KB 52/1822 KB 404/404 KB 448/587 KB 397/894 KB 52/1822 KB 404/404 KB 452/587 KB 405/894 KB 3/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 6/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 9/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 11/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 14/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 16/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 19/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 22/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 25/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 27/115 KB 52/1822 KB 404/404 KB 452/587 KB 417/894 KB 27/115 KB 56/1822 KB 404/404 KB 452/587 KB 417/894 KB 27/115 KB 60/1822 KB 404/404 KB 456/587 KB 417/894 KB 30/115 KB 60/1822 KB 404/404 KB 452/587 KB 417/894 KB 30/115 KB 60/1822 KB 404/404 KB 456/587 KB 417/894 KB 30/115 KB 64/1822 KB 404/404 KB 460/587 KB 417/894 KB 32/115 KB 68/1822 KB 460/587 KB 421/894 KB 32/115 KB 72/1822 KB 460/587 KB 421/894 KB 32/115 KB 76/1822 KB 404/404 KB 460/587 KB 417/894 KB 32/115 KB 64/1822 KB 404/404 KB 456/587 KB 417/894 KB 32/115 KB 64/1822 KB 464/587 KB 421/894 KB 32/115 KB 80/1822 KB 468/587 KB 421/894 KB 32/115 KB 80/1822 KB 472/587 KB 421/894 KB 36/115 KB 80/1822 KB 476/587 KB 421/894 KB 36/115 KB 80/1822 KB 480/587 KB 421/894 KB 36/115 KB 80/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 485.0 KB/sec) unit-abot-epc-basic-0: 03:39:30 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 404/404 KB 460/587 KB 421/894 KB 32/115 KB 68/1822 KB 480/587 KB 425/894 KB 36/115 KB 80/1822 KB 484/587 KB 429/894 KB 36/115 KB 80/1822 KB 484/587 KB 433/894 KB 36/115 KB 80/1822 KB 460/587 KB 421/894 KB 36/115 KB 80/1822 KB 468/587 KB 421/894 KB 36/115 KB 80/1822 KB 484/587 KB 433/894 KB 40/115 KB 80/1822 KB 484/587 KB 433/894 KB 44/115 KB 80/1822 KB 484/587 KB 433/894 KB 48/115 KB 80/1822 KB 484/587 KB 433/894 KB 48/115 KB 84/1822 KB 484/587 KB 437/894 KB 52/115 KB 88/1822 KB 484/587 KB 437/894 KB 52/115 KB 92/1822 KB 484/587 KB 425/894 KB 36/115 KB 80/1822 KB 488/587 KB 437/894 KB 52/115 KB 92/1822 KB 492/587 KB 437/894 KB 52/115 KB 92/1822 KB 496/587 KB 437/894 KB 52/115 KB 96/1822 KB 484/587 KB 437/894 KB 52/115 KB 84/1822 KB 484/587 KB 433/894 KB 52/115 KB 84/1822 KB 496/587 KB 437/894 KB 56/115 KB 96/1822 KB 496/587 KB 437/894 KB 60/115 KB 96/1822 KB 496/587 KB 437/894 KB 63/115 KB 96/1822 KB 492/587 KB 437/894 KB 52/115 KB 96/1822 KB 496/587 KB 437/894 KB 67/115 KB 96/1822 KB 500/587 KB 441/894 KB 71/115 KB 100/1822 KB 500/587 KB 441/894 KB 75/115 KB 100/1822 KB 500/587 KB 441/894 KB 79/115 KB 100/1822 KB 500/587 KB 441/894 KB 67/115 KB 100/1822 KB 496/587 KB 441/894 KB 67/115 KB 100/1822 KB 496/587 KB 441/894 KB 67/115 KB 96/1822 KB 500/587 KB 445/894 KB 79/115 KB 100/1822 KB 500/587 KB 449/894 KB 79/115 KB 100/1822 KB 500/587 KB 449/894 KB 79/115 KB 104/1822 KB 500/587 KB 449/894 KB 79/115 KB 108/1822 KB 504/587 KB 449/894 KB 79/115 KB 108/1822 KB 504/587 KB 449/894 KB 79/115 KB 112/1822 KB 508/587 KB 449/894 KB 79/115 KB 112/1822 KB 512/587 KB 4/206 KB 453/894 KB 79/115 KB 112/1822 KB 516/587 KB 4/206 KB 453/894 KB 79/115 KB 112/1822 KB 520/587 KB 4/206 KB 453/894 KB 83/115 KB 116/1822 KB 524/587 KB 4/206 KB 453/894 KB 83/115 KB 116/1822 KB 528/587 KB 4/206 KB 453/894 KB 83/115 KB 116/1822 KB 508/587 KB 4/206 KB 453/894 KB 79/115 KB 112/1822 KB 508/587 KB 4/206 KB 449/894 KB 79/115 KB 112/1822 KB 528/587 KB 8/206 KB 453/894 KB 83/115 KB 116/1822 KB 528/587 KB 12/206 KB 453/894 KB 83/115 KB 116/1822 KB 528/587 KB 16/206 KB 453/894 KB 83/115 KB 116/1822 KB 528/587 KB 16/206 KB 457/894 KB 83/115 KB 116/1822 KB 528/587 KB 20/206 KB 461/894 KB 83/115 KB 116/1822 KB 528/587 KB 24/206 KB 461/894 KB 83/115 KB 116/1822 KB 528/587 KB 28/206 KB 461/894 KB 83/115 KB 116/1822 KB 528/587 KB 32/206 KB 461/894 KB 83/115 KB 116/1822 KB 516/587 KB 4/206 KB 453/894 KB 83/115 KB 116/1822 KB 528/587 KB 32/206 KB 461/894 KB 83/115 KB 120/1822 KB 528/587 KB 32/206 KB 461/894 KB 83/115 KB 124/1822 KB 516/587 KB 4/206 KB 453/894 KB 83/115 KB 112/1822 KB 528/587 KB 16/206 KB 461/894 KB 83/115 KB 116/1822 KB 528/587 KB 32/206 KB 465/894 KB 83/115 KB 124/1822 KB 528/587 KB 32/206 KB 465/894 KB 87/115 KB 124/1822 KB 528/587 KB 32/206 KB 465/894 KB 91/115 KB 128/1822 KB 528/587 KB 32/206 KB 465/894 KB 91/115 KB 128/1822 KB 528/587 KB 32/206 KB 465/894 KB 95/115 KB 128/1822 KB 528/587 KB 32/206 KB 469/894 KB 95/115 KB 128/1822 KB 528/587 KB 32/206 KB 473/894 KB 95/115 KB 128/1822 KB 528/587 KB 36/206 KB 477/894 KB 99/115 KB 128/1822 KB 528/587 KB 36/206 KB 481/894 KB 99/115 KB 128/1822 KB 532/587 KB 36/206 KB 481/894 KB 99/115 KB 132/1822 KB 536/587 KB 36/206 KB 481/894 KB 99/115 KB 132/1822 KB 540/587 KB 36/206 KB 481/894 KB 99/115 KB 132/1822 KB 544/587 KB 36/206 KB 481/894 KB 99/115 KB 132/1822 KB 528/587 KB 36/206 KB 473/894 KB 99/115 KB 128/1822 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 544/587 KB 40/206 KB 481/894 KB 99/115 KB 132/1822 KB 528/587 KB 32/206 KB 473/894 KB 99/115 KB 128/1822 KB 528/587 KB 36/206 KB 481/894 KB 99/115 KB 132/1822 KB 544/587 KB 44/206 KB 481/894 KB 99/115 KB 136/1822 KB 544/587 KB 44/206 KB 481/894 KB 103/115 KB 136/1822 KB 544/587 KB 44/206 KB 481/894 KB 103/115 KB 140/1822 KB 544/587 KB 44/206 KB 481/894 KB 107/115 KB 144/1822 KB 544/587 KB 44/206 KB 481/894 KB 107/115 KB 140/1822 KB 544/587 KB 44/206 KB 481/894 KB 111/115 KB 144/1822 KB 544/587 KB 44/206 KB 481/894 KB 99/115 KB 132/1822 KB 548/587 KB 44/206 KB 485/894 KB 111/115 KB 144/1822 KB 552/587 KB 48/206 KB 485/894 KB 115/115 KB 148/1822 KB 548/587 KB 48/206 KB 485/894 KB 115/115 KB 148/1822 KB 544/587 KB 44/206 KB 485/894 KB 111/115 KB 144/1822 KB 548/587 KB 48/206 KB 485/894 KB 115/115 KB 144/1822 KB 548/587 KB 44/206 KB 485/894 KB 115/115 KB 144/1822 KB 552/587 KB 48/206 KB 489/894 KB 115/115 KB 148/1822 KB 552/587 KB 48/206 KB 493/894 KB 115/115 KB 148/1822 KB 552/587 KB 48/206 KB 497/894 KB 115/115 KB 148/1822 KB 552/587 KB 48/206 KB 501/894 KB 115/115 KB 148/1822 KB 556/587 KB 52/206 KB 505/894 KB 115/115 KB 152/1822 KB 556/587 KB 52/206 KB 509/894 KB 115/115 KB 152/1822 KB 556/587 KB 52/206 KB 501/894 KB 115/115 KB 152/1822 KB 552/587 KB 52/206 KB 501/894 KB 115/115 KB 152/1822 KB 552/587 KB 48/206 KB 501/894 KB 115/115 KB 152/1822 KB 556/587 KB 52/206 KB 509/894 KB 115/115 KB 156/1822 KB 560/587 KB 52/206 KB 509/894 KB 115/115 KB 156/1822 KB 560/587 KB 56/206 KB 509/894 KB 115/115 KB 160/1822 KB 560/587 KB 60/206 KB 509/894 KB 115/115 KB 160/1822 KB 560/587 KB 64/206 KB 509/894 KB 115/115 KB 160/1822 KB 560/587 KB 52/206 KB 509/894 KB 115/115 KB 160/1822 KB 560/587 KB 64/206 KB 509/894 KB 115/115 KB 164/1822 KB 564/587 KB 68/206 KB 513/894 KB 115/115 KB 168/1822 KB 564/587 KB 68/206 KB 513/894 KB 115/115 KB 172/1822 KB 564/587 KB 68/206 KB 513/894 KB 115/115 KB 164/1822 KB 564/587 KB 68/206 KB 509/894 KB 115/115 KB 164/1822 KB 564/587 KB 72/206 KB 513/894 KB 115/115 KB 176/1822 KB 564/587 KB 76/206 KB 513/894 KB 115/115 KB 176/1822 KB 564/587 KB 80/206 KB 513/894 KB 115/115 KB 176/1822 KB 564/587 KB 64/206 KB 509/894 KB 115/115 KB 164/1822 KB 568/587 KB 80/206 KB 517/894 KB 176/1822 KB 572/587 KB 80/206 KB 517/894 KB 176/1822 KB 576/587 KB 80/206 KB 517/894 KB 176/1822 KB 564/587 KB 80/206 KB 517/894 KB 115/115 KB 176/1822 KB 564/587 KB 68/206 KB 513/894 KB 115/115 KB 176/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 133.4 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 576/587 KB 80/206 KB 521/894 KB 180/1822 KB 576/587 KB 80/206 KB 525/894 KB 180/1822 KB 580/587 KB 84/206 KB 529/894 KB 180/1822 KB 576/587 KB 80/206 KB 517/894 KB 180/1822 KB 580/587 KB 84/206 KB 529/894 KB 184/1822 KB 580/587 KB 84/206 KB 529/894 KB 188/1822 KB 580/587 KB 84/206 KB 529/894 KB 192/1822 KB 580/587 KB 84/206 KB 525/894 KB 180/1822 KB 580/587 KB 80/206 KB 525/894 KB 180/1822 KB 584/587 KB 84/206 KB 529/894 KB 192/1822 KB 587/587 KB 84/206 KB 529/894 KB 192/1822 KB 587/587 KB 88/206 KB 529/894 KB 192/1822 KB 587/587 KB 92/206 KB 529/894 KB 192/1822 KB 587/587 KB 92/206 KB 533/894 KB 192/1822 KB 587/587 KB 96/206 KB 537/894 KB 192/1822 KB 587/587 KB 96/206 KB 541/894 KB 192/1822 KB 587/587 KB 96/206 KB 545/894 KB 196/1822 KB 587/587 KB 96/206 KB 541/894 KB 196/1822 KB 587/587 KB 96/206 KB 545/894 KB 200/1822 KB 587/587 KB 96/206 KB 545/894 KB 204/1822 KB 587/587 KB 96/206 KB 545/894 KB 208/1822 KB 587/587 KB 96/206 KB 541/894 KB 192/1822 KB 587/587 KB 100/206 KB 545/894 KB 208/1822 KB 587/587 KB 104/206 KB 545/894 KB 208/1822 KB 587/587 KB 108/206 KB 545/894 KB 208/1822 KB 587/587 KB 108/206 KB 549/894 KB 208/1822 KB 587/587 KB 108/206 KB 553/894 KB 208/1822 KB 587/587 KB 112/206 KB 553/894 KB 208/1822 KB 587/587 KB 112/206 KB 557/894 KB 208/1822 KB 587/587 KB 112/206 KB 561/894 KB 208/1822 KB 587/587 KB 116/206 KB 561/894 KB 208/1822 KB 587/587 KB 120/206 KB 565/894 KB 212/1822 KB 587/587 KB 124/206 KB 565/894 KB 212/1822 KB 587/587 KB 128/206 KB 565/894 KB 212/1822 KB 587/587 KB 116/206 KB 565/894 KB 212/1822 KB 587/587 KB 116/206 KB 561/894 KB 212/1822 KB 587/587 KB 128/206 KB 565/894 KB 216/1822 KB 587/587 KB 128/206 KB 565/894 KB 220/1822 KB 587/587 KB 128/206 KB 565/894 KB 224/1822 KB 587/587 KB 128/206 KB 569/894 KB 224/1822 KB 587/587 KB 128/206 KB 573/894 KB 224/1822 KB 587/587 KB 128/206 KB 577/894 KB 224/1822 KB 587/587 KB 128/206 KB 577/894 KB 228/1822 KB 587/587 KB 128/206 KB 577/894 KB 232/1822 KB 587/587 KB 128/206 KB 577/894 KB 236/1822 KB 587/587 KB 128/206 KB 577/894 KB 240/1822 KB 587/587 KB 132/206 KB 577/894 KB 240/1822 KB 587/587 KB 136/206 KB 577/894 KB 240/1822 KB 587/587 KB 140/206 KB 577/894 KB 240/1822 KB 144/206 KB 577/894 KB 240/1822 KB 148/206 KB 581/894 KB 240/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 670.5 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 148/206 KB 581/894 KB 244/1822 KB 148/206 KB 581/894 KB 248/1822 KB 144/206 KB 581/894 KB 240/1822 KB 148/206 KB 585/894 KB 248/1822 KB 148/206 KB 589/894 KB 248/1822 KB 148/206 KB 593/894 KB 248/1822 KB 148/206 KB 597/894 KB 248/1822 KB 152/206 KB 597/894 KB 252/1822 KB 152/206 KB 597/894 KB 248/1822 KB 152/206 KB 597/894 KB 256/1822 KB 156/206 KB 597/894 KB 256/1822 KB 160/206 KB 597/894 KB 256/1822 KB 164/206 KB 601/894 KB 256/1822 KB 168/206 KB 601/894 KB 260/1822 KB 172/206 KB 601/894 KB 260/1822 KB 176/206 KB 601/894 KB 260/1822 KB 160/206 KB 601/894 KB 256/1822 KB 176/206 KB 605/894 KB 260/1822 KB 176/206 KB 609/894 KB 260/1822 KB 164/206 KB 601/894 KB 260/1822 KB 176/206 KB 609/894 KB 264/1822 KB 176/206 KB 609/894 KB 268/1822 KB 176/206 KB 609/894 KB 272/1822 KB 176/206 KB 613/894 KB 272/1822 KB 176/206 KB 617/894 KB 272/1822 KB 176/206 KB 621/894 KB 272/1822 KB 176/206 KB 625/894 KB 272/1822 KB 176/206 KB 4/57 KB 625/894 KB 272/1822 KB 176/206 KB 8/57 KB 625/894 KB 272/1822 KB 176/206 KB 12/57 KB 625/894 KB 272/1822 KB 176/206 KB 16/57 KB 625/894 KB 272/1822 KB 176/206 KB 16/57 KB 625/894 KB 276/1822 KB 180/206 KB 16/57 KB 625/894 KB 276/1822 KB 180/206 KB 16/57 KB 625/894 KB 280/1822 KB 184/206 KB 16/57 KB 625/894 KB 280/1822 KB 184/206 KB 16/57 KB 625/894 KB 284/1822 KB 188/206 KB 20/57 KB 625/894 KB 284/1822 KB 188/206 KB 24/57 KB 625/894 KB 284/1822 KB 188/206 KB 28/57 KB 625/894 KB 284/1822 KB 188/206 KB 32/57 KB 625/894 KB 284/1822 KB 188/206 KB 16/57 KB 625/894 KB 284/1822 KB 188/206 KB 32/57 KB 625/894 KB 288/1822 KB 192/206 KB 32/57 KB 625/894 KB 288/1822 KB 196/206 KB 36/57 KB 625/894 KB 288/1822 KB 200/206 KB 36/57 KB 629/894 KB 292/1822 KB 192/206 KB 36/57 KB 625/894 KB 288/1822 KB 204/206 KB 40/57 KB 629/894 KB 292/1822 KB 204/206 KB 44/57 KB 629/894 KB 292/1822 KB 204/206 KB 48/57 KB 629/894 KB 292/1822 KB 204/206 KB 52/57 KB 629/894 KB 292/1822 KB 204/206 KB 56/57 KB 629/894 KB 292/1822 KB 204/206 KB 57/57 KB 629/894 KB 292/1822 KB 196/206 KB 36/57 KB 629/894 KB 292/1822 KB 196/206 KB 36/57 KB 629/894 KB 288/1822 KB 204/206 KB 57/57 KB 633/894 KB 292/1822 KB 204/206 KB 57/57 KB 637/894 KB 292/1822 KB 204/206 KB 57/57 KB 641/894 KB 292/1822 KB 204/206 KB 57/57 KB 645/894 KB 292/1822 KB 204/206 KB 57/57 KB 649/894 KB 296/1822 KB 204/206 KB 57/57 KB 653/894 KB 296/1822 KB 204/206 KB 57/57 KB 657/894 KB 296/1822 KB 204/206 KB 57/57 KB 645/894 KB 296/1822 KB 204/206 KB 57/57 KB 645/894 KB 296/1822 KB 206/206 KB 57/57 KB 657/894 KB 296/1822 KB 206/206 KB 57/57 KB 657/894 KB 300/1822 KB 206/206 KB 57/57 KB 657/894 KB 304/1822 KB 206/206 KB 57/57 KB 657/894 KB 308/1822 KB 206/206 KB 57/57 KB 661/894 KB 312/1822 KB 206/206 KB 57/57 KB 661/894 KB 316/1822 KB 206/206 KB 57/57 KB 661/894 KB 320/1822 KB 206/206 KB 57/57 KB 661/894 KB 308/1822 KB 206/206 KB 57/57 KB 665/894 KB 320/1822 KB 206/206 KB 57/57 KB 669/894 KB 320/1822 KB 206/206 KB 57/57 KB 673/894 KB 320/1822 KB 206/206 KB 57/57 KB 673/894 KB 324/1822 KB 206/206 KB 57/57 KB 673/894 KB 328/1822 KB 206/206 KB 57/57 KB 673/894 KB 332/1822 KB 206/206 KB 57/57 KB 673/894 KB 336/1822 KB 206/206 KB 57/57 KB 677/894 KB 336/1822 KB 206/206 KB 57/57 KB 681/894 KB 336/1822 KB 206/206 KB 57/57 KB 685/894 KB 336/1822 KB 206/206 KB 57/57 KB 689/894 KB 336/1822 KB 206/206 KB 57/57 KB 689/894 KB 340/1822 KB 206/206 KB 57/57 KB 689/894 KB 344/1822 KB 206/206 KB 57/57 KB 689 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install /894 KB 348/1822 KB 206/206 KB 57/57 KB 689/894 KB 352/1822 KB 206/206 KB 57/57 KB 693/894 KB 352/1822 KB 206/206 KB 697/894 KB 356/1822 KB 206/206 KB 701/894 KB 356/1822 KB 206/206 KB 705/894 KB 356/1822 KB 206/206 KB 693/894 KB 356/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 63.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 229.0 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 705/894 KB 360/1822 KB 705/894 KB 364/1822 KB 705/894 KB 368/1822 KB 709/894 KB 368/1822 KB 713/894 KB 368/1822 KB 717/894 KB 368/1822 KB 721/894 KB 368/1822 KB 721/894 KB 372/1822 KB 721/894 KB 376/1822 KB 721/894 KB 380/1822 KB 721/894 KB 384/1822 KB 725/894 KB 384/1822 KB 729/894 KB 384/1822 KB 733/894 KB 384/1822 KB 737/894 KB 384/1822 KB 737/894 KB 388/1822 KB 737/894 KB 392/1822 KB 737/894 KB 396/1822 KB 737/894 KB 400/1822 KB 741/894 KB 400/1822 KB 745/894 KB 400/1822 KB 745/894 KB 404/1822 KB 749/894 KB 4/99 KB 404/1822 KB 749/894 KB 8/99 KB 404/1822 KB 749/894 KB 12/99 KB 404/1822 KB 749/894 KB 16/99 KB 404/1822 KB 749/894 KB 404/1822 KB 749/894 KB 20/99 KB 404/1822 KB 749/894 KB 24/99 KB 404/1822 KB 749/894 KB 28/99 KB 404/1822 KB 749/894 KB 32/99 KB 404/1822 KB 753/894 KB 32/99 KB 404/1822 KB 753/894 KB 36/99 KB 404/1822 KB 753/894 KB 40/99 KB 404/1822 KB 753/894 KB 44/99 KB 404/1822 KB 753/894 KB 48/99 KB 404/1822 KB 753/894 KB 48/99 KB 408/1822 KB 753/894 KB 48/99 KB 412/1822 KB 753/894 KB 48/99 KB 416/1822 KB 757/894 KB 48/99 KB 416/1822 KB 4/263 KB 761/894 KB 52/99 KB 420/1822 KB 4/263 KB 765/894 KB 52/99 KB 420/1822 KB 4/263 KB 757/894 KB 48/99 KB 416/1822 KB 8/263 KB 765/894 KB 52/99 KB 420/1822 KB 12/263 KB 765/894 KB 52/99 KB 420/1822 KB 16/263 KB 765/894 KB 52/99 KB 420/1822 KB 20/263 KB 765/894 KB 52/99 KB 420/1822 KB 24/263 KB 765/894 KB 52/99 KB 420/1822 KB 28/263 KB 765/894 KB 52/99 KB 420/1822 KB 32/263 KB 765/894 KB 52/99 KB 420/1822 KB 32/263 KB 769/894 KB 52/99 KB 420/1822 KB 4/263 KB 757/894 KB 52/99 KB 420/1822 KB 4/263 KB 757/894 KB 52/99 KB 416/1822 KB 32/263 KB 769/894 KB 56/99 KB 420/1822 KB 32/263 KB 769/894 KB 60/99 KB 420/1822 KB 32/263 KB 769/894 KB 64/99 KB 420/1822 KB 36/263 KB 769/894 KB 64/99 KB 420/1822 KB 40/263 KB 769/894 KB 64/99 KB 420/1822 KB 44/263 KB 769/894 KB 64/99 KB 420/1822 KB 48/263 KB 769/894 KB 64/99 KB 420/1822 KB 48/263 KB 769/894 KB 68/99 KB 420/1822 KB 48/263 KB 769/894 KB 72/99 KB 420/1822 KB 48/263 KB 769/894 KB 76/99 KB 420/1822 KB 48/263 KB 769/894 KB 80/99 KB 420/1822 KB 48/263 KB 769/894 KB 80/99 KB 424/1822 KB 48/263 KB 769/894 KB 80/99 KB 428/1822 KB 52/263 KB 769/894 KB 80/99 KB 428/1822 KB 56/263 KB 769/894 KB 80/99 KB 428/1822 KB 60/263 KB 769/894 KB 80/99 KB 428/1822 KB 64/263 KB 769/894 KB 80/99 KB 428/1822 KB 64/263 KB 769/894 KB 84/99 KB 428/1822 KB 64/263 KB 773/894 KB 84/99 KB 432/1822 KB 64/263 KB 777/894 KB 84/99 KB 432/1822 KB 64/263 KB 781/894 KB 84/99 KB 432/1822 KB 64/263 KB 769/894 KB 84/99 KB 432/1822 KB 68/263 KB 781/894 KB 88/99 KB 432/1822 KB 72/263 KB 781/894 KB 88/99 KB 432/1822 KB 76/263 KB 781/894 KB 88/99 KB 432/1822 KB 80/263 KB 781/894 KB 88/99 KB 432/1822 KB 84/263 KB 781/894 KB 88/99 KB 432/1822 KB 88/263 KB 781/894 KB 88/99 KB 432/1822 KB 92/263 KB 781/894 KB 88/99 KB 436/1822 KB 64/263 KB 781/894 KB 88/99 KB 432/1822 KB 92/263 KB 785/894 KB 88/99 KB 436/1822 KB 92/263 KB 781/894 KB 88/99 KB 436/1822 KB 96/263 KB 785/894 KB 92/99 KB 436/1822 KB 92/263 KB 785/894 KB 92/99 KB 436/1822 KB 96/263 KB 785/894 KB 96/99 KB 436/1822 KB 96/263 KB 785/894 KB 99/99 KB 436/1822 KB 100/263 KB 785/894 KB 99/99 KB 440/1822 KB 104/263 KB 789/894 KB 99/99 KB 440/1822 KB 100/263 KB 789/894 KB 99/99 KB 440/1822 KB 96/263 KB 785/894 KB 99/99 KB 440/1822 KB 104/263 KB 789/894 KB 99/99 KB 444/1822 KB 104/263 KB 789/894 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 99/99 KB 448/1822 KB 104/263 KB 789/894 KB 99/99 KB 452/1822 KB 108/263 KB 793/894 KB 99/99 KB 452/1822 KB 104/263 KB 793/894 KB 99/99 KB 452/1822 KB 108/263 KB 797/894 KB 99/99 KB 452/1822 KB 108/263 KB 801/894 KB 99/99 KB 452/1822 KB 112/263 KB 801/894 KB 99/99 KB 452/1822 KB 116/263 KB 801/894 KB 99/99 KB 452/1822 KB 120/263 KB 805/894 KB 99/99 KB 456/1822 KB 124/263 KB 805/894 KB 99/99 KB 456/1822 KB 116/263 KB 805/894 KB 99/99 KB 456/1822 KB 116/263 KB 801/894 KB 99/99 KB 456/1822 KB 124/263 KB 809/894 KB 460/1822 KB 124/263 KB 805/894 KB 460/1822 KB 124/263 KB 809/894 KB 464/1822 KB 124/263 KB 813/894 KB 464/1822 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 106.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 128/263 KB 813/894 KB 464/1822 KB Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 128/263 KB 817/894 KB 464/1822 KB 128/263 KB 821/894 KB 464/1822 KB 132/263 KB 825/894 KB 468/1822 KB 132/263 KB 829/894 KB 468/1822 KB 132/263 KB 833/894 KB 468/1822 KB 132/263 KB 821/894 KB 468/1822 KB 132/263 KB 833/894 KB 472/1822 KB 132/263 KB 833/894 KB 476/1822 KB 132/263 KB 821/894 KB 468/1822 KB 136/263 KB 833/894 KB 480/1822 KB 140/263 KB 833/894 KB 480/1822 KB 132/263 KB 833/894 KB 480/1822 KB 144/263 KB 833/894 KB 480/1822 KB 144/263 KB 837/894 KB 480/1822 KB 148/263 KB 841/894 KB 484/1822 KB 148/263 KB 837/894 KB 484/1822 KB 144/263 KB 837/894 KB 484/1822 KB 148/263 KB 841/894 KB 488/1822 KB 148/263 KB 841/894 KB 492/1822 KB 148/263 KB 841/894 KB 496/1822 KB 152/263 KB 841/894 KB 496/1822 KB 152/263 KB 845/894 KB 496/1822 KB 156/263 KB 849/894 KB 496/1822 KB 156/263 KB 849/894 KB 496/1822 KB 160/263 KB 849/894 KB 496/1822 KB 160/263 KB 853/894 KB 496/1822 KB 164/263 KB 857/894 KB 500/1822 KB 164/263 KB 861/894 KB 500/1822 KB 164/263 KB 853/894 KB 500/1822 KB 160/263 KB 853/894 KB 500/1822 KB 164/263 KB 861/894 KB 504/1822 KB 164/263 KB 861/894 KB 508/1822 KB 164/263 KB 861/894 KB 512/1822 KB 168/263 KB 861/894 KB 512/1822 KB 172/263 KB 861/894 KB 512/1822 KB 172/263 KB 865/894 KB 512/1822 KB 176/263 KB 865/894 KB 512/1822 KB 176/263 KB 865/894 KB 516/1822 KB 180/263 KB 869/894 KB 520/1822 KB 180/263 KB 869/894 KB 524/1822 KB 180/263 KB 869/894 KB 528/1822 KB 180/263 KB 869/894 KB 516/1822 KB 176/263 KB 869/894 KB 516/1822 KB 180/263 KB 873/894 KB 528/1822 KB 184/263 KB 877/894 KB 528/1822 KB 184/263 KB 881/894 KB 528/1822 KB 184/263 KB 873/894 KB 528/1822 KB 184/263 KB 881/894 KB 4/314 KB 528/1822 KB 184/263 KB 881/894 KB 8/314 KB 528/1822 KB 184/263 KB 881/894 KB 12/314 KB 528/1822 KB 184/263 KB 881/894 KB 16/314 KB 528/1822 KB 188/263 KB 881/894 KB 16/314 KB 528/1822 KB 192/263 KB 881/894 KB 16/314 KB 528/1822 KB 192/263 KB 881/894 KB 20/314 KB 4/276 KB 528/1822 KB 192/263 KB 881/894 KB 20/314 KB 8/276 KB 528/1822 KB 192/263 KB 881/894 KB 20/314 KB 12/276 KB 528/1822 KB 192/263 KB 881/894 KB 20/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 20/314 KB 528/1822 KB 192/263 KB 881/894 KB 24/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 28/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 32/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 36/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 40/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 44/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 48/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 52/314 KB 16/276 KB 528/1822 KB 192/263 KB 881/894 KB 56/314 KB 20/276 KB 528/1822 KB 192/263 KB 881/894 KB 52/314 KB 20/276 KB 528/1822 KB 192/263 KB 881/894 KB 56/314 KB 24/276 KB 528/1822 KB 192/263 KB 881/894 KB 56/314 KB 28/276 KB 528/1822 KB 192/263 KB 881/894 KB 56/314 KB 32/276 KB 528/1822 KB 192/263 KB 881/894 KB 60/314 KB 32/276 KB 528/1822 KB 192/263 KB 881/894 KB 64/314 KB 32/276 KB 528/1822 KB 192/263 KB 881/894 KB 64/314 KB 36/276 KB 528/1822 KB 192/263 KB 881/894 KB 68/314 KB 40/276 KB 528/1822 KB 192/263 KB 881/894 KB 68/314 KB 44/276 KB 528/1822 KB 192/263 KB 881/894 KB 68/314 KB 48/276 KB 528/1822 KB 192/263 KB 881/894 KB 68/314 KB 52/276 KB 528/1822 KB 196/263 KB 885/894 KB 68/314 KB 56/276 KB 532/1822 KB 196/263 KB 885/894 KB 68/314 KB 60/276 KB 532/1822 KB 196/263 KB 885/894 KB 68/314 KB 64/276 KB 532/1822 KB 192/263 KB 881/894 KB 68/314 KB 36/276 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 528/1822 KB 196/263 KB 885/894 KB 72/314 KB 64/276 KB 532/1822 KB 196/263 KB 885/894 KB 76/314 KB 64/276 KB 532/1822 KB 196/263 KB 885/894 KB 80/314 KB 64/276 KB 532/1822 KB 196/263 KB 885/894 KB 68/314 KB 52/276 KB 532/1822 KB 196/263 KB 889/894 KB 80/314 KB 64/276 KB 532/1822 KB 196/263 KB 893/894 KB 80/314 KB 64/276 KB 532/1822 KB 196/263 KB 894/894 KB 80/314 KB 64/276 KB 532/1822 KB 196/263 KB 881/894 KB 68/314 KB 52/276 KB 532/1822 KB 192/263 KB 881/894 KB 68/314 KB 52/276 KB 532/1822 KB 196/263 KB 894/894 KB 80/314 KB 64/276 KB 536/1822 KB 196/263 KB 894/894 KB 80/314 KB 64/276 KB 540/1822 KB 196/263 KB 894/894 KB 80/314 KB 64/276 KB 544/1822 KB 200/263 KB 894/894 KB 80/314 KB 64/276 KB 544/1822 KB 204/263 KB 894/894 KB 80/314 KB 64/276 KB 544/1822 KB 208/263 KB 894/894 KB 80/314 KB 64/276 KB 544/1822 KB 212/263 KB 894/894 KB 84/314 KB 64/276 KB 544/1822 KB 216/263 KB 894/894 KB 84/314 KB 68/276 KB 548/1822 KB 220/263 KB 894/894 KB 84/314 KB 68/276 KB 548/1822 KB 224/263 KB 894/894 KB 84/314 KB 68/276 KB 548/1822 KB 208/263 KB 894/894 KB 84/314 KB 64/276 KB 544/1822 KB 224/263 KB 894/894 KB 88/314 KB 68/276 KB 548/1822 KB 224/263 KB 894/894 KB 92/314 KB 68/276 KB 548/1822 KB 224/263 KB 894/894 KB 96/314 KB 68/276 KB 548/1822 KB 212/263 KB 894/894 KB 84/314 KB 68/276 KB 548/1822 KB 224/263 KB 894/894 KB 96/314 KB 68/276 KB 552/1822 KB 224/263 KB 894/894 KB 96/314 KB 68/276 KB 556/1822 KB 224/263 KB 894/894 KB 96/314 KB 68/276 KB 560/1822 KB 212/263 KB 894/894 KB 84/314 KB 68/276 KB 544/1822 KB 224/263 KB 894/894 KB 96/314 KB 72/276 KB 560/1822 KB 224/263 KB 894/894 KB 96/314 KB 76/276 KB 560/1822 KB 224/263 KB 894/894 KB 96/314 KB 80/276 KB 560/1822 KB 224/263 KB 894/894 KB 100/314 KB 80/276 KB 560/1822 KB 228/263 KB 894/894 KB 104/314 KB 84/276 KB 564/1822 KB 228/263 KB 894/894 KB 108/314 KB 84/276 KB 564/1822 KB 228/263 KB 894/894 KB 100/314 KB 84/276 KB 564/1822 KB 228/263 KB 894/894 KB 108/314 KB 84/276 KB 568/1822 KB 228/263 KB 894/894 KB 108/314 KB 84/276 KB 572/1822 KB 228/263 KB 894/894 KB 100/314 KB 84/276 KB 560/1822 KB 224/263 KB 894/894 KB 100/314 KB 84/276 KB 560/1822 KB 228/263 KB 894/894 KB 112/314 KB 84/276 KB 572/1822 KB 232/263 KB 894/894 KB 112/314 KB 84/276 KB 576/1822 KB 228/263 KB 894/894 KB 112/314 KB 84/276 KB 576/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 930.4 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 236/263 KB 112/314 KB 88/276 KB 576/1822 KB 236/263 KB 112/314 KB 92/276 KB 576/1822 KB 236/263 KB 112/314 KB 96/276 KB 576/1822 KB 236/263 KB 112/314 KB 84/276 KB 576/1822 KB 240/263 KB 116/314 KB 96/276 KB 580/1822 KB 244/263 KB 116/314 KB 96/276 KB 580/1822 KB 248/263 KB 116/314 KB 100/276 KB 580/1822 KB 252/263 KB 116/314 KB 100/276 KB 580/1822 KB 256/263 KB 116/314 KB 100/276 KB 580/1822 KB 236/263 KB 116/314 KB 96/276 KB 580/1822 KB 236/263 KB 116/314 KB 96/276 KB 576/1822 KB Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 256/263 KB 120/314 KB 100/276 KB 580/1822 KB 256/263 KB 124/314 KB 100/276 KB 580/1822 KB 256/263 KB 128/314 KB 100/276 KB 580/1822 KB 244/263 KB 116/314 KB 100/276 KB 580/1822 KB 256/263 KB 128/314 KB 104/276 KB 584/1822 KB 256/263 KB 128/314 KB 108/276 KB 584/1822 KB 256/263 KB 128/314 KB 112/276 KB 584/1822 KB 256/263 KB 128/314 KB 100/276 KB 584/1822 KB 256/263 KB 128/314 KB 112/276 KB 588/1822 KB 256/263 KB 128/314 KB 112/276 KB 592/1822 KB 256/263 KB 128/314 KB 112/276 KB 596/1822 KB 260/263 KB 132/314 KB 116/276 KB 600/1822 KB 260/263 KB 132/314 KB 116/276 KB 604/1822 KB 260/263 KB 132/314 KB 116/276 KB 608/1822 KB 260/263 KB 132/314 KB 116/276 KB 596/1822 KB 260/263 KB 128/314 KB 112/276 KB 596/1822 KB 260/263 KB 132/314 KB 112/276 KB 596/1822 KB 263/263 KB 132/314 KB 116/276 KB 608/1822 KB 263/263 KB 136/314 KB 116/276 KB 608/1822 KB 263/263 KB 140/314 KB 116/276 KB 608/1822 KB 263/263 KB 144/314 KB 116/276 KB 608/1822 KB 263/263 KB 144/314 KB 120/276 KB 608/1822 KB 263/263 KB 144/314 KB 124/276 KB 608/1822 KB 263/263 KB 148/314 KB 128/276 KB 608/1822 KB 263/263 KB 148/314 KB 128/276 KB 612/1822 KB 263/263 KB 148/314 KB 128/276 KB 616/1822 KB 263/263 KB 148/314 KB 124/276 KB 608/1822 KB 263/263 KB 152/314 KB 128/276 KB 616/1822 KB 263/263 KB 156/314 KB 128/276 KB 616/1822 KB 263/263 KB 160/314 KB 128/276 KB 620/1822 KB 263/263 KB 160/314 KB 132/276 KB 624/1822 KB 263/263 KB 160/314 KB 132/276 KB 620/1822 KB 263/263 KB 160/314 KB 132/276 KB 620/1822 KB 263/263 KB 160/314 KB 136/276 KB 624/1822 KB 263/263 KB 160/314 KB 140/276 KB 624/1822 KB 263/263 KB 160/314 KB 144/276 KB 624/1822 KB 4/54 KB 263/263 KB 160/314 KB 144/276 KB 624/1822 KB 8/54 KB 263/263 KB 160/314 KB 144/276 KB 624/1822 KB 12/54 KB 263/263 KB 160/314 KB 144/276 KB 624/1822 KB 16/54 KB 263/263 KB 160/314 KB 144/276 KB 624/1822 KB 16/54 KB 263/263 KB 164/314 KB 144/276 KB 624/1822 KB 20/54 KB 263/263 KB 168/314 KB 144/276 KB 628/1822 KB 20/54 KB 263/263 KB 172/314 KB 144/276 KB 628/1822 KB 20/54 KB 263/263 KB 164/314 KB 144/276 KB 628/1822 KB 24/54 KB 263/263 KB 176/314 KB 144/276 KB 628/1822 KB 28/54 KB 263/263 KB 176/314 KB 144/276 KB 628/1822 KB 32/54 KB 263/263 KB 176/314 KB 144/276 KB 628/1822 KB 36/54 KB 263/263 KB 176/314 KB 144/276 KB 628/1822 KB 40/54 KB 176/314 KB 148/276 KB 628/1822 KB 44/54 KB 176/314 KB 148/276 KB 628/1822 KB 48/54 KB 176/314 KB 148/276 KB 628/1822 KB 16/54 KB 263/263 KB 164/314 KB 144/276 KB 628/1822 KB 48/54 KB 176/314 KB 148/276 KB 632/1822 KB 48/54 KB 176/314 KB 148/276 KB 636/1822 KB 36/54 KB 176/314 KB 148/276 KB 628/1822 KB 36/54 KB 176/314 KB 148/276 KB 628/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 268.1 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 48/54 KB 176/314 KB 152/276 KB 636/1822 KB 48/54 KB 176/314 KB 152/276 KB 640/1822 KB 48/54 KB 176/314 KB 156/276 KB 640/1822 KB 48/54 KB 176/314 KB 160/276 KB 640/1822 KB 48/54 KB 176/314 KB 160/276 KB 644/1822 KB 52/54 KB 180/314 KB 164/276 KB 648/1822 KB 52/54 KB 180/314 KB 164/276 KB 652/1822 KB 52/54 KB 180/314 KB 164/276 KB 656/1822 KB 52/54 KB 180/314 KB 164/276 KB 644/1822 KB 52/54 KB 180/314 KB 160/276 KB 644/1822 KB 48/54 KB 180/314 KB 160/276 KB 644/1822 KB 54/54 KB 184/314 KB 164/276 KB 656/1822 KB 54/54 KB 180/314 KB 164/276 KB 656/1822 KB 54/54 KB 188/314 KB 164/276 KB 656/1822 KB 54/54 KB 192/314 KB 164/276 KB 656/1822 KB 54/54 KB 192/314 KB 168/276 KB 656/1822 KB 54/54 KB 192/314 KB 172/276 KB 656/1822 KB 54/54 KB 192/314 KB 176/276 KB 656/1822 KB 54/54 KB 196/314 KB 180/276 KB 656/1822 KB 54/54 KB 196/314 KB 184/276 KB 660/1822 KB 54/54 KB 196/314 KB 188/276 KB 660/1822 KB 54/54 KB 196/314 KB 192/276 KB 660/1822 KB 54/54 KB 196/314 KB 176/276 KB 656/1822 KB 54/54 KB 200/314 KB 192/276 KB 660/1822 KB 54/54 KB 196/314 KB 180/276 KB 660/1822 KB 54/54 KB 204/314 KB 192/276 KB 660/1822 KB 54/54 KB 204/314 KB 192/276 KB 664/1822 KB 54/54 KB 204/314 KB 192/276 KB 668/1822 KB 54/54 KB 208/314 KB 192/276 KB 668/1822 KB 54/54 KB 208/314 KB 192/276 KB 672/1822 KB 54/54 KB 208/314 KB 196/276 KB 672/1822 KB 54/54 KB 212/314 KB 200/276 KB 672/1822 KB 54/54 KB 212/314 KB 196/276 KB 672/1822 KB 54/54 KB 216/314 KB 200/276 KB 676/1822 KB 54/54 KB 212/314 KB 200/276 KB 676/1822 KB 54/54 KB 4/748 KB 216/314 KB 200/276 KB 676/1822 KB 54/54 KB 8/748 KB 216/314 KB 200/276 KB 676/1822 KB 54/54 KB 12/748 KB 216/314 KB 200/276 KB 676/1822 KB 54/54 KB 16/748 KB 216/314 KB 200/276 KB 676/1822 KB 54/54 KB 16/748 KB 216/314 KB 200/276 KB 680/1822 KB 54/54 KB 20/748 KB 220/314 KB 204/276 KB 680/1822 KB 54/54 KB 24/748 KB 220/314 KB 204/276 KB 680/1822 KB 54/54 KB 28/748 KB 220/314 KB 204/276 KB 680/1822 KB 54/54 KB 32/748 KB 220/314 KB 204/276 KB 680/1822 KB 54/54 KB 16/748 KB 216/314 KB 204/276 KB 680/1822 KB 54/54 KB 32/748 KB 220/314 KB 208/276 KB 680/1822 KB 54/54 KB 36/748 KB 220/314 KB 208/276 KB 680/1822 KB 54/54 KB 40/748 KB 220/314 KB 208/276 KB 680/1822 KB 54/54 KB 44/748 KB 220/314 KB 208/276 KB 680/1822 KB 48/748 KB 220/314 KB 212/276 KB 684/1822 KB 54/54 KB 16/748 KB 220/314 KB 204/276 KB 680/1822 KB 48/748 KB 224/314 KB 212/276 KB 684/1822 KB 48/748 KB 228/314 KB 212/276 KB 684/1822 KB 52/748 KB 232/314 KB 212/276 KB 684/1822 KB 52/748 KB 236/314 KB 212/276 KB 684/1822 KB 52/748 KB 240/314 KB 212/276 KB 684/1822 KB 44/748 KB 220/314 KB 212/276 KB 684/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 53.9 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 54/54 KB 44/748 KB 220/314 KB 208/276 KB 684/1822 KB 52/748 KB 240/314 KB 212/276 KB 688/1822 KB 52/748 KB 240/314 KB 212/276 KB 692/1822 KB 52/748 KB 228/314 KB 212/276 KB 684/1822 KB 52/748 KB 240/314 KB 216/276 KB 692/1822 KB 52/748 KB 240/314 KB 220/276 KB 696/1822 KB 52/748 KB 240/314 KB 216/276 KB 696/1822 KB 56/748 KB 240/314 KB 220/276 KB 700/1822 KB 56/748 KB 240/314 KB 220/276 KB 696/1822 KB 56/748 KB 240/314 KB 224/276 KB 700/1822 KB 60/748 KB 240/314 KB 224/276 KB 700/1822 KB 60/748 KB 244/314 KB 224/276 KB 704/1822 KB 64/748 KB 248/314 KB 228/276 KB 704/1822 KB 64/748 KB 252/314 KB 228/276 KB 704/1822 KB 64/748 KB 256/314 KB 228/276 KB 704/1822 KB 60/748 KB 240/314 KB 224/276 KB 704/1822 KB 64/748 KB 256/314 KB 228/276 KB 708/1822 KB 64/748 KB 256/314 KB 228/276 KB 712/1822 KB 64/748 KB 256/314 KB 228/276 KB 716/1822 KB 64/748 KB 256/314 KB 228/276 KB 720/1822 KB 64/748 KB 244/314 KB 228/276 KB 704/1822 KB 64/748 KB 256/314 KB 232/276 KB 720/1822 KB 64/748 KB 256/314 KB 236/276 KB 720/1822 KB 64/748 KB 244/314 KB 224/276 KB 704/1822 KB 68/748 KB 256/314 KB 236/276 KB 720/1822 KB 72/748 KB 256/314 KB 240/276 KB 720/1822 KB 72/748 KB 256/314 KB 240/276 KB 720/1822 KB 76/748 KB 256/314 KB 240/276 KB 720/1822 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 2/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 5/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 6/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 9/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 10/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 13/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 14/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 17/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 18/223 KB 80/748 KB 256/314 KB 240/276 KB 720/1822 KB 18/223 KB 80/748 KB 260/314 KB 240/276 KB 720/1822 KB 21/223 KB 84/748 KB 264/314 KB 244/276 KB 724/1822 KB 21/223 KB 84/748 KB 268/314 KB 244/276 KB 724/1822 KB 21/223 KB 84/748 KB 272/314 KB 244/276 KB 724/1822 KB 21/223 KB 84/748 KB 260/314 KB 244/276 KB 724/1822 KB 21/223 KB 80/748 KB 260/314 KB 240/276 KB 720/1822 KB 22/223 KB 84/748 KB 272/314 KB 244/276 KB 724/1822 KB 22/223 KB 84/748 KB 272/314 KB 248/276 KB 724/1822 KB 25/223 KB 84/748 KB 272/314 KB 248/276 KB 724/1822 KB 21/223 KB 84/748 KB 260/314 KB 240/276 KB 724/1822 KB 25/223 KB 88/748 KB 272/314 KB 252/276 KB 724/1822 KB 25/223 KB 92/748 KB 272/314 KB 252/276 KB 724/1822 KB 21/223 KB 80/748 KB 260/314 KB 240/276 KB 724/1822 KB 26/223 KB 92/748 KB 272/314 KB 252/276 KB 728/1822 KB 26/223 KB 92/748 KB 272/314 KB 252/276 KB 732/1822 KB 26/223 KB 92/748 KB 272/314 KB 252/276 KB 736/1822 KB 26/223 KB 92/748 KB 272/314 KB 252/276 KB 724/1822 KB 25/223 KB 84/748 KB 272/314 KB 252/276 KB 724/1822 KB 26/223 KB 92/748 KB 272/314 KB 256/276 KB 736/1822 KB 26/223 KB 96/748 KB 272/314 KB 256/276 KB 736/1822 KB 26/223 KB 100/748 KB 272/314 KB 256/276 KB 740/1822 KB 29/223 KB 104/748 KB 276/314 KB 260/276 KB 740/1822 KB 29/223 KB 108/748 KB 276/314 KB 260/276 KB 740/1822 KB 29/223 KB 112/748 KB 276/314 KB 260/276 KB 740/1822 KB 26/223 KB 96/748 KB 272/314 KB 256/276 KB 740/1822 KB 29/223 KB 100/748 KB 276/314 KB 260/276 KB 740/1822 KB 29/223 KB 100/748 KB 276/314 KB 256/276 KB 740/1822 KB 29/223 KB 100/748 KB 272/314 KB 256/276 KB 740/1822 KB 30/223 KB 112/748 KB 276/314 KB 260/276 KB 740/1822 KB 30/223 KB 112/748 KB 280/314 KB 260/276 KB 740/1822 KB 30/223 K unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install B 112/748 KB 284/314 KB 260/276 KB 740/1822 KB 33/223 KB 112/748 KB 284/314 KB 260/276 KB 740/1822 KB 33/223 KB 112/748 KB 284/314 KB 264/276 KB 740/1822 KB 33/223 KB 112/748 KB 288/314 KB 264/276 KB 740/1822 KB 34/223 KB 112/748 KB 288/314 KB 264/276 KB 740/1822 KB 34/223 KB 112/748 KB 288/314 KB 268/276 KB 744/1822 KB 34/223 KB 112/748 KB 288/314 KB 264/276 KB 744/1822 KB 34/223 KB 112/748 KB 288/314 KB 272/276 KB 744/1822 KB 34/223 KB 112/748 KB 288/314 KB 272/276 KB 748/1822 KB 34/223 KB 112/748 KB 288/314 KB 272/276 KB 752/1822 KB 37/223 KB 112/748 KB 288/314 KB 272/276 KB 756/1822 KB 37/223 KB 116/748 KB 292/314 KB 276/276 KB 760/1822 KB 37/223 KB 116/748 KB 292/314 KB 276/276 KB 764/1822 KB 37/223 KB 116/748 KB 292/314 KB 276/276 KB 768/1822 KB 37/223 KB 112/748 KB 288/314 KB 272/276 KB 752/1822 KB 37/223 KB 116/748 KB 292/314 KB 276/276 KB 756/1822 KB 38/223 KB 116/748 KB 292/314 KB 276/276 KB 768/1822 KB 37/223 KB 116/748 KB 292/314 KB 276/276 KB 768/1822 KB 37/223 KB 116/748 KB 292/314 KB 276/276 KB 756/1822 KB 38/223 KB 116/748 KB 296/314 KB 276/276 KB 768/1822 KB 41/223 KB 116/748 KB 300/314 KB 276/276 KB 768/1822 KB 41/223 KB 116/748 KB 304/314 KB 276/276 KB 768/1822 KB 37/223 KB 116/748 KB 288/314 KB 276/276 KB 756/1822 KB 41/223 KB 116/748 KB 296/314 KB 276/276 KB 768/1822 KB 42/223 KB 116/748 KB 304/314 KB 276/276 KB 768/1822 KB 45/223 KB 116/748 KB 304/314 KB 276/276 KB 768/1822 KB 45/223 KB 120/748 KB 304/314 KB 276/276 KB 768/1822 KB 46/223 KB 124/748 KB 304/314 KB 276/276 KB 768/1822 KB 46/223 KB 128/748 KB 304/314 KB 276/276 KB 768/1822 KB 46/223 KB 120/748 KB 304/314 KB 276/276 KB 768/1822 KB 49/223 KB 128/748 KB 308/314 KB 276/276 KB 768/1822 KB 46/223 KB 128/748 KB 308/314 KB 276/276 KB 768/1822 KB 49/223 KB 128/748 KB 312/314 KB 276/276 KB 768/1822 KB 50/223 KB 128/748 KB 314/314 KB 276/276 KB 768/1822 KB 50/223 KB 128/748 KB 312/314 KB 276/276 KB 768/1822 KB 50/223 KB 132/748 KB 314/314 KB 276/276 KB 768/1822 KB 53/223 KB 136/748 KB 314/314 KB 276/276 KB 772/1822 KB 53/223 KB 140/748 KB 314/314 KB 276/276 KB 772/1822 KB 53/223 KB 144/748 KB 314/314 KB 276/276 KB 772/1822 KB 53/223 KB 132/748 KB 314/314 KB 276/276 KB 772/1822 KB 53/223 KB 132/748 KB 314/314 KB 276/276 KB 768/1822 KB 54/223 KB 144/748 KB 314/314 KB 276/276 KB 772/1822 KB 54/223 KB 144/748 KB 314/314 KB 276/276 KB 776/1822 KB 54/223 KB 144/748 KB 314/314 KB 276/276 KB 780/1822 KB 57/223 KB 144/748 KB 314/314 KB 276/276 KB 784/1822 KB 57/223 KB 144/748 KB 314/314 KB 276/276 KB 780/1822 KB 58/223 KB 144/748 KB 314/314 KB 276/276 KB 784/1822 KB 58/223 KB 144/748 KB 314/314 KB 276/276 KB 788/1822 KB 61/223 KB 148/748 KB 314/314 KB 792/1822 KB 61/223 KB 148/748 KB 314/314 KB 796/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 268.4 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 61/223 KB 148/748 KB 314/314 KB 276/276 KB 788/1822 KB 61/223 KB 152/748 KB 314/314 KB 796/1822 KB 61/223 KB 156/748 KB 314/314 KB 796/1822 KB 61/223 KB 160/748 KB 314/314 KB 796/1822 KB 61/223 KB 144/748 KB 314/314 KB 276/276 KB 788/1822 KB 62/223 KB 160/748 KB 314/314 KB 800/1822 KB 65/223 KB 160/748 KB 314/314 KB 800/1822 KB 66/223 KB 160/748 KB 314/314 KB 800/1822 KB 69/223 KB 160/748 KB 314/314 KB 800/1822 KB 61/223 KB 160/748 KB 314/314 KB 800/1822 KB 70/223 KB 160/748 KB 314/314 KB 800/1822 KB 70/223 KB 164/748 KB 314/314 KB 800/1822 KB 73/223 KB 168/748 KB 314/314 KB 804/1822 KB 73/223 KB 172/748 KB 314/314 KB 804/1822 KB 73/223 KB 164/748 KB 314/314 KB 804/1822 KB 73/223 KB 164/748 KB 314/314 KB 800/1822 KB 74/223 KB 172/748 KB 314/314 KB 804/1822 KB 77/223 KB 172/748 KB 314/314 KB 804/1822 KB 78/223 KB 172/748 KB 314/314 KB 808/1822 KB 78/223 KB 172/748 KB 314/314 KB 812/1822 KB 78/223 KB 172/748 KB 314/314 KB 816/1822 KB 78/223 KB 172/748 KB 314/314 KB 812/1822 KB 81/223 KB 176/748 KB 314/314 KB 816/1822 KB 78/223 KB 176/748 KB 314/314 KB 816/1822 KB 81/223 KB 180/748 KB 314/314 KB 816/1822 KB 83/223 KB 184/748 KB 314/314 KB 820/1822 KB 83/223 KB 188/748 KB 314/314 KB 820/1822 KB 83/223 KB 192/748 KB 314/314 KB 820/1822 KB 83/223 KB 180/748 KB 314/314 KB 820/1822 KB 83/223 KB 180/748 KB 314/314 KB 816/1822 KB 86/223 KB 192/748 KB 314/314 KB 820/1822 KB 89/223 KB 192/748 KB 314/314 KB 820/1822 KB 89/223 KB 192/748 KB 314/314 KB 824/1822 KB 89/223 KB 192/748 KB 314/314 KB 828/1822 KB 92/223 KB 192/748 KB 314/314 KB 832/1822 KB 92/223 KB 192/748 KB 314/314 KB 828/1822 KB 94/223 KB 192/748 KB 314/314 KB 832/1822 KB 97/223 KB 192/748 KB 314/314 KB 832/1822 KB 98/223 KB 192/748 KB 314/314 KB 836/1822 KB 98/223 KB 196/748 KB 314/314 KB 836/1822 KB 98/223 KB 200/748 KB 314/314 KB 836/1822 KB 101/223 KB 200/748 KB 314/314 KB 836/1822 KB 97/223 KB 192/748 KB 314/314 KB 836/1822 KB 101/223 KB 204/748 KB 314/314 KB 836/1822 KB 101/223 KB 204/748 KB 314/314 KB 840/1822 KB 102/223 KB 208/748 KB 314/314 KB 840/1822 KB 102/223 KB 204/748 KB 314/314 KB 840/1822 KB 102/223 KB 208/748 KB 314/314 KB 844/1822 KB 102/223 KB 208/748 KB 314/314 KB 848/1822 KB 105/223 KB 212/748 KB 314/314 KB 848/1822 KB 105/223 KB 216/748 KB 314/314 KB 852/1822 KB 105/223 KB 208/748 KB 314/314 KB 848/1822 KB 106/223 KB 216/748 KB 314/314 KB 852/1822 KB 109/223 KB 216/748 KB 314/314 KB 852/1822 KB 109/223 KB 220/748 KB 314/314 KB 852/1822 KB 111/223 KB 224/748 KB 314/314 KB 852/1822 KB 105/223 KB 212/748 KB 314/314 KB 852/1822 KB 111/223 KB 220/748 KB 314/314 KB 852/1822 KB 111/223 KB 224/748 KB 314/314 KB 856/1822 KB 111/223 KB 224/748 KB 314/314 KB 860/1822 KB 114/223 KB 224/748 KB 314/314 KB 860/1822 KB 114/223 KB 224/748 KB 314/314 KB 864/1822 KB 117/223 KB 224/748 KB 314/314 KB 864/1822 KB 117/223 KB 224/748 KB 314/314 KB 868/1822 KB 118/223 KB 228/748 KB 872/1822 KB 118/223 KB 228/748 KB 876/1822 KB 118/223 KB 228/748 KB 880/1822 KB 118/223 KB 228/748 KB 868/1822 KB 118/223 KB 224/748 KB 868/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 301.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 121/223 KB 228/748 KB 880/1822 KB 121/223 KB 232/748 KB 880/1822 KB 122/223 KB 232/748 KB 880/1822 KB 122/223 KB 236/748 KB 880/1822 KB 122/223 KB 240/748 KB 880/1822 KB 125/223 KB 240/748 KB 880/1822 KB 126/223 KB 240/748 KB 880/1822 KB 129/223 KB 240/748 KB 884/1822 KB 130/223 KB 240/748 KB 884/1822 KB 126/223 KB 240/748 KB 884/1822 KB 133/223 KB 244/748 KB 888/1822 KB 133/223 KB 244/748 KB 892/1822 KB 133/223 KB 244/748 KB 896/1822 KB 130/223 KB 244/748 KB 884/1822 KB 133/223 KB 248/748 KB 896/1822 KB 133/223 KB 244/748 KB 888/1822 KB 133/223 KB 252/748 KB 896/1822 KB 134/223 KB 252/748 KB 896/1822 KB 134/223 KB 256/748 KB 896/1822 KB 137/223 KB 256/748 KB 900/1822 KB 137/223 KB 260/748 KB 904/1822 KB 137/223 KB 260/748 KB 908/1822 KB 137/223 KB 260/748 KB 912/1822 KB 137/223 KB 256/748 KB 896/1822 KB 138/223 KB 260/748 KB 912/1822 KB 141/223 KB 260/748 KB 912/1822 KB 137/223 KB 260/748 KB 900/1822 KB 142/223 KB 260/748 KB 912/1822 KB 142/223 KB 264/748 KB 912/1822 KB 142/223 KB 268/748 KB 912/1822 KB 145/223 KB 272/748 KB 912/1822 KB 145/223 KB 268/748 KB 912/1822 KB 146/223 KB 272/748 KB 912/1822 KB 146/223 KB 276/748 KB 912/1822 KB 149/223 KB 276/748 KB 916/1822 KB 149/223 KB 276/748 KB 920/1822 KB 149/223 KB 276/748 KB 924/1822 KB 149/223 KB 276/748 KB 912/1822 KB 149/223 KB 4/27 KB 276/748 KB 924/1822 KB 149/223 KB 8/27 KB 276/748 KB 924/1822 KB 149/223 KB 12/27 KB 276/748 KB 924/1822 KB 149/223 KB 16/27 KB 276/748 KB 924/1822 KB 150/223 KB 16/27 KB 276/748 KB 924/1822 KB 153/223 KB 16/27 KB 276/748 KB 924/1822 KB 153/223 KB 20/27 KB 276/748 KB 4/178 KB 924/1822 KB 153/223 KB 20/27 KB 276/748 KB 8/178 KB 924/1822 KB 153/223 KB 20/27 KB 276/748 KB 12/178 KB 924/1822 KB 153/223 KB 20/27 KB 276/748 KB 16/178 KB 924/1822 KB 153/223 KB 20/27 KB 276/748 KB 924/1822 KB 153/223 KB 24/27 KB 276/748 KB 16/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 16/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 20/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 24/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 28/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 32/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 36/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 40/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 44/178 KB 924/1822 KB 153/223 KB 27/27 KB 276/748 KB 48/178 KB 924/1822 KB 154/223 KB 27/27 KB 276/748 KB 48/178 KB 924/1822 KB 154/223 KB 27/27 KB 276/748 KB 48/178 KB 928/1822 KB 154/223 KB 27/27 KB 280/748 KB 48/178 KB 928/1822 KB 157/223 KB 27/27 KB 280/748 KB 48/178 KB 928/1822 KB 157/223 KB 27/27 KB 284/748 KB 52/178 KB 928/1822 KB 157/223 KB 27/27 KB 284/748 KB 56/178 KB 928/1822 KB 157/223 KB 27/27 KB 284/748 KB 60/178 KB 928/1822 KB 157/223 KB 27/27 KB 284/748 KB 64/178 KB 928/1822 KB 157/223 KB 27/27 KB 284/748 KB 48/178 KB 928/1822 KB 157/223 KB 27/27 KB 288/748 KB 64/178 KB 928/1822 KB 158/223 KB 27/27 KB 292/748 KB 68/178 KB 928/1822 KB 158/223 KB 27/27 KB 296/748 KB 68/178 KB 932/1822 KB 158/223 KB 27/27 KB 288/748 KB 68/178 KB 928/1822 KB 158/223 KB 296/748 KB 72/178 KB 932/1822 KB 158/223 KB 296/748 KB 76/178 KB 932/1822 KB 158/223 KB 296/748 KB 80/178 KB 932/1822 KB 158/223 KB 27/27 KB 288/748 KB 64/178 KB 928/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 24.9 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 161/223 KB 296/748 KB 80/178 KB 932/1822 KB 161/223 KB 296/748 KB 84/178 KB 932/1822 KB 158/223 KB 27/27 KB 292/748 KB 68/178 KB 932/1822 KB 162/223 KB 296/748 KB 84/178 KB 932/1822 KB 162/223 KB 296/748 KB 84/178 KB 936/1822 KB 162/223 KB 296/748 KB 84/178 KB 940/1822 KB 165/223 KB 296/748 KB 84/178 KB 944/1822 KB 165/223 KB 296/748 KB 84/178 KB 940/1822 KB 165/223 KB 296/748 KB 88/178 KB 944/1822 KB 165/223 KB 296/748 KB 92/178 KB 944/1822 KB 166/223 KB 300/748 KB 92/178 KB 948/1822 KB 165/223 KB 300/748 KB 92/178 KB 948/1822 KB 166/223 KB 300/748 KB 96/178 KB 948/1822 KB 169/223 KB 300/748 KB 96/178 KB 948/1822 KB 170/223 KB 304/748 KB 96/178 KB 948/1822 KB 170/223 KB 304/748 KB 100/178 KB 948/1822 KB 165/223 KB 296/748 KB 92/178 KB 948/1822 KB 173/223 KB 304/748 KB 100/178 KB 952/1822 KB 173/223 KB 304/748 KB 100/178 KB 956/1822 KB 173/223 KB 304/748 KB 100/178 KB 960/1822 KB 173/223 KB 304/748 KB 100/178 KB 948/1822 KB 169/223 KB 304/748 KB 96/178 KB 948/1822 KB 173/223 KB 308/748 KB 104/178 KB 960/1822 KB 174/223 KB 312/748 KB 104/178 KB 960/1822 KB 174/223 KB 316/748 KB 104/178 KB 960/1822 KB 174/223 KB 320/748 KB 104/178 KB 960/1822 KB 173/223 KB 304/748 KB 104/178 KB 960/1822 KB 174/223 KB 308/748 KB 104/178 KB 960/1822 KB 177/223 KB 320/748 KB 104/178 KB 960/1822 KB 177/223 KB 320/748 KB 108/178 KB 960/1822 KB 177/223 KB 4/23 KB 320/748 KB 108/178 KB 960/1822 KB 177/223 KB 8/23 KB 320/748 KB 108/178 KB 960/1822 KB 177/223 KB 12/23 KB 320/748 KB 108/178 KB 960/1822 KB 177/223 KB 16/23 KB 320/748 KB 108/178 KB 960/1822 KB 177/223 KB 20/23 KB 320/748 KB 108/178 KB 960/1822 KB 177/223 KB 23/23 KB 320/748 KB 108/178 KB 960/1822 KB 178/223 KB 23/23 KB 320/748 KB 108/178 KB 960/1822 KB 178/223 KB 23/23 KB 320/748 KB 112/178 KB 960/1822 KB 178/223 KB 23/23 KB 320/748 KB 116/178 KB 960/1822 KB 181/223 KB 23/23 KB 324/748 KB 120/178 KB 964/1822 KB 181/223 KB 23/23 KB 324/748 KB 124/178 KB 964/1822 KB 181/223 KB 23/23 KB 324/748 KB 128/178 KB 964/1822 KB 181/223 KB 23/23 KB 324/748 KB 116/178 KB 964/1822 KB 181/223 KB 23/23 KB 324/748 KB 128/178 KB 968/1822 KB 181/223 KB 23/23 KB 324/748 KB 128/178 KB 972/1822 KB 181/223 KB 23/23 KB 324/748 KB 128/178 KB 976/1822 KB 181/223 KB 23/23 KB 324/748 KB 116/178 KB 960/1822 KB 181/223 KB 23/23 KB 320/748 KB 116/178 KB 960/1822 KB 182/223 KB 23/23 KB 324/748 KB 128/178 KB 976/1822 KB 185/223 KB 23/23 KB 324/748 KB 128/178 KB 976/1822 KB 185/223 KB 23/23 KB 328/748 KB 128/178 KB 976/1822 KB 185/223 KB 23/23 KB 332/748 KB 128/178 KB 976/1822 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 21.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 186/223 KB 23/23 KB 332/748 KB 128/178 KB 976/1822 KB 189/223 KB 332/748 KB 128/178 KB 980/1822 KB 189/223 KB 336/748 KB 128/178 KB 980/1822 KB 190/223 KB 336/748 KB 128/178 KB 980/1822 KB 190/223 KB 336/748 KB 132/178 KB 980/1822 KB 193/223 KB 340/748 KB 136/178 KB 980/1822 KB 193/223 KB 340/748 KB 140/178 KB 980/1822 KB 193/223 KB 340/748 KB 144/178 KB 980/1822 KB 186/223 KB 23/23 KB 332/748 KB 128/178 KB 980/1822 KB 193/223 KB 340/748 KB 144/178 KB 984/1822 KB 193/223 KB 340/748 KB 144/178 KB 988/1822 KB 193/223 KB 340/748 KB 144/178 KB 992/1822 KB 193/223 KB 340/748 KB 132/178 KB 980/1822 KB 193/223 KB 336/748 KB 132/178 KB 980/1822 KB 194/223 KB 340/748 KB 144/178 KB 992/1822 KB 197/223 KB 340/748 KB 144/178 KB 992/1822 KB 198/223 KB 340/748 KB 144/178 KB 992/1822 KB 198/223 KB 344/748 KB 144/178 KB 992/1822 KB 198/223 KB 348/748 KB 144/178 KB 992/1822 KB 201/223 KB 352/748 KB 144/178 KB 992/1822 KB 201/223 KB 356/748 KB 144/178 KB 992/1822 KB 201/223 KB 360/748 KB 148/178 KB 996/1822 KB 201/223 KB 364/748 KB 148/178 KB 996/1822 KB 201/223 KB 348/748 KB 144/178 KB 992/1822 KB 202/223 KB 364/748 KB 148/178 KB 996/1822 KB 205/223 KB 364/748 KB 148/178 KB 996/1822 KB 201/223 KB 356/748 KB 148/178 KB 996/1822 KB 201/223 KB 356/748 KB 144/178 KB 996/1822 KB 205/223 KB 364/748 KB 152/178 KB 996/1822 KB 206/223 KB 364/748 KB 152/178 KB 1000/1822 KB 206/223 KB 364/748 KB 152/178 KB 996/1822 KB 206/223 KB 364/748 KB 156/178 KB 1000/1822 KB 209/223 KB 364/748 KB 156/178 KB 1004/1822 KB 209/223 KB 364/748 KB 156/178 KB 1008/1822 KB 209/223 KB 364/748 KB 156/178 KB 1000/1822 KB 209/223 KB 364/748 KB 160/178 KB 1008/1822 KB 210/223 KB 364/748 KB 160/178 KB 1008/1822 KB 213/223 KB 364/748 KB 160/178 KB 1008/1822 KB 214/223 KB 368/748 KB 160/178 KB 1012/1822 KB 214/223 KB 368/748 KB 164/178 KB 1012/1822 KB 217/223 KB 368/748 KB 168/178 KB 1012/1822 KB 217/223 KB 368/748 KB 172/178 KB 1012/1822 KB 217/223 KB 368/748 KB 176/178 KB 1012/1822 KB 213/223 KB 368/748 KB 160/178 KB 1012/1822 KB 217/223 KB 368/748 KB 176/178 KB 1016/1822 KB 217/223 KB 368/748 KB 176/178 KB 1020/1822 KB 217/223 KB 368/748 KB 176/178 KB 1024/1822 KB 213/223 KB 368/748 KB 160/178 KB 1008/1822 KB 217/223 KB 372/748 KB 176/178 KB 1024/1822 KB 217/223 KB 376/748 KB 176/178 KB 1024/1822 KB 217/223 KB 380/748 KB 176/178 KB 1024/1822 KB 217/223 KB 384/748 KB 176/178 KB 1024/1822 KB 217/223 KB 388/748 KB 178/178 KB 1024/1822 KB 217/223 KB 392/748 KB 3/55 KB 178/178 KB 1028/1822 KB 217/223 KB 396/748 KB 3/55 KB 178/178 KB 1028/1822 KB 217/223 KB 368/748 KB 164/178 KB 1012/1822 KB 217/223 KB 388/748 KB 3/55 KB 178/178 KB 1028/1822 KB 217/223 KB 396/748 KB 5/55 KB 178/178 KB 1028/1822 KB 217/223 KB 396/748 KB 8/55 KB 178/178 KB 1028/1822 KB 218/223 KB 396/748 KB 11/55 KB 178/178 KB 1028/1822 KB 218/223 KB 396/748 KB 13/55 KB 178/178 KB 1028/1822 KB 218/223 KB 396/748 KB 16/55 KB 178/178 KB 1028/1822 KB 218/223 KB 396/748 KB 19/55 KB 178/178 KB 1028/1822 KB 217/223 KB 388/748 KB 178/178 KB 1028/1822 KB 217/223 KB 384/748 KB 178/178 KB 1024/1822 KB 218/223 KB 396/748 KB 8/55 KB 178/178 KB 1028/1822 KB 221/223 KB 396/748 KB 19/55 KB 178/178 KB 1028/1822 KB 223/223 KB 396/748 KB 19/55 KB 178/178 KB 1028/1822 KB 223/223 KB 396/748 KB 19/55 KB 178/178 KB 1028/1822 KB 223/223 KB 396/748 KB 21/55 KB 178/178 KB 1028/1822 KB 223/223 KB 396/748 KB 21/55 KB 178/178 KB 1032/1822 KB 223/223 KB 396/748 KB 21/ unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 55 KB 178/178 KB 1036/1822 KB 223/223 KB 396/748 KB 21/55 KB 178/178 KB 1040/1822 KB 223/223 KB 396/748 KB 24/55 KB 178/178 KB 1040/1822 KB 223/223 KB 400/748 KB 24/55 KB 178/178 KB 1040/1822 KB 223/223 KB 400/748 KB 27/55 KB 178/178 KB 1040/1822 KB 223/223 KB 404/748 KB 27/55 KB 178/178 KB 1040/1822 KB 223/223 KB 408/748 KB 29/55 KB 178/178 KB 1044/1822 KB 223/223 KB 412/748 KB 29/55 KB 178/178 KB 1044/1822 KB 223/223 KB 416/748 KB 29/55 KB 178/178 KB 1044/1822 KB 223/223 KB 404/748 KB 29/55 KB 178/178 KB 1044/1822 KB 223/223 KB 404/748 KB 29/55 KB 178/178 KB 1040/1822 KB 223/223 KB 416/748 KB 32/55 KB 178/178 KB 1044/1822 KB 223/223 KB 416/748 KB 32/55 KB 178/178 KB 1048/1822 KB 223/223 KB 416/748 KB 32/55 KB 178/178 KB 1052/1822 KB 223/223 KB 416/748 KB 36/55 KB 178/178 KB 1052/1822 KB 223/223 KB 416/748 KB 40/55 KB 178/178 KB 1056/1822 KB 223/223 KB 416/748 KB 44/55 KB 178/178 KB 1056/1822 KB 223/223 KB 416/748 KB 48/55 KB 178/178 KB 1056/1822 KB 223/223 KB 416/748 KB 36/55 KB 178/178 KB 1056/1822 KB 223/223 KB 416/748 KB 48/55 KB 178/178 KB 1060/1822 KB 223/223 KB 420/748 KB 52/55 KB 178/178 KB 1064/1822 KB 223/223 KB 420/748 KB 52/55 KB 178/178 KB 1068/1822 KB 223/223 KB 420/748 KB 52/55 KB 178/178 KB 1072/1822 KB 223/223 KB 420/748 KB 52/55 KB 178/178 KB 1060/1822 KB 223/223 KB 420/748 KB 48/55 KB 178/178 KB 1060/1822 KB 223/223 KB 424/748 KB 52/55 KB 178/178 KB 1072/1822 KB 223/223 KB 428/748 KB 52/55 KB 178/178 KB 1072/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 160.6 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 201.4 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 428/748 KB 55/55 KB 1072/1822 KB 432/748 KB 55/55 KB 1072/1822 KB 432/748 KB 55/55 KB 1076/1822 KB 436/748 KB 55/55 KB 1080/1822 KB 436/748 KB 55/55 KB 1084/1822 KB 436/748 KB 55/55 KB 1076/1822 KB 440/748 KB 55/55 KB 1084/1822 KB 444/748 KB 55/55 KB 1084/1822 KB 444/748 KB 55/55 KB 1088/1822 KB 448/748 KB 55/55 KB 1088/1822 KB 448/748 KB 55/55 KB 1092/1822 KB 452/748 KB 55/55 KB 1096/1822 KB 452/748 KB 55/55 KB 1100/1822 KB 452/748 KB 55/55 KB 1104/1822 KB 452/748 KB 55/55 KB 1092/1822 KB 456/748 KB 55/55 KB 1104/1822 KB 460/748 KB 55/55 KB 1104/1822 KB 464/748 KB 55/55 KB 1104/1822 KB 468/748 KB 55/55 KB 1104/1822 KB 472/748 KB 55/55 KB 1108/1822 KB 476/748 KB 55/55 KB 1108/1822 KB 480/748 KB 55/55 KB 1108/1822 KB 468/748 KB 55/55 KB 1108/1822 KB 480/748 KB 55/55 KB 1112/1822 KB 480/748 KB 55/55 KB 1116/1822 KB 480/748 KB 55/55 KB 1120/1822 KB 480/748 KB 55/55 KB 1124/1822 KB 484/748 KB 55/55 KB 1128/1822 KB 484/748 KB 55/55 KB 1124/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 48.7 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 3/1210 KB 484/748 KB 55/55 KB 1128/1822 KB 5/1210 KB 484/748 KB 1128/1822 KB 8/1210 KB 484/748 KB 1128/1822 KB 11/1210 KB 484/748 KB 1128/1822 KB 13/1210 KB 484/748 KB 1128/1822 KB 16/1210 KB 484/748 KB 1128/1822 KB Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 19/1210 KB 484/748 KB 1128/1822 KB 21/1210 KB 484/748 KB 1128/1822 KB 24/1210 KB 484/748 KB 1128/1822 KB 27/1210 KB 484/748 KB 1128/1822 KB 29/1210 KB 484/748 KB 1128/1822 KB 32/1210 KB 484/748 KB 1128/1822 KB 36/1210 KB 484/748 KB 1128/1822 KB 40/1210 KB 484/748 KB 1128/1822 KB 44/1210 KB 484/748 KB 1128/1822 KB 48/1210 KB 484/748 KB 1128/1822 KB 3/471 KB 48/1210 KB 484/748 KB 1128/1822 KB 5/471 KB 48/1210 KB 484/748 KB 1128/1822 KB 5/471 KB 48/1210 KB 488/748 KB 1132/1822 KB 5/471 KB 48/1210 KB 492/748 KB 1132/1822 KB 5/471 KB 48/1210 KB 496/748 KB 1132/1822 KB 5/471 KB 48/1210 KB 500/748 KB 1132/1822 KB 5/471 KB 48/1210 KB 504/748 KB 1132/1822 KB 5/471 KB 48/1210 KB 504/748 KB 1132/1822 KB 4/93 KB 5/471 KB 48/1210 KB 504/748 KB 1132/1822 KB 8/93 KB 5/471 KB 48/1210 KB 504/748 KB 1132/1822 KB 12/93 KB 5/471 KB 48/1210 KB 504/748 KB 1132/1822 KB 16/93 KB 5/471 KB 48/1210 KB 508/748 KB 1132/1822 KB 16/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 20/93 KB 5/471 KB 48/1210 KB 508/748 KB 1132/1822 KB 20/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 24/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 28/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 32/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 36/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 40/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 44/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 48/93 KB 5/471 KB 48/1210 KB 512/748 KB 1132/1822 KB 52/93 KB 8/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 11/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 13/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 16/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 19/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 21/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 24/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 27/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 29/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 32/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 36/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 40/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 44/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 48/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 5/471 KB 52/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 48/471 KB 56/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 48/471 KB 60/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 48/471 KB 64/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 5/471 KB 48/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 48/471 KB 64/1210 KB 516/748 KB 1136/1822 KB 52/93 KB 48/471 KB 64/1210 KB 516/748 KB 1140/1822 KB 52/93 KB 52/471 KB 64/1210 KB 516/748 KB 1144/1822 KB 52/93 KB 52/471 KB 64/1210 KB 516/748 KB 1148/1822 KB 52/93 KB 52/471 KB 64/1210 KB 516/748 KB 1152/1822 KB 52/93 KB 52/471 KB 68/1210 KB 516/748 KB 1152/1822 KB 52/93 KB 52/471 KB 72/1210 KB 516/748 KB 1152/1822 KB 52/93 KB 52/471 KB 76/1210 KB 516/748 KB 1152/1822 KB 52/93 KB 52/471 KB 80/1210 KB 516/748 KB 1152/1822 KB 52/93 KB 52/471 KB 80/1210 KB 516/748 KB 1156/1822 KB 52/93 KB 52/471 KB 80/1210 KB 516/748 KB 1160/1822 KB 52/93 KB 52/471 KB 84/1210 KB 516/748 KB 1160/1822 KB 52/93 KB 5/471 KB 48/1210 KB 516/748 KB 1132/1822 KB 52/93 KB 52/471 KB 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 52/471 KB 64/1210 KB 516/748 KB 1140/1822 KB 52/93 KB 56/471 KB 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 60/471 KB 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 64/471 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 68/471 KB 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 72/471 KB 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 76/471 KB 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 80/471 KB 84/1210 KB 516/748 KB 1164/1822 KB 52/93 KB 80/471 KB 84/1210 KB 516/748 KB 1168/1822 KB 52/93 KB 80/471 KB 84/1210 KB 520/748 KB 1168/1822 KB 52/93 KB 80/471 KB 84/1210 KB 524/748 KB 1168/1822 KB 52/93 KB 80/471 KB 88/1210 KB 528/748 KB 1168/1822 KB 52/93 KB 80/471 KB 88/1210 KB 532/748 KB 1168/1822 KB 56/93 KB 84/471 KB 88/1210 KB 536/748 KB 1172/1822 KB 56/93 KB 84/471 KB 88/1210 KB 540/748 KB 1172/1822 KB 56/93 KB 80/471 KB 88/1210 KB 524/748 KB 1168/1822 KB 52/93 KB 84/471 KB 92/1210 KB 540/748 KB 1172/1822 KB 56/93 KB 84/471 KB 96/1210 KB 540/748 KB 1172/1822 KB 56/93 KB 84/471 KB 88/1210 KB 532/748 KB 1172/1822 KB 56/93 KB 88/471 KB 96/1210 KB 540/748 KB 1172/1822 KB 56/93 KB 92/471 KB 96/1210 KB 540/748 KB 1172/1822 KB 56/93 KB 80/471 KB 88/1210 KB 532/748 KB 1172/1822 KB 56/93 KB 92/471 KB 96/1210 KB 540/748 KB 1176/1822 KB 56/93 KB 92/471 KB 96/1210 KB 540/748 KB 1180/1822 KB 56/93 KB 92/471 KB 96/1210 KB 540/748 KB 1184/1822 KB 56/93 KB 80/471 KB 88/1210 KB 528/748 KB 1168/1822 KB 56/93 KB 96/471 KB 96/1210 KB 540/748 KB 1184/1822 KB 60/93 KB 96/471 KB 96/1210 KB 540/748 KB 1184/1822 KB 64/93 KB 96/471 KB 96/1210 KB 540/748 KB 1184/1822 KB 68/93 KB 96/471 KB 100/1210 KB 540/748 KB 1184/1822 KB 72/93 KB 96/471 KB 100/1210 KB 544/748 KB 1184/1822 KB 76/93 KB 96/471 KB 100/1210 KB 544/748 KB 1184/1822 KB 80/93 KB 96/471 KB 96/1210 KB 540/748 KB 1184/1822 KB 56/93 KB 100/471 KB 100/1210 KB 544/748 KB 1184/1822 KB 80/93 KB 104/471 KB 100/1210 KB 544/748 KB 1188/1822 KB 80/93 KB 108/471 KB 100/1210 KB 544/748 KB 1188/1822 KB 80/93 KB 112/471 KB 100/1210 KB 544/748 KB 1188/1822 KB 80/93 KB 96/471 KB 100/1210 KB 544/748 KB 1184/1822 KB 72/93 KB 96/471 KB 100/1210 KB 540/748 KB 1184/1822 KB 68/93 KB 112/471 KB 104/1210 KB 544/748 KB 1188/1822 KB 84/93 KB 112/471 KB 108/1210 KB 544/748 KB 1188/1822 KB 84/93 KB 112/471 KB 112/1210 KB 544/748 KB 1188/1822 KB 84/93 KB 112/471 KB 116/1210 KB 544/748 KB 1188/1822 KB 84/93 KB 116/471 KB 120/1210 KB 548/748 KB 1188/1822 KB 84/93 KB 116/471 KB 124/1210 KB 548/748 KB 1188/1822 KB 84/93 KB 116/471 KB 128/1210 KB 548/748 KB 1188/1822 KB 84/93 KB 112/471 KB 100/1210 KB 544/748 KB 1188/1822 KB 84/93 KB 100/471 KB 100/1210 KB 544/748 KB 1188/1822 KB 80/93 KB 116/471 KB 128/1210 KB 548/748 KB 1192/1822 KB 84/93 KB 116/471 KB 128/1210 KB 548/748 KB 1196/1822 KB 84/93 KB 116/471 KB 128/1210 KB 548/748 KB 1200/1822 KB 84/93 KB 116/471 KB 128/1210 KB 548/748 KB 1200/1822 KB 88/93 KB 116/471 KB 128/1210 KB 548/748 KB 1200/1822 KB 92/93 KB 116/471 KB 128/1210 KB 548/748 KB 1200/1822 KB 93/93 KB 116/471 KB 128/1210 KB 548/748 KB 1204/1822 KB 93/93 KB 116/471 KB 132/1210 KB 548/748 KB 1204/1822 KB 93/93 KB 116/471 KB 136/1210 KB 548/748 KB 1208/1822 KB 93/93 KB 116/471 KB 140/1210 KB 548/748 KB 1208/1822 KB 93/93 KB 116/471 KB 144/1210 KB 548/748 KB 1208/1822 KB 93/93 KB 116/471 KB 116/1210 KB 548/748 KB 1188/1822 KB 84/93 KB 112/471 KB 116/1210 KB 548/748 KB 1188/1822 KB 84/93 KB 116/471 KB 144/1210 KB 552/748 KB 1208/1822 KB 93/93 KB 116/471 KB 144/1210 KB 556/748 KB 1208/1822 KB 93/93 KB 116/471 KB 144/1210 KB 560/748 KB 1208/1822 KB 93/93 KB 116/471 KB 132/1210 KB 548/748 KB 1208/1822 KB 93/93 KB 116/471 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 144/1210 KB 560/748 KB 1212/1822 KB 93/93 KB 120/471 KB 144/1210 KB 560/748 KB 1212/1822 KB 93/93 KB 120/471 KB 144/1210 KB 560/748 KB 1216/1822 KB 93/93 KB 124/471 KB 144/1210 KB 564/748 KB 1216/1822 KB 93/93 KB 128/471 KB 144/1210 KB 564/748 KB 1216/1822 KB 93/93 KB 120/471 KB 144/1210 KB 564/748 KB 1216/1822 KB 93/93 KB 128/471 KB 144/1210 KB 568/748 KB 1216/1822 KB 93/93 KB 128/471 KB 144/1210 KB 572/748 KB 1216/1822 KB 93/93 KB 132/471 KB 144/1210 KB 576/748 KB 1220/1822 KB 93/93 KB 132/471 KB 144/1210 KB 572/748 KB 1220/1822 KB 93/93 KB 132/471 KB 144/1210 KB 576/748 KB 1224/1822 KB 93/93 KB 132/471 KB 144/1210 KB 576/748 KB 1228/1822 KB 93/93 KB 132/471 KB 144/1210 KB 576/748 KB 1232/1822 KB 93/93 KB 132/471 KB 144/1210 KB 576/748 KB 1236/1822 KB 93/93 KB 132/471 KB 148/1210 KB 580/748 KB 1240/1822 KB 93/93 KB 132/471 KB 148/1210 KB 580/748 KB 1244/1822 KB 93/93 KB 132/471 KB 148/1210 KB 580/748 KB 1248/1822 KB 93/93 KB 132/471 KB 144/1210 KB 572/748 KB 1216/1822 KB 93/93 KB 136/471 KB 148/1210 KB 580/748 KB 1248/1822 KB 93/93 KB 140/471 KB 148/1210 KB 580/748 KB 1248/1822 KB 93/93 KB 144/471 KB 148/1210 KB 580/748 KB 1248/1822 KB 132/471 KB 148/1210 KB 580/748 KB 1236/1822 KB 93/93 KB 132/471 KB 144/1210 KB 580/748 KB 1236/1822 KB 93/93 KB 144/471 KB 148/1210 KB 584/748 KB 1248/1822 KB 144/471 KB 148/1210 KB 588/748 KB 1248/1822 KB 144/471 KB 148/1210 KB 592/748 KB 1248/1822 KB 144/471 KB 152/1210 KB 592/748 KB 1248/1822 KB 144/471 KB 156/1210 KB 592/748 KB 1248/1822 KB 144/471 KB 160/1210 KB 592/748 KB 1248/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 79.3 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 148/471 KB 160/1210 KB 592/748 KB 1248/1822 KB 152/471 KB 160/1210 KB 592/748 KB 1248/1822 KB 156/471 KB 164/1210 KB 592/748 KB 1252/1822 KB 160/471 KB 164/1210 KB 596/748 KB 1252/1822 KB 152/471 KB 164/1210 KB 592/748 KB 1252/1822 KB 160/471 KB 168/1210 KB 596/748 KB 1252/1822 KB 160/471 KB 172/1210 KB 596/748 KB 1252/1822 KB 152/471 KB 160/1210 KB 592/748 KB 1252/1822 KB 156/471 KB 164/1210 KB 596/748 KB 1252/1822 KB 160/471 KB 172/1210 KB 600/748 KB 1252/1822 KB 160/471 KB 172/1210 KB 604/748 KB 1252/1822 KB 160/471 KB 172/1210 KB 608/748 KB 1252/1822 KB 164/471 KB 172/1210 KB 608/748 KB 1252/1822 KB 168/471 KB 176/1210 KB 612/748 KB 1256/1822 KB 172/471 KB 176/1210 KB 612/748 KB 1256/1822 KB 176/471 KB 176/1210 KB 612/748 KB 1256/1822 KB 164/471 KB 176/1210 KB 612/748 KB 1256/1822 KB 164/471 KB 176/1210 KB 608/748 KB 1256/1822 KB 164/471 KB 172/1210 KB 608/748 KB 1256/1822 KB 176/471 KB 176/1210 KB 612/748 KB 1260/1822 KB 176/471 KB 176/1210 KB 612/748 KB 1264/1822 KB 176/471 KB 180/1210 KB 612/748 KB 1264/1822 KB 180/471 KB 184/1210 KB 616/748 KB 1268/1822 KB 180/471 KB 188/1210 KB 616/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 616/748 KB 1268/1822 KB 176/471 KB 180/1210 KB 616/748 KB 1264/1822 KB 180/471 KB 192/1210 KB 620/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 624/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 628/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 632/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 636/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 640/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 4/53 KB 644/748 KB 1268/1822 KB 180/471 KB 196/1210 KB 4/53 KB 648/748 KB 1268/1822 KB 180/471 KB 180/1210 KB 616/748 KB 1268/1822 KB 176/471 KB 180/1210 KB 616/748 KB 1268/1822 KB 180/471 KB 196/1210 KB 4/53 KB 648/748 KB 1272/1822 KB 180/471 KB 196/1210 KB 4/53 KB 648/748 KB 1276/1822 KB 180/471 KB 196/1210 KB 4/53 KB 648/748 KB 1280/1822 KB 184/471 KB 196/1210 KB 4/53 KB 648/748 KB 1284/1822 KB 180/471 KB 196/1210 KB 4/53 KB 644/748 KB 1268/1822 KB 180/471 KB 192/1210 KB 4/53 KB 640/748 KB 1268/1822 KB 184/471 KB 196/1210 KB 8/53 KB 648/748 KB 1288/1822 KB 184/471 KB 196/1210 KB 12/53 KB 648/748 KB 1288/1822 KB 184/471 KB 196/1210 KB 16/53 KB 648/748 KB 1288/1822 KB 184/471 KB 196/1210 KB 20/53 KB 648/748 KB 1288/1822 KB 184/471 KB 196/1210 KB 24/53 KB 648/748 KB 1288/1822 KB 184/471 KB 196/1210 KB 4/53 KB 648/748 KB 1280/1822 KB 188/471 KB 196/1210 KB 24/53 KB 648/748 KB 1288/1822 KB 192/471 KB 196/1210 KB 24/53 KB 648/748 KB 1288/1822 KB 192/471 KB 196/1210 KB 28/53 KB 648/748 KB 1288/1822 KB 192/471 KB 196/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 196/471 KB 200/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 200/471 KB 200/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 204/471 KB 200/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 208/471 KB 200/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 192/471 KB 200/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 184/471 KB 200/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 208/471 KB 204/1210 KB 32/53 KB 648/748 KB 1288/1822 KB 208/471 KB 204/1210 KB 32/53 KB 648/748 KB 1292/1822 KB 208/471 KB 208/1210 KB 32/53 KB 648/748 KB 1296/1822 KB 208/471 KB 208/1210 KB 32/53 KB 648/748 KB 1292/1822 KB 208/471 KB 212/1210 KB 32/53 KB 648/748 KB 1296/1822 KB 212/471 KB 216/1210 KB 36/53 KB 652/748 KB 1300/1822 KB 212/471 KB 220/1210 KB 36/53 KB 652/748 KB 1300/1822 KB 212/471 KB 212/1210 KB 36/53 KB 652/748 KB 1300/1822 KB 208/471 KB 212/1210 KB 36/53 KB 652/748 KB 1300/18 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 22 KB 212/471 KB 220/1210 KB 36/53 KB 652/748 KB 1304/1822 KB 208/471 KB 212/1210 KB 36/53 KB 652/748 KB 1296/1822 KB 208/471 KB 212/1210 KB 36/53 KB 648/748 KB 1296/1822 KB 212/471 KB 220/1210 KB 40/53 KB 652/748 KB 1304/1822 KB 212/471 KB 220/1210 KB 40/53 KB 656/748 KB 1304/1822 KB 212/471 KB 220/1210 KB 44/53 KB 656/748 KB 1304/1822 KB 212/471 KB 220/1210 KB 48/53 KB 656/748 KB 1304/1822 KB 212/471 KB 220/1210 KB 48/53 KB 660/748 KB 1304/1822 KB 216/471 KB 224/1210 KB 52/53 KB 664/748 KB 1308/1822 KB 216/471 KB 224/1210 KB 52/53 KB 668/748 KB 1308/1822 KB 216/471 KB 224/1210 KB 52/53 KB 672/748 KB 1308/1822 KB 216/471 KB 224/1210 KB 52/53 KB 660/748 KB 1308/1822 KB 216/471 KB 220/1210 KB 52/53 KB 660/748 KB 1308/1822 KB 216/471 KB 224/1210 KB 53/53 KB 672/748 KB 1308/1822 KB 216/471 KB 220/1210 KB 48/53 KB 660/748 KB 1308/1822 KB 212/471 KB 220/1210 KB 48/53 KB 660/748 KB 1308/1822 KB 216/471 KB 224/1210 KB 53/53 KB 672/748 KB 1312/1822 KB 220/471 KB 224/1210 KB 53/53 KB 672/748 KB 1312/1822 KB 224/471 KB 224/1210 KB 53/53 KB 672/748 KB 1312/1822 KB 224/471 KB 228/1210 KB 53/53 KB 672/748 KB 1312/1822 KB 228/471 KB 232/1210 KB 53/53 KB 672/748 KB 1316/1822 KB 228/471 KB 236/1210 KB 53/53 KB 672/748 KB 1316/1822 KB 228/471 KB 240/1210 KB 53/53 KB 672/748 KB 1316/1822 KB 228/471 KB 228/1210 KB 53/53 KB 672/748 KB 1316/1822 KB 228/471 KB 228/1210 KB 53/53 KB 672/748 KB 1312/1822 KB 228/471 KB 240/1210 KB 53/53 KB 672/748 KB 1320/1822 KB 232/471 KB 240/1210 KB 53/53 KB 672/748 KB 1324/1822 KB 232/471 KB 240/1210 KB 53/53 KB 676/748 KB 1328/1822 KB 232/471 KB 240/1210 KB 53/53 KB 672/748 KB 1320/1822 KB 236/471 KB 240/1210 KB 53/53 KB 676/748 KB 1328/1822 KB 240/471 KB 240/1210 KB 53/53 KB 676/748 KB 1328/1822 KB 232/471 KB 240/1210 KB 53/53 KB 676/748 KB 1324/1822 KB 240/471 KB 240/1210 KB 53/53 KB 680/748 KB 1328/1822 KB 240/471 KB 240/1210 KB 53/53 KB 684/748 KB 1328/1822 KB 240/471 KB 240/1210 KB 53/53 KB 688/748 KB 1332/1822 KB 240/471 KB 240/1210 KB 53/53 KB 692/748 KB 1332/1822 KB 244/471 KB 244/1210 KB 53/53 KB 696/748 KB 1332/1822 KB 244/471 KB 244/1210 KB 53/53 KB 700/748 KB 1332/1822 KB 244/471 KB 244/1210 KB 53/53 KB 704/748 KB 1332/1822 KB 240/471 KB 240/1210 KB 53/53 KB 684/748 KB 1332/1822 KB 244/471 KB 244/1210 KB 53/53 KB 692/748 KB 1332/1822 KB 244/471 KB 248/1210 KB 53/53 KB 704/748 KB 1332/1822 KB 244/471 KB 240/1210 KB 53/53 KB 692/748 KB 1332/1822 KB 244/471 KB 252/1210 KB 53/53 KB 704/748 KB 1336/1822 KB 248/471 KB 256/1210 KB 704/748 KB 1336/1822 KB 244/471 KB 248/1210 KB 53/53 KB 704/748 KB 1336/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 44.5 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 248/471 KB 252/1210 KB 53/53 KB 704/748 KB 1336/1822 KB 252/471 KB 256/1210 KB 704/748 KB 1336/1822 KB 256/471 KB 256/1210 KB 704/748 KB 1340/1822 KB 252/471 KB 256/1210 KB 704/748 KB 1340/1822 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 256/471 KB 256/1210 KB 704/748 KB 1344/1822 KB 256/471 KB 260/1210 KB 704/748 KB 1344/1822 KB 260/471 KB 264/1210 KB 708/748 KB 1348/1822 KB 260/471 KB 268/1210 KB 708/748 KB 1348/1822 KB 260/471 KB 272/1210 KB 708/748 KB 1348/1822 KB 260/471 KB 260/1210 KB 708/748 KB 1348/1822 KB 260/471 KB 260/1210 KB 708/748 KB 1344/1822 KB 256/471 KB 260/1210 KB 708/748 KB 1344/1822 KB 264/471 KB 272/1210 KB 708/748 KB 1352/1822 KB 264/471 KB 272/1210 KB 708/748 KB 1348/1822 KB 264/471 KB 272/1210 KB 712/748 KB 1352/1822 KB 268/471 KB 272/1210 KB 712/748 KB 1352/1822 KB 272/471 KB 272/1210 KB 712/748 KB 1352/1822 KB 272/471 KB 272/1210 KB 716/748 KB 1356/1822 KB 272/471 KB 272/1210 KB 716/748 KB 1352/1822 KB 272/471 KB 272/1210 KB 720/748 KB 1356/1822 KB 272/471 KB 272/1210 KB 720/748 KB 1360/1822 KB 272/471 KB 276/1210 KB 720/748 KB 1360/1822 KB 276/471 KB 280/1210 KB 724/748 KB 1360/1822 KB 276/471 KB 284/1210 KB 724/748 KB 1360/1822 KB 276/471 KB 288/1210 KB 724/748 KB 1360/1822 KB 276/471 KB 276/1210 KB 724/748 KB 1360/1822 KB 280/471 KB 288/1210 KB 724/748 KB 1364/1822 KB 272/471 KB 276/1210 KB 724/748 KB 1360/1822 KB 284/471 KB 288/1210 KB 724/748 KB 1364/1822 KB 276/471 KB 288/1210 KB 724/748 KB 1364/1822 KB 284/471 KB 288/1210 KB 728/748 KB 1364/1822 KB 284/471 KB 288/1210 KB 728/748 KB 1368/1822 KB 288/471 KB 288/1210 KB 732/748 KB 1368/1822 KB 4/276 KB 288/471 KB 288/1210 KB 732/748 KB 1368/1822 KB 8/276 KB 288/471 KB 288/1210 KB 732/748 KB 1368/1822 KB 12/276 KB 288/471 KB 288/1210 KB 732/748 KB 1368/1822 KB 16/276 KB 288/471 KB 288/1210 KB 732/748 KB 1368/1822 KB 288/471 KB 288/1210 KB 732/748 KB 1368/1822 KB 20/276 KB 292/471 KB 292/1210 KB 732/748 KB 1372/1822 KB 24/276 KB 292/471 KB 292/1210 KB 732/748 KB 1372/1822 KB 28/276 KB 292/471 KB 292/1210 KB 732/748 KB 1372/1822 KB 32/276 KB 284/471 KB 288/1210 KB 732/748 KB 1368/1822 KB 292/471 KB 292/1210 KB 736/748 KB 1372/1822 KB 32/276 KB 292/471 KB 292/1210 KB 740/748 KB 1372/1822 KB 32/276 KB 292/471 KB 292/1210 KB 732/748 KB 1372/1822 KB 20/276 KB 292/471 KB 296/1210 KB 740/748 KB 1372/1822 KB 32/276 KB 292/471 KB 288/1210 KB 732/748 KB 1372/1822 KB 20/276 KB 288/471 KB 288/1210 KB 732/748 KB 1372/1822 KB 20/276 KB 292/471 KB 296/1210 KB 740/748 KB 1376/1822 KB 32/276 KB 292/471 KB 296/1210 KB 740/748 KB 1380/1822 KB 32/276 KB 296/471 KB 300/1210 KB 744/748 KB 1384/1822 KB 32/276 KB 296/471 KB 300/1210 KB 744/748 KB 1388/1822 KB 32/276 KB 296/471 KB 300/1210 KB 744/748 KB 1392/1822 KB 32/276 KB 296/471 KB 300/1210 KB 744/748 KB 1380/1822 KB 32/276 KB 296/471 KB 300/1210 KB 740/748 KB 1380/1822 KB 32/276 KB 292/471 KB 300/1210 KB 740/748 KB 1380/1822 KB 32/276 KB 296/471 KB 304/1210 KB 744/748 KB 1392/1822 KB 32/276 KB 300/471 KB 304/1210 KB 744/748 KB 1392/1822 KB 32/276 KB 300/471 KB 304/1210 KB 748/748 KB 1392/1822 KB 32/276 KB 304/471 KB 304/1210 KB 748/748 KB 1392/1822 KB 32/276 KB 304/471 KB 304/1210 KB 748/748 KB 1392/1822 KB 32/276 KB 308/471 KB 304/1210 KB 748/748 KB 1392/1822 KB 32/276 KB 312/471 KB 308/1210 KB 748/748 KB 1396/1822 KB 36/276 KB 316/471 KB 308/1210 KB 748/748 KB 1396/1822 KB 36/276 KB 308/471 KB 308/1210 KB 748/748 KB 1396/1822 KB 36/276 KB 316/471 KB 308/1210 KB 748/748 KB 1396/1822 KB 40/276 KB 316/471 KB 308/1210 KB 748/748 KB 1396/1822 KB 44/276 KB 316/471 KB 308/1210 KB 748/748 KB 1396/1822 KB 48/276 KB 308/471 KB 308/1210 KB 748/748 KB 1396/1822 KB 32/276 KB 316/471 KB 312/1210 KB 748/748 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 1396/1822 KB 48/276 KB 316/471 KB 316/1210 KB 748/748 KB 1396/1822 KB 48/276 KB 308/471 KB 304/1210 KB 748/748 KB 1396/1822 KB 32/276 KB 316/471 KB 320/1210 KB 748/748 KB 1396/1822 KB 48/276 KB 320/471 KB 320/1210 KB 748/748 KB 1400/1822 KB 48/276 KB 316/471 KB 320/1210 KB 748/748 KB 1400/1822 KB 48/276 KB 320/471 KB 320/1210 KB 748/748 KB 1404/1822 KB 48/276 KB 320/471 KB 320/1210 KB 748/748 KB 1408/1822 KB 48/276 KB 320/471 KB 324/1210 KB 1408/1822 KB 52/276 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 616.9 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 320/471 KB 324/1210 KB 748/748 KB 1408/1822 KB 48/276 KB 324/471 KB 324/1210 KB 1412/1822 KB 56/276 KB 324/471 KB 324/1210 KB 1412/1822 KB 52/276 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-mysql-0: 03:39:31 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 320/471 KB 324/1210 KB 1412/1822 KB 52/276 KB 328/471 KB 328/1210 KB 1416/1822 KB 60/276 KB 324/471 KB 328/1210 KB 1412/1822 KB 60/276 KB 328/471 KB 328/1210 KB 1420/1822 KB 64/276 KB 328/471 KB 328/1210 KB 1412/1822 KB 60/276 KB 324/471 KB 328/1210 KB 1412/1822 KB 60/276 KB 328/471 KB 332/1210 KB 1420/1822 KB 64/276 KB 332/471 KB 336/1210 KB 1420/1822 KB 64/276 KB 332/471 KB 332/1210 KB 1420/1822 KB 64/276 KB 336/471 KB 336/1210 KB 1420/1822 KB 64/276 KB 340/471 KB 336/1210 KB 1420/1822 KB 64/276 KB 344/471 KB 340/1210 KB 1420/1822 KB 68/276 KB 348/471 KB 340/1210 KB 1420/1822 KB 68/276 KB 352/471 KB 340/1210 KB 1420/1822 KB 68/276 KB 340/471 KB 340/1210 KB 1420/1822 KB 68/276 KB 328/471 KB 328/1210 KB 1420/1822 KB 64/276 KB 352/471 KB 340/1210 KB 1424/1822 KB 68/276 KB 340/471 KB 336/1210 KB 1420/1822 KB 68/276 KB 352/471 KB 340/1210 KB 1424/1822 KB 72/276 KB 352/471 KB 340/1210 KB 1424/1822 KB 76/276 KB 352/471 KB 344/1210 KB 1424/1822 KB 76/276 KB 352/471 KB 344/1210 KB 1424/1822 KB 80/276 KB 352/471 KB 348/1210 KB 1428/1822 KB 80/276 KB 352/471 KB 348/1210 KB 1432/1822 KB 80/276 KB 352/471 KB 348/1210 KB 1436/1822 KB 80/276 KB 352/471 KB 348/1210 KB 1440/1822 KB 80/276 KB 352/471 KB 348/1210 KB 1424/1822 KB 80/276 KB 352/471 KB 352/1210 KB 1440/1822 KB 80/276 KB 352/471 KB 356/1210 KB 1440/1822 KB 80/276 KB 356/471 KB 360/1210 KB 1444/1822 KB 84/276 KB 356/471 KB 364/1210 KB 1444/1822 KB 84/276 KB 356/471 KB 356/1210 KB 1444/1822 KB 84/276 KB 352/471 KB 356/1210 KB 1444/1822 KB 84/276 KB 356/471 KB 364/1210 KB 1444/1822 KB 88/276 KB 356/471 KB 364/1210 KB 1444/1822 KB 92/276 KB 356/471 KB 364/1210 KB 1444/1822 KB 96/276 KB 352/471 KB 356/1210 KB 1444/1822 KB 80/276 KB 360/471 KB 364/1210 KB 1444/1822 KB 96/276 KB 364/471 KB 364/1210 KB 1444/1822 KB 96/276 KB 364/471 KB 368/1210 KB 1444/1822 KB 96/276 KB 364/471 KB 368/1210 KB 1448/1822 KB 96/276 KB 368/471 KB 368/1210 KB 1452/1822 KB 96/276 KB 368/471 KB 368/1210 KB 1456/1822 KB 96/276 KB 368/471 KB 368/1210 KB 1460/1822 KB 96/276 KB 368/471 KB 372/1210 KB 1464/1822 KB 100/276 KB 368/471 KB 372/1210 KB 1468/1822 KB 100/276 KB 368/471 KB 372/1210 KB 1472/1822 KB 100/276 KB 368/471 KB 368/1210 KB 1448/1822 KB 96/276 KB 372/471 KB 372/1210 KB 1472/1822 KB 100/276 KB 376/471 KB 372/1210 KB 1472/1822 KB 100/276 KB 368/471 KB 372/1210 KB 1460/1822 KB 100/276 KB 376/471 KB 376/1210 KB 1472/1822 KB 100/276 KB 376/471 KB 380/1210 KB 1472/1822 KB 100/276 KB 368/471 KB 368/1210 KB 1460/1822 KB 100/276 KB 376/471 KB 380/1210 KB 1472/1822 KB 104/276 KB 376/471 KB 380/1210 KB 4/577 KB 1472/1822 KB 108/276 KB 376/471 KB 380/1210 KB 4/577 KB 1472/1822 KB 112/276 KB 376/471 KB 380/1210 KB 4/577 KB 1472/1822 KB 104/276 KB 376/471 KB 380/1210 KB 8/577 KB 1472/1822 KB 112/276 KB 376/471 KB 380/1210 KB 12/577 KB 1472/1822 KB 112/276 KB 376/471 KB 380/1210 KB 16/577 KB 1472/1822 KB 112/276 KB 380/471 KB 380/1210 KB 20/577 KB 1472/1822 KB 112/276 KB 380/471 KB 380/1210 KB 24/577 KB 1472/1822 KB 112/276 KB 380/471 KB 380/1210 KB 28/577 KB 1472/1822 KB 112/276 KB 380/471 KB 380/1210 KB 32/577 KB 1472/1822 KB 112/276 KB 380/471 KB 384/1210 KB 32/577 KB 1472/1822 KB 112/276 KB 380/471 KB 380/1210 KB 16/577 KB 1472/1822 KB 112/276 KB 384/471 KB 384/1210 KB 32/577 KB 1472/1822 KB 112/276 KB 388/471 KB 388/1210 KB 36/577 KB 1472/1822 KB 112/276 KB 392/471 KB 388/1210 KB 36/577 KB 1476/1822 KB 116/276 KB 396/471 KB 388/1210 KB 36/577 KB 1476/1 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 822 KB 116/276 KB 400/471 KB 388/1210 KB 36/577 KB 1476/1822 KB 116/276 KB 384/471 KB 388/1210 KB 36/577 KB 1472/1822 KB 112/276 KB 384/471 KB 384/1210 KB 36/577 KB 1472/1822 KB 112/276 KB 400/471 KB 388/1210 KB 40/577 KB 1476/1822 KB 116/276 KB 400/471 KB 388/1210 KB 44/577 KB 1476/1822 KB 116/276 KB 400/471 KB 392/1210 KB 48/577 KB 1476/1822 KB 116/276 KB 388/471 KB 388/1210 KB 36/577 KB 1476/1822 KB 116/276 KB 388/471 KB 388/1210 KB 36/577 KB 1472/1822 KB 116/276 KB 400/471 KB 392/1210 KB 48/577 KB 1476/1822 KB 120/276 KB 400/471 KB 392/1210 KB 48/577 KB 1476/1822 KB 124/276 KB 400/471 KB 392/1210 KB 44/577 KB 1476/1822 KB 116/276 KB 400/471 KB 396/1210 KB 48/577 KB 1476/1822 KB 124/276 KB 400/471 KB 396/1210 KB 48/577 KB 1476/1822 KB 128/276 KB 400/471 KB 396/1210 KB 48/577 KB 1480/1822 KB 128/276 KB 400/471 KB 400/1210 KB 48/577 KB 1480/1822 KB 128/276 KB 400/471 KB 400/1210 KB 48/577 KB 1484/1822 KB 128/276 KB 404/471 KB 400/1210 KB 48/577 KB 1484/1822 KB 128/276 KB 408/471 KB 404/1210 KB 52/577 KB 1488/1822 KB 132/276 KB 412/471 KB 404/1210 KB 52/577 KB 1488/1822 KB 132/276 KB 416/471 KB 404/1210 KB 52/577 KB 1488/1822 KB 132/276 KB 404/471 KB 404/1210 KB 52/577 KB 1488/1822 KB 132/276 KB 404/471 KB 400/1210 KB 48/577 KB 1488/1822 KB 128/276 KB 416/471 KB 404/1210 KB 52/577 KB 1492/1822 KB 132/276 KB 404/471 KB 400/1210 KB 52/577 KB 1488/1822 KB 132/276 KB 404/471 KB 400/1210 KB 52/577 KB 1488/1822 KB 128/276 KB 416/471 KB 408/1210 KB 56/577 KB 1492/1822 KB 132/276 KB 416/471 KB 408/1210 KB 60/577 KB 1492/1822 KB 132/276 KB 416/471 KB 408/1210 KB 52/577 KB 1492/1822 KB 132/276 KB 416/471 KB 412/1210 KB 60/577 KB 1492/1822 KB 136/276 KB 416/471 KB 408/1210 KB 60/577 KB 1492/1822 KB 136/276 KB 416/471 KB 412/1210 KB 64/577 KB 1492/1822 KB 140/276 KB 416/471 KB 412/1210 KB 64/577 KB 1492/1822 KB 136/276 KB 416/471 KB 412/1210 KB 64/577 KB 1496/1822 KB 140/276 KB 416/471 KB 416/1210 KB 64/577 KB 1500/1822 KB 144/276 KB 416/471 KB 416/1210 KB 64/577 KB 1504/1822 KB 144/276 KB 416/471 KB 416/1210 KB 64/577 KB 1508/1822 KB 144/276 KB 420/471 KB 416/1210 KB 68/577 KB 1512/1822 KB 144/276 KB 420/471 KB 416/1210 KB 68/577 KB 1516/1822 KB 144/276 KB 420/471 KB 416/1210 KB 68/577 KB 1520/1822 KB 144/276 KB 416/471 KB 416/1210 KB 64/577 KB 1496/1822 KB 144/276 KB 416/471 KB 412/1210 KB 64/577 KB 1496/1822 KB 144/276 KB 420/471 KB 416/1210 KB 68/577 KB 1520/1822 KB 148/276 KB 420/471 KB 420/1210 KB 68/577 KB 1520/1822 KB 152/276 KB 420/471 KB 420/1210 KB 68/577 KB 1520/1822 KB 156/276 KB 420/471 KB 420/1210 KB 68/577 KB 1520/1822 KB 160/276 KB 420/471 KB 416/1210 KB 68/577 KB 1508/1822 KB 144/276 KB 420/471 KB 420/1210 KB 72/577 KB 1520/1822 KB 160/276 KB 420/471 KB 416/1210 KB 64/577 KB 1508/1822 KB 144/276 KB 420/471 KB 420/1210 KB 68/577 KB 1520/1822 KB 148/276 KB 420/471 KB 420/1210 KB 76/577 KB 1520/1822 KB 160/276 KB 424/471 KB 420/1210 KB 80/577 KB 1520/1822 KB 160/276 KB 424/471 KB 420/1210 KB 76/577 KB 1520/1822 KB 160/276 KB 428/471 KB 424/1210 KB 80/577 KB 1520/1822 KB 160/276 KB 432/471 KB 424/1210 KB 80/577 KB 1520/1822 KB 160/276 KB 424/471 KB 424/1210 KB 80/577 KB 1520/1822 KB 160/276 KB 432/471 KB 428/1210 KB 80/577 KB 1520/1822 KB 160/276 KB 432/471 KB 432/1210 KB 80/577 KB 1520/1822 KB 160/276 KB 432/471 KB 432/1210 KB 84/577 KB 1520/1822 KB 160/276 KB 436/471 KB 436/1210 KB 88/577 KB 1524/1822 KB 164/276 KB 436/471 KB 436/1210 KB 92/577 KB 1524/1822 KB 164/276 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install KB 436/471 KB 436/1210 KB 84/577 KB 1524/1822 KB 164/276 KB 432/471 KB 432/1210 KB 84/577 KB 1520/1822 KB 164/276 KB 432/471 KB 436/1210 KB 84/577 KB 1524/1822 KB 164/276 KB 432/471 KB 432/1210 KB 84/577 KB 1524/1822 KB 164/276 KB 436/471 KB 436/1210 KB 92/577 KB 1524/1822 KB 168/276 KB 436/471 KB 440/1210 KB 92/577 KB 1524/1822 KB 168/276 KB 440/471 KB 440/1210 KB 92/577 KB 1528/1822 KB 172/276 KB 440/471 KB 440/1210 KB 96/577 KB 1528/1822 KB 176/276 KB 440/471 KB 440/1210 KB 92/577 KB 1528/1822 KB 168/276 KB 440/471 KB 440/1210 KB 92/577 KB 1524/1822 KB 168/276 KB 444/471 KB 444/1210 KB 96/577 KB 1528/1822 KB 176/276 KB 448/471 KB 444/1210 KB 96/577 KB 1532/1822 KB 176/276 KB 440/471 KB 444/1210 KB 96/577 KB 1528/1822 KB 176/276 KB 448/471 KB 448/1210 KB 96/577 KB 1532/1822 KB 176/276 KB 440/471 KB 440/1210 KB 96/577 KB 1528/1822 KB 172/276 KB 444/471 KB 444/1210 KB 96/577 KB 1532/1822 KB 176/276 KB 448/471 KB 448/1210 KB 96/577 KB 1536/1822 KB 176/276 KB 448/471 KB 448/1210 KB 96/577 KB 1536/1822 KB 180/276 KB 452/471 KB 452/1210 KB 100/577 KB 1540/1822 KB 184/276 KB 452/471 KB 452/1210 KB 100/577 KB 1540/1822 KB 188/276 KB 452/471 KB 452/1210 KB 100/577 KB 1540/1822 KB 192/276 KB 448/471 KB 448/1210 KB 96/577 KB 1540/1822 KB 180/276 KB 452/471 KB 452/1210 KB 100/577 KB 1540/1822 KB 180/276 KB 452/471 KB 448/1210 KB 100/577 KB 1540/1822 KB 180/276 KB 452/471 KB 452/1210 KB 104/577 KB 1540/1822 KB 192/276 KB 452/471 KB 452/1210 KB 108/577 KB 1540/1822 KB 192/276 KB 452/471 KB 448/1210 KB 96/577 KB 1540/1822 KB 180/276 KB 452/471 KB 452/1210 KB 108/577 KB 1544/1822 KB 192/276 KB 452/471 KB 452/1210 KB 108/577 KB 1548/1822 KB 192/276 KB 456/471 KB 456/1210 KB 112/577 KB 1552/1822 KB 192/276 KB 456/471 KB 456/1210 KB 112/577 KB 1548/1822 KB 192/276 KB 456/471 KB 460/1210 KB 112/577 KB 1552/1822 KB 192/276 KB 456/471 KB 464/1210 KB 112/577 KB 1552/1822 KB 192/276 KB 456/471 KB 452/1210 KB 112/577 KB 1548/1822 KB 192/276 KB 456/471 KB 452/1210 KB 108/577 KB 1548/1822 KB 192/276 KB 460/471 KB 464/1210 KB 112/577 KB 1552/1822 KB 192/276 KB 460/471 KB 464/1210 KB 116/577 KB 1552/1822 KB 192/276 KB 464/471 KB 468/1210 KB 120/577 KB 1556/1822 KB 196/276 KB 464/471 KB 468/1210 KB 124/577 KB 1556/1822 KB 196/276 KB 464/471 KB 468/1210 KB 128/577 KB 1556/1822 KB 196/276 KB 464/471 KB 468/1210 KB 116/577 KB 1556/1822 KB 196/276 KB 464/471 KB 468/1210 KB 116/577 KB 1552/1822 KB 196/276 KB 464/471 KB 468/1210 KB 128/577 KB 1556/1822 KB 200/276 KB 464/471 KB 468/1210 KB 116/577 KB 1552/1822 KB 192/276 KB 464/471 KB 472/1210 KB 128/577 KB 1556/1822 KB 204/276 KB 464/471 KB 464/1210 KB 116/577 KB 1552/1822 KB 192/276 KB 468/471 KB 472/1210 KB 128/577 KB 1560/1822 KB 204/276 KB 471/471 KB 472/1210 KB 128/577 KB 1560/1822 KB 204/276 KB 464/471 KB 472/1210 KB 128/577 KB 1560/1822 KB 204/276 KB 471/471 KB 472/1210 KB 128/577 KB 1564/1822 KB 204/276 KB 471/471 KB 476/1210 KB 128/577 KB 1568/1822 KB 204/276 KB 471/471 KB 476/1210 KB 128/577 KB 1572/1822 KB 204/276 KB 471/471 KB 476/1210 KB 132/577 KB 1576/1822 KB 204/276 KB 471/471 KB 476/1210 KB 132/577 KB 1580/1822 KB 204/276 KB 471/471 KB 476/1210 KB 132/577 KB 1584/1822 KB 204/276 KB 464/471 KB 468/1210 KB 128/577 KB 1556/1822 KB 204/276 KB 471/471 KB 476/1210 KB 132/577 KB 1584/1822 KB 208/276 KB 471/471 KB 476/1210 KB 132/577 KB 1584/1822 KB 212/276 KB 471/471 KB 476/1210 KB 132/577 KB 1584/1822 KB 216/276 KB 471/471 KB 476/1210 KB 132/577 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 1572/1822 KB 204/276 KB 471/471 KB 476/1210 KB 136/577 KB 1584/1822 KB 216/276 KB 471/471 KB 476/1210 KB 128/577 KB 1564/1822 KB 204/276 KB 471/471 KB 480/1210 KB 140/577 KB 1584/1822 KB 216/276 KB 471/471 KB 484/1210 KB 140/577 KB 1584/1822 KB 216/276 KB 471/471 KB 488/1210 KB 140/577 KB 1584/1822 KB 216/276 KB 471/471 KB 492/1210 KB 140/577 KB 1584/1822 KB 216/276 KB 471/471 KB 476/1210 KB 140/577 KB 1584/1822 KB 216/276 KB 471/471 KB 492/1210 KB 140/577 KB 1584/1822 KB 220/276 KB 471/471 KB 492/1210 KB 144/577 KB 1584/1822 KB 220/276 KB 471/471 KB 492/1210 KB 144/577 KB 1584/1822 KB 224/276 KB 471/471 KB 496/1210 KB 144/577 KB 1584/1822 KB 224/276 KB 471/471 KB 496/1210 KB 148/577 KB 1584/1822 KB 224/276 KB 471/471 KB 500/1210 KB 152/577 KB 1588/1822 KB 228/276 KB 471/471 KB 500/1210 KB 156/577 KB 1588/1822 KB 228/276 KB 471/471 KB 500/1210 KB 160/577 KB 1588/1822 KB 228/276 KB 471/471 KB 500/1210 KB 148/577 KB 1588/1822 KB 228/276 KB 471/471 KB 496/1210 KB 148/577 KB 1588/1822 KB 228/276 KB 471/471 KB 496/1210 KB 148/577 KB 1588/1822 KB 224/276 KB 471/471 KB 500/1210 KB 160/577 KB 1588/1822 KB 232/276 KB 471/471 KB 504/1210 KB 160/577 KB 1588/1822 KB 232/276 KB 471/471 KB 508/1210 KB 160/577 KB 1592/1822 KB 236/276 KB 471/471 KB 512/1210 KB 160/577 KB 1592/1822 KB 236/276 KB 471/471 KB 504/1210 KB 160/577 KB 1592/1822 KB 232/276 KB 471/471 KB 504/1210 KB 160/577 KB 1592/1822 KB 236/276 KB 512/1210 KB 160/577 KB 1596/1822 KB 236/276 KB 512/1210 KB 160/577 KB 1596/1822 KB 240/276 KB 512/1210 KB 160/577 KB 1600/1822 KB 240/276 KB 512/1210 KB 160/577 KB 1600/1822 KB 244/276 KB 516/1210 KB 164/577 KB 1604/1822 KB 248/276 KB 516/1210 KB 164/577 KB 1604/1822 KB 252/276 KB 516/1210 KB 164/577 KB 1604/1822 KB 256/276 KB 516/1210 KB 164/577 KB 1604/1822 KB 244/276 KB 516/1210 KB 164/577 KB 1600/1822 KB 244/276 KB 516/1210 KB 168/577 KB 1604/1822 KB 256/276 KB 516/1210 KB 160/577 KB 1600/1822 KB 244/276 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 373.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 516/1210 KB 172/577 KB 1604/1822 KB 256/276 KB 520/1210 KB 172/577 KB 1604/1822 KB 256/276 KB 520/1210 KB 172/577 KB 1608/1822 KB 256/276 KB 524/1210 KB 172/577 KB 1608/1822 KB 256/276 KB 524/1210 KB 176/577 KB 1612/1822 KB 256/276 KB 524/1210 KB 176/577 KB 1608/1822 KB 256/276 KB 528/1210 KB 176/577 KB 1616/1822 KB 256/276 KB 528/1210 KB 176/577 KB 1612/1822 KB 256/276 KB 532/1210 KB 176/577 KB 1616/1822 KB 256/276 KB 536/1210 KB 180/577 KB 1620/1822 KB 260/276 KB 540/1210 KB 180/577 KB 1620/1822 KB 260/276 KB 544/1210 KB 180/577 KB 1620/1822 KB 260/276 KB 532/1210 KB 180/577 KB 1620/1822 KB 260/276 KB 544/1210 KB 180/577 KB 1624/1822 KB 260/276 KB 544/1210 KB 180/577 KB 1628/1822 KB 260/276 KB 544/1210 KB 180/577 KB 1632/1822 KB 260/276 KB 532/1210 KB 180/577 KB 1616/1822 KB 260/276 KB 532/1210 KB 180/577 KB 1616/1822 KB 256/276 KB 544/1210 KB 184/577 KB 1632/1822 KB 260/276 KB 544/1210 KB 184/577 KB 1632/1822 KB 264/276 KB 544/1210 KB 188/577 KB 1632/1822 KB 264/276 KB 544/1210 KB 192/577 KB 1632/1822 KB 268/276 KB 544/1210 KB 188/577 KB 1632/1822 KB 268/276 KB 544/1210 KB 192/577 KB 1632/1822 KB 272/276 KB 544/1210 KB 192/577 KB 1632/1822 KB 276/276 KB 544/1210 KB 4/37 KB 196/577 KB 1636/1822 KB 276/276 KB 548/1210 KB 4/37 KB 196/577 KB 1636/1822 KB 276/276 KB 552/1210 KB 4/37 KB 196/577 KB 1636/1822 KB 276/276 KB 556/1210 KB 4/37 KB 196/577 KB 1636/1822 KB 276/276 KB 544/1210 KB 4/37 KB 196/577 KB 1636/1822 KB 276/276 KB 544/1210 KB 4/37 KB 196/577 KB 1632/1822 KB 276/276 KB 544/1210 KB 4/37 KB 192/577 KB 1632/1822 KB 276/276 KB 556/1210 KB 8/37 KB 196/577 KB 1636/1822 KB 276/276 KB 556/1210 KB 12/37 KB 196/577 KB 1636/1822 KB 276/276 KB 556/1210 KB 16/37 KB 196/577 KB 1636/1822 KB 276/276 KB 556/1210 KB 16/37 KB 200/577 KB 1636/1822 KB 276/276 KB 556/1210 KB 16/37 KB 204/577 KB 1636/1822 KB 276/276 KB 556/1210 KB 16/37 KB 208/577 KB 1640/1822 KB 276/276 KB 556/1210 KB 16/37 KB 204/577 KB 1640/1822 KB 276/276 KB 556/1210 KB 20/37 KB 208/577 KB 1644/1822 KB 276/276 KB 556/1210 KB 20/37 KB 208/577 KB 1648/1822 KB 276/276 KB 556/1210 KB 20/37 KB 208/577 KB 1640/1822 KB 276/276 KB 556/1210 KB 24/37 KB 208/577 KB 1648/1822 KB 276/276 KB 560/1210 KB 28/37 KB 208/577 KB 1648/1822 KB 276/276 KB 560/1210 KB 32/37 KB 208/577 KB 1648/1822 KB 276/276 KB 560/1210 KB 36/37 KB 208/577 KB 1648/1822 KB 276/276 KB 560/1210 KB 37/37 KB 212/577 KB 1652/1822 KB 276/276 KB 560/1210 KB 24/37 KB 208/577 KB 1648/1822 KB 276/276 KB 564/1210 KB 37/37 KB 212/577 KB 1652/1822 KB 276/276 KB 568/1210 KB 37/37 KB 212/577 KB 1652/1822 KB 276/276 KB 572/1210 KB 37/37 KB 212/577 KB 1652/1822 KB 276/276 KB 560/1210 KB 36/37 KB 212/577 KB 1652/1822 KB 276/276 KB 560/1210 KB 36/37 KB 212/577 KB 1652/1822 KB 276/276 KB 572/1210 KB 37/37 KB 212/577 KB 1656/1822 KB 276/276 KB 572/1210 KB 37/37 KB 216/577 KB 1660/1822 KB 276/276 KB 572/1210 KB 37/37 KB 216/577 KB 1656/1822 KB 276/276 KB 572/1210 KB 37/37 KB 220/577 KB 1660/1822 KB 276/276 KB 572/1210 KB 37/37 KB 224/577 KB 1660/1822 KB 276/276 KB 572/1210 KB 37/37 KB 224/577 KB 1664/1822 KB 276/276 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 215.5 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 572/1210 KB 37/37 KB 228/577 KB 1664/1822 KB 576/1210 KB 37/37 KB 232/577 KB 1668/1822 KB 576/1210 KB 37/37 KB 236/577 KB 1668/1822 KB 576/1210 KB 37/37 KB 240/577 KB 1668/1822 KB 576/1210 KB 37/37 KB 228/577 KB 1668/1822 KB 576/1210 KB 37/37 KB 240/577 KB 1672/1822 KB 576/1210 KB 37/37 KB 240/577 KB 1676/1822 KB 576/1210 KB 37/37 KB 240/577 KB 1680/1822 KB 576/1210 KB 37/37 KB 228/577 KB 1664/1822 KB 580/1210 KB 37/37 KB 240/577 KB 1680/1822 KB 584/1210 KB 37/37 KB 240/577 KB 1680/1822 KB 588/1210 KB 37/37 KB 240/577 KB 1680/1822 KB 592/1210 KB 37/37 KB 240/577 KB 1680/1822 KB 596/1210 KB 244/577 KB 1684/1822 KB 600/1210 KB 244/577 KB 1684/1822 KB 604/1210 KB 244/577 KB 1684/1822 KB 592/1210 KB 244/577 KB 1684/1822 KB 592/1210 KB 244/577 KB 1680/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 28.3 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 604/1210 KB 248/577 KB 1684/1822 KB 604/1210 KB 248/577 KB 1688/1822 KB 604/1210 KB 252/577 KB 1688/1822 KB 604/1210 KB 252/577 KB 1692/1822 KB 604/1210 KB 256/577 KB 1692/1822 KB 604/1210 KB 256/577 KB 1696/1822 KB 604/1210 KB 256/577 KB 1700/1822 KB 608/1210 KB 260/577 KB 1704/1822 KB 608/1210 KB 260/577 KB 1708/1822 KB 608/1210 KB 260/577 KB 1712/1822 KB 608/1210 KB 260/577 KB 1700/1822 KB 608/1210 KB 256/577 KB 1700/1822 KB 612/1210 KB 260/577 KB 1712/1822 KB 612/1210 KB 264/577 KB 1712/1822 KB 612/1210 KB 268/577 KB 1712/1822 KB 612/1210 KB 272/577 KB 1712/1822 KB 616/1210 KB 272/577 KB 1712/1822 KB 620/1210 KB 272/577 KB 1712/1822 KB 624/1210 KB 272/577 KB 1712/1822 KB 624/1210 KB 272/577 KB 1716/1822 KB 628/1210 KB 276/577 KB 1720/1822 KB 628/1210 KB 276/577 KB 1724/1822 KB 628/1210 KB 276/577 KB 1728/1822 KB 628/1210 KB 276/577 KB 1716/1822 KB 624/1210 KB 276/577 KB 1716/1822 KB 628/1210 KB 280/577 KB 1728/1822 KB 628/1210 KB 284/577 KB 1728/1822 KB 628/1210 KB 288/577 KB 1728/1822 KB 632/1210 KB 288/577 KB 1728/1822 KB 636/1210 KB 288/577 KB 1728/1822 KB 640/1210 KB 288/577 KB 1728/1822 KB 640/1210 KB 288/577 KB 1732/1822 KB 644/1210 KB 292/577 KB 1736/1822 KB 644/1210 KB 292/577 KB 1740/1822 KB 644/1210 KB 292/577 KB 1744/1822 KB 644/1210 KB 292/577 KB 1732/1822 KB 640/1210 KB 292/577 KB 1732/1822 KB 644/1210 KB 296/577 KB 1744/1822 KB 644/1210 KB 300/577 KB 1744/1822 KB 644/1210 KB 304/577 KB 1744/1822 KB 648/1210 KB 304/577 KB 1744/1822 KB 652/1210 KB 304/577 KB 1744/1822 KB 656/1210 KB 304/577 KB 1744/1822 KB 656/1210 KB 308/577 KB 1744/1822 KB 656/1210 KB 312/577 KB 1748/1822 KB 656/1210 KB 316/577 KB 1748/1822 KB 656/1210 KB 320/577 KB 1748/1822 KB 656/1210 KB 308/577 KB 1748/1822 KB 656/1210 KB 320/577 KB 1752/1822 KB 656/1210 KB 320/577 KB 1756/1822 KB 656/1210 KB 320/577 KB 1760/1822 KB 660/1210 KB 320/577 KB 1760/1822 KB 664/1210 KB 320/577 KB 1760/1822 KB 668/1210 KB 320/577 KB 1760/1822 KB 672/1210 KB 320/577 KB 1760/1822 KB 672/1210 KB 320/577 KB 1764/1822 KB 672/1210 KB 320/577 KB 1768/1822 KB 672/1210 KB 324/577 KB 1772/1822 KB 672/1210 KB 324/577 KB 1776/1822 KB 672/1210 KB 324/577 KB 1768/1822 KB 672/1210 KB 328/577 KB 1776/1822 KB 672/1210 KB 332/577 KB 1776/1822 KB 672/1210 KB 336/577 KB 1776/1822 KB 676/1210 KB 336/577 KB 1776/1822 KB 680/1210 KB 336/577 KB 1776/1822 KB 684/1210 KB 336/577 KB 1776/1822 KB 688/1210 KB 336/577 KB 1776/1822 KB 688/1210 KB 340/577 KB 1776/1822 KB 692/1210 KB 344/577 KB 1780/1822 KB 692/1210 KB 348/577 KB 1780/1822 KB 692/1210 KB 352/577 KB 1780/1822 KB 692/1210 KB 340/577 KB 1780/1822 KB 688/1210 KB 340/577 KB 1780/1822 KB 692/1210 KB 352/577 KB 1784/1822 KB 692/1210 KB 352/577 KB 1788/1822 KB 692/1210 KB 352/577 KB 1792/1822 KB 696/1210 KB 352/577 KB 1792/1822 KB 700/1210 KB 352/577 KB 1792/1822 KB 704/1210 KB 352/577 KB 1792/1822 KB 708/1210 KB 352/577 KB 1792/1822 KB 712/1210 KB 356/577 KB 1796/1822 KB 716/1210 KB 356/577 KB 1796/1822 KB 720/1210 KB 356/577 KB 1796/1822 KB 708/1210 KB 356/577 KB 1796/1822 KB 708/1210 KB 352/577 KB 1796/1822 KB 720/1210 KB 360/577 KB 1796/1822 KB 720/1210 KB 364/577 KB 1800/1822 KB 720/1210 KB 360/577 KB 1800/1822 KB 720/1210 KB 364/577 KB 1804/1822 KB 720/1210 KB 364/577 KB 1808/1822 KB 720/1210 KB 368/577 KB 1808/1822 KB 720/1210 KB 372/577 KB 1808/1822 KB 724/1210 KB 376/577 KB 1812/1822 KB 724/1210 KB 372/577 KB 1812/1822 KB 724/1210 KB 376/577 KB 1816/1822 KB 724/1210 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 376/577 KB 1820/1822 KB 724/1210 KB 4/1192 KB 376/577 KB 1822/1822 KB 724/1210 KB 372/577 KB 1808/1822 KB 724/1210 KB 4/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 4/1192 KB 376/577 KB 1820/1822 KB 724/1210 KB 8/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 12/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 16/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 20/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 24/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 28/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 32/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 36/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 40/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 44/1192 KB 380/577 KB 1822/1822 KB 724/1210 KB 48/1192 KB 380/577 KB 1822/1822 KB 728/1210 KB 48/1192 KB 380/577 KB 1822/1822 KB 732/1210 KB 48/1192 KB 384/577 KB 1822/1822 KB 736/1210 KB 48/1192 KB 384/577 KB 1822/1822 KB 728/1210 KB 48/1192 KB 384/577 KB 1822/1822 KB 736/1210 KB 52/1192 KB 388/577 KB 1822/1822 KB 736/1210 KB 52/1192 KB 384/577 KB 1822/1822 KB 740/1210 KB 56/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 60/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 64/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 68/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 72/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 76/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 80/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 84/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 52/1192 KB 388/577 KB 1822/1822 KB 740/1210 KB 84/1192 KB 392/577 KB 1822/1822 KB 740/1210 KB 84/1192 KB 396/577 KB 1822/1822 KB 740/1210 KB 84/1192 KB 400/577 KB 1822/1822 KB 744/1210 KB 84/1192 KB 400/577 KB 1822/1822 KB 748/1210 KB 84/1192 KB 400/577 KB 1822/1822 KB 748/1210 KB 88/1192 KB 400/577 KB 1822/1822 KB 752/1210 KB 92/1192 KB 400/577 KB 1822/1822 KB 752/1210 KB 92/1192 KB 400/577 KB 1822/1822 KB 752/1210 KB 96/1192 KB 400/577 KB 1822/1822 KB 756/1210 KB 96/1192 KB 400/577 KB 1822/1822 KB 760/1210 KB 100/1192 KB 404/577 KB 1822/1822 KB 764/1210 KB 100/1192 KB 404/577 KB 1822/1822 KB 768/1210 KB 100/1192 KB 404/577 KB 1822/1822 KB 756/1210 KB 100/1192 KB 404/577 KB 1822/1822 KB 756/1210 KB 96/1192 KB 404/577 KB 1822/1822 KB 768/1210 KB 100/1192 KB 408/577 KB 1822/1822 KB 768/1210 KB 100/1192 KB 412/577 KB 1822/1822 KB 768/1210 KB 100/1192 KB 416/577 KB 1822/1822 KB 768/1210 KB 104/1192 KB 416/577 KB 1822/1822 KB 768/1210 KB 108/1192 KB 416/577 KB 1822/1822 KB 768/1210 KB 112/1192 KB 416/577 KB 1822/1822 KB 768/1210 KB 116/1192 KB 416/577 KB 772/1210 KB 120/1192 KB 420/577 KB 772/1210 KB 124/1192 KB 420/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1374.6 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 772/1210 KB 116/1192 KB 420/577 KB 772/1210 KB 128/1192 KB 424/577 KB 772/1210 KB 128/1192 KB 428/577 KB 772/1210 KB 116/1192 KB 416/577 KB 776/1210 KB 128/1192 KB 428/577 KB 776/1210 KB 128/1192 KB 432/577 KB 780/1210 KB 128/1192 KB 432/577 KB 772/1210 KB 128/1192 KB 432/577 KB 784/1210 KB 128/1192 KB 432/577 KB 784/1210 KB 132/1192 KB 432/577 KB 788/1210 KB 136/1192 KB 436/577 KB 788/1210 KB 140/1192 KB 436/577 KB 788/1210 KB 144/1192 KB 436/577 KB 788/1210 KB 132/1192 KB 436/577 KB 788/1210 KB 144/1192 KB 440/577 KB 788/1210 KB 144/1192 KB 444/577 KB 788/1210 KB 144/1192 KB 448/577 KB 788/1210 KB 132/1192 KB 432/577 KB 792/1210 KB 144/1192 KB 448/577 KB 796/1210 KB 144/1192 KB 448/577 KB 800/1210 KB 144/1192 KB 448/577 KB 804/1210 KB 144/1192 KB 448/577 KB 808/1210 KB 148/1192 KB 452/577 KB 812/1210 KB 148/1192 KB 452/577 KB 816/1210 KB 148/1192 KB 452/577 KB 804/1210 KB 148/1192 KB 452/577 KB 816/1210 KB 148/1192 KB 456/577 KB 808/1210 KB 148/1192 KB 452/577 KB 816/1210 KB 148/1192 KB 460/577 KB 816/1210 KB 152/1192 KB 464/577 KB 816/1210 KB 152/1192 KB 460/577 KB 816/1210 KB 156/1192 KB 464/577 KB 816/1210 KB 160/1192 KB 464/577 KB 820/1210 KB 160/1192 KB 464/577 KB 824/1210 KB 4/439 KB 164/1192 KB 468/577 KB 828/1210 KB 4/439 KB 164/1192 KB 468/577 KB 820/1210 KB 4/439 KB 164/1192 KB 468/577 KB 820/1210 KB 4/439 KB 164/1192 KB 464/577 KB 820/1210 KB 4/439 KB 160/1192 KB 464/577 KB 828/1210 KB 8/439 KB 164/1192 KB 468/577 KB 828/1210 KB 12/439 KB 164/1192 KB 468/577 KB 828/1210 KB 16/439 KB 164/1192 KB 468/577 KB 828/1210 KB 20/439 KB 164/1192 KB 468/577 KB 828/1210 KB 24/439 KB 164/1192 KB 468/577 KB 828/1210 KB 28/439 KB 164/1192 KB 468/577 KB 828/1210 KB 32/439 KB 164/1192 KB 468/577 KB 828/1210 KB 32/439 KB 164/1192 KB 472/577 KB 828/1210 KB 32/439 KB 168/1192 KB 472/577 KB 828/1210 KB 32/439 KB 172/1192 KB 472/577 KB 832/1210 KB 36/439 KB 176/1192 KB 476/577 KB 832/1210 KB 36/439 KB 172/1192 KB 476/577 KB 832/1210 KB 40/439 KB 176/1192 KB 476/577 KB 832/1210 KB 44/439 KB 176/1192 KB 476/577 KB 832/1210 KB 48/439 KB 176/1192 KB 476/577 KB 832/1210 KB 32/439 KB 172/1192 KB 476/577 KB 832/1210 KB 32/439 KB 172/1192 KB 472/577 KB 832/1210 KB 48/439 KB 180/1192 KB 480/577 KB 836/1210 KB 48/439 KB 180/1192 KB 480/577 KB 840/1210 KB 48/439 KB 180/1192 KB 484/577 KB 844/1210 KB 48/439 KB 180/1192 KB 484/577 KB 848/1210 KB 48/439 KB 180/1192 KB 484/577 KB 832/1210 KB 48/439 KB 180/1192 KB 476/577 KB 848/1210 KB 48/439 KB 184/1192 KB 484/577 KB 836/1210 KB 48/439 KB 180/1192 KB 484/577 KB 848/1210 KB 48/439 KB 184/1192 KB 488/577 KB 848/1210 KB 48/439 KB 184/1192 KB 492/577 KB 848/1210 KB 48/439 KB 184/1192 KB 496/577 KB 848/1210 KB 48/439 KB 188/1192 KB 496/577 KB 848/1210 KB 48/439 KB 192/1192 KB 496/577 KB 852/1210 KB 48/439 KB 196/1192 KB 496/577 KB 852/1210 KB 52/439 KB 200/1192 KB 500/577 KB 852/1210 KB 52/439 KB 204/1192 KB 500/577 KB 852/1210 KB 52/439 KB 208/1192 KB 500/577 KB 852/1210 KB 48/439 KB 192/1192 KB 496/577 KB 852/1210 KB 52/439 KB 196/1192 KB 500/577 KB 852/1210 KB 52/439 KB 196/1192 KB 496/577 KB 856/1210 KB 56/439 KB 208/1192 KB 500/577 KB 856/1210 KB 60/439 KB 208/1192 KB 500/577 KB 856/1210 KB 64/439 KB 208/1192 KB 500/577 KB 856/1210 KB 52/439 KB 208/1192 KB 500/577 KB 860/1210 KB 64/439 KB 208/1192 KB 504/577 KB 856/1210 KB 64/439 KB 208/1192 KB 504/577 KB 860/1210 KB 64/439 KB 208/1192 KB 508/577 KB 860/1210 KB 64/439 KB 20 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 8/1192 KB 512/577 KB 864/1210 KB 64/439 KB 208/1192 KB 516/577 KB 864/1210 KB 68/439 KB 212/1192 KB 520/577 KB 864/1210 KB 68/439 KB 212/1192 KB 524/577 KB 864/1210 KB 68/439 KB 212/1192 KB 528/577 KB 864/1210 KB 64/439 KB 208/1192 KB 512/577 KB 864/1210 KB 68/439 KB 212/1192 KB 516/577 KB 864/1210 KB 72/439 KB 212/1192 KB 528/577 KB 864/1210 KB 76/439 KB 212/1192 KB 528/577 KB 864/1210 KB 80/439 KB 212/1192 KB 528/577 KB 864/1210 KB 64/439 KB 212/1192 KB 516/577 KB 868/1210 KB 80/439 KB 212/1192 KB 528/577 KB 872/1210 KB 80/439 KB 212/1192 KB 528/577 KB 876/1210 KB 80/439 KB 216/1192 KB 528/577 KB 876/1210 KB 80/439 KB 220/1192 KB 528/577 KB 876/1210 KB 80/439 KB 224/1192 KB 528/577 KB 876/1210 KB 80/439 KB 228/1192 KB 528/577 KB 876/1210 KB 84/439 KB 232/1192 KB 532/577 KB 876/1210 KB 84/439 KB 236/1192 KB 532/577 KB 876/1210 KB 80/439 KB 220/1192 KB 528/577 KB 880/1210 KB 84/439 KB 236/1192 KB 532/577 KB 884/1210 KB 84/439 KB 236/1192 KB 532/577 KB 888/1210 KB 84/439 KB 236/1192 KB 532/577 KB 876/1210 KB 84/439 KB 228/1192 KB 532/577 KB 876/1210 KB 84/439 KB 228/1192 KB 528/577 KB 888/1210 KB 88/439 KB 236/1192 KB 532/577 KB 888/1210 KB 92/439 KB 236/1192 KB 532/577 KB 888/1210 KB 96/439 KB 236/1192 KB 532/577 KB 888/1210 KB 96/439 KB 236/1192 KB 536/577 KB 888/1210 KB 96/439 KB 236/1192 KB 540/577 KB 888/1210 KB 96/439 KB 236/1192 KB 544/577 KB 892/1210 KB 96/439 KB 236/1192 KB 548/577 KB 892/1210 KB 100/439 KB 240/1192 KB 552/577 KB 892/1210 KB 100/439 KB 240/1192 KB 556/577 KB 892/1210 KB 100/439 KB 240/1192 KB 560/577 KB 892/1210 KB 96/439 KB 236/1192 KB 544/577 KB 896/1210 KB 100/439 KB 240/1192 KB 560/577 KB 892/1210 KB 100/439 KB 240/1192 KB 548/577 KB 892/1210 KB 96/439 KB 240/1192 KB 548/577 KB 900/1210 KB 100/439 KB 240/1192 KB 560/577 KB 904/1210 KB 104/439 KB 244/1192 KB 560/577 KB 900/1210 KB 104/439 KB 244/1192 KB 560/577 KB 900/1210 KB 104/439 KB 240/1192 KB 560/577 KB 904/1210 KB 108/439 KB 244/1192 KB 560/577 KB 904/1210 KB 112/439 KB 244/1192 KB 560/577 KB 904/1210 KB 112/439 KB 244/1192 KB 564/577 KB 908/1210 KB 112/439 KB 248/1192 KB 564/577 KB 908/1210 KB 112/439 KB 252/1192 KB 564/577 KB 908/1210 KB 112/439 KB 256/1192 KB 564/577 KB 908/1210 KB 112/439 KB 244/1192 KB 564/577 KB 912/1210 KB 112/439 KB 256/1192 KB 564/577 KB 916/1210 KB 112/439 KB 256/1192 KB 564/577 KB 920/1210 KB 112/439 KB 260/1192 KB 568/577 KB 924/1210 KB 112/439 KB 260/1192 KB 568/577 KB 928/1210 KB 112/439 KB 260/1192 KB 568/577 KB 916/1210 KB 112/439 KB 260/1192 KB 568/577 KB 916/1210 KB 112/439 KB 260/1192 KB 564/577 KB 928/1210 KB 112/439 KB 260/1192 KB 572/577 KB 928/1210 KB 112/439 KB 260/1192 KB 576/577 KB 928/1210 KB 112/439 KB 264/1192 KB 576/577 KB 928/1210 KB 112/439 KB 264/1192 KB 577/577 KB 928/1210 KB 112/439 KB 268/1192 KB 577/577 KB 928/1210 KB 112/439 KB 272/1192 KB 577/577 KB 928/1210 KB 112/439 KB 276/1192 KB 577/577 KB 932/1210 KB 112/439 KB 280/1192 KB 577/577 KB 932/1210 KB 112/439 KB 284/1192 KB 577/577 KB 932/1210 KB 112/439 KB 288/1192 KB 577/577 KB 932/1210 KB 112/439 KB 276/1192 KB 577/577 KB 936/1210 KB 116/439 KB 288/1192 KB 577/577 KB 940/1210 KB 116/439 KB 288/1192 KB 577/577 KB 932/1210 KB 116/439 KB 288/1192 KB 577/577 KB 940/1210 KB 120/439 KB 288/1192 KB 577/577 KB 940/1210 KB 124/439 KB 288/1192 KB 577/577 KB 940/1210 KB 128/439 KB 288/1192 KB 577/577 KB 940/1210 KB 132/439 KB 288/1192 KB 577/577 KB 940/1210 KB 136/439 KB 288/11 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 92 KB 577/577 KB 940/1210 KB 140/439 KB 288/1192 KB 577/577 KB 940/1210 KB 144/439 KB 288/1192 KB 577/577 KB 940/1210 KB 148/439 KB 288/1192 KB 577/577 KB 944/1210 KB 152/439 KB 292/1192 KB 577/577 KB 944/1210 KB 156/439 KB 292/1192 KB 577/577 KB 944/1210 KB 148/439 KB 292/1192 KB 577/577 KB 944/1210 KB 148/439 KB 288/1192 KB 577/577 KB 948/1210 KB 156/439 KB 292/1192 KB 577/577 KB 948/1210 KB 160/439 KB 296/1192 KB 577/577 KB 948/1210 KB 160/439 KB 292/1192 KB 577/577 KB 948/1210 KB 160/439 KB 300/1192 KB 577/577 KB 948/1210 KB 160/439 KB 304/1192 KB 577/577 KB 952/1210 KB 160/439 KB 304/1192 KB 577/577 KB 956/1210 KB 160/439 KB 304/1192 KB 577/577 KB 960/1210 KB 160/439 KB 304/1192 KB 577/577 KB 964/1210 KB 160/439 KB 304/1192 KB 577/577 KB 968/1210 KB 164/439 KB 308/1192 KB 972/1210 KB 164/439 KB 308/1192 KB 964/1210 KB 164/439 KB 308/1192 KB 964/1210 KB 164/439 KB 304/1192 KB 972/1210 KB 168/439 KB 308/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 419.1 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 972/1210 KB 172/439 KB 308/1192 KB Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 972/1210 KB 176/439 KB 312/1192 KB 972/1210 KB 176/439 KB 308/1192 KB 972/1210 KB 176/439 KB 316/1192 KB 972/1210 KB 180/439 KB 320/1192 KB 976/1210 KB 180/439 KB 320/1192 KB 976/1210 KB 180/439 KB 324/1192 KB 980/1210 KB 180/439 KB 328/1192 KB 972/1210 KB 180/439 KB 316/1192 KB 980/1210 KB 184/439 KB 328/1192 KB 980/1210 KB 188/439 KB 328/1192 KB 980/1210 KB 180/439 KB 324/1192 KB 984/1210 KB 192/439 KB 328/1192 KB 988/1210 KB 192/439 KB 332/1192 KB 992/1210 KB 192/439 KB 332/1192 KB 984/1210 KB 192/439 KB 332/1192 KB 980/1210 KB 192/439 KB 328/1192 KB 992/1210 KB 192/439 KB 336/1192 KB 992/1210 KB 196/439 KB 336/1192 KB 996/1210 KB 200/439 KB 340/1192 KB 996/1210 KB 204/439 KB 340/1192 KB 996/1210 KB 208/439 KB 340/1192 KB 996/1210 KB 196/439 KB 340/1192 KB 996/1210 KB 196/439 KB 336/1192 KB 996/1210 KB 208/439 KB 344/1192 KB 1000/1210 KB 208/439 KB 3/562 KB 344/1192 KB 1000/1210 KB 208/439 KB 6/562 KB 344/1192 KB 1000/1210 KB 208/439 KB 9/562 KB 344/1192 KB 1000/1210 KB 208/439 KB 344/1192 KB 1004/1210 KB 208/439 KB 9/562 KB 344/1192 KB 1008/1210 KB 208/439 KB 11/562 KB 348/1192 KB 1004/1210 KB 208/439 KB 11/562 KB 348/1192 KB 1008/1210 KB 208/439 KB 11/562 KB 352/1192 KB 1004/1210 KB 208/439 KB 11/562 KB 344/1192 KB 1008/1210 KB 208/439 KB 14/562 KB 352/1192 KB 1012/1210 KB 208/439 KB 14/562 KB 352/1192 KB 1016/1210 KB 212/439 KB 16/562 KB 356/1192 KB 1020/1210 KB 212/439 KB 16/562 KB 356/1192 KB 1024/1210 KB 212/439 KB 16/562 KB 356/1192 KB 1012/1210 KB 212/439 KB 16/562 KB 356/1192 KB 1012/1210 KB 212/439 KB 16/562 KB 352/1192 KB 1012/1210 KB 208/439 KB 16/562 KB 352/1192 KB 1024/1210 KB 216/439 KB 16/562 KB 356/1192 KB 1024/1210 KB 216/439 KB 19/562 KB 356/1192 KB 1024/1210 KB 220/439 KB 19/562 KB 356/1192 KB 1024/1210 KB 220/439 KB 19/562 KB 360/1192 KB 1024/1210 KB 224/439 KB 22/562 KB 364/1192 KB 1024/1210 KB 224/439 KB 19/562 KB 360/1192 KB 1024/1210 KB 224/439 KB 22/562 KB 360/1192 KB 1024/1210 KB 224/439 KB 22/562 KB 368/1192 KB 1024/1210 KB 224/439 KB 25/562 KB 368/1192 KB 1024/1210 KB 228/439 KB 25/562 KB 368/1192 KB 1028/1210 KB 232/439 KB 27/562 KB 372/1192 KB 1028/1210 KB 236/439 KB 27/562 KB 372/1192 KB 1028/1210 KB 240/439 KB 27/562 KB 372/1192 KB 1028/1210 KB 228/439 KB 27/562 KB 372/1192 KB 1028/1210 KB 228/439 KB 27/562 KB 368/1192 KB 1024/1210 KB 228/439 KB 27/562 KB 368/1192 KB 1028/1210 KB 240/439 KB 30/562 KB 372/1192 KB 1032/1210 KB 240/439 KB 30/562 KB 372/1192 KB 1036/1210 KB 240/439 KB 30/562 KB 372/1192 KB 1036/1210 KB 240/439 KB 32/562 KB 376/1192 KB 1036/1210 KB 240/439 KB 30/562 KB 376/1192 KB 1036/1210 KB 240/439 KB 32/562 KB 380/1192 KB 1040/1210 KB 240/439 KB 32/562 KB 380/1192 KB 1044/1210 KB 240/439 KB 32/562 KB 380/1192 KB 1048/1210 KB 244/439 KB 36/562 KB 384/1192 KB 1052/1210 KB 244/439 KB 36/562 KB 384/1192 KB 1044/1210 KB 244/439 KB 36/562 KB 384/1192 KB 1052/1210 KB 248/439 KB 36/562 KB 384/1192 KB 1052/1210 KB 252/439 KB 36/562 KB 384/1192 KB 1052/1210 KB 256/439 KB 36/562 KB 384/1192 KB 1044/1210 KB 240/439 KB 36/562 KB 384/1192 KB 1044/1210 KB 240/439 KB 32/562 KB 384/1192 KB 1052/1210 KB 256/439 KB 36/562 KB 388/1192 KB 1052/1210 KB 256/439 KB 40/562 KB 388/1192 KB 1052/1210 KB 256/439 KB 44/562 KB 4/167 KB 388/1192 KB 1052/1210 KB 256/439 KB 48/562 KB 4/167 KB 388/1192 KB 1052/1210 KB 256/439 KB 40/562 KB 4/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 8/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install KB 12/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 16/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 20/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 24/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 28/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 32/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 36/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 40/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 44/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 48/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 52/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 56/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 60/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 64/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 68/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 72/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 76/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 80/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 4/167 KB 388/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 80/167 KB 392/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 80/167 KB 396/1192 KB 1056/1210 KB 256/439 KB 48/562 KB 80/167 KB 400/1192 KB 1056/1210 KB 256/439 KB 52/562 KB 80/167 KB 404/1192 KB 1060/1210 KB 260/439 KB 52/562 KB 80/167 KB 408/1192 KB 1060/1210 KB 260/439 KB 52/562 KB 80/167 KB 412/1192 KB 1060/1210 KB 260/439 KB 52/562 KB 80/167 KB 416/1192 KB 1060/1210 KB 260/439 KB 52/562 KB 84/167 KB 416/1192 KB 1056/1210 KB 256/439 KB 52/562 KB 80/167 KB 400/1192 KB 1060/1210 KB 260/439 KB 52/562 KB 80/167 KB 404/1192 KB 1064/1210 KB 260/439 KB 52/562 KB 84/167 KB 416/1192 KB 1056/1210 KB 260/439 KB 52/562 KB 80/167 KB 404/1192 KB 1064/1210 KB 264/439 KB 56/562 KB 84/167 KB 416/1192 KB 1064/1210 KB 268/439 KB 56/562 KB 84/167 KB 416/1192 KB 1064/1210 KB 269/439 KB 56/562 KB 84/167 KB 416/1192 KB 1064/1210 KB 260/439 KB 56/562 KB 84/167 KB 416/1192 KB 1064/1210 KB 269/439 KB 56/562 KB 88/167 KB 416/1192 KB 1064/1210 KB 269/439 KB 60/562 KB 88/167 KB 416/1192 KB 1068/1210 KB 269/439 KB 60/562 KB 92/167 KB 416/1192 KB 1068/1210 KB 269/439 KB 60/562 KB 88/167 KB 416/1192 KB 1072/1210 KB 269/439 KB 64/562 KB 92/167 KB 416/1192 KB 1068/1210 KB 269/439 KB 64/562 KB 92/167 KB 416/1192 KB 1072/1210 KB 269/439 KB 64/562 KB 96/167 KB 416/1192 KB 1072/1210 KB 273/439 KB 64/562 KB 96/167 KB 416/1192 KB 1076/1210 KB 277/439 KB 68/562 KB 100/167 KB 420/1192 KB 1076/1210 KB 281/439 KB 68/562 KB 100/167 KB 420/1192 KB 1076/1210 KB 273/439 KB 64/562 KB 96/167 KB 416/1192 KB 1080/1210 KB 281/439 KB 68/562 KB 100/167 KB 420/1192 KB 1080/1210 KB 285/439 KB 68/562 KB 100/167 KB 420/1192 KB 1084/1210 KB 285/439 KB 68/562 KB 100/167 KB 420/1192 KB 1088/1210 KB 285/439 KB 68/562 KB 100/167 KB 420/1192 KB 1076/1210 KB 273/439 KB 68/562 KB 100/167 KB 420/1192 KB 1076/1210 KB 273/439 KB 68/562 KB 100/167 KB 416/1192 KB 1076/1210 KB 273/439 KB 68/562 KB 96/167 KB 416/1192 KB 1088/1210 KB 289/439 KB 72/562 KB 100/167 KB 420/1192 KB 1088/1210 KB 289/439 KB 72/562 KB 104/167 KB 420/1192 KB 1088/1210 KB 289/439 KB 76/562 KB 108/167 KB 420/1192 KB 1088/1210 KB 289/439 KB 76/562 KB 112/167 KB 424/1192 KB 1092/1210 KB 289/439 KB 76/562 KB 112/167 KB 424/1192 KB 1096/1210 KB 289/439 KB 76/562 KB 116/167 KB 424/1192 KB 1100/1210 KB 289/439 KB 76/562 KB 116/167 KB 424/1192 KB 1104/1210 KB 289/439 KB 76/562 KB 116/167 KB 424/1192 KB 1088/1210 KB 289/439 KB 6 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 8/562 KB 100/167 KB 420/1192 KB 1104/1210 KB 293/439 KB 76/562 KB 116/167 KB 424/1192 KB 1104/1210 KB 297/439 KB 76/562 KB 116/167 KB 424/1192 KB 1104/1210 KB 301/439 KB 76/562 KB 116/167 KB 424/1192 KB 1092/1210 KB 289/439 KB 76/562 KB 116/167 KB 424/1192 KB 1088/1210 KB 289/439 KB 76/562 KB 108/167 KB 424/1192 KB 1088/1210 KB 289/439 KB 76/562 KB 104/167 KB 420/1192 KB 1104/1210 KB 301/439 KB 80/562 KB 116/167 KB 424/1192 KB 1104/1210 KB 301/439 KB 80/562 KB 116/167 KB 428/1192 KB 1104/1210 KB 301/439 KB 80/562 KB 116/167 KB 432/1192 KB 1104/1210 KB 301/439 KB 84/562 KB 116/167 KB 432/1192 KB 1104/1210 KB 301/439 KB 88/562 KB 116/167 KB 436/1192 KB 1104/1210 KB 301/439 KB 92/562 KB 116/167 KB 436/1192 KB 1104/1210 KB 301/439 KB 84/562 KB 116/167 KB 436/1192 KB 1104/1210 KB 301/439 KB 92/562 KB 120/167 KB 436/1192 KB 1104/1210 KB 301/439 KB 92/562 KB 120/167 KB 440/1192 KB 1104/1210 KB 301/439 KB 96/562 KB 124/167 KB 444/1192 KB 1104/1210 KB 301/439 KB 96/562 KB 124/167 KB 448/1192 KB 1104/1210 KB 301/439 KB 96/562 KB 124/167 KB 452/1192 KB 1108/1210 KB 305/439 KB 96/562 KB 124/167 KB 456/1192 KB 1108/1210 KB 305/439 KB 96/562 KB 124/167 KB 460/1192 KB 1108/1210 KB 305/439 KB 96/562 KB 124/167 KB 464/1192 KB 1104/1210 KB 301/439 KB 96/562 KB 124/167 KB 440/1192 KB 1108/1210 KB 305/439 KB 96/562 KB 128/167 KB 464/1192 KB 1108/1210 KB 305/439 KB 96/562 KB 132/167 KB 464/1192 KB 1108/1210 KB 305/439 KB 96/562 KB 124/167 KB 452/1192 KB 1108/1210 KB 309/439 KB 96/562 KB 132/167 KB 464/1192 KB 1108/1210 KB 301/439 KB 96/562 KB 124/167 KB 452/1192 KB 1104/1210 KB 301/439 KB 96/562 KB 120/167 KB 440/1192 KB 1108/1210 KB 309/439 KB 100/562 KB 132/167 KB 464/1192 KB 1112/1210 KB 313/439 KB 100/562 KB 132/167 KB 464/1192 KB 1116/1210 KB 313/439 KB 104/562 KB 132/167 KB 464/1192 KB 1120/1210 KB 313/439 KB 104/562 KB 132/167 KB 464/1192 KB 1108/1210 KB 313/439 KB 100/562 KB 132/167 KB 464/1192 KB 1120/1210 KB 317/439 KB 104/562 KB 136/167 KB 464/1192 KB 1120/1210 KB 313/439 KB 104/562 KB 136/167 KB 464/1192 KB 1112/1210 KB 313/439 KB 104/562 KB 132/167 KB 464/1192 KB 1120/1210 KB 317/439 KB 108/562 KB 136/167 KB 464/1192 KB 1120/1210 KB 317/439 KB 112/562 KB 136/167 KB 464/1192 KB 1124/1210 KB 317/439 KB 112/562 KB 136/167 KB 464/1192 KB 1128/1210 KB 321/439 KB 116/562 KB 140/167 KB 468/1192 KB 1132/1210 KB 321/439 KB 116/562 KB 140/167 KB 468/1192 KB 1124/1210 KB 321/439 KB 116/562 KB 140/167 KB 468/1192 KB 1124/1210 KB 321/439 KB 116/562 KB 140/167 KB 464/1192 KB 1124/1210 KB 317/439 KB 116/562 KB 140/167 KB 464/1192 KB 1124/1210 KB 317/439 KB 112/562 KB 140/167 KB 464/1192 KB 1136/1210 KB 321/439 KB 116/562 KB 144/167 KB 468/1192 KB 1136/1210 KB 321/439 KB 116/562 KB 148/167 KB 468/1192 KB 1136/1210 KB 325/439 KB 120/562 KB 148/167 KB 472/1192 KB 1136/1210 KB 325/439 KB 120/562 KB 148/167 KB 472/1192 KB 1136/1210 KB 325/439 KB 120/562 KB 148/167 KB 468/1192 KB 1136/1210 KB 325/439 KB 116/562 KB 148/167 KB 468/1192 KB 1136/1210 KB 329/439 KB 120/562 KB 148/167 KB 472/1192 KB 1136/1210 KB 329/439 KB 124/562 KB 148/167 KB 472/1192 KB 1136/1210 KB 333/439 KB 124/562 KB 148/167 KB 476/1192 KB 1136/1210 KB 333/439 KB 124/562 KB 152/167 KB 480/1192 KB 1136/1210 KB 333/439 KB 124/562 KB 148/167 KB 472/1192 KB 1136/1210 KB 333/439 KB 128/562 KB 152/167 KB 480/1192 KB 1136/1210 KB 333/439 KB 128/562 KB 152/167 KB 480/1192 KB 1136/1210 KB 333/439 KB 128/562 KB 156/167 KB 480/1192 KB 1136/1210 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 337/439 KB 128/562 KB 160/167 KB 480/1192 KB 1136/1210 KB 337/439 KB 132/562 KB 164/167 KB 480/1192 KB 1140/1210 KB 337/439 KB 132/562 KB 167/167 KB 484/1192 KB 1136/1210 KB 337/439 KB 128/562 KB 156/167 KB 480/1192 KB 1140/1210 KB 337/439 KB 132/562 KB 164/167 KB 484/1192 KB 1144/1210 KB 337/439 KB 132/562 KB 167/167 KB 484/1192 KB 1148/1210 KB 337/439 KB 132/562 KB 167/167 KB 484/1192 KB 1152/1210 KB 341/439 KB 132/562 KB 167/167 KB 484/1192 KB 1136/1210 KB 337/439 KB 132/562 KB 164/167 KB 484/1192 KB 1152/1210 KB 341/439 KB 132/562 KB 167/167 KB 488/1192 KB 1152/1210 KB 341/439 KB 132/562 KB 167/167 KB 492/1192 KB 1152/1210 KB 341/439 KB 132/562 KB 167/167 KB 496/1192 KB 1152/1210 KB 341/439 KB 132/562 KB 167/167 KB 500/1192 KB 1156/1210 KB 341/439 KB 132/562 KB 167/167 KB 504/1192 KB 1156/1210 KB 341/439 KB 132/562 KB 167/167 KB 508/1192 KB 1136/1210 KB 337/439 KB 132/562 KB 160/167 KB 480/1192 KB 1156/1210 KB 341/439 KB 136/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 341/439 KB 140/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 341/439 KB 144/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 341/439 KB 148/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 341/439 KB 152/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 341/439 KB 156/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 341/439 KB 160/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 341/439 KB 132/562 KB 167/167 KB 500/1192 KB 1148/1210 KB 341/439 KB 132/562 KB 167/167 KB 484/1192 KB 1156/1210 KB 345/439 KB 160/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 349/439 KB 160/562 KB 167/167 KB 508/1192 KB 1156/1210 KB 353/439 KB 160/562 KB 167/167 KB 508/1192 KB 1160/1210 KB 353/439 KB 160/562 KB 167/167 KB 508/1192 KB 1160/1210 KB 357/439 KB 160/562 KB 167/167 KB 508/1192 KB 1164/1210 KB 357/439 KB 160/562 KB 167/167 KB 508/1192 KB 1168/1210 KB 357/439 KB 160/562 KB 167/167 KB 508/1192 KB 1168/1210 KB 361/439 KB 160/562 KB 167/167 KB 508/1192 KB 1168/1210 KB 365/439 KB 160/562 KB 167/167 KB 508/1192 KB 1168/1210 KB 365/439 KB 160/562 KB 167/167 KB 512/1192 KB 1172/1210 KB 365/439 KB 160/562 KB 167/167 KB 512/1192 KB 1176/1210 KB 369/439 KB 164/562 KB 516/1192 KB 1180/1210 KB 369/439 KB 164/562 KB 516/1192 KB 1172/1210 KB 369/439 KB 164/562 KB 516/1192 KB 1172/1210 KB 369/439 KB 164/562 KB 512/1192 KB 1180/1210 KB 373/439 KB 164/562 KB 516/1192 KB 1172/1210 KB 365/439 KB 164/562 KB 167/167 KB 512/1192 KB 1180/1210 KB 373/439 KB 168/562 KB 516/1192 KB 1180/1210 KB 377/439 KB 168/562 KB 516/1192 KB 1180/1210 KB 381/439 KB 168/562 KB 516/1192 KB 1184/1210 KB 381/439 KB 172/562 KB 520/1192 KB 1180/1210 KB 381/439 KB 172/562 KB 520/1192 KB 1180/1210 KB 381/439 KB 168/562 KB 520/1192 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 116.0 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 1184/1210 KB 381/439 KB 176/562 KB 524/1192 KB 1184/1210 KB 381/439 KB 176/562 KB 528/1192 KB 1184/1210 KB 381/439 KB 176/562 KB 520/1192 KB 1188/1210 KB 381/439 KB 176/562 KB 528/1192 KB 1192/1210 KB 385/439 KB 180/562 KB 532/1192 KB 1196/1210 KB 385/439 KB 180/562 KB 532/1192 KB 1200/1210 KB 385/439 KB 180/562 KB 532/1192 KB 1188/1210 KB 385/439 KB 180/562 KB 532/1192 KB 1188/1210 KB 385/439 KB 176/562 KB 532/1192 KB 1200/1210 KB 389/439 KB 180/562 KB 532/1192 KB 1200/1210 KB 393/439 KB 180/562 KB 532/1192 KB 1200/1210 KB 397/439 KB 180/562 KB 532/1192 KB 1188/1210 KB 381/439 KB 176/562 KB 532/1192 KB 1200/1210 KB 397/439 KB 184/562 KB 532/1192 KB 1200/1210 KB 397/439 KB 184/562 KB 536/1192 KB 1200/1210 KB 397/439 KB 188/562 KB 536/1192 KB 1200/1210 KB 397/439 KB 192/562 KB 536/1192 KB 1200/1210 KB 397/439 KB 192/562 KB 540/1192 KB 1200/1210 KB 397/439 KB 192/562 KB 544/1192 KB 1200/1210 KB 3/256 KB 401/439 KB 196/562 KB 548/1192 KB 1200/1210 KB 3/256 KB 401/439 KB 196/562 KB 544/1192 KB 1204/1210 KB 6/256 KB 401/439 KB 196/562 KB 548/1192 KB 1200/1210 KB 401/439 KB 196/562 KB 544/1192 KB 1200/1210 KB 401/439 KB 192/562 KB 544/1192 KB 1204/1210 KB 3/256 KB 401/439 KB 196/562 KB 548/1192 KB 1208/1210 KB 6/256 KB 401/439 KB 196/562 KB 548/1192 KB 1210/1210 KB 6/256 KB 401/439 KB 196/562 KB 548/1192 KB 1210/1210 KB 6/256 KB 405/439 KB 196/562 KB 548/1192 KB 1210/1210 KB 6/256 KB 409/439 KB 196/562 KB 548/1192 KB 1210/1210 KB 9/256 KB 413/439 KB 200/562 KB 548/1192 KB 1210/1210 KB 9/256 KB 409/439 KB 200/562 KB 548/1192 KB 1210/1210 KB 9/256 KB 409/439 KB 196/562 KB 548/1192 KB 1210/1210 KB 9/256 KB 413/439 KB 204/562 KB 548/1192 KB 1210/1210 KB 9/256 KB 413/439 KB 208/562 KB 552/1192 KB 1210/1210 KB 11/256 KB 413/439 KB 212/562 KB 552/1192 KB 1210/1210 KB 11/256 KB 417/439 KB 216/562 KB 552/1192 KB 1210/1210 KB 11/256 KB 417/439 KB 220/562 KB 552/1192 KB 1210/1210 KB 9/256 KB 413/439 KB 204/562 KB 552/1192 KB 1210/1210 KB 11/256 KB 417/439 KB 224/562 KB 556/1192 KB 1210/1210 KB 11/256 KB 417/439 KB 224/562 KB 560/1192 KB 1210/1210 KB 11/256 KB 417/439 KB 212/562 KB 552/1192 KB 1210/1210 KB 11/256 KB 421/439 KB 224/562 KB 560/1192 KB 1210/1210 KB 11/256 KB 425/439 KB 224/562 KB 560/1192 KB 1210/1210 KB 11/256 KB 429/439 KB 224/562 KB 560/1192 KB 1210/1210 KB 11/256 KB 413/439 KB 208/562 KB 552/1192 KB 1210/1210 KB 14/256 KB 429/439 KB 224/562 KB 560/1192 KB 1210/1210 KB 16/256 KB 429/439 KB 224/562 KB 560/1192 KB 1210/1210 KB 19/256 KB 429/439 KB 224/562 KB 560/1192 KB 1210/1210 KB 19/256 KB 429/439 KB 224/562 KB 564/1192 KB 1210/1210 KB 22/256 KB 429/439 KB 224/562 KB 568/1192 KB 1210/1210 KB 22/256 KB 429/439 KB 224/562 KB 572/1192 KB 1210/1210 KB 22/256 KB 429/439 KB 224/562 KB 576/1192 KB 1210/1210 KB 22/256 KB 429/439 KB 224/562 KB 564/1192 KB 1210/1210 KB 25/256 KB 433/439 KB 224/562 KB 576/1192 KB 1210/1210 KB 22/256 KB 433/439 KB 224/562 KB 576/1192 KB 1210/1210 KB 22/256 KB 429/439 KB 224/562 KB 568/1192 KB 1210/1210 KB 25/256 KB 433/439 KB 224/562 KB 580/1192 KB 1210/1210 KB 27/256 KB 437/439 KB 228/562 KB 584/1192 KB 1210/1210 KB 27/256 KB 437/439 KB 228/562 KB 588/1192 KB 1210/1210 KB 27/256 KB 437/439 KB 228/562 KB 580/1192 KB 1210/1210 KB 27/256 KB 437/439 KB 224/562 KB 580/1192 KB 1210/1210 KB 27/256 KB 433/439 KB 224/562 KB 580/1192 KB 1210/1210 KB 30/256 KB 437/439 KB 228/562 KB 588/1192 KB 1210/1210 KB 30/256 KB 439/439 KB 228/562 KB 588/1192 KB 1210/1210 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install KB 32/256 KB 439/439 KB 228/562 KB 588/1192 KB 1210/1210 KB 32/256 KB 439/439 KB 232/562 KB 588/1192 KB 32/256 KB 439/439 KB 236/562 KB 588/1192 KB 32/256 KB 439/439 KB 240/562 KB 588/1192 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 830.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 300.9 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 36/256 KB 439/439 KB 240/562 KB 592/1192 KB 32/256 KB 439/439 KB 240/562 KB 592/1192 KB 36/256 KB 244/562 KB 596/1192 KB 36/256 KB 244/562 KB 592/1192 KB 40/256 KB 244/562 KB 596/1192 KB 44/256 KB 244/562 KB 596/1192 KB 48/256 KB 244/562 KB 596/1192 KB 48/256 KB 248/562 KB 596/1192 KB 48/256 KB 252/562 KB 596/1192 KB 48/256 KB 256/562 KB 600/1192 KB 48/256 KB 252/562 KB 600/1192 KB 52/256 KB 256/562 KB 604/1192 KB 52/256 KB 256/562 KB 608/1192 KB 52/256 KB 260/562 KB 608/1192 KB 52/256 KB 264/562 KB 612/1192 KB 52/256 KB 268/562 KB 612/1192 KB 52/256 KB 272/562 KB 612/1192 KB 52/256 KB 256/562 KB 600/1192 KB 56/256 KB 272/562 KB 612/1192 KB 60/256 KB 272/562 KB 612/1192 KB 64/256 KB 272/562 KB 612/1192 KB 52/256 KB 260/562 KB 612/1192 KB 64/256 KB 272/562 KB 616/1192 KB 64/256 KB 272/562 KB 620/1192 KB 68/256 KB 272/562 KB 624/1192 KB Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 68/256 KB 276/562 KB 624/1192 KB 68/256 KB 280/562 KB 628/1192 KB 68/256 KB 4/140 KB 280/562 KB 628/1192 KB 68/256 KB 8/140 KB 280/562 KB 628/1192 KB 68/256 KB 12/140 KB 280/562 KB 628/1192 KB 68/256 KB 16/140 KB 280/562 KB 628/1192 KB 68/256 KB 272/562 KB 620/1192 KB 68/256 KB 20/140 KB 280/562 KB 628/1192 KB 72/256 KB 24/140 KB 284/562 KB 628/1192 KB 68/256 KB 276/562 KB 628/1192 KB 72/256 KB 20/140 KB 284/562 KB 628/1192 KB 72/256 KB 20/140 KB 280/562 KB 628/1192 KB 76/256 KB 24/140 KB 284/562 KB 628/1192 KB 80/256 KB 24/140 KB 284/562 KB 628/1192 KB 80/256 KB 24/140 KB 288/562 KB 628/1192 KB 80/256 KB 24/140 KB 288/562 KB 632/1192 KB 80/256 KB 24/140 KB 288/562 KB 636/1192 KB 80/256 KB 24/140 KB 288/562 KB 640/1192 KB 80/256 KB 28/140 KB 288/562 KB 640/1192 KB 80/256 KB 32/140 KB 288/562 KB 640/1192 KB 80/256 KB 36/140 KB 288/562 KB 640/1192 KB 84/256 KB 40/140 KB 292/562 KB 644/1192 KB 84/256 KB 44/140 KB 292/562 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 3/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 6/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 7/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 10/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 11/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 14/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 15/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 18/1118 KB 644/1192 KB 84/256 KB 48/140 KB 292/562 KB 19/1118 KB 644/1192 KB 84/256 KB 36/140 KB 292/562 KB 644/1192 KB 84/256 KB 36/140 KB 292/562 KB 640/1192 KB 84/256 KB 36/140 KB 288/562 KB 640/1192 KB 88/256 KB 48/140 KB 292/562 KB 19/1118 KB 644/1192 KB 92/256 KB 48/140 KB 292/562 KB 19/1118 KB 644/1192 KB 96/256 KB 48/140 KB 296/562 KB 19/1118 KB 644/1192 KB 92/256 KB 48/140 KB 296/562 KB 19/1118 KB 644/1192 KB 96/256 KB 48/140 KB 300/562 KB 19/1118 KB 644/1192 KB 96/256 KB 48/140 KB 304/562 KB 19/1118 KB 644/1192 KB 96/256 KB 48/140 KB 304/562 KB 22/1118 KB 648/1192 KB 96/256 KB 48/140 KB 304/562 KB 19/1118 KB 648/1192 KB 96/256 KB 48/140 KB 304/562 KB 22/1118 KB 652/1192 KB 100/256 KB 48/140 KB 304/562 KB 23/1118 KB 652/1192 KB 100/256 KB 48/140 KB 304/562 KB 23/1118 KB 656/1192 KB 100/256 KB 48/140 KB 304/562 KB 26/1118 KB 656/1192 KB 100/256 KB 48/140 KB 304/562 KB 27/1118 KB 660/1192 KB 100/256 KB 48/140 KB 304/562 KB 30/1118 KB 660/1192 KB 100/256 KB 48/140 KB 308/562 KB 31/1118 KB 660/1192 KB 100/256 KB 48/140 KB 304/562 KB 22/1118 KB 652/1192 KB 104/256 KB 52/140 KB 308/562 KB 31/1118 KB 660/1192 KB 108/256 KB 52/140 KB 308/562 KB 31/1118 KB 660/1192 KB 112/256 KB 52/140 KB 308/562 KB 31/1118 KB 660/1192 KB 100/256 KB 52/140 KB 308/562 KB 31/1118 KB 660/1192 KB 100/256 KB 48/140 KB 308/562 KB 30/1118 KB 660/1192 KB 112/256 KB 52/140 KB 312/562 KB 31/1118 KB 660/1192 KB 112/256 KB 52/140 KB 316/562 KB 31/1118 KB 660/1192 KB 100/256 KB 48/140 KB 304/562 KB 26/1118 KB 660/1192 KB 112/256 KB 52/140 KB 320/562 KB 31/1118 KB 660/1192 KB 112/256 KB 56/140 KB 320/562 KB 34/1118 KB 664/1192 KB 112/256 KB 56/140 KB 320/562 KB 34/1118 KB 660/1192 KB 112/256 KB 52/140 KB 320/562 KB 34/1118 KB 660/1192 KB 112/256 KB 60/140 KB 320/562 KB 34/1118 KB 664/1192 KB 112/256 KB 63/140 KB 320/562 KB 34/1118 KB 664/1192 KB 112/256 KB 67/140 KB 320/562 KB 35/1118 KB 668/1192 KB 116/256 KB 71/140 KB 324/562 KB 35/1118 KB 668/1192 KB 116/256 KB 75/140 KB 324/562 KB 35/1118 KB 668/11 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 92 KB 112/256 KB 63/140 KB 320/562 KB 35/1118 KB 668/1192 KB 112/256 KB 63/140 KB 320/562 KB 34/1118 KB 668/1192 KB 116/256 KB 79/140 KB 324/562 KB 35/1118 KB 672/1192 KB 116/256 KB 79/140 KB 324/562 KB 38/1118 KB 672/1192 KB 116/256 KB 79/140 KB 324/562 KB 39/1118 KB 672/1192 KB 116/256 KB 67/140 KB 324/562 KB 35/1118 KB 668/1192 KB 120/256 KB 79/140 KB 324/562 KB 39/1118 KB 672/1192 KB 124/256 KB 79/140 KB 324/562 KB 39/1118 KB 672/1192 KB 112/256 KB 67/140 KB 324/562 KB 35/1118 KB 668/1192 KB 124/256 KB 79/140 KB 328/562 KB 42/1118 KB 672/1192 KB 124/256 KB 79/140 KB 332/562 KB 42/1118 KB 672/1192 KB 124/256 KB 79/140 KB 336/562 KB 42/1118 KB 672/1192 KB 124/256 KB 79/140 KB 324/562 KB 42/1118 KB 672/1192 KB 128/256 KB 79/140 KB 336/562 KB 42/1118 KB 676/1192 KB 124/256 KB 79/140 KB 336/562 KB 42/1118 KB 676/1192 KB 128/256 KB 79/140 KB 336/562 KB 43/1118 KB 676/1192 KB 128/256 KB 79/140 KB 340/562 KB 43/1118 KB 676/1192 KB 132/256 KB 79/140 KB 344/562 KB 46/1118 KB 680/1192 KB 132/256 KB 79/140 KB 348/562 KB 46/1118 KB 680/1192 KB 132/256 KB 79/140 KB 340/562 KB 46/1118 KB 680/1192 KB 116/256 KB 79/140 KB 340/562 KB 46/1118 KB 680/1192 KB 128/256 KB 79/140 KB 340/562 KB 46/1118 KB 680/1192 KB 128/256 KB 79/140 KB 340/562 KB 43/1118 KB 680/1192 KB 132/256 KB 79/140 KB 352/562 KB 46/1118 KB 684/1192 KB 132/256 KB 79/140 KB 352/562 KB 46/1118 KB 688/1192 KB 132/256 KB 79/140 KB 352/562 KB 47/1118 KB 688/1192 KB 132/256 KB 79/140 KB 352/562 KB 50/1118 KB 688/1192 KB 132/256 KB 79/140 KB 352/562 KB 51/1118 KB 688/1192 KB 136/256 KB 79/140 KB 352/562 KB 54/1118 KB 688/1192 KB 136/256 KB 79/140 KB 352/562 KB 55/1118 KB 688/1192 KB 136/256 KB 83/140 KB 352/562 KB 58/1118 KB 692/1192 KB 136/256 KB 79/140 KB 352/562 KB 51/1118 KB 688/1192 KB 140/256 KB 83/140 KB 352/562 KB 58/1118 KB 692/1192 KB 144/256 KB 83/140 KB 352/562 KB 58/1118 KB 692/1192 KB 136/256 KB 83/140 KB 352/562 KB 55/1118 KB 692/1192 KB 136/256 KB 83/140 KB 352/562 KB 55/1118 KB 688/1192 KB 132/256 KB 79/140 KB 352/562 KB 54/1118 KB 688/1192 KB 144/256 KB 87/140 KB 352/562 KB 58/1118 KB 692/1192 KB 144/256 KB 91/140 KB 352/562 KB 58/1118 KB 692/1192 KB 144/256 KB 95/140 KB 352/562 KB 58/1118 KB 696/1192 KB 144/256 KB 99/140 KB 352/562 KB 59/1118 KB 696/1192 KB 148/256 KB 103/140 KB 356/562 KB 59/1118 KB 696/1192 KB 148/256 KB 107/140 KB 356/562 KB 59/1118 KB 696/1192 KB 148/256 KB 111/140 KB 356/562 KB 59/1118 KB 696/1192 KB 144/256 KB 91/140 KB 352/562 KB 58/1118 KB 696/1192 KB 148/256 KB 111/140 KB 356/562 KB 59/1118 KB 700/1192 KB 148/256 KB 111/140 KB 356/562 KB 59/1118 KB 704/1192 KB 148/256 KB 99/140 KB 356/562 KB 59/1118 KB 696/1192 KB 152/256 KB 111/140 KB 356/562 KB 59/1118 KB 704/1192 KB 156/256 KB 111/140 KB 356/562 KB 59/1118 KB 704/1192 KB 160/256 KB 111/140 KB 356/562 KB 59/1118 KB 704/1192 KB 144/256 KB 99/140 KB 356/562 KB 59/1118 KB 696/1192 KB 160/256 KB 111/140 KB 360/562 KB 59/1118 KB 704/1192 KB 160/256 KB 111/140 KB 364/562 KB 59/1118 KB 704/1192 KB 160/256 KB 111/140 KB 368/562 KB 59/1118 KB 704/1192 KB 144/256 KB 95/140 KB 352/562 KB 59/1118 KB 696/1192 KB 160/256 KB 111/140 KB 368/562 KB 62/1118 KB 704/1192 KB 160/256 KB 111/140 KB 368/562 KB 63/1118 KB 704/1192 KB 160/256 KB 111/140 KB 368/562 KB 66/1118 KB 704/1192 KB 160/256 KB 111/140 KB 372/562 KB 66/1118 KB 704/1192 KB 164/256 KB 115/140 KB 376/562 KB 67/1118 KB 708/1192 KB 164/256 KB 115/140 KB 380/562 KB 67/111 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 8 KB 708/1192 KB 164/256 KB 115/140 KB 384/562 KB 67/1118 KB 708/1192 KB 164/256 KB 115/140 KB 388/562 KB 67/1118 KB 708/1192 KB 164/256 KB 115/140 KB 392/562 KB 67/1118 KB 708/1192 KB 164/256 KB 115/140 KB 396/562 KB 67/1118 KB 708/1192 KB 164/256 KB 115/140 KB 400/562 KB 67/1118 KB 708/1192 KB 164/256 KB 115/140 KB 372/562 KB 67/1118 KB 708/1192 KB 164/256 KB 111/140 KB 372/562 KB 67/1118 KB 708/1192 KB 160/256 KB 111/140 KB 372/562 KB 67/1118 KB 708/1192 KB 160/256 KB 111/140 KB 372/562 KB 67/1118 KB 704/1192 KB 164/256 KB 115/140 KB 400/562 KB 70/1118 KB 712/1192 KB 164/256 KB 115/140 KB 400/562 KB 70/1118 KB 708/1192 KB 164/256 KB 115/140 KB 400/562 KB 70/1118 KB 716/1192 KB 164/256 KB 115/140 KB 400/562 KB 70/1118 KB 720/1192 KB 164/256 KB 115/140 KB 400/562 KB 71/1118 KB 720/1192 KB 164/256 KB 115/140 KB 400/562 KB 74/1118 KB 720/1192 KB 164/256 KB 115/140 KB 400/562 KB 74/1118 KB 724/1192 KB 168/256 KB 119/140 KB 400/562 KB 75/1118 KB 724/1192 KB 168/256 KB 115/140 KB 400/562 KB 75/1118 KB 724/1192 KB 168/256 KB 115/140 KB 400/562 KB 74/1118 KB 724/1192 KB 172/256 KB 119/140 KB 400/562 KB 75/1118 KB 724/1192 KB 176/256 KB 119/140 KB 400/562 KB 75/1118 KB 724/1192 KB 176/256 KB 119/140 KB 400/562 KB 78/1118 KB 724/1192 KB 176/256 KB 123/140 KB 400/562 KB 78/1118 KB 724/1192 KB 176/256 KB 127/140 KB 400/562 KB 78/1118 KB 724/1192 KB 176/256 KB 127/140 KB 400/562 KB 79/1118 KB 724/1192 KB 176/256 KB 127/140 KB 400/562 KB 79/1118 KB 728/1192 KB 176/256 KB 127/140 KB 400/562 KB 82/1118 KB 732/1192 KB 176/256 KB 127/140 KB 400/562 KB 82/1118 KB 736/1192 KB 176/256 KB 127/140 KB 400/562 KB 82/1118 KB 740/1192 KB 180/256 KB 131/140 KB 404/562 KB 82/1118 KB 744/1192 KB 180/256 KB 131/140 KB 404/562 KB 82/1118 KB 748/1192 KB 180/256 KB 131/140 KB 404/562 KB 82/1118 KB 752/1192 KB 176/256 KB 127/140 KB 400/562 KB 82/1118 KB 728/1192 KB 180/256 KB 131/140 KB 404/562 KB 83/1118 KB 752/1192 KB 180/256 KB 131/140 KB 404/562 KB 86/1118 KB 752/1192 KB 180/256 KB 131/140 KB 404/562 KB 87/1118 KB 752/1192 KB 180/256 KB 131/140 KB 404/562 KB 82/1118 KB 740/1192 KB 180/256 KB 131/140 KB 400/562 KB 82/1118 KB 740/1192 KB 180/256 KB 127/140 KB 400/562 KB 82/1118 KB 740/1192 KB 184/256 KB 131/140 KB 404/562 KB 90/1118 KB 752/1192 KB 184/256 KB 135/140 KB 404/562 KB 90/1118 KB 752/1192 KB 188/256 KB 139/140 KB 404/562 KB 90/1118 KB 752/1192 KB 188/256 KB 140/140 KB 404/562 KB 90/1118 KB 752/1192 KB 180/256 KB 131/140 KB 404/562 KB 90/1118 KB 752/1192 KB 188/256 KB 135/140 KB 404/562 KB 90/1118 KB 752/1192 KB 192/256 KB 140/140 KB 404/562 KB 90/1118 KB 752/1192 KB 192/256 KB 140/140 KB 408/562 KB 90/1118 KB 752/1192 KB 192/256 KB 140/140 KB 412/562 KB 91/1118 KB 752/1192 KB 192/256 KB 140/140 KB 416/562 KB 91/1118 KB 752/1192 KB 192/256 KB 140/140 KB 408/562 KB 91/1118 KB 752/1192 KB 192/256 KB 140/140 KB 416/562 KB 94/1118 KB 752/1192 KB 196/256 KB 140/140 KB 416/562 KB 95/1118 KB 752/1192 KB 196/256 KB 140/140 KB 420/562 KB 98/1118 KB 752/1192 KB 196/256 KB 140/140 KB 420/562 KB 99/1118 KB 756/1192 KB 196/256 KB 140/140 KB 420/562 KB 102/1118 KB 756/1192 KB 196/256 KB 140/140 KB 416/562 KB 94/1118 KB 752/1192 KB 200/256 KB 140/140 KB 420/562 KB 102/1118 KB 756/1192 KB 204/256 KB 140/140 KB 420/562 KB 102/1118 KB 756/1192 KB 208/256 KB 140/140 KB 420/562 KB 102/1118 KB 756/1192 KB 196/256 KB 140/140 KB 420/562 KB 98/1118 KB 756/1192 KB 208/256 KB 140/140 KB 420/562 KB 102/1118 KB unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 760/1192 KB 208/256 KB 140/140 KB 420/562 KB 102/1118 KB 764/1192 KB 208/256 KB 140/140 KB 420/562 KB 102/1118 KB 768/1192 KB 196/256 KB 140/140 KB 420/562 KB 95/1118 KB 752/1192 KB 208/256 KB 140/140 KB 424/562 KB 103/1118 KB 768/1192 KB 208/256 KB 140/140 KB 428/562 KB 103/1118 KB 768/1192 KB 208/256 KB 140/140 KB 432/562 KB 103/1118 KB 768/1192 KB 208/256 KB 140/140 KB 436/562 KB 103/1118 KB 768/1192 KB 212/256 KB 140/140 KB 440/562 KB 103/1118 KB 772/1192 KB 212/256 KB 444/562 KB 103/1118 KB 772/1192 KB 212/256 KB 448/562 KB 103/1118 KB 772/1192 KB 208/256 KB 140/140 KB 420/562 KB 103/1118 KB 768/1192 KB 212/256 KB 448/562 KB 106/1118 KB 772/1192 KB 212/256 KB 448/562 KB 107/1118 KB 772/1192 KB 212/256 KB 448/562 KB 110/1118 KB 772/1192 KB 212/256 KB 448/562 KB 111/1118 KB 772/1192 KB 212/256 KB 140/140 KB 436/562 KB 103/1118 KB 772/1192 KB 212/256 KB 448/562 KB 111/1118 KB 776/1192 KB 212/256 KB 448/562 KB 111/1118 KB 780/1192 KB 212/256 KB 448/562 KB 111/1118 KB 784/1192 KB 212/256 KB 140/140 KB 436/562 KB 103/1118 KB 768/1192 KB 216/256 KB 448/562 KB 114/1118 KB 784/1192 KB 220/256 KB 448/562 KB 114/1118 KB 784/1192 KB 224/256 KB 448/562 KB 114/1118 KB 784/1192 KB 224/256 KB 448/562 KB 114/1118 KB 788/1192 KB 228/256 KB 452/562 KB 114/1118 KB 792/1192 KB 228/256 KB 452/562 KB 114/1118 KB 796/1192 KB 228/256 KB 452/562 KB 114/1118 KB 800/1192 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 92.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 212/256 KB 448/562 KB 114/1118 KB 784/1192 KB 228/256 KB 452/562 KB 115/1118 KB 800/1192 KB 228/256 KB 452/562 KB 118/1118 KB 800/1192 KB 228/256 KB 452/562 KB 119/1118 KB 800/1192 KB 228/256 KB 452/562 KB 122/1118 KB 800/1192 KB 228/256 KB 452/562 KB 123/1118 KB 800/1192 KB 228/256 KB 452/562 KB 126/1118 KB 800/1192 KB 228/256 KB 452/562 KB 127/1118 KB 800/1192 KB 228/256 KB 452/562 KB 130/1118 KB 800/1192 KB 228/256 KB 452/562 KB 131/1118 KB 804/1192 KB 228/256 KB 452/562 KB 114/1118 KB 788/1192 KB 228/256 KB 456/562 KB 131/1118 KB 804/1192 KB 228/256 KB 460/562 KB 131/1118 KB 804/1192 KB 228/256 KB 464/562 KB 131/1118 KB 804/1192 KB 228/256 KB 468/562 KB 131/1118 KB 804/1192 KB 228/256 KB 448/562 KB 114/1118 KB 788/1192 KB 232/256 KB 468/562 KB 134/1118 KB 804/1192 KB 236/256 KB 468/562 KB 134/1118 KB 804/1192 KB 240/256 KB 468/562 KB 134/1118 KB 804/1192 KB 244/256 KB 468/562 KB 134/1118 KB 804/1192 KB 248/256 KB 468/562 KB 134/1118 KB 804/1192 KB 252/256 KB 468/562 KB 134/1118 KB 804/1192 KB 256/256 KB 468/562 KB 134/1118 KB 804/1192 KB 228/256 KB 468/562 KB 134/1118 KB 804/1192 KB 256/256 KB 468/562 KB 135/1118 KB 804/1192 KB 256/256 KB 472/562 KB 138/1118 KB 804/1192 KB 256/256 KB 472/562 KB 139/1118 KB 804/1192 KB 256/256 KB 472/562 KB 142/1118 KB 804/1192 KB 228/256 KB 452/562 KB 130/1118 KB 804/1192 KB 256/256 KB 472/562 KB 142/1118 KB 808/1192 KB 256/256 KB 472/562 KB 142/1118 KB 812/1192 KB 256/256 KB 472/562 KB 142/1118 KB 816/1192 KB 256/256 KB 472/562 KB 142/1118 KB 820/1192 KB Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 256/256 KB 472/562 KB 143/1118 KB 820/1192 KB 256/256 KB 472/562 KB 146/1118 KB 820/1192 KB 256/256 KB 472/562 KB 147/1118 KB 820/1192 KB 256/256 KB 472/562 KB 150/1118 KB 824/1192 KB 256/256 KB 472/562 KB 151/1118 KB 824/1192 KB 256/256 KB 472/562 KB 154/1118 KB 824/1192 KB 256/256 KB 472/562 KB 155/1118 KB 824/1192 KB 256/256 KB 472/562 KB 158/1118 KB 824/1192 KB 256/256 KB 472/562 KB 159/1118 KB 824/1192 KB 256/256 KB 472/562 KB 135/1118 KB 804/1192 KB 476/562 KB 159/1118 KB 824/1192 KB 480/562 KB 159/1118 KB 824/1192 KB 484/562 KB 159/1118 KB 824/1192 KB 488/562 KB 159/1118 KB 824/1192 KB 492/562 KB 159/1118 KB 824/1192 KB 496/562 KB 159/1118 KB 824/1192 KB 500/562 KB 159/1118 KB 824/1192 KB 504/562 KB 159/1118 KB 824/1192 KB 508/562 KB 159/1118 KB 824/1192 KB 512/562 KB 159/1118 KB 824/1192 KB 516/562 KB 162/1118 KB 824/1192 KB 520/562 KB 162/1118 KB 824/1192 KB 524/562 KB 162/1118 KB 824/1192 KB 528/562 KB 162/1118 KB 824/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 166.5 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 256/256 KB 472/562 KB 147/1118 KB 824/1192 KB 528/562 KB 162/1118 KB 828/1192 KB 528/562 KB 162/1118 KB 832/1192 KB 528/562 KB 162/1118 KB 836/1192 KB 528/562 KB 162/1118 KB 840/1192 KB 528/562 KB 162/1118 KB 844/1192 KB 528/562 KB 162/1118 KB 848/1192 KB 528/562 KB 162/1118 KB 852/1192 KB 528/562 KB 162/1118 KB 856/1192 KB 528/562 KB 162/1118 KB 860/1192 KB 528/562 KB 162/1118 KB 864/1192 KB 528/562 KB 162/1118 KB 868/1192 KB 532/562 KB 162/1118 KB 872/1192 KB 532/562 KB 162/1118 KB 876/1192 KB 532/562 KB 162/1118 KB 880/1192 KB 532/562 KB 162/1118 KB 884/1192 KB 512/562 KB 162/1118 KB 824/1192 KB 532/562 KB 163/1118 KB 884/1192 KB 532/562 KB 166/1118 KB 884/1192 KB 532/562 KB 167/1118 KB 884/1192 KB 532/562 KB 170/1118 KB 884/1192 KB 532/562 KB 171/1118 KB 884/1192 KB 532/562 KB 174/1118 KB 884/1192 KB 532/562 KB 175/1118 KB 884/1192 KB 532/562 KB 178/1118 KB 884/1192 KB 532/562 KB 179/1118 KB 884/1192 KB 532/562 KB 182/1118 KB 884/1192 KB 532/562 KB 183/1118 KB 884/1192 KB 532/562 KB 186/1118 KB 884/1192 KB 532/562 KB 187/1118 KB 884/1192 KB 532/562 KB 190/1118 KB 884/1192 KB 532/562 KB 191/1118 KB 884/1192 KB 532/562 KB 194/1118 KB 888/1192 KB 532/562 KB 195/1118 KB 888/1192 KB 532/562 KB 198/1118 KB 888/1192 KB 532/562 KB 199/1118 KB 888/1192 KB 532/562 KB 202/1118 KB 888/1192 KB 532/562 KB 203/1118 KB 888/1192 KB 532/562 KB 206/1118 KB 888/1192 KB 532/562 KB 162/1118 KB 868/1192 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 536/562 KB 206/1118 KB 888/1192 KB 540/562 KB 206/1118 KB 888/1192 KB 544/562 KB 206/1118 KB 888/1192 KB 548/562 KB 206/1118 KB 888/1192 KB 552/562 KB 206/1118 KB 888/1192 KB 556/562 KB 206/1118 KB 888/1192 KB 560/562 KB 206/1118 KB 888/1192 KB 562/562 KB 206/1118 KB 888/1192 KB 532/562 KB 191/1118 KB 888/1192 KB 562/562 KB 206/1118 KB 892/1192 KB 562/562 KB 206/1118 KB 896/1192 KB 562/562 KB 206/1118 KB 900/1192 KB 562/562 KB 206/1118 KB 904/1192 KB 562/562 KB 207/1118 KB 908/1192 KB 562/562 KB 207/1118 KB 912/1192 KB 562/562 KB 207/1118 KB 916/1192 KB 562/562 KB 207/1118 KB 920/1192 KB 562/562 KB 207/1118 KB 924/1192 KB 562/562 KB 207/1118 KB 928/1192 KB 562/562 KB 207/1118 KB 932/1192 KB 562/562 KB 207/1118 KB 904/1192 KB 562/562 KB 210/1118 KB 932/1192 KB 562/562 KB 211/1118 KB 932/1192 KB 562/562 KB 214/1118 KB 932/1192 KB 562/562 KB 215/1118 KB 932/1192 KB 562/562 KB 218/1118 KB 932/1192 KB 562/562 KB 219/1118 KB 932/1192 KB 562/562 KB 222/1118 KB 932/1192 KB 562/562 KB 223/1118 KB 932/1192 KB 562/562 KB 226/1118 KB 932/1192 KB 562/562 KB 227/1118 KB 932/1192 KB 562/562 KB 230/1118 KB 932/1192 KB 562/562 KB 231/1118 KB 936/1192 KB 562/562 KB 234/1118 KB 936/1192 KB 562/562 KB 235/1118 KB 936/1192 KB 562/562 KB 238/1118 KB 936/1192 KB 562/562 KB 239/1118 KB 936/1192 KB 562/562 KB 242/1118 KB 936/1192 KB 562/562 KB 243/1118 KB 936/1192 KB 562/562 KB 246/1118 KB 936/1192 KB 562/562 KB 247/1118 KB 936/1192 KB 562/562 KB 250/1118 KB 936/1192 KB 562/562 KB 251/1118 KB 936/1192 KB 562/562 KB 254/1118 KB 936/1192 KB 562/562 KB 230/1118 KB 936/1192 KB 562/562 KB 254/1118 KB 940/1192 KB 562/562 KB 254/1118 KB 944/1192 KB 562/562 KB 254/1118 KB 948/1192 KB 562/562 KB 254/1118 KB 952/1192 KB 562/562 KB 254/1118 KB 956/1192 KB 562/562 KB 254/1118 KB 960/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 362.1 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 254/1118 KB 960/1192 KB 4/37 KB 4/1461 KB 254/1118 KB 960/1192 KB 4/37 KB 8/1461 KB 254/1118 KB 960/1192 KB 4/37 KB 12/1461 KB 254/1118 KB 960/1192 KB 4/37 KB 16/1461 KB 254/1118 KB 960/1192 KB 4/37 KB 254/1118 KB 960/1192 KB 8/37 KB 16/1461 KB 254/1118 KB 960/1192 KB 12/37 KB 16/1461 KB 254/1118 KB 960/1192 KB 16/37 KB 16/1461 KB 254/1118 KB 960/1192 KB 16/37 KB 20/1461 KB 254/1118 KB 960/1192 KB 16/37 KB 24/1461 KB 254/1118 KB 960/1192 KB 16/37 KB 28/1461 KB 254/1118 KB 960/1192 KB 20/37 KB 32/1461 KB 254/1118 KB 960/1192 KB 20/37 KB 28/1461 KB 254/1118 KB 960/1192 KB 24/37 KB 32/1461 KB 254/1118 KB 960/1192 KB 28/37 KB 32/1461 KB 254/1118 KB 960/1192 KB 32/37 KB 32/1461 KB 254/1118 KB 960/1192 KB 36/37 KB 32/1461 KB 254/1118 KB 960/1192 KB 37/37 KB 36/1461 KB 254/1118 KB 960/1192 KB 36/37 KB 36/1461 KB 254/1118 KB 960/1192 KB 37/37 KB 40/1461 KB 254/1118 KB 960/1192 KB 37/37 KB 44/1461 KB 254/1118 KB 960/1192 KB 37/37 KB 48/1461 KB 254/1118 KB 964/1192 KB 37/37 KB 48/1461 KB 254/1118 KB 968/1192 KB 37/37 KB 52/1461 KB 254/1118 KB 972/1192 KB 37/37 KB 52/1461 KB 255/1118 KB 976/1192 KB 37/37 KB 52/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 52/1461 KB 254/1118 KB 964/1192 KB 37/37 KB 52/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 56/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 60/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 64/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 68/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 72/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 76/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 80/1461 KB 255/1118 KB 980/1192 KB 37/37 KB 84/1461 KB 255/1118 KB 984/1192 KB 37/37 KB 88/1461 KB 255/1118 KB 984/1192 KB 37/37 KB 92/1461 KB 255/1118 KB 984/1192 KB 37/37 KB 96/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 23.6 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 255/1118 KB 984/1192 KB 96/1461 KB 4/46 KB 255/1118 KB 984/1192 KB 96/1461 KB 8/46 KB 255/1118 KB 984/1192 KB 96/1461 KB 12/46 KB 255/1118 KB 984/1192 KB 96/1461 KB 16/46 KB 255/1118 KB 972/1192 KB 37/37 KB 52/1461 KB 258/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 259/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 262/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 263/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 266/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 267/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 270/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 255/1118 KB 984/1192 KB 96/1461 KB 20/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 24/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 28/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 32/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 36/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 40/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 44/46 KB 271/1118 KB 984/1192 KB 96/1461 KB 46/46 KB 255/1118 KB 984/1192 KB 37/37 KB 84/1461 KB 271/1118 KB 988/1192 KB 96/1461 KB 46/46 KB 271/1118 KB 992/1192 KB 96/1461 KB 46/46 KB 271/1118 KB 996/1192 KB 96/1461 KB 46/46 KB 274/1118 KB 1000/1192 KB 100/1461 KB 46/46 KB 274/1118 KB 1004/1192 KB 100/1461 KB 46/46 KB 274/1118 KB 1008/1192 KB 100/1461 KB 46/46 KB 274/1118 KB 1012/1192 KB 100/1461 KB 46/46 KB 274/1118 KB 1016/1192 KB 100/1461 KB 46/46 KB 274/1118 KB 1020/1192 KB 100/1461 KB 46/46 KB 274/1118 KB 996/1192 KB 100/1461 KB 46/46 KB 275/1118 KB 1020/1192 KB 100/1461 KB 46/46 KB 278/1118 KB 1020/1192 KB 100/1461 KB 46/46 KB 279/1118 KB 1020/1192 KB 100/1461 KB 46/46 KB 282/1118 KB 1020/1192 KB 100/1461 KB 46/46 KB 283/1118 KB 1020/1192 KB 100/1461 KB 46/46 KB 286/1118 KB 1020/1192 KB 100/1461 KB 46/46 KB 271/1118 KB 996/1192 KB 100/1461 KB 46/46 KB 286/1118 KB 1020/1192 KB 104/1461 KB 46/46 KB 286/1118 KB 1020/1192 KB 108/1461 KB 46/46 KB 286/1118 KB 1020/1192 KB 112/1461 KB 46/46 KB 4/287 KB 286/1118 KB 1020/1192 KB 112/1461 KB 46/46 KB 8/287 KB 286/1118 KB 1020/1192 KB 112/1461 KB 46/46 KB 12/287 KB 286/1118 KB 1020/1192 KB 112/1461 KB 46/46 KB 16/287 KB 286/1118 KB 1020/1192 KB 112/1461 KB 46/46 KB 16/287 KB 286/1118 KB 1020/1192 KB 116/1461 KB 46/46 KB 20/287 KB 287/1118 KB 1020/1192 KB 120/1461 KB 46/46 KB 20/287 KB 287/1118 KB 1024/1192 KB 124/1461 KB 46/46 KB 20/287 KB 287/1118 KB 1024/1192 KB 128/1461 KB 46/46 KB 20/287 KB 287/1118 KB 1024/1192 KB 132/1461 KB 46/46 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 28.7 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 20/287 KB 287/1118 KB 1020/1192 KB 116/1461 KB 46/46 KB 20/287 KB 290/1118 KB 1024/1192 KB 132/1461 KB 20/287 KB 291/1118 KB 1024/1192 KB 132/1461 KB 20/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 20/287 KB 286/1118 KB 1020/1192 KB 116/1461 KB 46/46 KB 24/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 28/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 32/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 36/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 40/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 44/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 48/287 KB 294/1118 KB 1024/1192 KB 132/1461 KB 52/287 KB 295/1118 KB 1024/1192 KB 132/1461 KB 56/287 KB 295/1118 KB 1024/1192 KB 136/1461 KB 60/287 KB 295/1118 KB 1024/1192 KB 136/1461 KB 64/287 KB 295/1118 KB 1024/1192 KB 136/1461 KB 20/287 KB 287/1118 KB 1024/1192 KB 120/1461 KB 46/46 KB 64/287 KB 295/1118 KB 1028/1192 KB 136/1461 KB 64/287 KB 295/1118 KB 1032/1192 KB 136/1461 KB 64/287 KB 295/1118 KB 1036/1192 KB 136/1461 KB 64/287 KB 295/1118 KB 1040/1192 KB 136/1461 KB 52/287 KB 295/1118 KB 1024/1192 KB 136/1461 KB 64/287 KB 295/1118 KB 1040/1192 KB 140/1461 KB 64/287 KB 295/1118 KB 1040/1192 KB 144/1461 KB 64/287 KB 295/1118 KB 1040/1192 KB 148/1461 KB 64/287 KB 295/1118 KB 1044/1192 KB 152/1461 KB 64/287 KB 295/1118 KB 1044/1192 KB 156/1461 KB 64/287 KB 295/1118 KB 1044/1192 KB 160/1461 KB 64/287 KB 295/1118 KB 1044/1192 KB 164/1461 KB 48/287 KB 295/1118 KB 1024/1192 KB 132/1461 KB 68/287 KB 298/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 299/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 302/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 303/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 306/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 307/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 310/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 311/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 314/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 315/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 318/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 319/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 322/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 323/1118 KB 1044/1192 KB 164/1461 KB 68/287 KB 326/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 327/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 330/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 331/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 334/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 335/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 338/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 339/1118 KB 1044/1192 KB 168/1461 KB 68/287 KB 295/1118 KB 1044/1192 KB 164/1461 KB 72/287 KB 339/1118 KB 1044/1192 KB 168/1461 KB 76/287 KB 339/1118 KB 1044/1192 KB 168/1461 KB 80/287 KB 339/1118 KB 1044/1192 KB 168/1461 KB 84/287 KB 339/1118 KB 1044/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1044/1192 KB 168/1461 KB 64/287 KB 295/1118 KB 1044/1192 KB 148/1461 KB 88/287 KB 339/1118 KB 1048/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1052/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1056/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1060/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1064/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1068/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1071/1192 KB 168/1461 KB 88/287 KB 339/1118 KB 1075/1192 KB 168/1461 KB 92/287 KB 339/1118 KB 1079/1192 KB 168/1461 KB 92/287 KB 339/1118 KB 1083/1192 KB 168/1461 KB 92/287 KB 339/1118 KB 1087/1192 KB 168/1461 KB 92/287 KB 339/1118 KB 1091/1192 KB 168/1461 KB 92/287 KB 342/1118 KB 1095/1192 KB 168/1461 KB 92/287 KB 342/1118 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install KB 1099/1192 KB 168/1461 KB 68/287 KB 323/1118 KB 1044/1192 KB 168/1461 KB 92/287 KB 342/1118 KB 1099/1192 KB 172/1461 KB 92/287 KB 342/1118 KB 1099/1192 KB 176/1461 KB 92/287 KB 342/1118 KB 1099/1192 KB 180/1461 KB 92/287 KB 342/1118 KB 1099/1192 KB 184/1461 KB 92/287 KB 342/1118 KB 1099/1192 KB 188/1461 KB 92/287 KB 342/1118 KB 1099/1192 KB 192/1461 KB 92/287 KB 342/1118 KB 1091/1192 KB 168/1461 KB 92/287 KB 343/1118 KB 1099/1192 KB 192/1461 KB 92/287 KB 346/1118 KB 1099/1192 KB 192/1461 KB 92/287 KB 347/1118 KB 1099/1192 KB 196/1461 KB 92/287 KB 350/1118 KB 1103/1192 KB 196/1461 KB 92/287 KB 352/1118 KB 1103/1192 KB 196/1461 KB 92/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 92/287 KB 339/1118 KB 1075/1192 KB 168/1461 KB 96/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 100/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 104/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 108/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 112/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 116/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 120/287 KB 355/1118 KB 1103/1192 KB 196/1461 KB 124/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 128/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 132/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 136/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 140/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 144/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 148/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 92/287 KB 347/1118 KB 1103/1192 KB 196/1461 KB 148/287 KB 358/1118 KB 1107/1192 KB 196/1461 KB 148/287 KB 358/1118 KB 1111/1192 KB 196/1461 KB 148/287 KB 358/1118 KB 1115/1192 KB 196/1461 KB 148/287 KB 358/1118 KB 1119/1192 KB 196/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 196/1461 KB 92/287 KB 346/1118 KB 1099/1192 KB 196/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 200/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 204/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 208/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 212/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 216/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 220/1461 KB 148/287 KB 358/1118 KB 1123/1192 KB 224/1461 KB 120/287 KB 358/1118 KB 1103/1192 KB 196/1461 KB 148/287 KB 359/1118 KB 1123/1192 KB 224/1461 KB 148/287 KB 362/1118 KB 1123/1192 KB 224/1461 KB 148/287 KB 363/1118 KB 1123/1192 KB 224/1461 KB 148/287 KB 366/1118 KB 1123/1192 KB 224/1461 KB 148/287 KB 367/1118 KB 1123/1192 KB 224/1461 KB 148/287 KB 370/1118 KB 1123/1192 KB 224/1461 KB 148/287 KB 371/1118 KB 1123/1192 KB 228/1461 KB 148/287 KB 374/1118 KB 1127/1192 KB 228/1461 KB 148/287 KB 375/1118 KB 1127/1192 KB 228/1461 KB 148/287 KB 378/1118 KB 1127/1192 KB 228/1461 KB 148/287 KB 379/1118 KB 1127/1192 KB 228/1461 KB 152/287 KB 382/1118 KB 1127/1192 KB 228/1461 KB 152/287 KB 383/1118 KB 1127/1192 KB 228/1461 KB 152/287 KB 387/1118 KB 1127/1192 KB 228/1461 KB 152/287 KB 391/1118 KB 1127/1192 KB 228/1461 KB 152/287 KB 395/1118 KB 1127/1192 KB 228/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 228/1461 KB 148/287 KB 370/1118 KB 1123/1192 KB 228/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 232/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 236/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 240/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 244/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 248/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 252/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 256/1461 KB 152/287 KB 398/1118 KB 1127/1192 KB 260/1461 KB 152/287 KB 400/1118 KB 1127/1192 KB 264/1461 KB 152/287 KB 400/1118 KB 1127 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install /1192 KB 268/1461 KB 152/287 KB 379/1118 KB 1127/1192 KB 228/1461 KB 156/287 KB 400/1118 KB 1127/1192 KB 268/1461 KB 160/287 KB 400/1118 KB 1127/1192 KB 268/1461 KB 164/287 KB 400/1118 KB 1127/1192 KB 268/1461 KB 168/287 KB 400/1118 KB 1127/1192 KB 268/1461 KB 172/287 KB 400/1118 KB 1127/1192 KB 268/1461 KB 176/287 KB 400/1118 KB 1127/1192 KB 268/1461 KB 148/287 KB 371/1118 KB 1127/1192 KB 228/1461 KB 176/287 KB 400/1118 KB 1131/1192 KB 268/1461 KB 176/287 KB 400/1118 KB 1135/1192 KB 268/1461 KB 152/287 KB 400/1118 KB 1127/1192 KB 260/1461 KB 180/287 KB 403/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 406/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 408/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 411/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 414/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 416/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 419/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 422/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 424/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 427/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 400/1118 KB 1135/1192 KB 272/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 276/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 280/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 284/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 288/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 292/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 296/1461 KB 180/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 180/287 KB 400/1118 KB 1135/1192 KB 268/1461 KB 184/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 188/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 192/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 196/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 200/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 204/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 208/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 212/287 KB 430/1118 KB 1135/1192 KB 300/1461 KB 216/287 KB 434/1118 KB 1135/1192 KB 304/1461 KB 220/287 KB 434/1118 KB 1135/1192 KB 304/1461 KB 224/287 KB 434/1118 KB 1135/1192 KB 304/1461 KB 228/287 KB 434/1118 KB 1135/1192 KB 304/1461 KB 232/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 236/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 240/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 244/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 248/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 252/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 212/287 KB 434/1118 KB 1135/1192 KB 304/1461 KB 256/287 KB 438/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 442/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 446/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 450/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 454/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 458/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1139/1192 KB 304/1461 KB 212/287 KB 430/1118 KB 1135/1192 KB 304/1461 KB 228/287 KB 434/1118 KB 1139/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1143/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1147/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1151/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1155/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1159/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1163/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1167/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1171/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1175/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1179/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1183/1192 KB 304/1461 KB 256/287 KB 462/1118 K unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install B 1187/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1191/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 304/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 308/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 312/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 316/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 320/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 324/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 328/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 332/1461 KB 256/287 KB 462/1118 KB 1192/1192 KB 336/1461 KB 256/287 KB 466/1118 KB 1192/1192 KB 340/1461 KB 256/287 KB 466/1118 KB 1192/1192 KB 344/1461 KB 260/287 KB 466/1118 KB 1192/1192 KB 348/1461 KB 260/287 KB 466/1118 KB 1192/1192 KB 352/1461 KB 260/287 KB 466/1118 KB 1192/1192 KB 356/1461 KB 260/287 KB 466/1118 KB 1192/1192 KB 360/1461 KB 256/287 KB 466/1118 KB 1192/1192 KB 336/1461 KB 260/287 KB 470/1118 KB 1192/1192 KB 360/1461 KB 260/287 KB 474/1118 KB 1192/1192 KB 360/1461 KB 260/287 KB 478/1118 KB 1192/1192 KB 360/1461 KB 260/287 KB 482/1118 KB 1192/1192 KB 360/1461 KB 260/287 KB 486/1118 KB 1192/1192 KB 360/1461 KB 260/287 KB 490/1118 KB 1192/1192 KB 360/1461 KB 260/287 KB 494/1118 KB 1192/1192 KB 364/1461 KB 260/287 KB 498/1118 KB 1192/1192 KB 364/1461 KB 260/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 260/287 KB 466/1118 KB 1192/1192 KB 344/1461 KB 264/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 268/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 272/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 276/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 280/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 284/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 287/287 KB 502/1118 KB 1192/1192 KB 364/1461 KB 260/287 KB 490/1118 KB 1192/1192 KB 364/1461 KB 287/287 KB 502/1118 KB 1192/1192 KB 368/1461 KB 287/287 KB 502/1118 KB 1192/1192 KB 372/1461 KB 287/287 KB 506/1118 KB 1192/1192 KB 376/1461 KB 287/287 KB 506/1118 KB 1192/1192 KB 380/1461 KB 287/287 KB 506/1118 KB 1192/1192 KB 384/1461 KB 287/287 KB 506/1118 KB 1192/1192 KB 372/1461 KB 287/287 KB 510/1118 KB 1192/1192 KB 384/1461 KB 287/287 KB 514/1118 KB 1192/1192 KB 384/1461 KB 287/287 KB 518/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 522/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 526/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 530/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 534/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 538/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 542/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 514/1118 KB 1192/1192 KB 388/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 392/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 396/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 400/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 404/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 408/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 412/1461 KB 287/287 KB 546/1118 KB 1192/1192 KB 416/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 175.0 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 550/1118 KB 1192/1192 KB 416/1461 KB 554/1118 KB 1192/1192 KB 420/1461 KB 558/1118 KB 1192/1192 KB 420/1461 KB 562/1118 KB 1192/1192 KB 420/1461 KB 566/1118 KB 1192/1192 KB 420/1461 KB 570/1118 KB 1192/1192 KB 420/1461 KB 574/1118 KB 1192/1192 KB 420/1461 KB 550/1118 KB 1192/1192 KB 420/1461 KB 574/1118 KB 1192/1192 KB 424/1461 KB 574/1118 KB 1192/1192 KB 428/1461 KB 574/1118 KB 1192/1192 KB 432/1461 KB 574/1118 KB 1192/1192 KB 436/1461 KB 574/1118 KB 1192/1192 KB 440/1461 KB 574/1118 KB 1192/1192 KB 444/1461 KB 574/1118 KB 1192/1192 KB 448/1461 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 725.7 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 578/1118 KB 448/1461 KB 582/1118 KB 452/1461 KB 586/1118 KB 452/1461 KB 590/1118 KB 452/1461 KB 578/1118 KB 452/1461 KB 590/1118 KB 456/1461 KB 590/1118 KB 460/1461 KB 590/1118 KB 464/1461 KB 590/1118 KB 468/1461 KB 594/1118 KB 472/1461 KB 594/1118 KB 476/1461 KB 594/1118 KB 480/1461 KB 594/1118 KB 484/1461 KB 594/1118 KB 488/1461 KB 594/1118 KB 492/1461 KB 594/1118 KB 496/1461 KB 594/1118 KB 500/1461 KB 594/1118 KB 468/1461 KB 598/1118 KB 500/1461 KB 602/1118 KB 500/1461 KB 606/1118 KB 500/1461 KB 610/1118 KB 500/1461 KB 614/1118 KB 500/1461 KB 618/1118 KB 500/1461 KB 622/1118 KB 500/1461 KB 626/1118 KB 500/1461 KB 630/1118 KB 504/1461 KB 634/1118 KB 504/1461 KB 638/1118 KB 504/1461 KB 642/1118 KB 504/1461 KB 646/1118 KB 504/1461 KB 626/1118 KB 504/1461 KB 646/1118 KB 508/1461 KB 646/1118 KB 512/1461 KB 646/1118 KB 516/1461 KB 646/1118 KB 520/1461 KB 650/1118 KB 524/1461 KB 650/1118 KB 528/1461 KB 650/1118 KB 532/1461 KB 650/1118 KB 536/1461 KB 650/1118 KB 540/1461 KB 650/1118 KB 544/1461 KB 650/1118 KB 548/1461 KB 650/1118 KB 552/1461 KB 650/1118 KB 520/1461 KB 654/1118 KB 552/1461 KB 658/1118 KB 552/1461 KB 662/1118 KB 552/1461 KB 666/1118 KB 552/1461 KB 667/1118 KB 552/1461 KB 671/1118 KB 552/1461 KB 675/1118 KB 552/1461 KB 678/1118 KB 552/1461 KB 679/1118 KB 552/1461 KB 682/1118 KB 556/1461 KB 683/1118 KB 556/1461 KB 686/1118 KB 556/1461 KB 687/1118 KB 556/1461 KB 690/1118 KB 556/1461 KB 691/1118 KB 556/1461 KB 694/1118 KB 556/1461 KB 695/1118 KB 556/1461 KB 698/1118 KB 556/1461 KB 699/1118 KB 556/1461 KB 702/1118 KB 556/1461 KB 679/1118 KB 556/1461 KB 702/1118 KB 560/1461 KB 702/1118 KB 564/1461 KB 702/1118 KB 568/1461 KB 702/1118 KB 572/1461 KB 702/1118 KB 576/1461 KB 702/1118 KB 580/1461 KB 702/1118 KB 584/1461 KB 702/1118 KB 588/1461 KB 703/1118 KB 592/1461 KB 703/1118 KB 596/1461 KB 703/1118 KB 600/1461 KB 703/1118 KB 604/1461 KB 703/1118 KB 608/1461 KB 703/1118 KB 612/1461 KB 703/1118 KB 616/1461 KB 703/1118 KB 620/1461 KB 703/1118 KB 588/1461 KB 706/1118 KB 620/1461 KB 707/1118 KB 620/1461 KB 710/1118 KB 620/1461 KB 711/1118 KB 620/1461 KB 714/1118 KB 620/1461 KB 715/1118 KB 620/1461 KB 718/1118 KB 620/1461 KB 719/1118 KB 620/1461 KB 722/1118 KB 620/1461 KB 723/1118 KB 620/1461 KB 726/1118 KB 620/1461 KB 727/1118 KB 620/1461 KB 730/1118 KB 624/1461 KB 731/1118 KB 624/1461 KB 734/1118 KB 624/1461 KB 735/1118 KB 624/1461 KB 738/1118 KB 624/1461 KB 739/1118 KB 624/1461 KB 742/1118 KB 624/1461 KB 743/1118 KB 624/1461 KB 746/1118 KB 624/1461 KB 747/1118 KB 624/1461 KB 750/1118 KB 624/1461 KB 727/1118 KB 624/1461 KB 750/1118 KB 628/1461 KB 750/1118 KB 632/1461 KB 750/1118 KB 636/1461 KB 750/1118 KB 640/1461 KB 750/1118 KB 644/1461 KB 750/1118 KB 648/1461 KB 750/1118 KB 652/1461 KB 750/1118 KB 656/1461 KB 751/1118 KB 660/1461 KB 751/1118 KB 664/1461 KB 751/1118 KB 668/1461 KB 751/1118 KB 672/1461 KB 751/1118 KB 676/1461 KB 751/1118 KB 680/1461 KB 751/1118 KB 684/1461 KB 751/1118 KB 656/1461 KB 754/1118 KB 684/1461 KB 755/1118 KB 684/1461 KB 758/1118 KB 684/1461 KB 760/1118 KB 684/1461 KB 763/1118 KB 684/1461 KB 766/1118 KB 684/1461 KB 768/1118 KB 684/1461 KB 771/1118 KB 684/1461 KB 774/1118 KB 684/1461 KB 776/1118 KB 684/1461 KB 779/1118 KB 688/1461 KB 782/1118 KB 688/1461 KB 784/1118 KB 688/1461 KB 787/1118 KB 688/1461 KB 790/1118 KB 688/1461 KB 792/1118 KB 688/1461 KB 795/1118 KB 688/1461 KB 798/1118 KB 688/146 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 1 KB 800/1118 KB 688/1461 KB 776/1118 KB 688/1461 KB 800/1118 KB 692/1461 KB 800/1118 KB 696/1461 KB 800/1118 KB 700/1461 KB 800/1118 KB 704/1461 KB 800/1118 KB 708/1461 KB 800/1118 KB 712/1461 KB 800/1118 KB 716/1461 KB 800/1118 KB 720/1461 KB 803/1118 KB 724/1461 KB 803/1118 KB 728/1461 KB 803/1118 KB 732/1461 KB 803/1118 KB 736/1461 KB 803/1118 KB 740/1461 KB 803/1118 KB 744/1461 KB 803/1118 KB 748/1461 KB 803/1118 KB 752/1461 KB 803/1118 KB 756/1461 KB 803/1118 KB 720/1461 KB 807/1118 KB 756/1461 KB 811/1118 KB 756/1461 KB 815/1118 KB 756/1461 KB 819/1118 KB 756/1461 KB 823/1118 KB 756/1461 KB 827/1118 KB 756/1461 KB 831/1118 KB 756/1461 KB 835/1118 KB 756/1461 KB 839/1118 KB 756/1461 KB 843/1118 KB 760/1461 KB 847/1118 KB 760/1461 KB 851/1118 KB 760/1461 KB 839/1118 KB 760/1461 KB 851/1118 KB 764/1461 KB 851/1118 KB 768/1461 KB 851/1118 KB 772/1461 KB 855/1118 KB 776/1461 KB 855/1118 KB 780/1461 KB 855/1118 KB 784/1461 KB 855/1118 KB 788/1461 KB 855/1118 KB 792/1461 KB 855/1118 KB 796/1461 KB 855/1118 KB 800/1461 KB 855/1118 KB 804/1461 KB 855/1118 KB 772/1461 KB 859/1118 KB 804/1461 KB 863/1118 KB 804/1461 KB 867/1118 KB 804/1461 KB 871/1118 KB 804/1461 KB 875/1118 KB 804/1461 KB 879/1118 KB 804/1461 KB 883/1118 KB 804/1461 KB 887/1118 KB 804/1461 KB 891/1118 KB 808/1461 KB 895/1118 KB 808/1461 KB 899/1118 KB 808/1461 KB 903/1118 KB 808/1461 KB 907/1118 KB 808/1461 KB 911/1118 KB 808/1461 KB 915/1118 KB 808/1461 KB 919/1118 KB 808/1461 KB 887/1118 KB 808/1461 KB 919/1118 KB 812/1461 KB 919/1118 KB 816/1461 KB 919/1118 KB 820/1461 KB 919/1118 KB 824/1461 KB 919/1118 KB 828/1461 KB 919/1118 KB 832/1461 KB 919/1118 KB 836/1461 KB 919/1118 KB 840/1461 KB 919/1118 KB 844/1461 KB 923/1118 KB 848/1461 KB 923/1118 KB 852/1461 KB 923/1118 KB 856/1461 KB 923/1118 KB 860/1461 KB 923/1118 KB 864/1461 KB 923/1118 KB 868/1461 KB 923/1118 KB 872/1461 KB 923/1118 KB 876/1461 KB 923/1118 KB 844/1461 KB 927/1118 KB 876/1461 KB 931/1118 KB 876/1461 KB 935/1118 KB 876/1461 KB 939/1118 KB 876/1461 KB 943/1118 KB 876/1461 KB 947/1118 KB 876/1461 KB 951/1118 KB 876/1461 KB 955/1118 KB 880/1461 KB 959/1118 KB 880/1461 KB 963/1118 KB 880/1461 KB 967/1118 KB 880/1461 KB 971/1118 KB 880/1461 KB 975/1118 KB 880/1461 KB 979/1118 KB 880/1461 KB 983/1118 KB 880/1461 KB 987/1118 KB 880/1461 KB 951/1118 KB 880/1461 KB 987/1118 KB 884/1461 KB 987/1118 KB 888/1461 KB 987/1118 KB 892/1461 KB 987/1118 KB 896/1461 KB 987/1118 KB 900/1461 KB 987/1118 KB 904/1461 KB 991/1118 KB 908/1461 KB 991/1118 KB 912/1461 KB 991/1118 KB 916/1461 KB 991/1118 KB 920/1461 KB 991/1118 KB 924/1461 KB 991/1118 KB 928/1461 KB 991/1118 KB 932/1461 KB 991/1118 KB 904/1461 KB 995/1118 KB 932/1461 KB 999/1118 KB 932/1461 KB 1003/1118 KB 932/1461 KB 1007/1118 KB 932/1461 KB 1011/1118 KB 932/1461 KB 1015/1118 KB 932/1461 KB 1019/1118 KB 932/1461 KB 1023/1118 KB 936/1461 KB 1027/1118 KB 936/1461 KB 1019/1118 KB 936/1461 KB 1027/1118 KB 940/1461 KB 1027/1118 KB 944/1461 KB 1027/1118 KB 948/1461 KB 1031/1118 KB 952/1461 KB 1031/1118 KB 956/1461 KB 1031/1118 KB 960/1461 KB 1031/1118 KB 964/1461 KB 1031/1118 KB 968/1461 KB 1031/1118 KB 972/1461 KB 1031/1118 KB 976/1461 KB 1031/1118 KB 980/1461 KB 1031/1118 KB 948/1461 KB 1035/1118 KB 980/1461 KB 1039/1118 KB 980/1461 KB 1043/1118 KB 980/1461 KB 1047/1118 KB 980/1461 KB 1051/1118 KB 980/1461 KB 1054/1118 KB 980/1461 KB 1055/1118 KB 980/1461 KB 1 unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 058/1118 KB 980/1461 KB 1059/1118 KB 980/1461 KB 1062/1118 KB 980/1461 KB 1063/1118 KB 980/1461 KB 1066/1118 KB 980/1461 KB 1067/1118 KB 980/1461 KB 1070/1118 KB 984/1461 KB 1071/1118 KB 984/1461 KB 1074/1118 KB 984/1461 KB 1075/1118 KB 984/1461 KB 1078/1118 KB 984/1461 KB 1079/1118 KB 984/1461 KB 1082/1118 KB 984/1461 KB 1083/1118 KB 984/1461 KB 1086/1118 KB 984/1461 KB 1087/1118 KB 984/1461 KB 1090/1118 KB 984/1461 KB 1091/1118 KB 984/1461 KB 1094/1118 KB 984/1461 KB 1067/1118 KB 984/1461 KB 1094/1118 KB 988/1461 KB 1094/1118 KB 992/1461 KB 1094/1118 KB 996/1461 KB 1094/1118 KB 1000/1461 KB 1094/1118 KB 1004/1461 KB 1094/1118 KB 1008/1461 KB 1094/1118 KB 1012/1461 KB 1094/1118 KB 1016/1461 KB 1095/1118 KB 1020/1461 KB 1095/1118 KB 1024/1461 KB 1095/1118 KB 1028/1461 KB 1095/1118 KB 1032/1461 KB 1095/1118 KB 1036/1461 KB 1095/1118 KB 1040/1461 KB 1095/1118 KB 1044/1461 KB 1095/1118 KB 1048/1461 KB 1095/1118 KB 1052/1461 KB 1095/1118 KB 1016/1461 KB 1098/1118 KB 1052/1461 KB 1099/1118 KB 1052/1461 KB 1102/1118 KB 1052/1461 KB 1103/1118 KB 1052/1461 KB 1106/1118 KB 1052/1461 KB 1107/1118 KB 1052/1461 KB 1110/1118 KB 1052/1461 KB 1111/1118 KB 1052/1461 KB 1114/1118 KB 1052/1461 KB 1116/1118 KB 1052/1461 KB 1118/1118 KB 1052/1461 KB 1118/1118 KB 1056/1461 KB 1118/1118 KB 1060/1461 KB 1118/1118 KB 1064/1461 KB 1118/1118 KB 1068/1461 KB 1118/1118 KB 1072/1461 KB 1118/1118 KB 1076/1461 KB 1118/1118 KB 1080/1461 KB 1118/1118 KB 1084/1461 KB 1118/1118 KB 1088/1461 KB 1118/1118 KB 1092/1461 KB 1118/1118 KB 1096/1461 KB 1118/1118 KB 1100/1461 KB 1118/1118 KB 1104/1461 KB 1118/1118 KB 1108/1461 KB 1118/1118 KB 1112/1461 KB 1118/1118 KB 1116/1461 KB 1118/1118 KB 1120/1461 KB 1118/1118 KB 1124/1461 KB 1118/1118 KB 1128/1461 KB 1118/1118 KB 1132/1461 KB 1118/1118 KB 1136/1461 KB 1118/1118 KB 1140/1461 KB 1118/1118 KB 1144/1461 KB 1118/1118 KB 1148/1461 KB 1118/1118 KB 1152/1461 KB 1118/1118 KB 1156/1461 KB 1118/1118 KB 1160/1461 KB 1118/1118 KB 1164/1461 KB 1118/1118 KB 1168/1461 KB 1118/1118 KB 1172/1461 KB 1118/1118 KB 1176/1461 KB 1118/1118 KB 1180/1461 KB 1118/1118 KB 1184/1461 KB 1118/1118 KB 1188/1461 KB 1118/1118 KB 1192/1461 KB 1118/1118 KB 1196/1461 KB 1118/1118 KB 1200/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 647.2 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install 1204/1461 KB 1208/1461 KB 1212/1461 KB 1216/1461 KB 1220/1461 KB 1224/1461 KB 1228/1461 KB 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 832.0 KB/sec) unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:39:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 436.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 103.7 KB/sec) unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 100.6 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 100.4 KB/sec) unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 424/424 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 31.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 272.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 138.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 97.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 151.6 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 384.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 76.5 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 180.3 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 403.8 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 653.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 62.0 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 199.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 226.5 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 378.1 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 524.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 57.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 231.8 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 794.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/149 KB 3/21 KB 5/149 KB 4/10 KB 3/21 KB 8/149 KB 4/10 KB 3/21 KB 11/149 KB 4/10 KB 3/21 KB 13/149 KB 4/10 KB 3/21 KB 16/149 KB 4/10 KB 3/21 KB 3/149 KB 4/10 KB 6/21 KB 16/149 KB 4/10 KB 9/21 KB 16/149 KB 4/10 KB 11/21 KB 16/149 KB 4/10 KB 14/21 KB 16/149 KB 4/10 KB 16/21 KB 16/149 KB 4/10 KB 19/21 KB 16/149 KB 4/10 KB 3/149 KB 4/10 KB 19/21 KB 16/149 KB 8/10 KB 19/21 KB 16/149 KB 10/10 KB 19/21 KB 19/149 KB 10/10 KB 21/21 KB 19/149 KB 10/10 KB 21/21 KB 21/149 KB 10/10 KB 21/21 KB 24/149 KB 10/10 KB 21/21 KB 27/149 KB 10/10 KB 21/21 KB 29/149 KB 10/10 KB 21/21 KB 29/149 KB 3/6 KB 10/10 KB 21/21 KB 32/149 KB 3/6 KB 10/10 KB 21/21 KB 36/149 KB 3/6 KB 10/10 KB 21/21 KB 36/149 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 485.4 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 21/21 KB 36/149 KB 6/6 KB 21/21 KB 40/149 KB 6/6 KB 21/21 KB 44/149 KB 6/6 KB 21/21 KB 48/149 KB 6/6 KB 21/21 KB 52/149 KB 6/6 KB 21/21 KB 56/149 KB 6/6 KB 21/21 KB 60/149 KB 6/6 KB 21/21 KB 64/149 KB 6/6 KB 21/21 KB 68/149 KB 6/6 KB 21/21 KB 68/149 KB 6/6 KB 1/14 KB 21/21 KB 72/149 KB 6/6 KB 1/14 KB 21/21 KB 76/149 KB 6/6 KB 1/14 KB 21/21 KB 80/149 KB 6/6 KB 1/14 KB 21/21 KB 80/149 KB 6/6 KB 5/14 KB 21/21 KB 80/149 KB 6/6 KB 9/14 KB 21/21 KB 80/149 KB 6/6 KB 13/14 KB 21/21 KB 80/149 KB 6/6 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 214.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 21/21 KB 84/149 KB 14/14 KB 21/21 KB 88/149 KB 14/14 KB 21/21 KB 92/149 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 675.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 96/149 KB 14/14 KB 100/149 KB 14/14 KB 104/149 KB 14/14 KB 108/149 KB 14/14 KB 112/149 KB 14/14 KB 116/149 KB 14/14 KB 120/149 KB 14/14 KB 124/149 KB 14/14 KB 128/149 KB 14/14 KB 128/149 KB 4/30 KB 14/14 KB 128/149 KB 8/30 KB 14/14 KB 128/149 KB 12/30 KB 14/14 KB 128/149 KB 16/30 KB 14/14 KB 128/149 KB 20/30 KB 14/14 KB 3/37 KB 128/149 KB 24/30 KB 14/14 KB 3/37 KB 128/149 KB 28/30 KB 14/14 KB 3/37 KB 128/149 KB 30/30 KB 14/14 KB 3/37 KB 128/149 KB 20/30 KB 14/14 KB 5/37 KB 128/149 KB 30/30 KB 14/14 KB 5/37 KB 128/149 KB 30/30 KB 14/14 KB 3/14 KB 5/37 KB 128/149 KB 30/30 KB 14/14 KB 6/14 KB 5/37 KB 128/149 KB 30/30 KB 14/14 KB 9/14 KB 5/37 KB 128/149 KB 30/30 KB 14/14 KB 11/14 KB 5/37 KB 128/149 KB 30/30 KB 14/14 KB 14/14 KB 8/37 KB 128/149 KB 30/30 KB 14/14 KB 14/14 KB 11/37 KB 128/149 KB 30/30 KB 14/14 KB 14/14 KB 13/37 KB 128/149 KB 30/30 KB 14/14 KB 14/14 KB 16/37 KB 128/149 KB 30/30 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 340.8 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 19/37 KB 128/149 KB 30/30 KB 14/14 KB 21/37 KB 128/149 KB 30/30 KB 14/14 KB 24/37 KB 128/149 KB 30/30 KB 14/14 KB Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 27/37 KB 128/149 KB 30/30 KB 14/14 KB 29/37 KB 128/149 KB 30/30 KB 14/14 KB 32/37 KB 128/149 KB 30/30 KB 14/14 KB 35/37 KB 128/149 KB 30/30 KB 14/14 KB 37/37 KB 128/149 KB 30/30 KB 14/14 KB 37/37 KB 132/149 KB 30/30 KB 14/14 KB 37/37 KB 136/149 KB 30/30 KB 14/14 KB 37/37 KB 140/149 KB 30/30 KB 14/14 KB 37/37 KB 144/149 KB 30/30 KB 14/14 KB 37/37 KB 148/149 KB 30/30 KB 14/14 KB 37/37 KB 149/149 KB 30/30 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 297.6 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 653.6 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 37/37 KB 4/37 KB 149/149 KB 37/37 KB 8/37 KB 149/149 KB 12/37 KB 149/149 KB 16/37 KB 149/149 KB 20/37 KB 149/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 766.1 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 24/37 KB 149/149 KB 28/37 KB 149/149 KB 32/37 KB 149/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 2793.7 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 36/37 KB 37/37 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 37/37 KB 3/43 KB 37/37 KB 3/11 KB 4/43 KB 37/37 KB 3/11 KB 6/43 KB 37/37 KB 3/11 KB 3/43 KB 37/37 KB 6/11 KB 6/43 KB 37/37 KB 9/11 KB 6/43 KB 37/37 KB 11/11 KB 6/43 KB 37/37 KB 11/11 KB 9/43 KB 37/37 KB 11/11 KB 12/43 KB 37/37 KB 11/11 KB 14/43 KB 3/7 KB 37/37 KB 11/11 KB 17/43 KB 3/7 KB 37/37 KB 11/11 KB 12/43 KB 3/7 KB 37/37 KB 11/11 KB 17/43 KB 6/7 KB 37/37 KB 11/11 KB 20/43 KB 6/7 KB 37/37 KB 11/11 KB 20/43 KB 7/7 KB 37/37 KB 11/11 KB 22/43 KB 7/7 KB 37/37 KB 11/11 KB 25/43 KB 7/7 KB 37/37 KB 11/11 KB 28/43 KB 7/7 KB 37/37 KB 11/11 KB 30/43 KB 7/7 KB 37/37 KB 11/11 KB 33/43 KB 7/7 KB 37/37 KB 11/11 KB 36/43 KB 7/7 KB 37/37 KB 11/11 KB 38/43 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 660.1 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 11/11 KB 41/43 KB 7/7 KB 11/11 KB 43/43 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 169.5 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 1/60 KB 43/43 KB 7/7 KB 4/60 KB 43/43 KB 7/7 KB 6/60 KB 43/43 KB 7/7 KB 9/60 KB 43/43 KB 7/7 KB 12/60 KB 43/43 KB 7/7 KB 14/60 KB 43/43 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 109.0 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 17/60 KB 43/43 KB 20/60 KB 43/43 KB 22/60 KB 43/43 KB 25/60 KB 43/43 KB 28/60 KB 43/43 KB 30/60 KB 43/43 KB 33/60 KB 43/43 KB 37/60 KB 43/43 KB 41/60 KB 43/43 KB 45/60 KB 43/43 KB 49/60 KB 43/43 KB 53/60 KB 43/43 KB 57/60 KB 43/43 KB 60/60 KB 43/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 628.3 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 839.8 KB/sec) unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 104.2 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1154.0 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1683.4 KB/sec) unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 121.6 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 186.8 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 584.8 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 154.6 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 235.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 95.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 166.8 KB/sec) unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 132.6 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 100.2 KB/sec) unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 176.4 KB/sec) unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom unit-mysql-0: 03:39:32 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 175.8 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 148.1 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 155.9 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 73.8 KB/sec) unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom unit-abot-epc-basic-0: 03:39:32 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 151.5 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 44.6 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 250.1 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 226.6 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 956.8 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 692/692 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 29.4 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 51.7 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 80.9 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 3/13 KB 3/87 KB 3/156 KB 6/13 KB 3/87 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 3/21 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 6/21 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 9/21 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 11/21 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 14/21 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 16/21 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 19/21 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 3/156 KB 3/13 KB 3/87 KB 19/21 KB 5/156 KB 3/48 KB 9/13 KB 3/87 KB 19/21 KB 8/156 KB 3/48 KB 9/13 KB 3/87 KB 19/21 KB 11/156 KB 3/48 KB 9/13 KB 3/87 KB 19/21 KB 13/156 KB 3/48 KB 9/13 KB 3/87 KB 19/21 KB 16/156 KB 3/48 KB 9/13 KB 3/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 3/87 KB 3/13 KB 6/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 9/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 11/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 14/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 16/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 19/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 22/87 KB 19/21 KB 19/156 KB 3/48 KB 9/13 KB 25/87 KB 21/21 KB 19/156 KB 3/48 KB 11/13 KB 3/87 KB 3/156 KB 3/48 KB 6/13 KB 25/87 KB 21/21 KB 21/156 KB 5/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 8/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 11/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 13/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 16/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 19/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 21/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 24/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 3/48 KB 11/13 KB 22/87 KB 21/21 KB 19/156 KB 3/48 KB 11/13 KB 25/87 KB 21/21 KB 21/156 KB 24/48 KB 13/13 KB 22/87 KB 21/21 KB 19/156 KB 3/48 KB 9/13 KB 25/87 KB 21/21 KB 21/156 KB 27/48 KB 13/13 KB 25/87 KB 21/21 KB 24/156 KB 27/48 KB 13/13 KB 27/87 KB 21/21 KB 24/156 KB 27/48 KB 13/13 KB 27/87 KB 21/21 KB 24/156 KB 29/48 KB 13/13 KB 27/87 KB 21/21 KB 27/156 KB 29/48 KB 13/13 KB 27/87 KB 21/21 KB 29/156 KB 32/48 KB 13/13 KB 27/87 KB 21/21 KB 27/156 KB 32/48 KB 13/13 KB 30/87 KB 21/21 KB 29/156 KB 32/48 KB 13/13 KB 32/87 KB 21/21 KB 29/156 KB 32/48 KB 13/13 KB 32/87 KB 21/21 KB 29/156 KB 36/48 KB 13/13 KB 36/87 KB 21/21 KB 32/156 KB 40/48 KB 13/13 KB 36/87 KB 21/21 KB 32/156 KB 44/48 KB 13/13 KB 36/87 KB 21/21 KB 32/156 KB 48/48 KB 13/13 KB 36/87 KB 21/21 KB 32/156 KB 36/48 KB 13/13 KB 32/87 KB 21/21 KB 32/156 KB 36/48 KB 13/13 KB 36/87 KB 21/21 KB 36/156 KB 48/48 KB 13/13 KB 40/87 KB 21/21 KB 40/156 KB 48/48 KB 13/13 KB 40/87 KB 21/21 KB 44/156 KB 48/48 KB 13/13 KB 40/87 KB 21/21 KB 48/156 KB 48/48 KB 13/13 KB 40/87 KB 21/21 KB 36/156 KB 48/48 KB 13/13 KB 40/87 KB 21/21 KB 40/156 KB 48/48 KB 13/13 KB 44/87 KB 21/21 KB 48/156 KB 48/48 KB 13/13 KB 48/87 KB 21/21 KB 48/156 KB 48/48 KB 13/13 KB 52/87 KB 21/21 KB 48/156 KB 48/48 KB 13/13 KB 56/87 KB 52/156 KB 48/48 KB 60/87 KB 52/156 KB 48/48 KB 64/87 KB 52/156 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 728.2 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 349.7 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 52/87 KB 21/21 KB 52/156 KB 48/48 KB 13/13 KB 68/87 KB 56/156 KB 68/87 KB 60/156 KB 68/87 KB 64/156 KB 68/87 KB 3/35 KB 64/156 KB 68/87 KB 5/35 KB 64/156 KB 68/87 KB 8/35 KB 64/156 KB 68/87 KB 11/35 KB 64/156 KB 68/87 KB 11/35 KB 68/156 KB 68/87 KB 13/35 KB 72/156 KB 68/87 KB 52/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 1229.8 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 68/87 KB 13/35 KB 68/156 KB 68/87 KB 16/35 KB 72/156 KB 68/87 KB 16/35 KB 76/156 KB 72/87 KB 16/35 KB 76/156 KB 72/87 KB 16/35 KB 80/156 KB 76/87 KB 16/35 KB 80/156 KB 76/87 KB 19/35 KB 80/156 KB 80/87 KB 19/35 KB 80/156 KB 80/87 KB 21/35 KB 80/156 KB 80/87 KB 24/35 KB 84/156 KB 1/86 KB 80/87 KB 21/35 KB 84/156 KB 1/86 KB 80/87 KB 24/35 KB 84/156 KB 4/86 KB 80/87 KB 24/35 KB 84/156 KB 7/86 KB 80/87 KB 24/35 KB 84/156 KB 9/86 KB 80/87 KB 24/35 KB 84/156 KB 12/86 KB 80/87 KB 24/35 KB 84/156 KB 15/86 KB 80/87 KB 24/35 KB 84/156 KB 17/86 KB 80/87 KB 24/35 KB 84/156 KB 20/86 KB 80/87 KB 24/35 KB 84/156 KB 23/86 KB 84/87 KB 27/35 KB 84/156 KB 23/86 KB 80/87 KB 21/35 KB 84/156 KB 80/87 KB 27/35 KB 84/156 KB 23/86 KB 87/87 KB 27/35 KB 84/156 KB 23/86 KB 87/87 KB 27/35 KB 88/156 KB 25/86 KB 87/87 KB 27/35 KB 88/156 KB 23/86 KB 87/87 KB 29/35 KB 92/156 KB 25/86 KB 87/87 KB 29/35 KB 96/156 KB 25/86 KB 87/87 KB 29/35 KB 100/156 KB 25/86 KB 87/87 KB 29/35 KB 104/156 KB 28/86 KB 87/87 KB 29/35 KB 108/156 KB 28/86 KB 87/87 KB 29/35 KB 112/156 KB 3/24 KB 28/86 KB 87/87 KB 29/35 KB 88/156 KB 25/86 KB 87/87 KB 29/35 KB 108/156 KB 3/24 KB 28/86 KB 87/87 KB 29/35 KB 112/156 KB 6/24 KB 28/86 KB 87/87 KB 32/35 KB 112/156 KB 6/24 KB 28/86 KB 87/87 KB 29/35 KB 100/156 KB 28/86 KB 87/87 KB 32/35 KB 112/156 KB 9/24 KB 28/86 KB 87/87 KB 32/35 KB 112/156 KB 11/24 KB 28/86 KB 87/87 KB 32/35 KB 112/156 KB 11/24 KB 31/86 KB 87/87 KB 35/35 KB 112/156 KB 11/24 KB 31/86 KB 87/87 KB 35/35 KB 112/156 KB 11/24 KB 31/86 KB 87/87 KB 35/35 KB 112/156 KB 14/24 KB 31/86 KB 87/87 KB 35/35 KB 112/156 KB 14/24 KB 33/86 KB 87/87 KB 35/35 KB 112/156 KB 16/24 KB 33/86 KB 87/87 KB 35/35 KB 112/156 KB 16/24 KB 37/86 KB 35/35 KB 116/156 KB 19/24 KB 41/86 KB 35/35 KB 116/156 KB 19/24 KB 45/86 KB 35/35 KB 116/156 KB 19/24 KB 49/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1550.4 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 87/87 KB 35/35 KB 116/156 KB 19/24 KB 37/86 KB 35/35 KB 120/156 KB 19/24 KB 49/86 KB 35/35 KB 124/156 KB 19/24 KB 49/86 KB 35/35 KB 128/156 KB 19/24 KB 49/86 KB 35/35 KB 132/156 KB 19/24 KB 49/86 KB 35/35 KB 136/156 KB 19/24 KB 53/86 KB 35/35 KB 140/156 KB 19/24 KB 53/86 KB 87/87 KB 35/35 KB 112/156 KB 19/24 KB 37/86 KB 35/35 KB 140/156 KB 22/24 KB 53/86 KB 35/35 KB 140/156 KB 24/24 KB 53/86 KB 35/35 KB 132/156 KB 19/24 KB 53/86 KB 35/35 KB 140/156 KB 24/24 KB 57/86 KB 35/35 KB 140/156 KB 24/24 KB 61/86 KB 35/35 KB 140/156 KB 24/24 KB 65/86 KB 35/35 KB 144/156 KB 24/24 KB 65/86 KB 35/35 KB 148/156 KB 24/24 KB 65/86 KB 3/14 KB 152/156 KB 24/24 KB 69/86 KB 3/14 KB 156/156 KB 24/24 KB 69/86 KB 3/14 KB 156/156 KB 24/24 KB 69/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 605.8 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 3/14 KB 35/35 KB 148/156 KB 24/24 KB 69/86 KB 5/14 KB 156/156 KB 24/24 KB 69/86 KB 8/14 KB 156/156 KB 24/24 KB 69/86 KB 11/14 KB 156/156 KB 24/24 KB 69/86 KB 35/35 KB 148/156 KB 24/24 KB 69/86 KB 13/14 KB 156/156 KB 24/24 KB 69/86 KB 13/14 KB 156/156 KB 24/24 KB 73/86 KB 14/14 KB 156/156 KB 24/24 KB 77/86 KB 13/14 KB 156/156 KB 24/24 KB 77/86 KB 14/14 KB 156/156 KB 24/24 KB 81/86 KB 14/14 KB 156/156 KB 24/24 KB 85/86 KB 14/14 KB 156/156 KB 24/24 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 393.2 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 204.0 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 4/119 KB 156/156 KB 86/86 KB 8/119 KB 12/119 KB 16/119 KB 20/119 KB 24/119 KB 28/119 KB 32/119 KB 3/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1254.0 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2165.1 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 28/119 KB 3/29 KB 32/119 KB 5/29 KB 32/119 KB 8/29 KB 32/119 KB 11/29 KB 32/119 KB 13/29 KB 32/119 KB 16/29 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 32/119 KB 19/29 KB 32/119 KB 21/29 KB 36/119 KB 24/29 KB 36/119 KB 27/29 KB 36/119 KB 21/29 KB 40/119 KB 27/29 KB 40/119 KB 29/29 KB 44/119 KB 29/29 KB 48/119 KB 29/29 KB 52/119 KB 29/29 KB 56/119 KB 29/29 KB 60/119 KB 29/29 KB 64/119 KB 29/29 KB 68/119 KB 29/29 KB 72/119 KB 29/29 KB 76/119 KB 29/29 KB 80/119 KB 29/29 KB 84/119 KB 29/29 KB 88/119 KB 29/29 KB 92/119 KB 29/29 KB 96/119 KB 29/29 KB 100/119 KB 29/29 KB 104/119 KB 29/29 KB 108/119 KB 29/29 KB 112/119 KB 29/29 KB 3/11 KB 112/119 KB 29/29 KB 6/11 KB 112/119 KB 3/37 KB 4/57 KB 29/29 KB 3/11 KB 112/119 KB 3/37 KB 4/57 KB 29/29 KB 6/11 KB 112/119 KB 3/37 KB 8/57 KB 29/29 KB 6/11 KB 112/119 KB 3/37 KB 12/57 KB 29/29 KB 3/11 KB 112/119 KB 3/37 KB 29/29 KB 6/11 KB 112/119 KB 5/37 KB 12/57 KB 29/29 KB 6/11 KB 112/119 KB 8/37 KB 12/57 KB 29/29 KB 6/11 KB 112/119 KB 11/37 KB 12/57 KB 29/29 KB 6/11 KB 112/119 KB 11/37 KB 16/57 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 346.2 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 9/11 KB 112/119 KB 13/37 KB 20/57 KB 9/11 KB 112/119 KB 13/37 KB 16/57 KB 9/11 KB 112/119 KB 16/37 KB 20/57 KB 9/11 KB 112/119 KB 19/37 KB 20/57 KB 9/11 KB 112/119 KB 21/37 KB 20/57 KB 9/11 KB 112/119 KB 24/37 KB 20/57 KB 9/11 KB 112/119 KB 11/37 KB 16/57 KB 11/11 KB 112/119 KB 24/37 KB 24/57 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 9/11 KB 112/119 KB 24/37 KB 24/57 KB 11/11 KB 112/119 KB 27/37 KB 28/57 KB 11/11 KB 112/119 KB 27/37 KB 32/57 KB 11/11 KB 112/119 KB 27/37 KB 24/57 KB 11/11 KB 112/119 KB 29/37 KB 32/57 KB 11/11 KB 112/119 KB 29/37 KB 36/57 KB 11/11 KB 112/119 KB 32/37 KB 40/57 KB 11/11 KB 112/119 KB 32/37 KB 44/57 KB 11/11 KB 112/119 KB 32/37 KB 48/57 KB 11/11 KB 112/119 KB 32/37 KB 36/57 KB 11/11 KB 112/119 KB 35/37 KB 48/57 KB 11/11 KB 112/119 KB 37/37 KB 48/57 KB 11/11 KB 112/119 KB 37/37 KB 52/57 KB 11/11 KB 112/119 KB 37/37 KB 56/57 KB 11/11 KB 112/119 KB 37/37 KB 57/57 KB 11/11 KB 116/119 KB 37/37 KB 57/57 KB 11/11 KB 119/119 KB 37/37 KB 57/57 KB 11/11 KB 3/33 KB 119/119 KB 37/37 KB 57/57 KB 11/11 KB 6/33 KB 119/119 KB 37/37 KB 57/57 KB 11/11 KB 9/33 KB 119/119 KB 37/37 KB 57/57 KB 11/11 KB 11/33 KB 119/119 KB 37/37 KB 57/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 106.8 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 380.8 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 14/33 KB 119/119 KB 57/57 KB 16/33 KB 119/119 KB 57/57 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 19/33 KB 119/119 KB 57/57 KB 22/33 KB 119/119 KB 57/57 KB 25/33 KB 119/119 KB 27/33 KB 119/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 582.3 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 30/33 KB 119/119 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1213.5 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 33/33 KB 3/21 KB 33/33 KB 6/21 KB 33/33 KB 9/21 KB 33/33 KB 11/21 KB 33/33 KB 14/21 KB 33/33 KB 16/21 KB 33/33 KB 19/21 KB 33/33 KB 21/21 KB 33/33 KB 21/21 KB 3/5 KB 33/33 KB 21/21 KB 4/5 KB 33/33 KB 21/21 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 303.2 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install 21/21 KB 5/5 KB 4/14 KB 21/21 KB 5/5 KB 8/14 KB 21/21 KB 5/5 KB 12/14 KB 21/21 KB 5/5 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 191.7 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 40.8 KB/sec) unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 123.7 KB/sec) unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:39:33 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 03:39:33 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 03:39:33 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: 03:39:34 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (173 kB/s) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 511.5 KB/sec) unit-mysql-0: 03:39:34 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 122.4 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom unit-mysql-0: 03:39:34 DEBUG unit.mysql/0.install (Reading database ... 83319 files and directories currently installed.) unit-mysql-0: 03:39:34 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 03:39:34 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 588.2 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 190.4 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 194.3 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 144.0 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/24 KB 5/24 KB 8/24 KB 11/24 KB 13/24 KB 16/24 KB 19/24 KB 21/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 KB at 1284.6 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 811.5 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 147.0 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 103.0 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 595.0 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 224.2 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 1/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 151.3 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 178.3 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 701.4 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 119.1 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 72.2 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 131.4 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 510.7 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 386.6 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 168.1 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 251.2 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 1020.0 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/223 KB 5/223 KB 3/45 KB 8/223 KB 3/286 KB 3/45 KB 11/223 KB 3/286 KB 3/45 KB 13/223 KB 3/45 KB 5/223 KB 3/286 KB 6/45 KB 13/223 KB 3/286 KB 9/45 KB 13/223 KB 3/286 KB 11/45 KB 13/223 KB 3/286 KB 3/45 KB 8/223 KB 5/286 KB 11/45 KB 16/223 KB 8/286 KB 11/45 KB 16/223 KB 11/286 KB 11/45 KB 16/223 KB 13/286 KB 11/45 KB 16/223 KB 16/286 KB 11/45 KB 16/223 KB 3/286 KB 11/45 KB 16/223 KB 16/286 KB 14/45 KB 16/223 KB 16/286 KB 14/45 KB 19/223 KB 19/286 KB 14/45 KB 19/223 KB 19/286 KB 16/45 KB 19/223 KB 19/286 KB 16/45 KB 21/223 KB 2/39 KB 19/286 KB 19/45 KB 21/223 KB 19/286 KB 19/45 KB 21/223 KB 2/39 KB 21/286 KB 22/45 KB 24/223 KB 2/39 KB 21/286 KB 19/45 KB 24/223 KB 2/39 KB 21/286 KB 19/45 KB 21/223 KB 2/39 KB 24/286 KB 22/45 KB 24/223 KB 2/39 KB 24/286 KB 25/45 KB 24/223 KB 2/39 KB 27/286 KB 25/45 KB 27/223 KB 2/39 KB 24/286 KB 25/45 KB 27/223 KB 2/39 KB 29/286 KB 25/45 KB 27/223 KB 4/39 KB 29/286 KB 27/45 KB 29/223 KB 4/39 KB 29/286 KB 27/45 KB 27/223 KB 2/39 KB 29/286 KB 27/45 KB 27/223 KB 7/39 KB 29/286 KB 27/45 KB 29/223 KB 7/39 KB 32/286 KB 30/45 KB 32/223 KB 7/39 KB 29/286 KB 30/45 KB 32/223 KB 7/39 KB 29/286 KB 30/45 KB 29/223 KB 10/39 KB 32/286 KB 30/45 KB 32/223 KB 10/39 KB 32/286 KB 32/45 KB 32/223 KB 10/39 KB 32/286 KB 36/45 KB 32/223 KB 13/39 KB 36/286 KB 40/45 KB 36/223 KB 13/39 KB 36/286 KB 44/45 KB 36/223 KB 13/39 KB 36/286 KB 45/45 KB 36/223 KB 13/39 KB 36/286 KB 36/45 KB 36/223 KB 13/39 KB 36/286 KB 36/45 KB 32/223 KB 13/39 KB 32/286 KB 36/45 KB 32/223 KB 15/39 KB 36/286 KB 45/45 KB 36/223 KB 18/39 KB 36/286 KB 45/45 KB 36/223 KB 18/39 KB 40/286 KB 45/45 KB 36/223 KB 18/39 KB 40/286 KB 45/45 KB 40/223 KB 18/39 KB 44/286 KB 45/45 KB 40/223 KB 20/39 KB 44/286 KB 45/45 KB 44/223 KB 18/39 KB 44/286 KB 45/45 KB 44/223 KB 20/39 KB 48/286 KB 45/45 KB 44/223 KB 20/39 KB 48/286 KB 45/45 KB 48/223 KB 23/39 KB 48/286 KB 45/45 KB 48/223 KB 26/39 KB 48/286 KB 45/45 KB 48/223 KB 26/39 KB 48/286 KB 45/45 KB 52/223 KB 29/39 KB 52/286 KB 3/308 KB 45/45 KB 56/223 KB 29/39 KB 52/286 KB 3/308 KB 45/45 KB 60/223 KB 29/39 KB 52/286 KB 3/308 KB 45/45 KB 64/223 KB 29/39 KB 52/286 KB 3/308 KB 45/45 KB 52/223 KB 29/39 KB 52/286 KB 45/45 KB 52/223 KB 29/39 KB 48/286 KB 45/45 KB 52/223 KB 29/39 KB 56/286 KB 3/308 KB 45/45 KB 64/223 KB 29/39 KB 60/286 KB 3/308 KB 45/45 KB 64/223 KB 29/39 KB 64/286 KB 3/308 KB 45/45 KB 64/223 KB 31/39 KB 64/286 KB 3/308 KB 45/45 KB 64/223 KB 31/39 KB 64/286 KB 5/308 KB 45/45 KB 64/223 KB 34/39 KB 64/286 KB 8/308 KB 45/45 KB 64/223 KB 34/39 KB 64/286 KB 5/308 KB 45/45 KB 64/223 KB 36/39 KB 68/286 KB 8/308 KB 45/45 KB 68/223 KB 39/39 KB 68/286 KB 8/308 KB 45/45 KB 68/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1306.9 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-mysql-0: 03:39:34 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 34/39 KB 68/286 KB 8/308 KB 45/45 KB 68/223 KB 39/39 KB 68/286 KB 11/308 KB 72/223 KB 34/39 KB 68/286 KB 8/308 KB 45/45 KB 64/223 KB 39/39 KB 72/286 KB 11/308 KB 76/223 KB 39/39 KB 76/286 KB 11/308 KB 76/223 KB 39/39 KB 80/286 KB 11/308 KB 76/223 KB 39/39 KB 68/286 KB 11/308 KB 68/223 KB 39/39 KB 80/286 KB 13/308 KB 76/223 KB 39/39 KB 80/286 KB 16/308 KB 76/223 KB 39/39 KB 84/286 KB 19/308 KB 76/223 KB 39/39 KB 84/286 KB 16/308 KB 76/223 KB 39/39 KB 68/286 KB 11/308 KB 76/223 KB 39/39 KB 84/286 KB 19/308 KB 80/223 KB 39/39 KB 84/286 KB 19/308 KB 84/223 KB 39/39 KB 88/286 KB 21/308 KB 88/223 KB 39/39 KB 88/286 KB 21/308 KB 92/223 KB 39/39 KB 88/286 KB 21/308 KB 96/223 KB 39/39 KB 88/286 KB 21/308 KB 84/223 KB 39/39 KB 84/286 KB 21/308 KB 84/223 KB 92/286 KB 21/308 KB 96/223 KB 96/286 KB 21/308 KB 96/223 KB 96/286 KB 24/308 KB 96/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 983.7 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 3/174 KB 96/286 KB 24/308 KB 96/223 KB 3/174 KB 96/286 KB 27/308 KB 96/223 KB 6/174 KB 96/286 KB 27/308 KB 96/223 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 6/174 KB 96/286 KB 29/308 KB 96/223 KB 9/174 KB 100/286 KB 29/308 KB 100/223 KB 9/174 KB 104/286 KB 29/308 KB 100/223 KB 9/174 KB 108/286 KB 29/308 KB 100/223 KB 9/174 KB 112/286 KB 32/308 KB 100/223 KB 9/174 KB 96/286 KB 29/308 KB 100/223 KB 11/174 KB 112/286 KB 32/308 KB 100/223 KB 14/174 KB 112/286 KB 32/308 KB 100/223 KB 6/174 KB 96/286 KB 29/308 KB 100/223 KB 9/174 KB 108/286 KB 32/308 KB 100/223 KB 14/174 KB 112/286 KB 32/308 KB 104/223 KB 14/174 KB 112/286 KB 32/308 KB 108/223 KB 14/174 KB 112/286 KB 32/308 KB 112/223 KB 14/174 KB 112/286 KB 32/308 KB 116/223 KB 16/174 KB 116/286 KB 36/308 KB 120/223 KB 16/174 KB 116/286 KB 36/308 KB 116/223 KB 16/174 KB 116/286 KB 32/308 KB 116/223 KB 16/174 KB 112/286 KB 32/308 KB 116/223 KB 19/174 KB 116/286 KB 40/308 KB 120/223 KB 22/174 KB 116/286 KB 40/308 KB 120/223 KB 16/174 KB 116/286 KB 40/308 KB 120/223 KB 22/174 KB 120/286 KB 44/308 KB 120/223 KB 22/174 KB 120/286 KB 48/308 KB 120/223 KB 22/174 KB 120/286 KB 40/308 KB 120/223 KB 25/174 KB 124/286 KB 48/308 KB 120/223 KB 25/174 KB 128/286 KB 48/308 KB 120/223 KB 25/174 KB 120/286 KB 48/308 KB 120/223 KB 27/174 KB 128/286 KB 48/308 KB 120/223 KB 27/174 KB 128/286 KB 48/308 KB 124/223 KB 27/174 KB 128/286 KB 48/308 KB 128/223 KB 27/174 KB 128/286 KB 48/308 KB 3/22 KB 128/223 KB 27/174 KB 128/286 KB 48/308 KB 5/22 KB 128/223 KB 27/174 KB 128/286 KB 48/308 KB 8/22 KB 128/223 KB 27/174 KB 128/286 KB 48/308 KB 11/22 KB 128/223 KB 27/174 KB 128/286 KB 48/308 KB 13/22 KB 128/223 KB 30/174 KB 128/286 KB 48/308 KB 13/22 KB 128/223 KB 32/174 KB 128/286 KB 48/308 KB 16/22 KB 128/223 KB 36/174 KB 132/286 KB 52/308 KB 16/22 KB 132/223 KB 40/174 KB 132/286 KB 52/308 KB 16/22 KB 132/223 KB 30/174 KB 128/286 KB 48/308 KB 16/22 KB 128/223 KB 40/174 KB 132/286 KB 52/308 KB 19/22 KB 132/223 KB 32/174 KB 132/286 KB 52/308 KB 16/22 KB 132/223 KB 40/174 KB 132/286 KB 56/308 KB 19/22 KB 132/223 KB 40/174 KB 132/286 KB 60/308 KB 19/22 KB 132/223 KB 40/174 KB 132/286 KB 64/308 KB 19/22 KB 132/223 KB 32/174 KB 132/286 KB 48/308 KB 16/22 KB 132/223 KB 32/174 KB 128/286 KB 48/308 KB 16/22 KB 132/223 KB 40/174 KB 136/286 KB 64/308 KB 21/22 KB 132/223 KB 40/174 KB 132/286 KB 64/308 KB 21/22 KB 132/223 KB 40/174 KB 136/286 KB 64/308 KB 21/22 KB 136/223 KB 40/174 KB 136/286 KB 64/308 KB 22/22 KB 136/223 KB 40/174 KB 140/286 KB 64/308 KB 22/22 KB 140/223 KB 40/174 KB 144/286 KB 64/308 KB 22/22 KB 140/223 KB 40/174 KB 148/286 KB 64/308 KB 22/22 KB 140/223 KB 44/174 KB 152/286 KB 68/308 KB 22/22 KB 140/223 KB 44/174 KB 156/286 KB 68/308 KB 22/22 KB 140/223 KB 44/174 KB 160/286 KB 68/308 KB 22/22 KB 140/223 KB 40/174 KB 136/286 KB 64/308 KB 22/22 KB 140/223 KB 44/174 KB 160/286 KB 68/308 KB 22/22 KB 144/223 KB 44/174 KB 160/286 KB 68/308 KB 22/22 KB 148/223 KB 44/174 KB 160/286 KB 68/308 KB 22/22 KB 152/223 KB 44/174 KB 160/286 KB 68/308 KB 22/22 KB 156/223 KB 44/174 KB 160/286 KB 68/308 KB 22/22 KB 160/223 KB 44/174 KB 148/286 KB 68/308 KB 22/22 KB 140/223 KB 44/174 KB 148/286 KB 64/308 KB 22/22 KB 140/223 KB 48/174 KB 160/286 KB 68/308 KB 22/22 KB 160/223 KB 48/174 KB 160/286 KB 72/308 KB 22/22 KB 160/223 KB 48/174 KB 160/286 KB 76/308 KB 22/22 KB 160/223 KB 48/174 KB 160/286 KB 80/308 KB 22/22 KB 160/223 KB 52/174 KB 160/286 KB 80/308 KB 22/22 KB 160/223 KB 56/174 KB 160/286 KB 84/308 KB 22/22 KB 160/223 KB 60/174 KB 160/286 KB 84/308 KB 22 unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install /22 KB 160/223 KB 64/174 KB 164/286 KB 84/308 KB 22/22 KB 160/223 KB 52/174 KB 160/286 KB 84/308 KB 22/22 KB 160/223 KB 64/174 KB 164/286 KB 88/308 KB 22/22 KB 160/223 KB 64/174 KB 164/286 KB 92/308 KB 22/22 KB 160/223 KB 64/174 KB 164/286 KB 96/308 KB 22/22 KB 164/223 KB 60/174 KB 164/286 KB 84/308 KB 22/22 KB 160/223 KB 68/174 KB 168/286 KB 96/308 KB 164/223 KB 68/174 KB 172/286 KB 96/308 KB 164/223 KB 68/174 KB 176/286 KB 96/308 KB 164/223 KB 68/174 KB 164/286 KB 96/308 KB 164/223 KB 72/174 KB 176/286 KB 96/308 KB 164/223 KB 76/174 KB 176/286 KB 96/308 KB 164/223 KB 80/174 KB 176/286 KB 96/308 KB 164/223 KB 84/174 KB 176/286 KB 96/308 KB 164/223 KB 88/174 KB 180/286 KB 100/308 KB 164/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 355.3 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 64/174 KB 164/286 KB 92/308 KB 22/22 KB 164/223 KB 88/174 KB 180/286 KB 100/308 KB 168/223 KB 88/174 KB 180/286 KB 100/308 KB 172/223 KB 88/174 KB 180/286 KB 100/308 KB 176/223 KB 88/174 KB 180/286 KB 100/308 KB 180/223 KB 88/174 KB 180/286 KB 100/308 KB 184/223 KB 88/174 KB 180/286 KB 100/308 KB 188/223 KB 84/174 KB 180/286 KB 100/308 KB 164/223 KB 84/174 KB 176/286 KB 100/308 KB 164/223 KB 88/174 KB 180/286 KB 104/308 KB 188/223 KB 88/174 KB 180/286 KB 108/308 KB 188/223 KB 88/174 KB 184/286 KB 108/308 KB 188/223 KB 88/174 KB 188/286 KB 108/308 KB 188/223 KB 88/174 KB 192/286 KB 112/308 KB 188/223 KB 88/174 KB 188/286 KB 112/308 KB 188/223 KB 88/174 KB 192/286 KB 112/308 KB 192/223 KB 88/174 KB 192/286 KB 112/308 KB 196/223 KB 92/174 KB 196/286 KB 116/308 KB 200/223 KB 92/174 KB 196/286 KB 116/308 KB 204/223 KB 92/174 KB 196/286 KB 116/308 KB 208/223 KB 92/174 KB 196/286 KB 116/308 KB 196/223 KB 92/174 KB 3/9 KB 196/286 KB 116/308 KB 208/223 KB 92/174 KB 5/9 KB 196/286 KB 116/308 KB 208/223 KB 92/174 KB 7/9 KB 196/286 KB 116/308 KB 208/223 KB 92/174 KB 9/9 KB 196/286 KB 116/308 KB 208/223 KB 92/174 KB 192/286 KB 116/308 KB 196/223 KB 92/174 KB 9/9 KB 196/286 KB 120/308 KB 208/223 KB 92/174 KB 9/9 KB 196/286 KB 124/308 KB 208/223 KB 92/174 KB 192/286 KB 112/308 KB 196/223 KB 96/174 KB 9/9 KB 200/286 KB 124/308 KB 208/223 KB 100/174 KB 9/9 KB 200/286 KB 124/308 KB 208/223 KB 104/174 KB 9/9 KB 200/286 KB 128/308 KB 212/223 KB 108/174 KB 9/9 KB 200/286 KB 128/308 KB 212/223 KB 112/174 KB 9/9 KB 200/286 KB 128/308 KB 212/223 KB 92/174 KB 9/9 KB 200/286 KB 124/308 KB 208/223 KB 112/174 KB 9/9 KB 204/286 KB 128/308 KB 212/223 KB 112/174 KB 9/9 KB 208/286 KB 128/308 KB 212/223 KB 112/174 KB 9/9 KB 212/286 KB 128/308 KB 212/223 KB 112/174 KB 9/9 KB 216/286 KB 128/308 KB 212/223 KB 112/174 KB 9/9 KB 220/286 KB 128/308 KB 212/223 KB 112/174 KB 9/9 KB 224/286 KB 128/308 KB 212/223 KB 100/174 KB 9/9 KB 200/286 KB 128/308 KB 212/223 KB 116/174 KB 9/9 KB 224/286 KB 128/308 KB 216/223 KB 116/174 KB 9/9 KB 224/286 KB 128/308 KB 220/223 KB 116/174 KB 9/9 KB 224/286 KB 128/308 KB 223/223 KB 100/174 KB 9/9 KB 200/286 KB 128/308 KB 208/223 KB 116/174 KB 9/9 KB 224/286 KB 132/308 KB 223/223 KB 116/174 KB 9/9 KB 224/286 KB 136/308 KB 223/223 KB 116/174 KB 9/9 KB 224/286 KB 140/308 KB 223/223 KB 116/174 KB 9/9 KB 224/286 KB 144/308 KB 223/223 KB 116/174 KB 9/9 KB 224/286 KB 128/308 KB 212/223 KB 120/174 KB 9/9 KB 224/286 KB 144/308 KB 223/223 KB 124/174 KB 9/9 KB 224/286 KB 144/308 KB 223/223 KB 128/174 KB 9/9 KB 224/286 KB 148/308 KB 223/223 KB 132/174 KB 9/9 KB 224/286 KB 148/308 KB 223/223 KB 136/174 KB 228/286 KB 148/308 KB 223/223 KB 140/174 KB 228/286 KB 148/308 KB 223/223 KB 144/174 KB 228/286 KB 148/308 KB 223/223 KB 124/174 KB 9/9 KB 224/286 KB 148/308 KB 223/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 105.0 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install 144/174 KB 228/286 KB 152/308 KB 223/223 KB 144/174 KB 228/286 KB 156/308 KB 223/223 KB 132/174 KB 9/9 KB 228/286 KB 148/308 KB 223/223 KB 144/174 KB 232/286 KB 156/308 KB 223/223 KB 144/174 KB 236/286 KB 156/308 KB 223/223 KB 144/174 KB 240/286 KB 160/308 KB 223/223 KB 144/174 KB 236/286 KB 160/308 KB 223/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2560.5 KB/sec) unit-abot-epc-basic-0: 03:39:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 144/174 KB 244/286 KB 164/308 KB 144/174 KB 244/286 KB 168/308 KB 144/174 KB 244/286 KB 172/308 KB 144/174 KB 244/286 KB 176/308 KB 144/174 KB 244/286 KB 160/308 KB 148/174 KB 248/286 KB 176/308 KB 148/174 KB 252/286 KB 176/308 KB 148/174 KB 256/286 KB 176/308 KB 148/174 KB 260/286 KB 176/308 KB 148/174 KB 264/286 KB 180/308 KB 3/22 KB 148/174 KB 268/286 KB 180/308 KB 3/22 KB 148/174 KB 272/286 KB 180/308 KB 3/22 KB 148/174 KB 244/286 KB 176/308 KB 148/174 KB 260/286 KB 180/308 KB 3/22 KB 148/174 KB 272/286 KB 180/308 KB 6/22 KB 148/174 KB 272/286 KB 180/308 KB 9/22 KB 148/174 KB 272/286 KB 180/308 KB 11/22 KB 148/174 KB 272/286 KB 180/308 KB 14/22 KB 152/174 KB 272/286 KB 180/308 KB 14/22 KB 152/174 KB 272/286 KB 180/308 KB 16/22 KB 156/174 KB 272/286 KB 180/308 KB 16/22 KB 160/174 KB 272/286 KB 180/308 KB 16/22 KB 160/174 KB 272/286 KB 180/308 KB 19/22 KB 148/174 KB 260/286 KB 180/308 KB 160/174 KB 276/286 KB 184/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 188/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 192/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 196/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 200/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 204/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 208/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 212/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 180/308 KB 4/17 KB 22/22 KB 160/174 KB 276/286 KB 212/308 KB 8/17 KB 22/22 KB 160/174 KB 276/286 KB 212/308 KB 12/17 KB 22/22 KB 160/174 KB 276/286 KB 212/308 KB 16/17 KB 22/22 KB 160/174 KB 276/286 KB 212/308 KB 17/17 KB 22/22 KB 160/174 KB 276/286 KB 180/308 KB 22/22 KB 160/174 KB 280/286 KB 212/308 KB 17/17 KB 22/22 KB 160/174 KB 284/286 KB 212/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 212/308 KB 17/17 KB 22/22 KB 160/174 KB 272/286 KB 180/308 KB 22/22 KB 160/174 KB 286/286 KB 212/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 216/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 220/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 224/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 228/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 232/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 236/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 240/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 244/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 248/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 252/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 256/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 260/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 264/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 268/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 272/308 KB 17/17 KB 22/22 KB 160/174 KB 286/286 KB 276/308 KB 17/17 KB 22/22 KB 164/174 KB 286/286 KB 276/308 KB 17/17 KB 22/22 KB 168/174 KB 286/286 KB 276/308 KB 17/17 KB 22/22 KB 172/174 KB 286/286 KB 276/308 KB 17/17 KB 22/22 KB 174/174 KB 286/286 KB 276/308 KB 17/17 KB 22/22 KB 174/174 KB 286/286 KB 280/308 KB 17/17 KB 22/22 KB 174/174 KB 286/286 KB 284/308 KB 17/17 KB 22/22 KB 174/174 KB 286/286 KB 288/308 KB 17/17 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 137.2 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2322.3 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 180.3 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 174/174 KB 292/308 KB 174/174 KB 296/308 KB 174/174 KB 300/308 KB 174/174 KB 304/308 KB 174/174 KB 308/308 KB 174/174 KB 308/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1400.9 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 308/308 KB 3/13 KB 308/308 KB 5/13 KB 308/308 KB 8/13 KB 3/11 KB 308/308 KB 3/11 KB 11/13 KB 3/11 KB 308/308 KB 3/11 KB 13/13 KB 3/11 KB 308/308 KB 3/11 KB 8/13 KB 3/11 KB 308/308 KB 6/11 KB 13/13 KB 3/11 KB 308/308 KB 9/11 KB 13/13 KB 3/11 KB 308/308 KB 11/11 KB 13/13 KB 3/11 KB 308/308 KB 8/13 KB 6/11 KB 308/308 KB 11/11 KB 13/13 KB 9/11 KB 308/308 KB 11/11 KB 13/13 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 4/28 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 8/28 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 12/28 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 16/28 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 20/28 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 24/28 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 28/28 KB 11/11 KB 308/308 KB 11/11 KB 13/13 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2312.4 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 94.9 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 75.1 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 77.4 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 202.1 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB 3/309 KB 14/14 KB 5/309 KB 14/14 KB 8/309 KB 14/14 KB 11/309 KB 14/14 KB 13/309 KB 14/14 KB 16/309 KB 14/14 KB 19/309 KB 14/14 KB 21/309 KB 14/14 KB 24/309 KB 14/14 KB 27/309 KB 14/14 KB 29/309 KB 14/14 KB 3/192 KB 29/309 KB 14/14 KB 5/192 KB 29/309 KB 14/14 KB 8/192 KB 29/309 KB 14/14 KB 11/192 KB 29/309 KB 14/14 KB 13/192 KB 29/309 KB 14/14 KB 16/192 KB 29/309 KB 14/14 KB 19/192 KB 29/309 KB 14/14 KB 21/192 KB 29/309 KB 14/14 KB 24/192 KB 29/309 KB 14/14 KB 3/14 KB 24/192 KB 29/309 KB 14/14 KB 6/14 KB 4/37 KB 24/192 KB 29/309 KB 14/14 KB 9/14 KB 4/37 KB 24/192 KB 29/309 KB 14/14 KB 11/14 KB 4/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 4/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 4/37 KB 24/192 KB 29/309 KB 14/14 KB 3/14 KB 4/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 8/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 12/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 16/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 20/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 24/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 28/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 32/37 KB 24/192 KB 29/309 KB 14/14 KB 14/14 KB 32/37 KB 27/192 KB 29/309 KB 14/14 KB 14/14 KB 32/37 KB 29/192 KB 29/309 KB 14/14 KB 14/14 KB 36/37 KB 29/192 KB 29/309 KB 14/14 KB 14/14 KB 36/37 KB 29/192 KB 32/309 KB 14/14 KB 14/14 KB 37/37 KB 29/192 KB 32/309 KB 14/14 KB 14/14 KB 37/37 KB 33/192 KB 32/309 KB 14/14 KB 14/14 KB 37/37 KB 37/192 KB 36/309 KB 14/14 KB 14/14 KB 37/37 KB 41/192 KB 36/309 KB 14/14 KB 14/14 KB 37/37 KB 45/192 KB 36/309 KB 14/14 KB 14/14 KB 37/37 KB 33/192 KB 36/309 KB 14/14 KB 14/14 KB 37/37 KB 45/192 KB 40/309 KB 14/14 KB 14/14 KB 37/37 KB 45/192 KB 44/309 KB 14/14 KB 14/14 KB 37/37 KB 45/192 KB 48/309 KB 14/14 KB 14/14 KB 37/37 KB 45/192 KB 52/309 KB 14/14 KB 37/37 KB 49/192 KB 56/309 KB 14/14 KB 37/37 KB 49/192 KB 60/309 KB 14/14 KB 37/37 KB 49/192 KB 64/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 89.6 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 14/14 KB 14/14 KB 37/37 KB 49/192 KB 52/309 KB 14/14 KB 37/37 KB 53/192 KB 64/309 KB 14/14 KB 37/37 KB 57/192 KB 64/309 KB 14/14 KB 37/37 KB 61/192 KB 64/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 84.5 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 235.5 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 65/192 KB 64/309 KB 69/192 KB 68/309 KB 73/192 KB 68/309 KB 77/192 KB 68/309 KB 65/192 KB 68/309 KB 77/192 KB 72/309 KB 77/192 KB 76/309 KB 77/192 KB 80/309 KB 81/192 KB 80/309 KB 85/192 KB 84/309 KB 89/192 KB 84/309 KB 93/192 KB 84/309 KB 81/192 KB 84/309 KB 93/192 KB 88/309 KB 93/192 KB 92/309 KB 93/192 KB 96/309 KB 97/192 KB 96/309 KB 101/192 KB 100/309 KB 105/192 KB 100/309 KB 109/192 KB 100/309 KB 97/192 KB 100/309 KB 109/192 KB 104/309 KB 109/192 KB 108/309 KB 109/192 KB 112/309 KB 109/192 KB 116/309 KB 113/192 KB 120/309 KB 113/192 KB 124/309 KB 113/192 KB 128/309 KB 113/192 KB 116/309 KB 117/192 KB 128/309 KB 121/192 KB 128/309 KB 125/192 KB 128/309 KB 125/192 KB 132/309 KB 129/192 KB 136/309 KB 129/192 KB 140/309 KB 129/192 KB 144/309 KB 129/192 KB 132/309 KB 133/192 KB 144/309 KB 137/192 KB 144/309 KB 141/192 KB 144/309 KB 145/192 KB 144/309 KB 149/192 KB 148/309 KB 153/192 KB 148/309 KB 157/192 KB 148/309 KB 145/192 KB 148/309 KB 157/192 KB 152/309 KB 157/192 KB 156/309 KB 157/192 KB 160/309 KB 161/192 KB 160/309 KB 165/192 KB 164/309 KB 169/192 KB 164/309 KB 173/192 KB 164/309 KB 161/192 KB 164/309 KB 173/192 KB 168/309 KB 173/192 KB 172/309 KB 173/192 KB 176/309 KB 173/192 KB 180/309 KB 177/192 KB 184/309 KB 177/192 KB 188/309 KB 177/192 KB 192/309 KB 177/192 KB 180/309 KB 181/192 KB 192/309 KB 185/192 KB 192/309 KB 189/192 KB 192/309 KB 192/192 KB 192/309 KB 192/192 KB 196/309 KB 192/192 KB 200/309 KB 192/192 KB 204/309 KB 192/192 KB 208/309 KB 192/192 KB 212/309 KB 192/192 KB 216/309 KB 192/192 KB 220/309 KB 192/192 KB 224/309 KB 192/192 KB 228/309 KB 192/192 KB 232/309 KB 192/192 KB 236/309 KB 192/192 KB 240/309 KB 192/192 KB 244/309 KB 192/192 KB 248/309 KB 192/192 KB 252/309 KB 192/192 KB 256/309 KB 192/192 KB 260/309 KB 192/192 KB 264/309 KB 192/192 KB 268/309 KB 192/192 KB 272/309 KB 192/192 KB 276/309 KB 192/192 KB 280/309 KB 192/192 KB 284/309 KB 192/192 KB 288/309 KB 192/192 KB 292/309 KB 192/192 KB 296/309 KB 192/192 KB 300/309 KB 192/192 KB 304/309 KB 192/192 KB 308/309 KB 192/192 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (192 KB at 1029.4 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1581.6 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 167.9 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 178.8 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install 3/74 KB 5/74 KB 8/74 KB 11/74 KB 13/74 KB 16/74 KB 19/74 KB 21/74 KB 24/74 KB 27/74 KB 29/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3347.8 KB/sec) unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-mysql-0: 03:39:35 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 03:39:35 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 03:39:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 03:39:35 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 03:39:35 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 03:39:36 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 03:39:36 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:36 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 03:39:36 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Sun Sep 02 03:39:36 UTC 2018]; root of context hierarchy unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 03:39:36 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:36 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:36 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-mysql-0: 03:39:36 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 03:39:37 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:37 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:37 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 03:39:37 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 03:39:38 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 03:39:39 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 03:39:39 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:39 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@466d49f0] to [cucumber.runtime.java.spring.GlueCodeScope@710d7aff] unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:39 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Sun Sep 02 03:39:39 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:39 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:39 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:39 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:39 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:40 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Sun Sep 02 03:39:40 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:40 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:40 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:40 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 3:39:40 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:40 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:40 [main] REPORT: STEP EXECUTION TIME TAKEN :1407 MS unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:39:40 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:41 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:41 [main] REPORT: STEP EXECUTION TIME TAKEN :102 MS unit-mysql-0: 03:39:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 03:39:41 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response: # SshGrammars.runLocalCommand(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 0m1.956s unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.212 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response:(Scenario: Local Commands testing) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.016 sec unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 03:39:41.158 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 295.4 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 182.9 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 141.0 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 202.7 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 3/19 KB 3/19 KB 6/19 KB 8/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1211.8 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 1018/1018 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 76.5 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 646.4 KB/sec) unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 16/22 KB 3/60 KB 16/22 KB 5/60 KB 16/22 KB 8/60 KB 16/22 KB 11/60 KB 16/22 KB 13/60 KB 16/22 KB 16/60 KB 3/181 KB 16/22 KB 19/60 KB 3/181 KB 16/22 KB 13/60 KB 3/181 KB 16/22 KB 19/60 KB 6/181 KB 16/22 KB 19/60 KB 3/57 KB 6/181 KB 16/22 KB 19/60 KB 6/57 KB 3/203 KB 6/181 KB 16/22 KB 19/60 KB 9/57 KB 3/203 KB 6/181 KB 16/22 KB 19/60 KB 11/57 KB 3/203 KB 9/181 KB 16/22 KB 19/60 KB 14/57 KB 3/203 KB 9/181 KB 16/22 KB 19/60 KB 16/57 KB 3/203 KB 9/181 KB 16/22 KB 19/60 KB 19/57 KB 3/203 KB 9/181 KB 16/22 KB 19/60 KB 3/57 KB 3/203 KB 6/181 KB 19/22 KB 21/60 KB 19/57 KB 5/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 8/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 11/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 13/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 16/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 19/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 21/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 24/203 KB 9/181 KB 19/22 KB 21/60 KB 19/57 KB 3/203 KB 9/181 KB 19/22 KB 24/60 KB 19/57 KB 24/203 KB 9/181 KB 19/22 KB 19/60 KB 19/57 KB 3/203 KB 9/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 9/181 KB 16/22 KB 19/60 KB 9/57 KB 3/203 KB 9/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 11/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 14/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 16/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 19/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 22/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 25/181 KB 22/22 KB 24/60 KB 22/57 KB 27/203 KB 27/181 KB 22/22 KB 27/60 KB 22/57 KB 27/203 KB 30/181 KB 22/22 KB 27/60 KB 22/57 KB 27/203 KB 32/181 KB 22/22 KB 27/60 KB 22/57 KB 27/203 KB 36/181 KB 19/22 KB 24/60 KB 22/57 KB 27/203 KB 9/181 KB 22/22 KB 27/60 KB 22/57 KB 29/203 KB 36/181 KB 19/22 KB 24/60 KB 22/57 KB 24/203 KB 9/181 KB 22/22 KB 27/60 KB 25/57 KB 29/203 KB 36/181 KB 22/22 KB 27/60 KB 27/57 KB 29/203 KB 36/181 KB 22/22 KB 27/60 KB 22/57 KB 27/203 KB 27/181 KB 22/22 KB 29/60 KB 27/57 KB 29/203 KB 36/181 KB 22/22 KB 29/60 KB 27/57 KB 32/203 KB 36/181 KB 22/22 KB 29/60 KB 30/57 KB 32/203 KB 36/181 KB 22/22 KB 32/60 KB 30/57 KB 32/203 KB 36/181 KB 22/22 KB 32/60 KB 32/57 KB 32/203 KB 36/181 KB 22/22 KB 36/60 KB 32/57 KB 32/203 KB 36/181 KB 22/22 KB 40/60 KB 36/57 KB 36/203 KB 40/181 KB 22/22 KB 36/60 KB 36/57 KB 36/203 KB 40/181 KB 22/22 KB 40/60 KB 36/57 KB 36/203 KB 44/181 KB 22/22 KB 44/60 KB 36/57 KB 36/203 KB 48/181 KB 22/22 KB 36/60 KB 32/57 KB 36/203 KB 36/181 KB 22/22 KB 44/60 KB 36/57 KB 40/203 KB 48/181 KB 22/22 KB 44/60 KB 36/57 KB 44/203 KB 48/181 KB 22/22 KB 44/60 KB 36/57 KB 48/203 KB 48/181 KB 22/22 KB 36/60 KB 36/57 KB 36/203 KB 36/181 KB 22/22 KB 44/60 KB 40/57 KB 48/203 KB 48/181 KB 22/22 KB 44/60 KB 44/57 KB 48/203 KB 48/181 KB 22/22 KB 44/60 KB 48/57 KB 48/203 KB 48/181 KB 22/22 KB 44/60 KB 36/57 KB 36/203 KB 44/181 KB 22/22 KB 48/60 KB 48/57 KB 48/203 KB 48/181 KB 22/22 KB 48/60 KB 48/57 KB 48/203 KB 52/181 KB 52/60 KB 52/57 KB 52/203 KB 56/181 KB 52/60 KB 52/57 KB 52/203 KB 60/181 KB 52/60 KB 52/57 KB 52/203 KB 64/181 KB 52/60 KB 52/57 KB 52/203 KB 52/181 KB 52/60 KB 52/57 KB 48/203 KB 52/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 546.2 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 52/60 KB 52/57 KB 56/203 KB 64/181 KB 52/60 KB 52/57 KB 60/203 KB 64/181 KB 52/60 KB 56/57 KB 64/203 KB 64/181 KB 22/22 KB 52/60 KB 48/57 KB 48/203 KB 52/181 KB 56/60 KB 56/57 KB 64/203 KB 64/181 KB 60/60 KB 56/57 KB 64/203 KB 64/181 KB 52/60 KB 56/57 KB 60/203 KB 64/181 KB 60/60 KB 57/57 KB 64/203 KB 64/181 KB 60/60 KB 57/57 KB 68/203 KB 64/181 KB 60/60 KB 57/57 KB 72/203 KB 68/181 KB 60/60 KB 57/57 KB 76/203 KB 68/181 KB 60/60 KB 57/57 KB 80/203 KB 68/181 KB 60/60 KB 57/57 KB 68/203 KB 68/181 KB 60/60 KB 57/57 KB 80/203 KB 72/181 KB 60/60 KB 57/57 KB 80/203 KB 76/181 KB 60/60 KB 57/57 KB 80/203 KB 80/181 KB 60/60 KB 57/57 KB 84/203 KB 80/181 KB 60/60 KB 57/57 KB 88/203 KB 84/181 KB 60/60 KB 57/57 KB 92/203 KB 84/181 KB 60/60 KB 57/57 KB 96/203 KB 84/181 KB 60/60 KB 57/57 KB 84/203 KB 84/181 KB 60/60 KB 57/57 KB 96/203 KB 88/181 KB 60/60 KB 57/57 KB 96/203 KB 92/181 KB 60/60 KB 57/57 KB 96/203 KB 96/181 KB 60/60 KB 57/57 KB 100/203 KB 96/181 KB 60/60 KB 57/57 KB 104/203 KB 96/181 KB 60/60 KB 57/57 KB 108/203 KB 96/181 KB 60/60 KB 57/57 KB 112/203 KB 96/181 KB 60/60 KB 57/57 KB 112/203 KB 100/181 KB 60/60 KB 57/57 KB 112/203 KB 104/181 KB 60/60 KB 57/57 KB 112/203 KB 108/181 KB 60/60 KB 57/57 KB 112/203 KB 112/181 KB 60/60 KB 57/57 KB 116/203 KB 112/181 KB 120/203 KB 116/181 KB 124/203 KB 116/181 KB 128/203 KB 116/181 KB 116/203 KB 116/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1230.3 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 128/203 KB 120/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1323.2 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install 128/203 KB 124/181 KB 128/203 KB 128/181 KB 128/203 KB 132/181 KB 132/203 KB 136/181 KB 132/203 KB 140/181 KB 132/203 KB 144/181 KB 132/203 KB 132/181 KB 136/203 KB 144/181 KB 140/203 KB 144/181 KB 144/203 KB 144/181 KB 144/203 KB 148/181 KB 148/203 KB 152/181 KB 148/203 KB 156/181 KB 148/203 KB 160/181 KB 148/203 KB 148/181 KB 152/203 KB 160/181 KB 156/203 KB 160/181 KB 160/203 KB 160/181 KB 160/203 KB 164/181 KB 164/203 KB 168/181 KB 164/203 KB 172/181 KB 164/203 KB 176/181 KB 164/203 KB 164/181 KB 168/203 KB 176/181 KB 172/203 KB 176/181 KB 176/203 KB 176/181 KB 180/203 KB 176/181 KB 184/203 KB 180/181 KB 188/203 KB 180/181 KB 192/203 KB 180/181 KB 180/203 KB 180/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 3052.8 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3497.5 KB/sec) unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-mysql-0: 03:39:41 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 03:39:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 197.1 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1346.3 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 276.5 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 206.7 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 104.2 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 193.9 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 788.5 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 176.9 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 594.0 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1347.1 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 76.8 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 39.8 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 170.9 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 703.5 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 53.1 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 295.8 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1299.2 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 2/8 KB 4/8 KB 7/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 396.3 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 207.2 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 285.6 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 792.8 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 222.4 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 647.7 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 69.9 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 1/10 KB 4/10 KB 7/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 709.1 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 2948.2 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 3/46 KB 6/46 KB 9/46 KB 11/46 KB 14/46 KB 3/54 KB 16/46 KB 3/54 KB 11/46 KB 3/54 KB 16/46 KB 6/54 KB 16/46 KB 7/54 KB 16/46 KB 10/54 KB 16/46 KB 3/44 KB 11/54 KB 16/46 KB 3/44 KB 14/54 KB 4/201 KB 16/46 KB 3/44 KB 14/54 KB 4/158 KB 4/201 KB 16/46 KB 3/44 KB 14/54 KB 8/158 KB 4/201 KB 16/46 KB 3/44 KB 14/54 KB 12/158 KB 4/201 KB 16/46 KB 3/44 KB 14/54 KB 16/158 KB 16/46 KB 3/44 KB 10/54 KB 4/201 KB 16/46 KB 5/44 KB 14/54 KB 16/158 KB 4/201 KB 16/46 KB 8/44 KB 14/54 KB 16/158 KB 4/201 KB 16/46 KB 11/44 KB 14/54 KB 16/158 KB 4/201 KB 16/46 KB 13/44 KB 14/54 KB 16/158 KB 4/201 KB 16/46 KB 16/44 KB 14/54 KB 16/158 KB 4/201 KB 16/46 KB 19/44 KB 14/54 KB 20/158 KB 4/201 KB 16/46 KB 21/44 KB 15/54 KB 20/158 KB 4/201 KB 19/46 KB 24/44 KB 15/54 KB 20/158 KB 4/201 KB 16/46 KB 3/44 KB 14/54 KB 8/201 KB 19/46 KB 24/44 KB 15/54 KB 20/158 KB 12/201 KB 19/46 KB 24/44 KB 15/54 KB 20/158 KB 16/201 KB 19/46 KB 24/44 KB 15/54 KB 20/158 KB 4/201 KB 19/46 KB 21/44 KB 15/54 KB 20/158 KB 16/201 KB 22/46 KB 24/44 KB 15/54 KB 20/158 KB 4/201 KB 16/46 KB 19/44 KB 15/54 KB 20/158 KB 20/201 KB 22/46 KB 24/44 KB 18/54 KB 20/158 KB 20/201 KB 22/46 KB 24/44 KB 19/54 KB 20/158 KB 20/201 KB 22/46 KB 24/44 KB 22/54 KB 20/158 KB 4/201 KB 16/46 KB 16/44 KB 14/54 KB 20/158 KB 20/201 KB 25/46 KB 24/44 KB 22/54 KB 24/158 KB 20/201 KB 25/46 KB 24/44 KB 22/54 KB 28/158 KB 20/201 KB 25/46 KB 24/44 KB 22/54 KB 32/158 KB 20/201 KB 25/46 KB 24/44 KB 22/54 KB 36/158 KB 20/201 KB 25/46 KB 24/44 KB 22/54 KB 20/158 KB 20/201 KB 22/46 KB 24/44 KB 15/54 KB 20/158 KB 24/201 KB 25/46 KB 27/44 KB 23/54 KB 36/158 KB 28/201 KB 25/46 KB 27/44 KB 23/54 KB 36/158 KB 20/201 KB 25/46 KB 27/44 KB 23/54 KB 36/158 KB 20/201 KB 25/46 KB 24/44 KB 23/54 KB 36/158 KB 32/201 KB 27/46 KB 27/44 KB 23/54 KB 36/158 KB 32/201 KB 27/46 KB 27/44 KB 26/54 KB 36/158 KB 32/201 KB 27/46 KB 29/44 KB 27/54 KB 36/158 KB 32/201 KB 27/46 KB 29/44 KB 26/54 KB 36/158 KB 32/201 KB 27/46 KB 27/44 KB 26/54 KB 36/158 KB 32/201 KB 30/46 KB 29/44 KB 27/54 KB 36/158 KB 32/201 KB 30/46 KB 32/44 KB 27/54 KB 36/158 KB 32/201 KB 32/46 KB 32/44 KB 27/54 KB 40/158 KB 32/201 KB 32/46 KB 32/44 KB 30/54 KB 44/158 KB 32/201 KB 32/46 KB 32/44 KB 30/54 KB 48/158 KB 32/201 KB 32/46 KB 32/44 KB 30/54 KB 52/158 KB 36/201 KB 32/46 KB 36/44 KB 30/54 KB 56/158 KB 32/201 KB 32/46 KB 32/44 KB 27/54 KB 36/158 KB 36/201 KB 36/46 KB 36/44 KB 30/54 KB 56/158 KB 36/201 KB 40/46 KB 36/44 KB 30/54 KB 56/158 KB 36/201 KB 44/46 KB 36/44 KB 30/54 KB 56/158 KB 36/201 KB 46/46 KB 36/44 KB 30/54 KB 56/158 KB 36/201 KB 32/46 KB 36/44 KB 30/54 KB 52/158 KB 36/201 KB 32/46 KB 32/44 KB 30/54 KB 52/158 KB 32/201 KB 32/46 KB 32/44 KB 30/54 KB 40/158 KB 36/201 KB 46/46 KB 36/44 KB 31/54 KB 56/158 KB 40/201 KB 46/46 KB 36/44 KB 31/54 KB 56/158 KB 44/201 KB 46/46 KB 36/44 KB 34/54 KB 56/158 KB 48/201 KB 46/46 KB 36/44 KB 34/54 KB 56/158 KB 40/201 KB 46/46 KB 36/44 KB 34/54 KB 56/158 KB 48/201 KB 46/46 KB 36/44 KB 35/54 KB 56/158 KB 48/201 KB 46/46 KB 40/44 KB 35/54 KB 56/158 KB 48/201 KB 46/46 KB 44/44 KB 35/54 KB 56/158 KB 48/201 KB 46/46 KB 44/44 KB 38/54 KB 56/158 KB 48/201 KB 46/46 KB 44/44 KB 38/54 KB 56/158 KB 48/201 KB 46/46 KB 44/44 KB 39/54 KB 56/158 KB 48/201 KB 46/46 KB 44/44 KB 39/54 KB 60/158 KB 48/201 KB 46/46 KB 44/44 KB 39/54 KB 64/158 KB 52/201 KB 46/46 KB 44/44 unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install KB 42/54 KB 68/158 KB 52/201 KB 46/46 KB 44/44 KB 42/54 KB 72/158 KB 52/201 KB 46/46 KB 44/44 KB 42/54 KB 76/158 KB 52/201 KB 46/46 KB 44/44 KB 42/54 KB 80/158 KB 52/201 KB 46/46 KB 44/44 KB 42/54 KB 64/158 KB 56/201 KB 46/46 KB 44/44 KB 42/54 KB 80/158 KB 60/201 KB 46/46 KB 44/44 KB 42/54 KB 80/158 KB 64/201 KB 46/46 KB 44/44 KB 42/54 KB 80/158 KB 48/201 KB 46/46 KB 44/44 KB 42/54 KB 64/158 KB 64/201 KB 46/46 KB 44/44 KB 43/54 KB 80/158 KB 64/201 KB 46/46 KB 44/44 KB 46/54 KB 80/158 KB 64/201 KB 46/46 KB 44/44 KB 47/54 KB 80/158 KB 68/201 KB 46/46 KB 44/44 KB 47/54 KB 80/158 KB 72/201 KB 46/46 KB 44/44 KB 50/54 KB 80/158 KB 76/201 KB 46/46 KB 44/44 KB 50/54 KB 80/158 KB 80/201 KB 46/46 KB 44/44 KB 50/54 KB 80/158 KB 68/201 KB 46/46 KB 44/44 KB 50/54 KB 80/158 KB 80/201 KB 46/46 KB 44/44 KB 52/54 KB 80/158 KB 80/201 KB 46/46 KB 44/44 KB 54/54 KB 80/158 KB 80/201 KB 46/46 KB 44/44 KB 54/54 KB 84/158 KB 84/201 KB 54/54 KB 88/158 KB 84/201 KB 54/54 KB 92/158 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 763.0 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 895.0 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 84/201 KB 54/54 KB 96/158 KB 84/201 KB 46/46 KB 54/54 KB 84/158 KB 88/201 KB 54/54 KB 96/158 KB Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 88/201 KB 54/54 KB 100/158 KB 92/201 KB 54/54 KB 100/158 KB 96/201 KB 54/54 KB 100/158 KB 96/201 KB 54/54 KB 104/158 KB 96/201 KB 54/54 KB 108/158 KB 100/201 KB 112/158 KB 100/201 KB 108/158 KB 104/201 KB 112/158 KB 108/201 KB 112/158 KB 112/201 KB 112/158 KB 116/201 KB 112/158 KB 120/201 KB 3/3 KB 116/158 KB 124/201 KB 3/3 KB 116/158 KB 128/201 KB 3/3 KB 116/158 KB 128/201 KB 3/6 KB 3/3 KB 116/158 KB 116/201 KB 3/3 KB 116/158 KB 128/201 KB 6/6 KB 3/3 KB 116/158 KB 132/201 KB 6/6 KB 3/3 KB 116/158 KB 116/201 KB 116/158 KB 132/201 KB 6/6 KB 3/3 KB 120/158 KB 132/201 KB 6/6 KB 3/3 KB 124/158 KB 132/201 KB 6/6 KB 3/3 KB 128/158 KB 132/201 KB 6/6 KB 3/3 KB 132/158 KB 132/201 KB 6/6 KB 3/3 KB 136/158 KB 132/201 KB 6/6 KB 3/3 KB 140/158 KB 132/201 KB 6/6 KB 3/3 KB 144/158 KB 132/201 KB 6/6 KB 3/3 KB 116/158 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 881.9 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 132/201 KB 6/6 KB 3/3 KB 148/158 KB 136/201 KB 6/6 KB 3/3 KB 148/158 KB 140/201 KB 6/6 KB 3/3 KB 148/158 KB 144/201 KB 6/6 KB 3/3 KB 148/158 KB 144/201 KB 6/6 KB 3/3 KB 152/158 KB 144/201 KB 6/6 KB 3/3 KB 156/158 KB 144/201 KB 6/6 KB 3/3 KB 158/158 KB 148/201 KB 6/6 KB 3/3 KB 158/158 KB 152/201 KB 6/6 KB 3/3 KB 158/158 KB 156/201 KB 6/6 KB 3/3 KB 158/158 KB 160/201 KB 6/6 KB 3/3 KB 158/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 37.5 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 86.5 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 160/201 KB 3/367 KB 158/158 KB 160/201 KB 6/367 KB 158/158 KB 160/201 KB 7/367 KB 158/158 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 160/201 KB 10/367 KB 158/158 KB 160/201 KB 11/367 KB 158/158 KB 160/201 KB 14/367 KB 158/158 KB 160/201 KB 15/367 KB 158/158 KB 160/201 KB 18/367 KB 158/158 KB 160/201 KB 19/367 KB 158/158 KB 160/201 KB 22/367 KB 158/158 KB 160/201 KB 23/367 KB 158/158 KB 160/201 KB 26/367 KB 158/158 KB 160/201 KB 27/367 KB 158/158 KB 160/201 KB 30/367 KB 158/158 KB 160/201 KB 31/367 KB 158/158 KB 164/201 KB 34/367 KB 158/158 KB 164/201 KB 35/367 KB 158/158 KB 164/201 KB 38/367 KB 158/158 KB 164/201 KB 31/367 KB 158/158 KB 164/201 KB 39/367 KB 158/158 KB 168/201 KB 39/367 KB 158/158 KB 172/201 KB 39/367 KB 158/158 KB 172/201 KB 42/367 KB 158/158 KB 176/201 KB 42/367 KB 158/158 KB 176/201 KB 43/367 KB 158/158 KB 180/201 KB 43/367 KB 158/158 KB 3/5 KB 180/201 KB 43/367 KB 158/158 KB 5/5 KB 180/201 KB 3/52 KB 43/367 KB 158/158 KB 5/5 KB 180/201 KB 6/52 KB 43/367 KB 158/158 KB 5/5 KB 180/201 KB 9/52 KB 43/367 KB 158/158 KB 5/5 KB 180/201 KB 11/52 KB 43/367 KB 158/158 KB 5/5 KB 180/201 KB 14/52 KB 43/367 KB 158/158 KB 5/5 KB 180/201 KB 16/52 KB 43/367 KB 158/158 KB 5/5 KB 180/201 KB 19/52 KB 43/367 KB 158/158 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 1784.6 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 180/201 KB 22/52 KB 46/367 KB 180/201 KB 22/52 KB 47/367 KB 180/201 KB 22/52 KB 50/367 KB 180/201 KB 43/367 KB 158/158 KB 184/201 KB 22/52 KB 50/367 KB 188/201 KB 22/52 KB 50/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 49.5 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 180/201 KB 22/52 KB 43/367 KB 5/5 KB 188/201 KB 25/52 KB 51/367 KB 188/201 KB 27/52 KB 51/367 KB 188/201 KB 30/52 KB 51/367 KB 188/201 KB 32/52 KB 51/367 KB 188/201 KB 36/52 KB 51/367 KB 192/201 KB 40/52 KB 51/367 KB 192/201 KB 44/52 KB 51/367 KB 192/201 KB 48/52 KB 51/367 KB 188/201 KB 22/52 KB 51/367 KB 192/201 KB 36/52 KB 51/367 KB 192/201 KB 48/52 KB 54/367 KB 192/201 KB 48/52 KB 55/367 KB 196/201 KB 48/52 KB 55/367 KB 196/201 KB 48/52 KB 58/367 KB 200/201 KB 52/52 KB 58/367 KB 200/201 KB 48/52 KB 58/367 KB 201/201 KB 52/52 KB 59/367 KB 200/201 KB 52/52 KB 59/367 KB 201/201 KB 52/52 KB 59/367 KB 3/47 KB 201/201 KB 52/52 KB 59/367 KB 5/47 KB 201/201 KB 52/52 KB 59/367 KB 8/47 KB 201/201 KB 52/52 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 2/238 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 5/238 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 6/238 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 9/238 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 10/238 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 13/238 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 14/238 KB 62/367 KB 8/47 KB 201/201 KB 52/52 KB 14/238 KB 63/367 KB 8/47 KB 201/201 KB 52/52 KB 14/238 KB 63/367 KB 11/47 KB 201/201 KB 52/52 KB 17/238 KB 63/367 KB 11/47 KB 201/201 KB 52/52 KB 17/238 KB 63/367 KB 13/47 KB 201/201 KB 52/52 KB 18/238 KB 66/367 KB 16/47 KB 201/201 KB 52/52 KB 18/238 KB 66/367 KB 13/47 KB 201/201 KB 52/52 KB 17/238 KB 66/367 KB 13/47 KB 201/201 KB 52/52 KB 21/238 KB 66/367 KB 16/47 KB 201/201 KB 52/52 KB 21/238 KB 67/367 KB 16/47 KB 201/201 KB 52/52 KB 21/238 KB 67/367 KB 19/47 KB 201/201 KB 22/238 KB 67/367 KB 21/47 KB 201/201 KB 22/238 KB 67/367 KB 19/47 KB 201/201 KB 22/238 KB 70/367 KB 21/47 KB 201/201 KB 22/238 KB 71/367 KB 21/47 KB 201/201 KB 25/238 KB 71/367 KB 21/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 535.9 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 201/201 KB 25/238 KB 71/367 KB 24/47 KB 201/201 KB 26/238 KB 74/367 KB 24/47 KB 201/201 KB 26/238 KB 71/367 KB 24/47 KB Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 201/201 KB 29/238 KB 74/367 KB 24/47 KB 201/201 KB 30/238 KB 75/367 KB 27/47 KB 201/201 KB 29/238 KB 75/367 KB 27/47 KB 201/201 KB 29/238 KB 74/367 KB 27/47 KB 201/201 KB 30/238 KB 78/367 KB 27/47 KB 201/201 KB 30/238 KB 78/367 KB 29/47 KB 201/201 KB 33/238 KB 78/367 KB 29/47 KB 201/201 KB 33/238 KB 79/367 KB 32/47 KB 201/201 KB 33/238 KB 78/367 KB 32/47 KB 201/201 KB 34/238 KB 79/367 KB 32/47 KB 201/201 KB 34/238 KB 82/367 KB 32/47 KB 201/201 KB 37/238 KB 82/367 KB 32/47 KB 201/201 KB 37/238 KB 83/367 KB 32/47 KB 201/201 KB 38/238 KB 83/367 KB 32/47 KB 201/201 KB 38/238 KB 86/367 KB 32/47 KB 201/201 KB 41/238 KB 86/367 KB 32/47 KB 201/201 KB 41/238 KB 86/367 KB 36/47 KB 201/201 KB 41/238 KB 87/367 KB 40/47 KB 201/201 KB 41/238 KB 87/367 KB 44/47 KB 42/238 KB 87/367 KB 47/47 KB 201/201 KB 41/238 KB 87/367 KB 36/47 KB 42/238 KB 90/367 KB 47/47 KB 42/238 KB 87/367 KB 44/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 1910.4 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 4/28 KB 42/238 KB 90/367 KB 47/47 KB 8/28 KB 42/238 KB 90/367 KB 47/47 KB 8/28 KB 42/238 KB 91/367 KB 47/47 KB 12/28 KB 42/238 KB 91/367 KB 47/47 KB 16/28 KB 42/238 KB 91/367 KB 47/47 KB 20/28 KB 45/238 KB 91/367 KB 47/47 KB 24/28 KB 45/238 KB 94/367 KB 47/47 KB 28/28 KB 45/238 KB 94/367 KB 47/47 KB 16/28 KB 45/238 KB 91/367 KB 47/47 KB 28/28 KB 46/238 KB 94/367 KB 47/47 KB 20/28 KB 45/238 KB 94/367 KB 47/47 KB 28/28 KB 46/238 KB 95/367 KB 47/47 KB 28/28 KB 49/238 KB 95/367 KB 47/47 KB 28/28 KB 50/238 KB 95/367 KB 47/47 KB 28/28 KB 50/238 KB 98/367 KB 47/47 KB 28/28 KB 50/238 KB 99/367 KB 47/47 KB 28/28 KB 53/238 KB 99/367 KB 47/47 KB 28/28 KB 53/238 KB 102/367 KB 47/47 KB 28/28 KB 54/238 KB 102/367 KB 47/47 KB 28/28 KB 54/238 KB 103/367 KB 47/47 KB 28/28 KB 57/238 KB 103/367 KB 47/47 KB 28/28 KB 58/238 KB 106/367 KB 47/47 KB 28/28 KB 58/238 KB 106/367 KB 47/47 KB 28/28 KB 58/238 KB 107/367 KB 47/47 KB 28/28 KB 61/238 KB 107/367 KB 47/47 KB 28/28 KB 61/238 KB 110/367 KB 47/47 KB 28/28 KB 62/238 KB 111/367 KB 47/47 KB 28/28 KB 61/238 KB 111/367 KB 47/47 KB 28/28 KB 65/238 KB 111/367 KB 47/47 KB 28/28 KB 65/238 KB 114/367 KB 47/47 KB 28/28 KB 66/238 KB 114/367 KB 47/47 KB 28/28 KB 66/238 KB 117/367 KB 47/47 KB 28/28 KB 69/238 KB 117/367 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 409.0 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 235.2 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 70/238 KB 117/367 KB 70/238 KB 119/367 KB 70/238 KB 122/367 KB 73/238 KB 122/367 KB 74/238 KB 122/367 KB 74/238 KB 123/367 KB 74/238 KB 126/367 KB 77/238 KB 126/367 KB 78/238 KB 126/367 KB 78/238 KB 127/367 KB 78/238 KB 130/367 KB 81/238 KB 130/367 KB 81/238 KB 131/367 KB 3/186 KB 82/238 KB 131/367 KB 3/186 KB 81/238 KB 131/367 KB 5/186 KB 82/238 KB 131/367 KB 8/186 KB 82/238 KB 131/367 KB 11/186 KB 82/238 KB 131/367 KB 13/186 KB 82/238 KB 131/367 KB 16/186 KB 82/238 KB 131/367 KB 16/186 KB 85/238 KB 134/367 KB 16/186 KB 85/238 KB 135/367 KB 16/186 KB 85/238 KB 131/367 KB 19/186 KB 85/238 KB 135/367 KB 19/186 KB 86/238 KB 135/367 KB 21/186 KB 86/238 KB 135/367 KB 21/186 KB 89/238 KB 138/367 KB 21/186 KB 86/238 KB 138/367 KB 21/186 KB 89/238 KB 139/367 KB 24/186 KB 89/238 KB 139/367 KB 24/186 KB 90/238 KB 139/367 KB 27/186 KB 90/238 KB 139/367 KB 27/186 KB 90/238 KB 142/367 KB 27/186 KB 93/238 KB 142/367 KB 29/186 KB 94/238 KB 142/367 KB 29/186 KB 93/238 KB 142/367 KB 29/186 KB 94/238 KB 143/367 KB 29/186 KB 97/238 KB 143/367 KB 29/186 KB 97/238 KB 146/367 KB 32/186 KB 97/238 KB 147/367 KB 32/186 KB 97/238 KB 146/367 KB 32/186 KB 98/238 KB 147/367 KB 32/186 KB 98/238 KB 150/367 KB 36/186 KB 4/558 KB 101/238 KB 150/367 KB 36/186 KB 4/558 KB 102/238 KB 150/367 KB 36/186 KB 4/558 KB 102/238 KB 151/367 KB 36/186 KB 4/558 KB 102/238 KB 154/367 KB 36/186 KB 4/558 KB 98/238 KB 150/367 KB 32/186 KB 4/558 KB 98/238 KB 150/367 KB 36/186 KB 8/558 KB 105/238 KB 154/367 KB 36/186 KB 12/558 KB 105/238 KB 154/367 KB 36/186 KB 16/558 KB 105/238 KB 154/367 KB 36/186 KB 20/558 KB 105/238 KB 154/367 KB 36/186 KB 24/558 KB 105/238 KB 154/367 KB 36/186 KB 28/558 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 4/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 8/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 12/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 16/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 20/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 24/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 28/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 32/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 36/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 40/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 44/1199 KB 105/238 KB 154/367 KB 36/186 KB 32/558 KB 48/1199 KB 105/238 KB 154/367 KB 36/186 KB 36/558 KB 48/1199 KB 105/238 KB 154/367 KB 40/186 KB 36/558 KB 52/1199 KB 105/238 KB 154/367 KB 40/186 KB 36/558 KB 56/1199 KB 105/238 KB 154/367 KB 40/186 KB 36/558 KB 60/1199 KB 105/238 KB 154/367 KB 40/186 KB 36/558 KB 64/1199 KB 105/238 KB 154/367 KB 36/186 KB 4/558 KB 105/238 KB 154/367 KB 40/186 KB 40/558 KB 64/1199 KB 105/238 KB 154/367 KB 40/186 KB 40/558 KB 68/1199 KB 105/238 KB 155/367 KB 40/186 KB 40/558 KB 72/1199 KB 105/238 KB 155/367 KB 40/186 KB 40/558 KB 76/1199 KB 105/238 KB 155/367 KB 40/186 KB 36/558 KB 48/1199 KB 105/238 KB 154/367 KB 40/186 KB 40/558 KB 76/1199 KB 106/238 KB 155/367 KB 40/186 KB 40/558 KB 76/1199 KB 109/238 KB 155/367 KB 40/186 KB 40/558 KB 64/1199 KB 105/238 KB 155/367 KB 44/186 KB 44/558 KB 80/1199 KB 109/238 KB 155/367 KB 44/186 KB 44/558 KB 76/1199 KB 109/238 KB 155/367 KB 44/186 KB 48/558 KB 80/1199 KB 109/238 KB 155/367 KB 44/186 KB 52/558 KB 84/1199 KB 110/238 KB 158/367 KB 44/186 KB 56/558 KB 84/1199 KB 110/2 unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 38 KB 158/367 KB 44/186 KB 60/558 KB 84/1199 KB 110/238 KB 158/367 KB 44/186 KB 64/558 KB 84/1199 KB 110/238 KB 158/367 KB 44/186 KB 40/558 KB 76/1199 KB 109/238 KB 155/367 KB 48/186 KB 64/558 KB 84/1199 KB 110/238 KB 158/367 KB 52/186 KB 64/558 KB 84/1199 KB 110/238 KB 158/367 KB 44/186 KB 48/558 KB 84/1199 KB 110/238 KB 158/367 KB 44/186 KB 48/558 KB 80/1199 KB 110/238 KB 158/367 KB 52/186 KB 64/558 KB 84/1199 KB 113/238 KB 158/367 KB 52/186 KB 64/558 KB 84/1199 KB 114/238 KB 158/367 KB 52/186 KB 64/558 KB 84/1199 KB 117/238 KB 158/367 KB 44/186 KB 48/558 KB 80/1199 KB 109/238 KB 158/367 KB 52/186 KB 64/558 KB 88/1199 KB 117/238 KB 159/367 KB 52/186 KB 64/558 KB 88/1199 KB 117/238 KB 162/367 KB 52/186 KB 64/558 KB 88/1199 KB 117/238 KB 163/367 KB 52/186 KB 64/558 KB 88/1199 KB 117/238 KB 166/367 KB 52/186 KB 64/558 KB 88/1199 KB 117/238 KB 167/367 KB 52/186 KB 64/558 KB 88/1199 KB 117/238 KB 158/367 KB 56/186 KB 64/558 KB 92/1199 KB 118/238 KB 167/367 KB 56/186 KB 64/558 KB 88/1199 KB 118/238 KB 167/367 KB 56/186 KB 64/558 KB 92/1199 KB 121/238 KB 167/367 KB 56/186 KB 64/558 KB 88/1199 KB 117/238 KB 167/367 KB 60/186 KB 64/558 KB 96/1199 KB 121/238 KB 170/367 KB 64/186 KB 64/558 KB 96/1199 KB 121/238 KB 170/367 KB 56/186 KB 64/558 KB 96/1199 KB 121/238 KB 170/367 KB 64/186 KB 64/558 KB 96/1199 KB 121/238 KB 171/367 KB 68/186 KB 68/558 KB 96/1199 KB 122/238 KB 174/367 KB 56/186 KB 64/558 KB 96/1199 KB 121/238 KB 167/367 KB 68/186 KB 68/558 KB 100/1199 KB 122/238 KB 174/367 KB 68/186 KB 68/558 KB 100/1199 KB 122/238 KB 175/367 KB 68/186 KB 68/558 KB 96/1199 KB 122/238 KB 171/367 KB 68/186 KB 68/558 KB 104/1199 KB 122/238 KB 175/367 KB 68/186 KB 68/558 KB 108/1199 KB 122/238 KB 175/367 KB 68/186 KB 72/558 KB 112/1199 KB 122/238 KB 178/367 KB 68/186 KB 64/558 KB 96/1199 KB 122/238 KB 171/367 KB 64/186 KB 64/558 KB 96/1199 KB 122/238 KB 171/367 KB 68/186 KB 72/558 KB 112/1199 KB 125/238 KB 178/367 KB 68/186 KB 72/558 KB 112/1199 KB 126/238 KB 178/367 KB 68/186 KB 72/558 KB 112/1199 KB 129/238 KB 178/367 KB 68/186 KB 72/558 KB 112/1199 KB 130/238 KB 178/367 KB 68/186 KB 72/558 KB 108/1199 KB 122/238 KB 178/367 KB 68/186 KB 68/558 KB 108/1199 KB 122/238 KB 178/367 KB 72/186 KB 72/558 KB 112/1199 KB 130/238 KB 179/367 KB 72/186 KB 72/558 KB 112/1199 KB 130/238 KB 178/367 KB 76/186 KB 76/558 KB 112/1199 KB 130/238 KB 179/367 KB 80/186 KB 76/558 KB 112/1199 KB 130/238 KB 179/367 KB 72/186 KB 76/558 KB 112/1199 KB 130/238 KB 179/367 KB 80/186 KB 80/558 KB 112/1199 KB 133/238 KB 179/367 KB 80/186 KB 84/558 KB 112/1199 KB 133/238 KB 179/367 KB 84/186 KB 88/558 KB 116/1199 KB 133/238 KB 182/367 KB 84/186 KB 92/558 KB 116/1199 KB 133/238 KB 182/367 KB 84/186 KB 96/558 KB 116/1199 KB 133/238 KB 182/367 KB 80/186 KB 76/558 KB 112/1199 KB 133/238 KB 179/367 KB 84/186 KB 96/558 KB 116/1199 KB 134/238 KB 182/367 KB 84/186 KB 96/558 KB 116/1199 KB 137/238 KB 182/367 KB 84/186 KB 96/558 KB 116/1199 KB 138/238 KB 182/367 KB 84/186 KB 84/558 KB 116/1199 KB 133/238 KB 182/367 KB 80/186 KB 84/558 KB 116/1199 KB 133/238 KB 182/367 KB 84/186 KB 96/558 KB 120/1199 KB 138/238 KB 182/367 KB 80/186 KB 84/558 KB 112/1199 KB 133/238 KB 182/367 KB 88/186 KB 96/558 KB 120/1199 KB 141/238 KB 183/367 KB 88/186 KB 96/558 KB 120/1199 KB 141/238 KB 186/367 KB 88/186 KB 96/558 KB 120/1199 KB 141/238 KB 182/367 KB 84/186 KB 96/558 KB 120/1199 KB 141/238 KB 182/367 KB 88/186 KB unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 96/558 KB 120/1199 KB 142/238 KB 187/367 KB 88/186 KB 96/558 KB 120/1199 KB 141/238 KB 187/367 KB 92/186 KB 96/558 KB 124/1199 KB 142/238 KB 187/367 KB 92/186 KB 96/558 KB 128/1199 KB 142/238 KB 187/367 KB 92/186 KB 96/558 KB 132/1199 KB 142/238 KB 190/367 KB 92/186 KB 100/558 KB 136/1199 KB 145/238 KB 190/367 KB 92/186 KB 100/558 KB 140/1199 KB 145/238 KB 190/367 KB 92/186 KB 100/558 KB 144/1199 KB 145/238 KB 190/367 KB 92/186 KB 96/558 KB 120/1199 KB 142/238 KB 187/367 KB 96/186 KB 100/558 KB 144/1199 KB 145/238 KB 190/367 KB 100/186 KB 100/558 KB 144/1199 KB 145/238 KB 190/367 KB 104/186 KB 100/558 KB 144/1199 KB 145/238 KB 190/367 KB 108/186 KB 100/558 KB 144/1199 KB 145/238 KB 190/367 KB 92/186 KB 100/558 KB 132/1199 KB 145/238 KB 190/367 KB 92/186 KB 96/558 KB 132/1199 KB 145/238 KB 190/367 KB 108/186 KB 100/558 KB 144/1199 KB 146/238 KB 190/367 KB 108/186 KB 100/558 KB 144/1199 KB 149/238 KB 190/367 KB 108/186 KB 100/558 KB 144/1199 KB 150/238 KB 190/367 KB 108/186 KB 100/558 KB 144/1199 KB 153/238 KB 190/367 KB 92/186 KB 96/558 KB 128/1199 KB 142/238 KB 190/367 KB 108/186 KB 104/558 KB 144/1199 KB 153/238 KB 191/367 KB 108/186 KB 104/558 KB 144/1199 KB 153/238 KB 194/367 KB 108/186 KB 104/558 KB 144/1199 KB 153/238 KB 195/367 KB 108/186 KB 104/558 KB 144/1199 KB 153/238 KB 198/367 KB 108/186 KB 104/558 KB 144/1199 KB 153/238 KB 199/367 KB 108/186 KB 104/558 KB 144/1199 KB 153/238 KB 190/367 KB 108/186 KB 108/558 KB 144/1199 KB 154/238 KB 199/367 KB 108/186 KB 112/558 KB 144/1199 KB 154/238 KB 199/367 KB 108/186 KB 116/558 KB 144/1199 KB 154/238 KB 199/367 KB 112/186 KB 120/558 KB 148/1199 KB 154/238 KB 202/367 KB 108/186 KB 104/558 KB 144/1199 KB 154/238 KB 199/367 KB 112/186 KB 120/558 KB 148/1199 KB 157/238 KB 202/367 KB 112/186 KB 120/558 KB 148/1199 KB 158/238 KB 202/367 KB 112/186 KB 120/558 KB 148/1199 KB 161/238 KB 202/367 KB 112/186 KB 116/558 KB 148/1199 KB 154/238 KB 202/367 KB 112/186 KB 116/558 KB 144/1199 KB 154/238 KB 202/367 KB 116/186 KB 120/558 KB 148/1199 KB 161/238 KB 202/367 KB 108/186 KB 116/558 KB 144/1199 KB 154/238 KB 202/367 KB 116/186 KB 120/558 KB 152/1199 KB 162/238 KB 203/367 KB 116/186 KB 120/558 KB 152/1199 KB 162/238 KB 206/367 KB 116/186 KB 120/558 KB 152/1199 KB 162/238 KB 207/367 KB 116/186 KB 120/558 KB 152/1199 KB 162/238 KB 210/367 KB 116/186 KB 120/558 KB 152/1199 KB 162/238 KB 202/367 KB 116/186 KB 120/558 KB 152/1199 KB 161/238 KB 202/367 KB 120/186 KB 120/558 KB 156/1199 KB 162/238 KB 210/367 KB 120/186 KB 120/558 KB 152/1199 KB 162/238 KB 210/367 KB 124/186 KB 124/558 KB 156/1199 KB 165/238 KB 211/367 KB 120/186 KB 124/558 KB 156/1199 KB 165/238 KB 211/367 KB 120/186 KB 120/558 KB 156/1199 KB 165/238 KB 211/367 KB 120/186 KB 120/558 KB 156/1199 KB 165/238 KB 210/367 KB 124/186 KB 124/558 KB 160/1199 KB 166/238 KB 211/367 KB 124/186 KB 124/558 KB 160/1199 KB 165/238 KB 211/367 KB 128/186 KB 128/558 KB 160/1199 KB 169/238 KB 214/367 KB 128/186 KB 128/558 KB 160/1199 KB 166/238 KB 214/367 KB 128/186 KB 128/558 KB 160/1199 KB 166/238 KB 211/367 KB 132/186 KB 128/558 KB 160/1199 KB 169/238 KB 214/367 KB 136/186 KB 128/558 KB 164/1199 KB 170/238 KB 215/367 KB 140/186 KB 128/558 KB 164/1199 KB 170/238 KB 215/367 KB 144/186 KB 128/558 KB 164/1199 KB 170/238 KB 215/367 KB 124/186 KB 128/558 KB 160/1199 KB 166/238 KB 211/367 KB 144/186 KB 132/558 KB 164/1199 KB 170/238 KB 215/367 KB 144/186 KB 136/558 KB 164/1199 KB unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 170/238 KB 215/367 KB 132/186 KB 128/558 KB 164/1199 KB 170/238 KB 215/367 KB 144/186 KB 136/558 KB 168/1199 KB 170/238 KB 215/367 KB 144/186 KB 136/558 KB 172/1199 KB 170/238 KB 215/367 KB 144/186 KB 136/558 KB 176/1199 KB 170/238 KB 215/367 KB 132/186 KB 128/558 KB 160/1199 KB 170/238 KB 215/367 KB 132/186 KB 128/558 KB 160/1199 KB 169/238 KB 215/367 KB 144/186 KB 140/558 KB 176/1199 KB 170/238 KB 218/367 KB 144/186 KB 140/558 KB 176/1199 KB 173/238 KB 219/367 KB 144/186 KB 140/558 KB 176/1199 KB 173/238 KB 222/367 KB 144/186 KB 140/558 KB 176/1199 KB 170/238 KB 215/367 KB 144/186 KB 144/558 KB 176/1199 KB 173/238 KB 222/367 KB 144/186 KB 148/558 KB 180/1199 KB 173/238 KB 223/367 KB 148/186 KB 152/558 KB 180/1199 KB 173/238 KB 223/367 KB 148/186 KB 156/558 KB 180/1199 KB 173/238 KB 223/367 KB 148/186 KB 160/558 KB 180/1199 KB 173/238 KB 223/367 KB 144/186 KB 140/558 KB 176/1199 KB 173/238 KB 218/367 KB 148/186 KB 160/558 KB 180/1199 KB 174/238 KB 223/367 KB 148/186 KB 160/558 KB 180/1199 KB 177/238 KB 223/367 KB 148/186 KB 160/558 KB 180/1199 KB 178/238 KB 223/367 KB 148/186 KB 160/558 KB 180/1199 KB 181/238 KB 223/367 KB 148/186 KB 160/558 KB 180/1199 KB 182/238 KB 223/367 KB 148/186 KB 148/558 KB 180/1199 KB 173/238 KB 223/367 KB 144/186 KB 144/558 KB 180/1199 KB 173/238 KB 223/367 KB 148/186 KB 160/558 KB 184/1199 KB 182/238 KB 223/367 KB 144/186 KB 144/558 KB 176/1199 KB 173/238 KB 223/367 KB 152/186 KB 160/558 KB 184/1199 KB 182/238 KB 226/367 KB 152/186 KB 160/558 KB 184/1199 KB 182/238 KB 227/367 KB 152/186 KB 160/558 KB 184/1199 KB 182/238 KB 230/367 KB 152/186 KB 160/558 KB 184/1199 KB 182/238 KB 223/367 KB 156/186 KB 160/558 KB 184/1199 KB 185/238 KB 230/367 KB 160/186 KB 160/558 KB 188/1199 KB 185/238 KB 230/367 KB 152/186 KB 160/558 KB 184/1199 KB 185/238 KB 230/367 KB 160/186 KB 160/558 KB 188/1199 KB 185/238 KB 231/367 KB 160/186 KB 160/558 KB 188/1199 KB 185/238 KB 234/367 KB 160/186 KB 160/558 KB 188/1199 KB 185/238 KB 235/367 KB 164/186 KB 164/558 KB 188/1199 KB 186/238 KB 238/367 KB 156/186 KB 160/558 KB 188/1199 KB 185/238 KB 230/367 KB 164/186 KB 164/558 KB 192/1199 KB 186/238 KB 238/367 KB 164/186 KB 164/558 KB 196/1199 KB 186/238 KB 238/367 KB 164/186 KB 164/558 KB 200/1199 KB 186/238 KB 239/367 KB 164/186 KB 164/558 KB 188/1199 KB 186/238 KB 235/367 KB 160/186 KB 164/558 KB 188/1199 KB 186/238 KB 235/367 KB 160/186 KB 160/558 KB 188/1199 KB 186/238 KB 235/367 KB 164/186 KB 164/558 KB 200/1199 KB 189/238 KB 239/367 KB 164/186 KB 164/558 KB 200/1199 KB 190/238 KB 239/367 KB 164/186 KB 164/558 KB 200/1199 KB 193/238 KB 239/367 KB 164/186 KB 164/558 KB 200/1199 KB 194/238 KB 239/367 KB 164/186 KB 164/558 KB 200/1199 KB 197/238 KB 239/367 KB 164/186 KB 164/558 KB 196/1199 KB 186/238 KB 239/367 KB 168/186 KB 168/558 KB 204/1199 KB 197/238 KB 242/367 KB 168/186 KB 168/558 KB 204/1199 KB 197/238 KB 239/367 KB 168/186 KB 168/558 KB 200/1199 KB 197/238 KB 239/367 KB 168/186 KB 172/558 KB 204/1199 KB 197/238 KB 242/367 KB 168/186 KB 176/558 KB 204/1199 KB 197/238 KB 242/367 KB 168/186 KB 164/558 KB 200/1199 KB 197/238 KB 239/367 KB 172/186 KB 176/558 KB 208/1199 KB 198/238 KB 243/367 KB 176/186 KB 176/558 KB 208/1199 KB 198/238 KB 243/367 KB 168/186 KB 176/558 KB 208/1199 KB 198/238 KB 243/367 KB 168/186 KB 176/558 KB 208/1199 KB 197/238 KB 243/367 KB 176/186 KB 176/558 KB 212/1199 KB 198/238 KB 243/367 KB 180/186 KB 180/558 KB 216/1199 KB 201/238 unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install KB 243/367 KB 180/186 KB 180/558 KB 220/1199 KB 201/238 KB 243/367 KB 168/186 KB 176/558 KB 204/1199 KB 197/238 KB 243/367 KB 180/186 KB 180/558 KB 220/1199 KB 201/238 KB 246/367 KB 180/186 KB 180/558 KB 220/1199 KB 201/238 KB 247/367 KB 180/186 KB 180/558 KB 220/1199 KB 201/238 KB 250/367 KB 180/186 KB 180/558 KB 212/1199 KB 201/238 KB 243/367 KB 180/186 KB 176/558 KB 212/1199 KB 201/238 KB 243/367 KB 184/186 KB 180/558 KB 220/1199 KB 201/238 KB 250/367 KB 186/186 KB 180/558 KB 220/1199 KB 201/238 KB 250/367 KB 176/186 KB 176/558 KB 212/1199 KB 201/238 KB 243/367 KB 186/186 KB 180/558 KB 220/1199 KB 202/238 KB 250/367 KB 186/186 KB 180/558 KB 220/1199 KB 205/238 KB 250/367 KB 186/186 KB 180/558 KB 220/1199 KB 206/238 KB 250/367 KB 186/186 KB 184/558 KB 220/1199 KB 206/238 KB 250/367 KB 186/186 KB 188/558 KB 220/1199 KB 206/238 KB 251/367 KB 186/186 KB 192/558 KB 224/1199 KB 209/238 KB 251/367 KB 186/186 KB 184/558 KB 220/1199 KB 206/238 KB 251/367 KB 186/186 KB 188/558 KB 224/1199 KB 209/238 KB 251/367 KB 186/186 KB 188/558 KB 224/1199 KB 206/238 KB 251/367 KB 186/186 KB 192/558 KB 224/1199 KB 210/238 KB 254/367 KB 186/186 KB 192/558 KB 224/1199 KB 210/238 KB 254/367 KB 186/186 KB 192/558 KB 224/1199 KB 210/238 KB 255/367 KB 186/186 KB 192/558 KB 224/1199 KB 213/238 KB 255/367 KB 186/186 KB 192/558 KB 224/1199 KB 213/238 KB 258/367 KB 186/186 KB 196/558 KB 224/1199 KB 214/238 KB 258/367 KB 186/186 KB 192/558 KB 224/1199 KB 214/238 KB 258/367 KB 186/186 KB 196/558 KB 228/1199 KB 217/238 KB 259/367 KB 186/186 KB 196/558 KB 228/1199 KB 214/238 KB 259/367 KB 186/186 KB 196/558 KB 224/1199 KB 214/238 KB 259/367 KB 186/186 KB 196/558 KB 228/1199 KB 217/238 KB 262/367 KB 186/186 KB 200/558 KB 232/1199 KB 218/238 KB 265/367 KB 186/186 KB 200/558 KB 232/1199 KB 218/238 KB 262/367 KB 186/186 KB 200/558 KB 228/1199 KB 218/238 KB 262/367 KB 186/186 KB 196/558 KB 228/1199 KB 218/238 KB 262/367 KB 186/186 KB 200/558 KB 236/1199 KB 218/238 KB 265/367 KB 186/186 KB 204/558 KB 240/1199 KB 218/238 KB 265/367 KB 186/186 KB 204/558 KB 236/1199 KB 218/238 KB 265/367 KB 186/186 KB 204/558 KB 240/1199 KB 221/238 KB 265/367 KB 186/186 KB 208/558 KB 240/1199 KB 221/238 KB 267/367 KB 186/186 KB 208/558 KB 240/1199 KB 221/238 KB 265/367 KB 186/186 KB 208/558 KB 240/1199 KB 222/238 KB 267/367 KB 186/186 KB 208/558 KB 240/1199 KB 225/238 KB 267/367 KB 186/186 KB 208/558 KB 240/1199 KB 226/238 KB 270/367 KB 186/186 KB 208/558 KB 240/1199 KB 229/238 KB 270/367 KB 186/186 KB 212/558 KB 244/1199 KB 231/238 KB 270/367 KB 186/186 KB 208/558 KB 240/1199 KB 225/238 KB 270/367 KB 186/186 KB 212/558 KB 244/1199 KB 231/238 KB 273/367 KB 186/186 KB 212/558 KB 244/1199 KB 231/238 KB 275/367 KB 186/186 KB 212/558 KB 244/1199 KB 229/238 KB 270/367 KB 186/186 KB 208/558 KB 244/1199 KB 229/238 KB 270/367 KB 186/186 KB 212/558 KB 248/1199 KB 231/238 KB 275/367 KB 186/186 KB 212/558 KB 252/1199 KB 231/238 KB 275/367 KB 186/186 KB 216/558 KB 252/1199 KB 231/238 KB 278/367 KB 186/186 KB 216/558 KB 252/1199 KB 231/238 KB 275/367 KB 216/558 KB 256/1199 KB 231/238 KB 278/367 KB 220/558 KB 256/1199 KB 234/238 KB 278/367 KB 216/558 KB 256/1199 KB 234/238 KB 278/367 KB 220/558 KB 256/1199 KB 234/238 KB 281/367 KB 224/558 KB 256/1199 KB 234/238 KB 283/367 KB 224/558 KB 256/1199 KB 237/238 KB 286/367 KB 224/558 KB 256/1199 KB 237/238 KB 289/367 KB 2 unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 24/558 KB 256/1199 KB 234/238 KB 281/367 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 963.6 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 228/558 KB 260/1199 KB 237/238 KB 289/367 KB 232/558 KB 260/1199 KB 237/238 KB 289/367 KB 224/558 KB 260/1199 KB 237/238 KB 289/367 KB 224/558 KB 256/1199 KB 237/238 KB 283/367 KB 232/558 KB 260/1199 KB 238/238 KB 291/367 KB 232/558 KB 264/1199 KB 238/238 KB 291/367 KB 232/558 KB 268/1199 KB 238/238 KB 291/367 KB 232/558 KB 272/1199 KB 238/238 KB 291/367 KB 232/558 KB 260/1199 KB 237/238 KB 291/367 KB 236/558 KB 272/1199 KB 238/238 KB 291/367 KB 236/558 KB 272/1199 KB 238/238 KB 294/367 KB 240/558 KB 272/1199 KB 238/238 KB 294/367 KB 244/558 KB 272/1199 KB 238/238 KB 294/367 KB 248/558 KB 276/1199 KB 238/238 KB 297/367 KB 244/558 KB 276/1199 KB 238/238 KB 297/367 KB 244/558 KB 272/1199 KB 238/238 KB 297/367 KB 248/558 KB 276/1199 KB 238/238 KB 299/367 KB 248/558 KB 276/1199 KB 238/238 KB 302/367 KB 248/558 KB 280/1199 KB 238/238 KB 302/367 KB 248/558 KB 284/1199 KB 238/238 KB 302/367 KB 248/558 KB 288/1199 KB 238/238 KB 302/367 KB 252/558 KB 288/1199 KB 238/238 KB 305/367 KB 256/558 KB 288/1199 KB 238/238 KB 305/367 KB 248/558 KB 288/1199 KB 238/238 KB 305/367 KB 256/558 KB 292/1199 KB 238/238 KB 307/367 KB 260/558 KB 296/1199 KB 238/238 KB 307/367 KB 260/558 KB 300/1199 KB 238/238 KB 307/367 KB 260/558 KB 304/1199 KB 238/238 KB 307/367 KB 260/558 KB 292/1199 KB 238/238 KB 307/367 KB 256/558 KB 292/1199 KB 238/238 KB 307/367 KB 260/558 KB 304/1199 KB 238/238 KB 311/367 KB 264/558 KB 304/1199 KB 238/238 KB 311/367 KB 268/558 KB 304/1199 KB 238/238 KB 311/367 KB 268/558 KB 304/1199 KB 238/238 KB 315/367 KB 268/558 KB 304/1199 KB 238/238 KB 319/367 KB 272/558 KB 304/1199 KB 238/238 KB 323/367 KB 272/558 KB 304/1199 KB 238/238 KB 319/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1169.6 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 4/1206 KB 272/558 KB 304/1199 KB 323/367 KB 8/1206 KB 272/558 KB 304/1199 KB 323/367 KB 12/1206 KB 272/558 KB 304/1199 KB 323/367 KB 16/1206 KB 272/558 KB 304/1199 KB 323/367 KB 16/1206 KB 276/558 KB 304/1199 KB 323/367 KB 20/1206 KB 280/558 KB 308/1199 KB 327/367 KB 20/1206 KB 284/558 KB 308/1199 KB 3/181 KB 327/367 KB 20/1206 KB 276/558 KB 308/1199 KB 327/367 KB 20/1206 KB 276/558 KB 308/1199 KB 323/367 KB 24/1206 KB 284/558 KB 308/1199 KB 3/181 KB 327/367 KB 28/1206 KB 284/558 KB 308/1199 KB 3/181 KB 327/367 KB 32/1206 KB 284/558 KB 308/1199 KB 3/181 KB 327/367 KB 36/1206 KB 284/558 KB 308/1199 KB 3/181 KB 327/367 KB 16/1206 KB 276/558 KB 308/1199 KB 323/367 KB 36/1206 KB 284/558 KB 312/1199 KB 3/181 KB 331/367 KB 36/1206 KB 284/558 KB 316/1199 KB 3/181 KB 331/367 KB 36/1206 KB 284/558 KB 320/1199 KB 3/181 KB 331/367 KB 36/1206 KB 284/558 KB 308/1199 KB 3/181 KB 331/367 KB 36/1206 KB 284/558 KB 320/1199 KB 3/181 KB 335/367 KB 20/1206 KB 280/558 KB 308/1199 KB 3/181 KB 327/367 KB 40/1206 KB 288/558 KB 320/1199 KB 6/181 KB 335/367 KB 40/1206 KB 288/558 KB 320/1199 KB 9/181 KB 335/367 KB 40/1206 KB 288/558 KB 320/1199 KB 11/181 KB 335/367 KB 40/1206 KB 288/558 KB 320/1199 KB 14/181 KB 335/367 KB 40/1206 KB 288/558 KB 320/1199 KB 3/181 KB 335/367 KB 36/1206 KB 288/558 KB 320/1199 KB 3/181 KB 335/367 KB 40/1206 KB 292/558 KB 320/1199 KB 14/181 KB 339/367 KB 44/1206 KB 296/558 KB 324/1199 KB 16/181 KB 339/367 KB 44/1206 KB 300/558 KB 324/1199 KB 16/181 KB 339/367 KB 44/1206 KB 304/558 KB 324/1199 KB 16/181 KB 339/367 KB 40/1206 KB 288/558 KB 320/1199 KB 14/181 KB 339/367 KB 44/1206 KB 304/558 KB 324/1199 KB 16/181 KB 343/367 KB 44/1206 KB 304/558 KB 324/1199 KB 16/181 KB 347/367 KB 44/1206 KB 304/558 KB 324/1199 KB 16/181 KB 351/367 KB 44/1206 KB 304/558 KB 324/1199 KB 16/181 KB 355/367 KB 44/1206 KB 292/558 KB 324/1199 KB 16/181 KB 339/367 KB 44/1206 KB 292/558 KB 320/1199 KB 16/181 KB 339/367 KB 48/1206 KB 304/558 KB 324/1199 KB 16/181 KB 355/367 KB 52/1206 KB 304/558 KB 324/1199 KB 16/181 KB 355/367 KB 40/1206 KB 292/558 KB 320/1199 KB 16/181 KB 339/367 KB 52/1206 KB 304/558 KB 328/1199 KB 19/181 KB 355/367 KB 52/1206 KB 304/558 KB 328/1199 KB 22/181 KB 355/367 KB 52/1206 KB 304/558 KB 328/1199 KB 25/181 KB 355/367 KB 52/1206 KB 304/558 KB 328/1199 KB 27/181 KB 355/367 KB 52/1206 KB 304/558 KB 328/1199 KB 16/181 KB 355/367 KB 56/1206 KB 304/558 KB 332/1199 KB 27/181 KB 355/367 KB 56/1206 KB 304/558 KB 336/1199 KB 27/181 KB 355/367 KB 56/1206 KB 304/558 KB 340/1199 KB 27/181 KB 355/367 KB 56/1206 KB 308/558 KB 344/1199 KB 30/181 KB 359/367 KB 56/1206 KB 308/558 KB 348/1199 KB 30/181 KB 359/367 KB 56/1206 KB 308/558 KB 352/1199 KB 30/181 KB 359/367 KB 56/1206 KB 304/558 KB 328/1199 KB 27/181 KB 355/367 KB 60/1206 KB 308/558 KB 352/1199 KB 30/181 KB 359/367 KB 64/1206 KB 308/558 KB 352/1199 KB 30/181 KB 359/367 KB 68/1206 KB 308/558 KB 352/1199 KB 30/181 KB 359/367 KB 72/1206 KB 308/558 KB 352/1199 KB 30/181 KB 359/367 KB 76/1206 KB 308/558 KB 352/1199 KB 30/181 KB 359/367 KB 80/1206 KB 308/558 KB 352/1199 KB 30/181 KB 359/367 KB 56/1206 KB 308/558 KB 340/1199 KB 30/181 KB 359/367 KB 80/1206 KB 312/558 KB 352/1199 KB 30/181 KB 359/367 KB 80/1206 KB 316/558 KB 352/1199 KB 30/181 KB 359/367 KB 80/1206 KB 320/558 KB 352/1199 KB 30/181 KB 359/367 KB 56/1206 KB 304/558 KB 340/1199 KB 30/181 KB 359/367 KB 80/1206 KB 320/558 KB 352/1199 KB 30/181 KB 363/367 KB unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 80/1206 KB 320/558 KB 352/1199 KB 30/181 KB 367/367 KB 56/1206 KB 304/558 KB 340/1199 KB 30/181 KB 355/367 KB 80/1206 KB 320/558 KB 352/1199 KB 32/181 KB 367/367 KB 80/1206 KB 320/558 KB 352/1199 KB 36/181 KB 367/367 KB 80/1206 KB 324/558 KB 352/1199 KB 40/181 KB 367/367 KB 80/1206 KB 324/558 KB 352/1199 KB 44/181 KB 367/367 KB 80/1206 KB 324/558 KB 356/1199 KB 48/181 KB 367/367 KB 80/1206 KB 324/558 KB 352/1199 KB 36/181 KB 367/367 KB 80/1206 KB 328/558 KB 356/1199 KB 48/181 KB 367/367 KB 80/1206 KB 332/558 KB 356/1199 KB 48/181 KB 367/367 KB 80/1206 KB 336/558 KB 356/1199 KB 48/181 KB 367/367 KB 84/1206 KB 340/558 KB 356/1199 KB 48/181 KB 367/367 KB 84/1206 KB 344/558 KB 356/1199 KB 52/181 KB 367/367 KB 84/1206 KB 348/558 KB 356/1199 KB 52/181 KB 367/367 KB 84/1206 KB 352/558 KB 356/1199 KB 52/181 KB 367/367 KB 80/1206 KB 324/558 KB 356/1199 KB 44/181 KB 367/367 KB 84/1206 KB 352/558 KB 360/1199 KB 52/181 KB 367/367 KB 84/1206 KB 352/558 KB 364/1199 KB 52/181 KB 367/367 KB 84/1206 KB 352/558 KB 368/1199 KB 52/181 KB 367/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 1572.8 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 84/1206 KB 340/558 KB 356/1199 KB 52/181 KB 367/367 KB 84/1206 KB 336/558 KB 356/1199 KB 48/181 KB 367/367 KB 88/1206 KB 352/558 KB 372/1199 KB 52/181 KB 92/1206 KB 352/558 KB 372/1199 KB 52/181 KB 96/1206 KB 352/558 KB 372/1199 KB 52/181 KB 100/1206 KB 352/558 KB 372/1199 KB 52/181 KB 104/1206 KB 352/558 KB 372/1199 KB 56/181 KB 108/1206 KB 352/558 KB 372/1199 KB 56/181 KB 112/1206 KB 352/558 KB 372/1199 KB 56/181 KB 84/1206 KB 352/558 KB 372/1199 KB 52/181 KB 112/1206 KB 352/558 KB 376/1199 KB 56/181 KB 112/1206 KB 352/558 KB 380/1199 KB 56/181 KB 112/1206 KB 352/558 KB 384/1199 KB 56/181 KB 100/1206 KB 352/558 KB 372/1199 KB 56/181 KB 112/1206 KB 352/558 KB 384/1199 KB 60/181 KB 112/1206 KB 352/558 KB 384/1199 KB 64/181 KB 112/1206 KB 352/558 KB 384/1199 KB 68/181 KB 116/1206 KB 356/558 KB 388/1199 KB 72/181 KB 116/1206 KB 356/558 KB 388/1199 KB 76/181 KB 116/1206 KB 356/558 KB 388/1199 KB 80/181 KB 116/1206 KB 356/558 KB 388/1199 KB 68/181 KB 116/1206 KB 356/558 KB 392/1199 KB 80/181 KB 116/1206 KB 356/558 KB 396/1199 KB 80/181 KB 116/1206 KB 356/558 KB 400/1199 KB 80/181 KB 116/1206 KB 356/558 KB 384/1199 KB 68/181 KB 120/1206 KB 356/558 KB 400/1199 KB 80/181 KB 124/1206 KB 356/558 KB 400/1199 KB 80/181 KB 128/1206 KB 356/558 KB 400/1199 KB 80/181 KB 112/1206 KB 356/558 KB 384/1199 KB 68/181 KB 128/1206 KB 360/558 KB 400/1199 KB 80/181 KB 128/1206 KB 364/558 KB 400/1199 KB 80/181 KB 128/1206 KB 368/558 KB 400/1199 KB 80/181 KB 128/1206 KB 372/558 KB 400/1199 KB 80/181 KB 128/1206 KB 376/558 KB 404/1199 KB 84/181 KB 128/1206 KB 380/558 KB 404/1199 KB 84/181 KB 128/1206 KB 384/558 KB 404/1199 KB 84/181 KB 128/1206 KB 372/558 KB 404/1199 KB 84/181 KB 132/1206 KB 384/558 KB 408/1199 KB 84/181 KB 128/1206 KB 372/558 KB 400/1199 KB 84/181 KB 132/1206 KB 384/558 KB 408/1199 KB 88/181 KB 132/1206 KB 384/558 KB 408/1199 KB 92/181 KB 132/1206 KB 384/558 KB 408/1199 KB 96/181 KB 132/1206 KB 384/558 KB 412/1199 KB 96/181 KB 132/1206 KB 384/558 KB 404/1199 KB 84/181 KB 136/1206 KB 384/558 KB 412/1199 KB 96/181 KB 140/1206 KB 384/558 KB 412/1199 KB 96/181 KB 144/1206 KB 384/558 KB 416/1199 KB 96/181 KB 148/1206 KB 388/558 KB 416/1199 KB 96/181 KB 140/1206 KB 384/558 KB 416/1199 KB 96/181 KB 148/1206 KB 388/558 KB 416/1199 KB 100/181 KB 148/1206 KB 388/558 KB 416/1199 KB 104/181 KB 148/1206 KB 388/558 KB 420/1199 KB 108/181 KB 148/1206 KB 388/558 KB 420/1199 KB 112/181 KB 144/1206 KB 388/558 KB 416/1199 KB 96/181 KB 148/1206 KB 392/558 KB 420/1199 KB 112/181 KB 148/1206 KB 396/558 KB 420/1199 KB 112/181 KB 148/1206 KB 400/558 KB 420/1199 KB 112/181 KB 148/1206 KB 388/558 KB 420/1199 KB 104/181 KB 148/1206 KB 400/558 KB 424/1199 KB 112/181 KB 152/1206 KB 404/558 KB 424/1199 KB 112/181 KB 152/1206 KB 408/558 KB 428/1199 KB 116/181 KB 152/1206 KB 412/558 KB 428/1199 KB 116/181 KB 152/1206 KB 400/558 KB 424/1199 KB 112/181 KB 156/1206 KB 412/558 KB 428/1199 KB 116/181 KB 160/1206 KB 412/558 KB 428/1199 KB 116/181 KB 152/1206 KB 404/558 KB 428/1199 KB 116/181 KB 160/1206 KB 412/558 KB 428/1199 KB 120/181 KB 152/1206 KB 404/558 KB 428/1199 KB 112/181 KB 160/1206 KB 412/558 KB 432/1199 KB 120/181 KB 160/1206 KB 412/558 KB 436/1199 KB 120/181 KB 164/1206 KB 416/558 KB 440/1199 KB 124/181 KB 164/1206 KB 416/558 KB 444/1199 KB 124/181 KB 164/1206 KB 416/558 KB 448/1199 KB 124/181 KB 164/1206 KB 416/558 KB 436/1199 KB 124/181 KB 160/1206 KB 416/558 KB 436/1199 KB 12 unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 4/181 KB 160/1206 KB 412/558 KB 436/1199 KB 124/181 KB 164/1206 KB 416/558 KB 448/1199 KB 128/181 KB 168/1206 KB 416/558 KB 448/1199 KB 128/181 KB 172/1206 KB 416/558 KB 448/1199 KB 128/181 KB 176/1206 KB 416/558 KB 448/1199 KB 128/181 KB 180/1206 KB 416/558 KB 448/1199 KB 128/181 KB 184/1206 KB 420/558 KB 452/1199 KB 132/181 KB 188/1206 KB 420/558 KB 452/1199 KB 132/181 KB 192/1206 KB 420/558 KB 452/1199 KB 132/181 KB 180/1206 KB 420/558 KB 452/1199 KB 132/181 KB 180/1206 KB 416/558 KB 452/1199 KB 132/181 KB 192/1206 KB 420/558 KB 452/1199 KB 136/181 KB 192/1206 KB 424/558 KB 452/1199 KB 136/181 KB 192/1206 KB 428/558 KB 452/1199 KB 140/181 KB 180/1206 KB 416/558 KB 452/1199 KB 128/181 KB 192/1206 KB 424/558 KB 452/1199 KB 140/181 KB 192/1206 KB 428/558 KB 452/1199 KB 144/181 KB 192/1206 KB 432/558 KB 452/1199 KB 144/181 KB 192/1206 KB 432/558 KB 456/1199 KB 144/181 KB 192/1206 KB 432/558 KB 460/1199 KB 144/181 KB 192/1206 KB 432/558 KB 464/1199 KB 144/181 KB 192/1206 KB 432/558 KB 468/1199 KB 144/181 KB 196/1206 KB 436/558 KB 472/1199 KB 148/181 KB 196/1206 KB 436/558 KB 476/1199 KB 148/181 KB 196/1206 KB 436/558 KB 480/1199 KB 148/181 KB 196/1206 KB 436/558 KB 468/1199 KB 148/181 KB 196/1206 KB 436/558 KB 468/1199 KB 144/181 KB 196/1206 KB 436/558 KB 480/1199 KB 152/181 KB 196/1206 KB 440/558 KB 480/1199 KB 152/181 KB 196/1206 KB 440/558 KB 480/1199 KB 156/181 KB 196/1206 KB 444/558 KB 480/1199 KB 160/181 KB 196/1206 KB 432/558 KB 468/1199 KB 144/181 KB 196/1206 KB 444/558 KB 480/1199 KB 156/181 KB 196/1206 KB 448/558 KB 480/1199 KB 160/181 KB 200/1206 KB 448/558 KB 480/1199 KB 160/181 KB 204/1206 KB 448/558 KB 480/1199 KB 160/181 KB 208/1206 KB 448/558 KB 480/1199 KB 160/181 KB 212/1206 KB 448/558 KB 480/1199 KB 160/181 KB 216/1206 KB 452/558 KB 484/1199 KB 164/181 KB 220/1206 KB 452/558 KB 484/1199 KB 164/181 KB 224/1206 KB 452/558 KB 484/1199 KB 164/181 KB 212/1206 KB 452/558 KB 484/1199 KB 164/181 KB 224/1206 KB 452/558 KB 484/1199 KB 168/181 KB 224/1206 KB 452/558 KB 484/1199 KB 172/181 KB 212/1206 KB 452/558 KB 484/1199 KB 160/181 KB 212/1206 KB 452/558 KB 480/1199 KB 160/181 KB 224/1206 KB 456/558 KB 484/1199 KB 172/181 KB 224/1206 KB 460/558 KB 484/1199 KB 172/181 KB 224/1206 KB 464/558 KB 484/1199 KB 176/181 KB 224/1206 KB 460/558 KB 484/1199 KB 176/181 KB 224/1206 KB 464/558 KB 488/1199 KB 176/181 KB 224/1206 KB 464/558 KB 492/1199 KB 176/181 KB 224/1206 KB 464/558 KB 496/1199 KB 176/181 KB 224/1206 KB 464/558 KB 500/1199 KB 180/181 KB 228/1206 KB 468/558 KB 504/1199 KB 180/181 KB 228/1206 KB 468/558 KB 508/1199 KB 180/181 KB 228/1206 KB 468/558 KB 512/1199 KB 180/181 KB 224/1206 KB 464/558 KB 496/1199 KB 180/181 KB 228/1206 KB 468/558 KB 512/1199 KB 181/181 KB 228/1206 KB 468/558 KB 500/1199 KB 180/181 KB 228/1206 KB 472/558 KB 512/1199 KB 181/181 KB 228/1206 KB 476/558 KB 512/1199 KB 181/181 KB 228/1206 KB 480/558 KB 512/1199 KB 181/181 KB 228/1206 KB 464/558 KB 500/1199 KB 180/181 KB 232/1206 KB 480/558 KB 512/1199 KB 181/181 KB 236/1206 KB 480/558 KB 512/1199 KB 181/181 KB 240/1206 KB 480/558 KB 512/1199 KB 181/181 KB 240/1206 KB 484/558 KB 512/1199 KB 181/181 KB 244/1206 KB 488/558 KB 516/1199 KB 181/181 KB 244/1206 KB 492/558 KB 516/1199 KB 181/181 KB 244/1206 KB 496/558 KB 516/1199 KB 181/181 KB 244/1206 KB 484/558 KB 516/1199 KB 181/181 KB 240/1206 KB 484/558 KB 516/1199 KB 181/181 KB 244/1206 KB 496/558 KB 520/1199 KB 181/181 KB 248/1206 KB unit-mysql-0: 03:39:42 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 496/558 KB 520/1199 KB 181/181 KB 252/1206 KB 496/558 KB 524/1199 KB 181/181 KB 256/1206 KB 496/558 KB 524/1199 KB 181/181 KB 248/1206 KB 496/558 KB 524/1199 KB 181/181 KB 256/1206 KB 496/558 KB 528/1199 KB 181/181 KB 256/1206 KB 496/558 KB 532/1199 KB 181/181 KB 260/1206 KB 500/558 KB 536/1199 KB 181/181 KB 260/1206 KB 500/558 KB 540/1199 KB 181/181 KB 260/1206 KB 500/558 KB 532/1199 KB 181/181 KB 260/1206 KB 504/558 KB 540/1199 KB 181/181 KB 260/1206 KB 508/558 KB 540/1199 KB 181/181 KB 260/1206 KB 512/558 KB 540/1199 KB 181/181 KB 260/1206 KB 496/558 KB 532/1199 KB 181/181 KB 264/1206 KB 512/558 KB 540/1199 KB 181/181 KB 268/1206 KB 512/558 KB 540/1199 KB 181/181 KB 268/1206 KB 512/558 KB 544/1199 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 662.3 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 272/1206 KB 512/558 KB 544/1199 KB 181/181 KB 272/1206 KB 516/558 KB 544/1199 KB 276/1206 KB 520/558 KB 548/1199 KB 276/1206 KB 524/558 KB 548/1199 KB 276/1206 KB 528/558 KB 548/1199 KB 276/1206 KB 516/558 KB 548/1199 KB 280/1206 KB 528/558 KB 548/1199 KB 284/1206 KB 528/558 KB 548/1199 KB 288/1206 KB 528/558 KB 548/1199 KB 272/1206 KB 516/558 KB 548/1199 KB 288/1206 KB 528/558 KB 552/1199 KB 288/1206 KB 528/558 KB 556/1199 KB 288/1206 KB 528/558 KB 560/1199 KB 288/1206 KB 532/558 KB 560/1199 KB 288/1206 KB 536/558 KB 560/1199 KB 288/1206 KB 540/558 KB 560/1199 KB 288/1206 KB 544/558 KB 560/1199 KB 288/1206 KB 548/558 KB 560/1199 KB 292/1206 KB 552/558 KB 564/1199 KB 292/1206 KB 556/558 KB 564/1199 KB 292/1206 KB 558/558 KB 564/1199 KB 292/1206 KB 548/558 KB 564/1199 KB 288/1206 KB 548/558 KB 564/1199 KB 292/1206 KB 558/558 KB 568/1199 KB 296/1206 KB 558/558 KB 572/1199 KB 296/1206 KB 558/558 KB 576/1199 KB 296/1206 KB 558/558 KB 568/1199 KB 300/1206 KB 558/558 KB 576/1199 KB 304/1206 KB 558/558 KB 576/1199 KB 304/1206 KB 558/558 KB 580/1199 KB 308/1206 KB 558/558 KB 584/1199 KB 308/1206 KB 558/558 KB 588/1199 KB 308/1206 KB 558/558 KB 580/1199 KB 308/1206 KB 558/558 KB 592/1199 KB 312/1206 KB 558/558 KB 592/1199 KB 316/1206 KB 558/558 KB 592/1199 KB 320/1206 KB 558/558 KB 592/1199 KB 320/1206 KB 558/558 KB 596/1199 KB 324/1206 KB 558/558 KB 600/1199 KB 324/1206 KB 558/558 KB 604/1199 KB 324/1206 KB 558/558 KB 608/1199 KB 324/1206 KB 558/558 KB 596/1199 KB 328/1206 KB 558/558 KB 608/1199 KB 332/1206 KB 558/558 KB 608/1199 KB 336/1206 KB 558/558 KB 608/1199 KB 340/1206 KB 558/558 KB 608/1199 KB 340/1206 KB 558/558 KB 612/1199 KB 340/1206 KB 558/558 KB 616/1199 KB 340/1206 KB 558/558 KB 620/1199 KB 340/1206 KB 558/558 KB 624/1199 KB 344/1206 KB 558/558 KB 624/1199 KB 348/1206 KB 558/558 KB 624/1199 KB 352/1206 KB 558/558 KB 624/1199 KB 352/1206 KB 558/558 KB 628/1199 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 1941.1 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 352/1206 KB 632/1199 KB 352/1206 KB 636/1199 KB 356/1206 KB 636/1199 KB 360/1206 KB 636/1199 KB 364/1206 KB 640/1199 KB 368/1206 KB 640/1199 KB 360/1206 KB 640/1199 KB 372/1206 KB 640/1199 KB 376/1206 KB 644/1199 KB 380/1206 KB 644/1199 KB 384/1206 KB 644/1199 KB 372/1206 KB 644/1199 KB 384/1206 KB 648/1199 KB 384/1206 KB 652/1199 KB 384/1206 KB 656/1199 KB 388/1206 KB 656/1199 KB 392/1206 KB 660/1199 KB 396/1206 KB 660/1199 KB 400/1206 KB 660/1199 KB 388/1206 KB 660/1199 KB 400/1206 KB 664/1199 KB 400/1206 KB 668/1199 KB 400/1206 KB 672/1199 KB 400/1206 KB 676/1199 KB 404/1206 KB 680/1199 KB 404/1206 KB 684/1199 KB 404/1206 KB 688/1199 KB 404/1206 KB 676/1199 KB 408/1206 KB 688/1199 KB 412/1206 KB 688/1199 KB 416/1206 KB 688/1199 KB 416/1206 KB 692/1199 KB 416/1206 KB 696/1199 KB 420/1206 KB 700/1199 KB 420/1206 KB 696/1199 KB 424/1206 KB 700/1199 KB 424/1206 KB 704/1199 KB 428/1206 KB 704/1199 KB 432/1206 KB 704/1199 KB 436/1206 KB 704/1199 KB 440/1206 KB 708/1199 KB 444/1206 KB 708/1199 KB 448/1206 KB 708/1199 KB 436/1206 KB 708/1199 KB 448/1206 KB 712/1199 KB 448/1206 KB 716/1199 KB 448/1206 KB 720/1199 KB 452/1206 KB 720/1199 KB 452/1206 KB 724/1199 KB 452/1206 KB 728/1199 KB 456/1206 KB 728/1199 KB 456/1206 KB 732/1199 KB 460/1206 KB 732/1199 KB 460/1206 KB 736/1199 KB 464/1206 KB 736/1199 KB 464/1206 KB 740/1199 KB 468/1206 KB 744/1199 KB 468/1206 KB 740/1199 KB 472/1206 KB 744/1199 KB 472/1206 KB 748/1199 KB 476/1206 KB 752/1199 KB 480/1206 KB 752/1199 KB 472/1206 KB 752/1199 KB 484/1206 KB 752/1199 KB 488/1206 KB 756/1199 KB 492/1206 KB 756/1199 KB 496/1206 KB 756/1199 KB 484/1206 KB 756/1199 KB 496/1206 KB 760/1199 KB 496/1206 KB 764/1199 KB 496/1206 KB 768/1199 KB 500/1206 KB 768/1199 KB 504/1206 KB 772/1199 KB 508/1206 KB 772/1199 KB 512/1206 KB 772/1199 KB 500/1206 KB 772/1199 KB 512/1206 KB 776/1199 KB 512/1206 KB 780/1199 KB 512/1206 KB 784/1199 KB 516/1206 KB 784/1199 KB 520/1206 KB 788/1199 KB 524/1206 KB 788/1199 KB 528/1206 KB 788/1199 KB 516/1206 KB 788/1199 KB 528/1206 KB 792/1199 KB 528/1206 KB 796/1199 KB 528/1206 KB 800/1199 KB 532/1206 KB 800/1199 KB 536/1206 KB 804/1199 KB 540/1206 KB 804/1199 KB 532/1206 KB 804/1199 KB 544/1206 KB 808/1199 KB 544/1206 KB 812/1199 KB 544/1206 KB 816/1199 KB 544/1206 KB 804/1199 KB 544/1206 KB 820/1199 KB 548/1206 KB 824/1199 KB 548/1206 KB 828/1199 KB 548/1206 KB 832/1199 KB 548/1206 KB 820/1199 KB 552/1206 KB 832/1199 KB 556/1206 KB 832/1199 KB 560/1206 KB 832/1199 KB 564/1206 KB 832/1199 KB 568/1206 KB 836/1199 KB 572/1206 KB 836/1199 KB 576/1206 KB 836/1199 KB 564/1206 KB 836/1199 KB 576/1206 KB 840/1199 KB 576/1206 KB 844/1199 KB 576/1206 KB 848/1199 KB 576/1206 KB 852/1199 KB 580/1206 KB 856/1199 KB 580/1206 KB 860/1199 KB 580/1206 KB 864/1199 KB 580/1206 KB 852/1199 KB 584/1206 KB 864/1199 KB 588/1206 KB 864/1199 KB 592/1206 KB 864/1199 KB 596/1206 KB 864/1199 KB 600/1206 KB 868/1199 KB 604/1206 KB 868/1199 KB 608/1206 KB 868/1199 KB 596/1206 KB 868/1199 KB 608/1206 KB 872/1199 KB 608/1206 KB 876/1199 KB 608/1206 KB 880/1199 KB 608/1206 KB 884/1199 KB 612/1206 KB 888/1199 KB 612/1206 KB 892/1199 KB 612/1206 KB 896/1199 KB 612/1206 KB 884/1199 KB 616/1206 KB 896/1199 KB 620/1206 KB 896/1199 KB 624/1206 KB 896/1199 KB 628/1206 KB 896/1199 KB 632/1206 KB 900/1199 KB 636/1206 KB 900/1199 KB 640/1206 KB 900/1199 KB 628/1206 KB 900/1199 KB 640/1206 KB 904/1199 unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install KB 640/1206 KB 908/1199 KB 640/1206 KB 912/1199 KB 644/1206 KB 912/1199 KB 648/1206 KB 916/1199 KB 652/1206 KB 916/1199 KB 656/1206 KB 916/1199 KB 644/1206 KB 916/1199 KB 656/1206 KB 920/1199 KB 656/1206 KB 924/1199 KB 656/1206 KB 928/1199 KB 660/1206 KB 928/1199 KB 664/1206 KB 932/1199 KB 668/1206 KB 932/1199 KB 672/1206 KB 932/1199 KB 660/1206 KB 932/1199 KB 672/1206 KB 936/1199 KB 672/1206 KB 940/1199 KB 672/1206 KB 944/1199 KB 672/1206 KB 948/1199 KB 676/1206 KB 952/1199 KB 676/1206 KB 956/1199 KB 676/1206 KB 960/1199 KB 676/1206 KB 948/1199 KB 680/1206 KB 960/1199 KB 684/1206 KB 960/1199 KB 688/1206 KB 960/1199 KB 692/1206 KB 960/1199 KB 696/1206 KB 964/1199 KB 700/1206 KB 964/1199 KB 704/1206 KB 964/1199 KB 692/1206 KB 964/1199 KB 704/1206 KB 968/1199 KB 704/1206 KB 972/1199 KB 704/1206 KB 976/1199 KB 708/1206 KB 976/1199 KB 712/1206 KB 976/1199 KB 716/1206 KB 976/1199 KB 720/1206 KB 980/1199 KB 716/1206 KB 980/1199 KB 720/1206 KB 984/1199 KB 720/1206 KB 988/1199 KB 720/1206 KB 992/1199 KB 724/1206 KB 992/1199 KB 728/1206 KB 996/1199 KB 732/1206 KB 996/1199 KB 736/1206 KB 996/1199 KB 724/1206 KB 996/1199 KB 736/1206 KB 1000/1199 KB 736/1206 KB 1004/1199 KB 736/1206 KB 1008/1199 KB 740/1206 KB 1008/1199 KB 744/1206 KB 1012/1199 KB 748/1206 KB 1012/1199 KB 752/1206 KB 1012/1199 KB 740/1206 KB 1012/1199 KB 752/1206 KB 1016/1199 KB 752/1206 KB 1020/1199 KB 752/1206 KB 1024/1199 KB 752/1206 KB 1028/1199 KB 756/1206 KB 1032/1199 KB 756/1206 KB 1036/1199 KB 756/1206 KB 1040/1199 KB 756/1206 KB 1028/1199 KB 760/1206 KB 1040/1199 KB 764/1206 KB 1040/1199 KB 768/1206 KB 1040/1199 KB 772/1206 KB 1040/1199 KB 776/1206 KB 1044/1199 KB 780/1206 KB 1044/1199 KB 784/1206 KB 1044/1199 KB 772/1206 KB 1044/1199 KB 784/1206 KB 1048/1199 KB 784/1206 KB 1052/1199 KB 784/1206 KB 1056/1199 KB 784/1206 KB 1060/1199 KB 788/1206 KB 1064/1199 KB 788/1206 KB 1068/1199 KB 788/1206 KB 1072/1199 KB 788/1206 KB 1060/1199 KB 792/1206 KB 1072/1199 KB 796/1206 KB 1072/1199 KB 800/1206 KB 1072/1199 KB 804/1206 KB 1072/1199 KB 808/1206 KB 1076/1199 KB 812/1206 KB 1076/1199 KB 816/1206 KB 1076/1199 KB 804/1206 KB 1076/1199 KB 816/1206 KB 1080/1199 KB 816/1206 KB 1084/1199 KB 816/1206 KB 1088/1199 KB 820/1206 KB 1088/1199 KB 824/1206 KB 1092/1199 KB 828/1206 KB 1092/1199 KB 820/1206 KB 1092/1199 KB 828/1206 KB 1096/1199 KB 832/1206 KB 1096/1199 KB 832/1206 KB 1100/1199 KB 832/1206 KB 1104/1199 KB 836/1206 KB 1104/1199 KB 840/1206 KB 1108/1199 KB 844/1206 KB 1108/1199 KB 848/1206 KB 1108/1199 KB 836/1206 KB 1108/1199 KB 848/1206 KB 1112/1199 KB 848/1206 KB 1116/1199 KB 848/1206 KB 1120/1199 KB 852/1206 KB 1120/1199 KB 856/1206 KB 1120/1199 KB 860/1206 KB 1120/1199 KB 864/1206 KB 1124/1199 KB 860/1206 KB 1124/1199 KB 864/1206 KB 1128/1199 KB 864/1206 KB 1132/1199 KB 864/1206 KB 1136/1199 KB 864/1206 KB 1140/1199 KB 868/1206 KB 1144/1199 KB 868/1206 KB 1148/1199 KB 868/1206 KB 1140/1199 KB 872/1206 KB 1148/1199 KB 876/1206 KB 1148/1199 KB 880/1206 KB 1148/1199 KB 884/1206 KB 1148/1199 KB 888/1206 KB 1152/1199 KB 892/1206 KB 1152/1199 KB 896/1206 KB 1152/1199 KB 884/1206 KB 1152/1199 KB 896/1206 KB 1156/1199 KB 896/1206 KB 1160/1199 KB 896/1206 KB 1164/1199 KB 896/1206 KB 1168/1199 KB 900/1206 KB 1168/1199 KB 904/1206 KB 1168/1199 KB 908/1206 KB 1168/1199 KB 912/1206 KB 1168/1199 KB 916/1206 KB 1168/1199 KB 920/1206 KB 1172/1199 KB 924/1206 KB 1172/1199 KB 928/1206 KB 1172/1199 KB unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 916/1206 KB 1172/1199 KB 928/1206 KB 1176/1199 KB 928/1206 KB 1180/1199 KB 928/1206 KB 1184/1199 KB 928/1206 KB 1188/1199 KB 928/1206 KB 1192/1199 KB 928/1206 KB 1196/1199 KB 928/1206 KB 1199/1199 KB 932/1206 KB 1199/1199 KB 936/1206 KB 1199/1199 KB 940/1206 KB 1199/1199 KB 944/1206 KB 1199/1199 KB 948/1206 KB 1199/1199 KB 952/1206 KB 1199/1199 KB 956/1206 KB 1199/1199 KB 960/1206 KB 1199/1199 KB 964/1206 KB 1199/1199 KB 968/1206 KB 1199/1199 KB 972/1206 KB 1199/1199 KB 976/1206 KB 1199/1199 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3266.1 KB/sec) unit-abot-epc-basic-0: 03:39:42 DEBUG unit.abot-epc-basic/0.install 980/1206 KB 984/1206 KB 988/1206 KB 992/1206 KB 996/1206 KB 1000/1206 KB 1004/1206 KB 1008/1206 KB 1012/1206 KB 1016/1206 KB 1020/1206 KB 1024/1206 KB 1028/1206 KB 1032/1206 KB 1036/1206 KB 1040/1206 KB 1044/1206 KB 1048/1206 KB 1052/1206 KB 1056/1206 KB 1060/1206 KB 1064/1206 KB 1068/1206 KB 1072/1206 KB 1076/1206 KB 1080/1206 KB 1084/1206 KB 1088/1206 KB 1092/1206 KB 1096/1206 KB 1100/1206 KB 1104/1206 KB 1108/1206 KB 1112/1206 KB 1116/1206 KB 1120/1206 KB 1124/1206 KB 1128/1206 KB 1132/1206 KB 1136/1206 KB 1140/1206 KB 1144/1206 KB 1148/1206 KB 1152/1206 KB 1156/1206 KB 1160/1206 KB 1164/1206 KB 1168/1206 KB 1172/1206 KB 1176/1206 KB 1180/1206 KB 1184/1206 KB 1188/1206 KB 1192/1206 KB 1196/1206 KB 1200/1206 KB 1204/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 3075.7 KB/sec) unit-mysql-0: 03:39:42 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: 03:39:43 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] unit-mysql-0: 03:39:43 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-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Fetched 781 kB in 2s (374 kB/s) unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install (Reading database ... 83419 files and directories currently installed.) unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/pom.xml to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.pom unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 46.994 s unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T03:39:43+00:00 unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 03:39:43 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.6) ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 03:39:43 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-134.160) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 03:39:44 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 03:39:44 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 03:39:44 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 03:39:44 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 03:39:44 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 03:39:44 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 03:39:44 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 03:39:44 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:45 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 03:39:45 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:39:45 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:45 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:45 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 03:39:46 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-mysql-0: 03:39:46 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 03:39:46 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 03:39:46 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 03:39:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 03:39:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 03:39:46 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 03:39:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 03:39:46 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-mysql-0: 03:39:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 03:39:47 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-a7f39b-default-0". unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 03:39:48 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 03:39:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 03:39:49 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 03:39:49 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 03:39:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 03:39:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 03:39:50 DEBUG unit.abot-epc-basic/0.install Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] unit-mysql-0: 03:39:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 03:39:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 03:39:50 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 03:39:50 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 03:39:50 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 03:39:50 DEBUG unit.abot-epc-basic/0.install Fetched 107 kB in 0s (115 kB/s) unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install WARNING: apt does not have a stable CLI interface. Use with caution in scripts. unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 03:39:51 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 03:39:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.3). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 gir1.2-atspi-2.0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev libatlas3-base unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgtk-3-0 libgtk-3-bin libgtk-3-common libgudev-1.0-0 libgusb2 libgvc6 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libsoup-gnome2.4-1 libsoup2.4-1 libssl-doc libsuitesparseconfig4.4.6 libsvn1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration t1utils tcl tcl8.6 tex-common unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gnuplot-doc graphviz-doc guile-2.0-doc lrzip libblas-doc liblapack-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install xpdf-reader | pdf-viewer mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgs9-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk-3-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libpgm-5.2-0 libpgm-dev libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libserf-1-1 libslicot0 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libssl-doc unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libtk8.6 libtool libumfpack5.7.1 libunistring0 liburi-perl libusb-1.0-0-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-mysql-0: 03:39:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 03:39:52 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 03:39:52 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install Need to get 291 MB of archives. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install After this operation, 1,132 MB of additional disk space will be used. unit-abot-epc-basic-0: 03:39:52 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-mysql-0: 03:39:53 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 03:39:53 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 03:39:53 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 03:39:53 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 03:39:53 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-abot-epc-basic-0: 03:39:54 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.8 [187 kB] unit-mysql-0: 03:39:54 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-abot-epc-basic-0: 03:39:54 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-mysql-0: 03:39:54 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-abot-epc-basic-0: 03:39:54 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-mysql-0: 03:39:54 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-mysql-0: 03:39:54 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-abot-epc-basic-0: 03:39:54 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-mysql-0: 03:39:54 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 03:39:54 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB] unit-abot-epc-basic-0: 03:39:55 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] unit-abot-epc-basic-0: 03:39:55 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-abot-epc-basic-0: 03:39:55 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-mysql-0: 03:39:55 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: 03:39:55 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-abot-epc-basic-0: 03:39:55 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.12 [41.5 kB] unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 03:39:55 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaudio2 amd64 1.9.4-4 [50.1 kB] unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 2s (3209 kB/s) unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed (Reading database ... 83513 files and directories currently installed.) unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 03:39:55 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 03:39:55 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:39:55 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-double3 amd64 3.3.4-2ubuntu1 [718 kB] unit-mysql-0: 03:39:56 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 03:39:56 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 03:39:56 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:39:56 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 03:39:56 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-abot-epc-basic-0: 03:39:56 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-abot-epc-basic-0: 03:39:56 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-mysql-0: 03:39:56 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 03:39:56 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 03:39:56 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:39:56 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-abot-epc-basic-0: 03:39:56 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-abot-epc-basic-0: 03:39:56 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [1,579 kB] unit-abot-epc-basic-0: 03:39:57 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickwand-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [288 kB] unit-abot-epc-basic-0: 03:39:57 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmng2 amd64 2.0.2-0ubuntu3 [169 kB] unit-abot-epc-basic-0: 03:39:57 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmtdev1 amd64 1.1.5-1ubuntu2 [13.8 kB] unit-abot-epc-basic-0: 03:39:57 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-abot-epc-basic-0: 03:39:57 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-mysql-0: 03:39:57 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 03:39:57 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:39:58 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] unit-abot-epc-basic-0: 03:39:58 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-mysql-0: 03:39:58 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:39:58 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenblas-base amd64 0.2.18-1ubuntu1 [5,097 kB] unit-abot-epc-basic-0: 03:39:58 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas3-base amd64 3.10.2-9 [2,697 kB] unit-abot-epc-basic-0: 03:39:58 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] unit-abot-epc-basic-0: 03:39:59 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqrupdate1 amd64 1.1.2-1build1 [37.6 kB] unit-abot-epc-basic-0: 03:39:59 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] unit-abot-epc-basic-0: 03:39:59 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1,817 kB] unit-mysql-0: 03:39:59 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 03:39:59 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 03:39:59 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-mysql-0: 03:39:59 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 03:39:59 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 03:39:59 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 03:39:59 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:39:59 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB] unit-abot-epc-basic-0: 03:39:59 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB] unit-abot-epc-basic-0: 03:39:59 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB] unit-abot-epc-basic-0: 03:39:59 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 03:40:00 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-lite9v5 amd64 2.6.1-1.3 [58.4 kB] unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2 [97.2 kB] unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-abot-epc-basic-0: 03:40:00 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] unit-abot-epc-basic-0: 03:40:01 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-abot-epc-basic-0: 03:40:01 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libevdev2 amd64 1.4.6+dfsg-1 [28.0 kB] unit-abot-epc-basic-0: 03:40:01 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] unit-abot-epc-basic-0: 03:40:01 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-common all 0.22-1~ubuntu16.04.1 [32.0 kB] unit-abot-epc-basic-0: 03:40:01 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom2 amd64 0.22-1~ubuntu16.04.1 [17.3 kB] unit-abot-epc-basic-0: 03:40:01 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-abot-epc-basic-0: 03:40:02 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput10 amd64 1.6.3-1ubuntu1~16.04.1 [74.0 kB] unit-abot-epc-basic-0: 03:40:02 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5dbus5 amd64 5.5.1+dfsg-16ubuntu7.5 [175 kB] unit-abot-epc-basic-0: 03:40:02 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1 [48.6 kB] unit-abot-epc-basic-0: 03:40:02 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5network5 amd64 5.5.1+dfsg-16ubuntu7.5 [540 kB] unit-abot-epc-basic-0: 03:40:02 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] unit-abot-epc-basic-0: 03:40:02 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] unit-abot-epc-basic-0: 03:40:02 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-abot-epc-basic-0: 03:40:03 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-abot-epc-basic-0: 03:40:03 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0 amd64 1.11.1-1ubuntu1 [14.4 kB] unit-abot-epc-basic-0: 03:40:03 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9,638 B] unit-mysql-0: 03:40:03 DEBUG unit.mysql/0.config-changed 180902 3:40:03 [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: 03:40:03 DEBUG unit.mysql/0.config-changed 180902 3:40:03 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 03:40:03 DEBUG unit.mysql/0.config-changed 180902 3:40:03 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 16993 ... unit-abot-epc-basic-0: 03:40:03 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0 amd64 1.11.1-1ubuntu1 [5,756 B] unit-abot-epc-basic-0: 03:40:03 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xkb1 amd64 1.11.1-1ubuntu1 [29.2 kB] unit-abot-epc-basic-0: 03:40:03 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2 [13.5 kB] unit-abot-epc-basic-0: 03:40:03 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-abot-epc-basic-0: 03:40:04 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-abot-epc-basic-0: 03:40:04 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt5svg5 amd64 5.5.1-2build1 [128 kB] unit-abot-epc-basic-0: 03:40:04 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] unit-abot-epc-basic-0: 03:40:04 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-abot-epc-basic-0: 03:40:04 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-abot-epc-basic-0: 03:40:04 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] unit-abot-epc-basic-0: 03:40:04 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-abot-epc-basic-0: 03:40:05 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-abot-epc-basic-0: 03:40:05 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.1 [43.7 kB] unit-abot-epc-basic-0: 03:40:05 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] unit-abot-epc-basic-0: 03:40:05 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] unit-abot-epc-basic-0: 03:40:05 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-abot-epc-basic-0: 03:40:05 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] unit-abot-epc-basic-0: 03:40:06 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.1 [710 kB] unit-abot-epc-basic-0: 03:40:06 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libserf-1-1 amd64 1.3.8-1 [45.5 kB] unit-abot-epc-basic-0: 03:40:06 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] unit-abot-epc-basic-0: 03:40:06 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-abot-epc-basic-0: 03:40:06 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B] unit-abot-epc-basic-0: 03:40:06 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB] unit-abot-epc-basic-0: 03:40:06 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-abot-epc-basic-0: 03:40:07 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-abot-epc-basic-0: 03:40:07 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-abot-epc-basic-0: 03:40:07 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslicot0 amd64 5.0+20101122-2 [1,002 kB] unit-abot-epc-basic-0: 03:40:07 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB] unit-abot-epc-basic-0: 03:40:07 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB] unit-abot-epc-basic-0: 03:40:07 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] unit-abot-epc-basic-0: 03:40:07 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-gobject2 amd64 1.14.6-1 [17.3 kB] unit-abot-epc-basic-0: 03:40:08 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB] unit-abot-epc-basic-0: 03:40:08 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] unit-abot-epc-basic-0: 03:40:08 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6,172 B] unit-abot-epc-basic-0: 03:40:08 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 03:40:08 DEBUG unit.abot-epc-basic/0.install Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB] unit-abot-epc-basic-0: 03:40:08 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B] unit-abot-epc-basic-0: 03:40:09 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] unit-abot-epc-basic-0: 03:40:09 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-abot-epc-basic-0: 03:40:09 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] unit-abot-epc-basic-0: 03:40:10 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-abot-epc-basic-0: 03:40:10 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 03:40:10 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-abot-epc-basic-0: 03:40:11 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] unit-abot-epc-basic-0: 03:40:11 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-abot-epc-basic-0: 03:40:11 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-abot-epc-basic-0: 03:40:11 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-abot-epc-basic-0: 03:40:11 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] unit-abot-epc-basic-0: 03:40:12 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] unit-abot-epc-basic-0: 03:40:12 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-abot-epc-basic-0: 03:40:12 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kB] unit-abot-epc-basic-0: 03:40:12 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-abot-epc-basic-0: 03:40:13 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] unit-abot-epc-basic-0: 03:40:13 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 03:40:13 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-abot-epc-basic-0: 03:40:13 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-abot-epc-basic-0: 03:40:13 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-abot-epc-basic-0: 03:40:13 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] unit-abot-epc-basic-0: 03:40:14 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-mysql-0: 03:40:14 DEBUG unit.mysql/0.config-changed mysql start/running, process 17126 unit-abot-epc-basic-0: 03:40:14 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] unit-abot-epc-basic-0: 03:40:14 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] unit-abot-epc-basic-0: 03:40:14 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 03:40:14 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1,076 kB] unit-abot-epc-basic-0: 03:40:14 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] unit-abot-epc-basic-0: 03:40:15 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] unit-abot-epc-basic-0: 03:40:15 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-mysql-0: 03:40:15 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 03:40:15 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-abot-epc-basic-0: 03:40:15 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] unit-abot-epc-basic-0: 03:40:15 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 03:40:15 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] unit-abot-epc-basic-0: 03:40:15 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 03:40:16 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-abot-epc-basic-0: 03:40:16 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc4 amd64 5.4.0-6ubuntu1~16.04.10 [111 kB] unit-abot-epc-basic-0: 03:40:16 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libobjc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [380 kB] unit-abot-epc-basic-0: 03:40:16 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libclang1-3.6 amd64 1:3.6.2-3ubuntu2 [3,696 kB] unit-abot-epc-basic-0: 03:40:17 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 doxygen amd64 1.8.11-1 [3,679 kB] unit-abot-epc-basic-0: 03:40:17 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91.8 kB] unit-mysql-0: 03:40:17 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 03:40:17 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 doxygen-gui amd64 1.8.11-1 [284 kB] unit-abot-epc-basic-0: 03:40:17 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-abot-epc-basic-0: 03:40:17 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tex-common all 6.04ubuntu1 [545 kB] unit-abot-epc-basic-0: 03:40:17 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-abot-epc-basic-0: 03:40:18 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gccxml amd64 0.9.0+git20140716-6 [3,380 kB] unit-mysql-0: 03:40:18 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:40:18 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-abot-epc-basic-0: 03:40:18 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgconf-2-4 amd64 3.2.6-3ubuntu6 [84.6 kB] unit-abot-epc-basic-0: 03:40:18 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service-backend amd64 3.2.6-3ubuntu6 [57.5 kB] unit-abot-epc-basic-0: 03:40:19 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-abot-epc-basic-0: 03:40:19 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-abot-epc-basic-0: 03:40:19 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-abot-epc-basic-0: 03:40:19 DEBUG unit.abot-epc-basic/0.install Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdb amd64 7.11.1-0ubuntu1~16.5 [2,526 kB] unit-abot-epc-basic-0: 03:40:19 DEBUG unit.abot-epc-basic/0.install Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gdbserver amd64 7.11.1-0ubuntu1~16.5 [172 kB] unit-abot-epc-basic-0: 03:40:20 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 03:40:20 DEBUG unit.abot-epc-basic/0.install Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.10 [8,043 kB] unit-abot-epc-basic-0: 03:40:20 DEBUG unit.abot-epc-basic/0.install Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B] unit-mysql-0: 03:40:20 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 03:40:20 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 03:40:20 DEBUG unit.abot-epc-basic/0.install Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsfilters1 amd64 1.8.3-2ubuntu3.4 [80.5 kB] unit-abot-epc-basic-0: 03:40:20 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 03:40:21 DEBUG unit.abot-epc-basic/0.install Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libijs-0.35 amd64 0.35-12 [15.5 kB] unit-abot-epc-basic-0: 03:40:21 DEBUG unit.abot-epc-basic/0.install Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjbig2dec0 amd64 0.12+20150918-1ubuntu0.1 [55.3 kB] unit-abot-epc-basic-0: 03:40:21 DEBUG unit.abot-epc-basic/0.install Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] unit-abot-epc-basic-0: 03:40:21 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.18~dfsg~0-0ubuntu2.8 [2,979 kB] unit-abot-epc-basic-0: 03:40:21 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.18~dfsg~0-0ubuntu2.8 [2,057 kB] unit-abot-epc-basic-0: 03:40:22 DEBUG unit.abot-epc-basic/0.install Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3,374 kB] unit-abot-epc-basic-0: 03:40:22 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.18~dfsg~0-0ubuntu2.8 [40.9 kB] unit-abot-epc-basic-0: 03:40:22 DEBUG unit.abot-epc-basic/0.install Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atk-1.0 amd64 2.18.0-1 [17.6 kB] unit-abot-epc-basic-0: 03:40:22 DEBUG unit.abot-epc-basic/0.install Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atspi-2.0 amd64 2.18.3-4ubuntu1 [14.1 kB] unit-abot-epc-basic-0: 03:40:22 DEBUG unit.abot-epc-basic/0.install Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5,742 B] unit-abot-epc-basic-0: 03:40:22 DEBUG unit.abot-epc-basic/0.install Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.32.2-1ubuntu1.5 [8,092 B] unit-abot-epc-basic-0: 03:40:22 DEBUG unit.abot-epc-basic/0.install Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoxft-1.0-0 amd64 1.38.1-1 [15.1 kB] unit-abot-epc-basic-0: 03:40:23 DEBUG unit.abot-epc-basic/0.install Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-pango-1.0 amd64 1.38.1-1 [21.0 kB] unit-abot-epc-basic-0: 03:40:23 DEBUG unit.abot-epc-basic/0.install Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gtk-3.0 amd64 3.18.9-1ubuntu3.3 [188 kB] unit-abot-epc-basic-0: 03:40:23 DEBUG unit.abot-epc-basic/0.install Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 aglfn all 1.7-3 [29.4 kB] unit-mysql-0: 03:40:23 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 03:40:23 DEBUG unit.abot-epc-basic/0.install Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-tex all 4.6.6-3 [10.1 kB] unit-abot-epc-basic-0: 03:40:23 DEBUG unit.abot-epc-basic/0.install Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-data all 4.6.6-3 [53.2 kB] unit-abot-epc-basic-0: 03:40:23 DEBUG unit.abot-epc-basic/0.install Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gnuplot-x11 amd64 4.6.6-3 [794 kB] unit-abot-epc-basic-0: 03:40:24 DEBUG unit.abot-epc-basic/0.install Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] unit-abot-epc-basic-0: 03:40:24 DEBUG unit.abot-epc-basic/0.install Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] unit-abot-epc-basic-0: 03:40:24 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-abot-epc-basic-0: 03:40:24 DEBUG unit.abot-epc-basic/0.install Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] unit-abot-epc-basic-0: 03:40:24 DEBUG unit.abot-epc-basic/0.install Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] unit-abot-epc-basic-0: 03:40:24 DEBUG unit.abot-epc-basic/0.install Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] unit-abot-epc-basic-0: 03:40:25 DEBUG unit.abot-epc-basic/0.install Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] unit-abot-epc-basic-0: 03:40:25 DEBUG unit.abot-epc-basic/0.install Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] unit-abot-epc-basic-0: 03:40:25 DEBUG unit.abot-epc-basic/0.install Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjudydebian1 amd64 1.0.5-5 [94.6 kB] unit-abot-epc-basic-0: 03:40:25 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-mysql-0: 03:40:25 DEBUG unit.mysql/0.config-changed mysql start/running, process 17246 unit-mysql-0: 03:40:25 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 03:40:25 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-mysql-0: 03:40:25 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 03:40:25 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:40:25 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 03:40:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 03:40:26 DEBUG unit.abot-epc-basic/0.install Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc1c2 amd64 1:7.4.2-7.3ubuntu0.1 [82.1 kB] unit-abot-epc-basic-0: 03:40:26 DEBUG unit.abot-epc-basic/0.install Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-libs amd64 2.0.11+1-10ubuntu0.1 [2,237 kB] unit-abot-epc-basic-0: 03:40:26 DEBUG unit.abot-epc-basic/0.install Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0 amd64 2.0.11+1-10ubuntu0.1 [8,690 B] unit-abot-epc-basic-0: 03:40:26 DEBUG unit.abot-epc-basic/0.install Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtinfo-dev amd64 6.0+20160213-1ubuntu1 [77.4 kB] unit-abot-epc-basic-0: 03:40:26 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-abot-epc-basic-0: 03:40:26 DEBUG unit.abot-epc-basic/0.install Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB] unit-abot-epc-basic-0: 03:40:27 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 03:40:27 DEBUG unit.abot-epc-basic/0.install Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmpxx4ldbl amd64 2:6.1.0+dfsg-2 [8,948 B] unit-abot-epc-basic-0: 03:40:27 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 03:40:27 DEBUG unit.abot-epc-basic/0.install Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgc-dev amd64 1:7.4.2-7.3ubuntu0.1 [223 kB] unit-abot-epc-basic-0: 03:40:27 DEBUG unit.abot-epc-basic/0.install Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] unit-abot-epc-basic-0: 03:40:27 DEBUG unit.abot-epc-basic/0.install Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0-dev amd64 2.0.11+1-10ubuntu0.1 [701 kB] unit-abot-epc-basic-0: 03:40:27 DEBUG unit.abot-epc-basic/0.install Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 hdf5-helpers amd64 1.8.16+docs-4ubuntu1.1 [12.5 kB] unit-abot-epc-basic-0: 03:40:28 DEBUG unit.abot-epc-basic/0.install Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] unit-abot-epc-basic-0: 03:40:28 DEBUG unit.abot-epc-basic/0.install Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 iperf amd64 2.0.5+dfsg1-2ubuntu0.1 [50.5 kB] unit-abot-epc-basic-0: 03:40:28 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 03:40:28 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-mysql-0: 03:40:28 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 03:40:29 DEBUG unit.abot-epc-basic/0.install Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B] unit-abot-epc-basic-0: 03:40:29 DEBUG unit.abot-epc-basic/0.install Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec0 amd64 0.3.2-1 [18.0 kB] unit-abot-epc-basic-0: 03:40:29 DEBUG unit.abot-epc-basic/0.install Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsuitesparseconfig4.4.6 amd64 1:4.4.6-1 [9,322 B] unit-abot-epc-basic-0: 03:40:29 DEBUG unit.abot-epc-basic/0.install Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libamd2.4.1 amd64 1:4.4.6-1 [21.3 kB] unit-abot-epc-basic-0: 03:40:29 DEBUG unit.abot-epc-basic/0.install Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libarpack2 amd64 3.3.0-1build2 [88.2 kB] unit-abot-epc-basic-0: 03:40:30 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4,734 B] unit-abot-epc-basic-0: 03:40:30 DEBUG unit.abot-epc-basic/0.install Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-bin amd64 2.48.2-0ubuntu4 [39.4 kB] unit-abot-epc-basic-0: 03:40:30 DEBUG unit.abot-epc-basic/0.install Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] unit-abot-epc-basic-0: 03:40:30 DEBUG unit.abot-epc-basic/0.install Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] unit-mysql-0: 03:40:30 DEBUG unit.mysql/0.start mysql start/running, process 17358 unit-mysql-0: 03:40:30 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-mysql-0: 03:40:31 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 03:40:31 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 03:40:31 DEBUG unit.abot-epc-basic/0.install Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] unit-mysql-0: 03:40:31 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 03:40:31 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:40:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:40:31 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 03:40:31 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-mysql-0: 03:40:31 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 03:40:31 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-mysql-0: 03:40:31 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 03:40:31 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:40:31 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4 [1,375 kB] unit-abot-epc-basic-0: 03:40:31 DEBUG unit.abot-epc-basic/0.install Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-dev amd64 1.10.6-1ubuntu3.3 [161 kB] unit-abot-epc-basic-0: 03:40:31 DEBUG unit.abot-epc-basic/0.install Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB] unit-abot-epc-basic-0: 03:40:31 DEBUG unit.abot-epc-basic/0.install Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] unit-abot-epc-basic-0: 03:40:32 DEBUG unit.abot-epc-basic/0.install Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-fixes-dev all 1:5.0-2ubuntu2 [14.2 kB] unit-abot-epc-basic-0: 03:40:32 DEBUG unit.abot-epc-basic/0.install Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes-dev amd64 1:5.0.1-2 [10.9 kB] unit-abot-epc-basic-0: 03:40:32 DEBUG unit.abot-epc-basic/0.install Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi-dev amd64 2:1.7.6-1 [184 kB] unit-abot-epc-basic-0: 03:40:32 DEBUG unit.abot-epc-basic/0.install Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-record-dev all 1.14.2-1 [33.6 kB] unit-abot-epc-basic-0: 03:40:32 DEBUG unit.abot-epc-basic/0.install Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst-dev amd64 2:1.2.2-1 [17.0 kB] unit-abot-epc-basic-0: 03:40:32 DEBUG unit.abot-epc-basic/0.install Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-dev amd64 2.18.3-4ubuntu1 [59.2 kB] unit-abot-epc-basic-0: 03:40:32 DEBUG unit.abot-epc-basic/0.install Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-dev amd64 2.18.1-2ubuntu1 [2,824 B] unit-abot-epc-basic-0: 03:40:33 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-abot-epc-basic-0: 03:40:33 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-abot-epc-basic-0: 03:40:33 DEBUG unit.abot-epc-basic/0.install Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-dev amd64 3.10.2-9 [22.1 kB] unit-abot-epc-basic-0: 03:40:33 DEBUG unit.abot-epc-basic/0.install Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-base-dev amd64 3.10.2-9 [3,596 kB] unit-abot-epc-basic-0: 03:40:34 DEBUG unit.abot-epc-basic/0.install Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-script-interpreter2 amd64 1.14.6-1 [54.3 kB] unit-abot-epc-basic-0: 03:40:34 DEBUG unit.abot-epc-basic/0.install Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1.1 [183 kB] unit-abot-epc-basic-0: 03:40:34 DEBUG unit.abot-epc-basic/0.install Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6-dev amd64 2.6.1-0.1ubuntu2.3 [956 kB] unit-abot-epc-basic-0: 03:40:34 DEBUG unit.abot-epc-basic/0.install Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1-dev amd64 2.11.94-0ubuntu1.1 [658 kB] unit-abot-epc-basic-0: 03:40:34 DEBUG unit.abot-epc-basic/0.install Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.1 kB] unit-abot-epc-basic-0: 03:40:34 DEBUG unit.abot-epc-basic/0.install Get:235 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender-dev amd64 1:0.9.9-0ubuntu1 [24.5 kB] unit-abot-epc-basic-0: 03:40:34 DEBUG unit.abot-epc-basic/0.install Get:236 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-dev amd64 0.33.6-1 [248 kB] unit-abot-epc-basic-0: 03:40:35 DEBUG unit.abot-epc-basic/0.install Get:237 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0-dev amd64 1.11.1-1ubuntu1 [15.3 kB] unit-abot-epc-basic-0: 03:40:35 DEBUG unit.abot-epc-basic/0.install Get:238 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0-dev amd64 1.11.1-1ubuntu1 [6,604 B] unit-abot-epc-basic-0: 03:40:35 DEBUG unit.abot-epc-basic/0.install Get:239 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2-dev amd64 1.14.6-1 [590 kB] unit-abot-epc-basic-0: 03:40:35 DEBUG unit.abot-epc-basic/0.install Get:240 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcamd2.4.1 amd64 1:4.4.6-1 [20.0 kB] unit-abot-epc-basic-0: 03:40:35 DEBUG unit.abot-epc-basic/0.install Get:241 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libccolamd2.9.1 amd64 1:4.4.6-1 [21.5 kB] unit-abot-epc-basic-0: 03:40:35 DEBUG unit.abot-epc-basic/0.install Get:242 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolamd2.9.1 amd64 1:4.4.6-1 [15.7 kB] unit-abot-epc-basic-0: 03:40:35 DEBUG unit.abot-epc-basic/0.install Get:243 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcholmod3.0.6 amd64 1:4.4.6-1 [293 kB] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:244 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig9 amd64 1.5-0.2 [21.9 kB] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:246 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-doc all 1.5-0.2 [306 kB] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:247 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig8-dev amd64 1.5-0.2 [1,756 B] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:248 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcxsparse3.1.4 amd64 1:4.4.6-1 [62.8 kB] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:249 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-dev amd64 2.4.91-2~16.04.1 [232 kB] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:250 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-dri2-dev all 2.8-2 [12.6 kB] unit-abot-epc-basic-0: 03:40:36 DEBUG unit.abot-epc-basic/0.install Get:251 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-gl-dev all 1.4.17-1 [17.9 kB] unit-abot-epc-basic-0: 03:40:37 DEBUG unit.abot-epc-basic/0.install Get:252 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xf86vidmode-dev all 2.3.1-2 [6,116 B] unit-abot-epc-basic-0: 03:40:37 DEBUG unit.abot-epc-basic/0.install Get:253 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] unit-abot-epc-basic-0: 03:40:37 DEBUG unit.abot-epc-basic/0.install Get:254 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-damage-dev all 1:1.2.1-2 [8,286 B] unit-abot-epc-basic-0: 03:40:37 DEBUG unit.abot-epc-basic/0.install Get:255 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage-dev amd64 1:1.1.4-2 [5,028 B] unit-abot-epc-basic-0: 03:40:37 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-abot-epc-basic-0: 03:40:37 DEBUG unit.abot-epc-basic/0.install Get:257 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0-dev amd64 1.11.1-1ubuntu1 [8,384 B] unit-abot-epc-basic-0: 03:40:38 DEBUG unit.abot-epc-basic/0.install Get:258 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-dev amd64 1.11.1-1ubuntu1 [5,752 B] unit-abot-epc-basic-0: 03:40:38 DEBUG unit.abot-epc-basic/0.install Get:259 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] unit-abot-epc-basic-0: 03:40:38 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 03:40:38 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 03:40:38 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 03:40:38 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 03:40:38 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 03:40:39 DEBUG unit.abot-epc-basic/0.install Get:265 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb-dev amd64 2:1.6.3-1ubuntu2.1 [9,718 B] unit-abot-epc-basic-0: 03:40:39 DEBUG unit.abot-epc-basic/0.install Get:266 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-bin amd64 1.12.0-1~ubuntu16.04.3 [18.4 kB] unit-abot-epc-basic-0: 03:40:39 DEBUG unit.abot-epc-basic/0.install Get:267 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-dev amd64 1.12.0-1~ubuntu16.04.3 [92.4 kB] unit-abot-epc-basic-0: 03:40:39 DEBUG unit.abot-epc-basic/0.install Get:268 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23.7 kB] unit-abot-epc-basic-0: 03:40:39 DEBUG unit.abot-epc-basic/0.install Get:269 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf9v5 amd64 2.6.1-1.3 [326 kB] unit-abot-epc-basic-0: 03:40:39 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-abot-epc-basic-0: 03:40:39 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2 [231 kB] unit-abot-epc-basic-0: 03:40:40 DEBUG unit.abot-epc-basic/0.install Get:272 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [14.9 kB] unit-abot-epc-basic-0: 03:40:40 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 03:40:40 DEBUG unit.abot-epc-basic/0.install Get:274 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [5,152 B] unit-abot-epc-basic-0: 03:40:40 DEBUG unit.abot-epc-basic/0.install Get:275 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [42.6 kB] unit-abot-epc-basic-0: 03:40:40 DEBUG unit.abot-epc-basic/0.install Get:276 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [19.9 kB] unit-abot-epc-basic-0: 03:40:40 DEBUG unit.abot-epc-basic/0.install Get:277 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] unit-abot-epc-basic-0: 03:40:41 DEBUG unit.abot-epc-basic/0.install Get:278 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy-dev amd64 1.3.1-1ubuntu0.16.04.2 [113 kB] unit-abot-epc-basic-0: 03:40:41 DEBUG unit.abot-epc-basic/0.install Get:279 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] unit-abot-epc-basic-0: 03:40:41 DEBUG unit.abot-epc-basic/0.install Get:280 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-dev amd64 3.3.4-2ubuntu1 [2,104 kB] unit-abot-epc-basic-0: 03:40:41 DEBUG unit.abot-epc-basic/0.install Get:281 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] unit-abot-epc-basic-0: 03:40:41 DEBUG unit.abot-epc-basic/0.install Get:282 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] unit-abot-epc-basic-0: 03:40:41 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-abot-epc-basic-0: 03:40:41 DEBUG unit.abot-epc-basic/0.install Get:284 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] unit-abot-epc-basic-0: 03:40:42 DEBUG unit.abot-epc-basic/0.install Get:285 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] unit-abot-epc-basic-0: 03:40:42 DEBUG unit.abot-epc-basic/0.install Get:286 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9,774 B] unit-abot-epc-basic-0: 03:40:42 DEBUG unit.abot-epc-basic/0.install Get:287 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-mimeinfo-perl all 0.27-1 [45.9 kB] unit-abot-epc-basic-0: 03:40:42 DEBUG unit.abot-epc-basic/0.install Get:288 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk1.3 amd64 1.3.3-7 [501 kB] unit-abot-epc-basic-0: 03:40:42 DEBUG unit.abot-epc-basic/0.install Get:289 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libfltk-gl1.3 amd64 1.3.3-7 [39.5 kB] unit-abot-epc-basic-0: 03:40:42 DEBUG unit.abot-epc-basic/0.install Get:290 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] unit-abot-epc-basic-0: 03:40:42 DEBUG unit.abot-epc-basic/0.install Get:291 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] unit-abot-epc-basic-0: 03:40:43 DEBUG unit.abot-epc-basic/0.install Get:292 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms2 amd64 1.2.3-1.2 [320 kB] unit-abot-epc-basic-0: 03:40:43 DEBUG unit.abot-epc-basic/0.install Get:293 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-bin amd64 1.2.3-1.2 [131 kB] unit-abot-epc-basic-0: 03:40:43 DEBUG unit.abot-epc-basic/0.install Get:294 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm-dev amd64 1:3.5.11-1ubuntu0.16.04.1 [86.7 kB] unit-abot-epc-basic-0: 03:40:43 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-abot-epc-basic-0: 03:40:43 DEBUG unit.abot-epc-basic/0.install Get:296 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgpg-error-dev amd64 1.21-2ubuntu1 [68.2 kB] unit-abot-epc-basic-0: 03:40:43 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 03:40:43 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-abot-epc-basic-0: 03:40:44 DEBUG unit.abot-epc-basic/0.install Get:299 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-dev amd64 2.32.2-1ubuntu1.5 [44.4 kB] unit-abot-epc-basic-0: 03:40:44 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB] unit-abot-epc-basic-0: 03:40:44 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB] unit-abot-epc-basic-0: 03:40:44 DEBUG unit.abot-epc-basic/0.install Get:302 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgl2ps0 amd64 1.3.8-1.2 [35.5 kB] unit-abot-epc-basic-0: 03:40:44 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] unit-abot-epc-basic-0: 03:40:45 DEBUG unit.abot-epc-basic/0.install Get:304 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] unit-abot-epc-basic-0: 03:40:45 DEBUG unit.abot-epc-basic/0.install Get:305 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjasper1 amd64 1.900.1-debian1-2.4ubuntu1.2 [131 kB] unit-abot-epc-basic-0: 03:40:45 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-abot-epc-basic-0: 03:40:45 DEBUG unit.abot-epc-basic/0.install Get:307 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.5ubuntu1 [147 kB] unit-abot-epc-basic-0: 03:40:46 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1build1 [1,103 kB] unit-abot-epc-basic-0: 03:40:46 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1build1 [101 kB] unit-abot-epc-basic-0: 03:40:46 DEBUG unit.abot-epc-basic/0.install Get:310 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-icu0 amd64 1.0.1-1ubuntu0.1 [5,198 B] unit-abot-epc-basic-0: 03:40:46 DEBUG unit.abot-epc-basic/0.install Get:311 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-gobject0 amd64 1.0.1-1ubuntu0.1 [10.9 kB] unit-abot-epc-basic-0: 03:40:47 DEBUG unit.abot-epc-basic/0.install Get:312 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz-dev amd64 1.0.1-1ubuntu0.1 [189 kB] unit-abot-epc-basic-0: 03:40:47 DEBUG unit.abot-epc-basic/0.install Get:313 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft-dev amd64 2.3.2-1 [45.7 kB] unit-abot-epc-basic-0: 03:40:47 DEBUG unit.abot-epc-basic/0.install Get:314 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango1.0-dev amd64 1.38.1-1 [277 kB] unit-abot-epc-basic-0: 03:40:47 DEBUG unit.abot-epc-basic/0.install Get:315 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-xinerama-dev all 1.2.1-2 [4,966 B] unit-abot-epc-basic-0: 03:40:47 DEBUG unit.abot-epc-basic/0.install Get:316 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B] unit-abot-epc-basic-0: 03:40:47 DEBUG unit.abot-epc-basic/0.install Get:317 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-randr-dev all 1.5.0-1 [33.7 kB] unit-abot-epc-basic-0: 03:40:47 DEBUG unit.abot-epc-basic/0.install Get:318 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr-dev amd64 2:1.5.0-1 [23.7 kB] unit-abot-epc-basic-0: 03:40:48 DEBUG unit.abot-epc-basic/0.install Get:319 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor-dev amd64 1:1.1.14-1ubuntu0.16.04.2 [26.4 kB] unit-abot-epc-basic-0: 03:40:48 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-abot-epc-basic-0: 03:40:48 DEBUG unit.abot-epc-basic/0.install Get:321 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite-dev amd64 1:0.4.4-1 [9,954 B] unit-abot-epc-basic-0: 03:40:48 DEBUG unit.abot-epc-basic/0.install Get:322 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nettle-dev amd64 3.2-1ubuntu0.16.04.1 [939 kB] unit-abot-epc-basic-0: 03:40:48 DEBUG unit.abot-epc-basic/0.install Get:323 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-dev amd64 3.18.9-1ubuntu3.3 [868 kB] unit-abot-epc-basic-0: 03:40:48 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 03:40:48 DEBUG unit.abot-epc-basic/0.install Get:325 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-10 amd64 1.8.16+docs-4ubuntu1.1 [997 kB] unit-abot-epc-basic-0: 03:40:49 DEBUG unit.abot-epc-basic/0.install Get:326 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-cpp-11 amd64 1.8.16+docs-4ubuntu1.1 [102 kB] unit-abot-epc-basic-0: 03:40:49 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-abot-epc-basic-0: 03:40:49 DEBUG unit.abot-epc-basic/0.install Get:328 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] unit-abot-epc-basic-0: 03:40:49 DEBUG unit.abot-epc-basic/0.install Get:329 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] unit-abot-epc-basic-0: 03:40:49 DEBUG unit.abot-epc-basic/0.install Get:330 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaec-dev amd64 0.3.2-1 [16.6 kB] unit-abot-epc-basic-0: 03:40:50 DEBUG unit.abot-epc-basic/0.install Get:331 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libhdf5-dev amd64 1.8.16+docs-4ubuntu1.1 [5,005 kB] unit-abot-epc-basic-0: 03:40:50 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-abot-epc-basic-0: 03:40:50 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] unit-abot-epc-basic-0: 03:40:50 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] unit-abot-epc-basic-0: 03:40:50 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] unit-abot-epc-basic-0: 03:40:51 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 03:40:51 DEBUG unit.abot-epc-basic/0.install Get:337 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] unit-abot-epc-basic-0: 03:40:51 DEBUG unit.abot-epc-basic/0.install Get:338 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] unit-abot-epc-basic-0: 03:40:51 DEBUG unit.abot-epc-basic/0.install Get:339 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] unit-abot-epc-basic-0: 03:40:51 DEBUG unit.abot-epc-basic/0.install Get:340 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] unit-abot-epc-basic-0: 03:40:51 DEBUG unit.abot-epc-basic/0.install Get:341 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] unit-abot-epc-basic-0: 03:40:51 DEBUG unit.abot-epc-basic/0.install Get:342 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] unit-abot-epc-basic-0: 03:40:52 DEBUG unit.abot-epc-basic/0.install Get:343 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] unit-abot-epc-basic-0: 03:40:52 DEBUG unit.abot-epc-basic/0.install Get:344 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11-dev amd64 1.32-3ubuntu1.2 [518 kB] unit-abot-epc-basic-0: 03:40:52 DEBUG unit.abot-epc-basic/0.install Get:345 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] unit-abot-epc-basic-0: 03:40:52 DEBUG unit.abot-epc-basic/0.install Get:346 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] unit-abot-epc-basic-0: 03:40:52 DEBUG unit.abot-epc-basic/0.install Get:347 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] unit-abot-epc-basic-0: 03:40:53 DEBUG unit.abot-epc-basic/0.install Get:348 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB] unit-abot-epc-basic-0: 03:40:53 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libkpathsea6 amd64 2015.20160222.37495-1 [55.0 kB] unit-abot-epc-basic-0: 03:40:53 DEBUG unit.abot-epc-basic/0.install Get:350 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] unit-abot-epc-basic-0: 03:40:53 DEBUG unit.abot-epc-basic/0.install Get:351 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] unit-abot-epc-basic-0: 03:40:53 DEBUG unit.abot-epc-basic/0.install Get:352 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] unit-abot-epc-basic-0: 03:40:53 DEBUG unit.abot-epc-basic/0.install Get:353 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8,682 B] unit-abot-epc-basic-0: 03:40:54 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.12 [136 kB] unit-abot-epc-basic-0: 03:40:54 DEBUG unit.abot-epc-basic/0.install Get:355 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] unit-abot-epc-basic-0: 03:40:54 DEBUG unit.abot-epc-basic/0.install Get:356 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-abot-epc-basic-0: 03:40:54 DEBUG unit.abot-epc-basic/0.install Get:357 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6,288 B] unit-abot-epc-basic-0: 03:40:54 DEBUG unit.abot-epc-basic/0.install Get:358 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] unit-abot-epc-basic-0: 03:40:54 DEBUG unit.abot-epc-basic/0.install Get:359 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mysql-common all 5.7.23-0ubuntu0.16.04.1 [15.4 kB] unit-abot-epc-basic-0: 03:40:54 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.23-0ubuntu0.16.04.1 [812 kB] unit-abot-epc-basic-0: 03:40:55 DEBUG unit.abot-epc-basic/0.install Get:361 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient-dev amd64 5.7.23-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 03:40:55 DEBUG unit.abot-epc-basic/0.install Get:362 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-parser-perl amd64 2.44-1build1 [200 kB] unit-abot-epc-basic-0: 03:40:55 DEBUG unit.abot-epc-basic/0.install Get:363 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-twig-perl all 1:3.48-1 [156 kB] unit-abot-epc-basic-0: 03:40:55 DEBUG unit.abot-epc-basic/0.install Get:364 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dbus-perl amd64 1.1.0-3build1 [177 kB] unit-abot-epc-basic-0: 03:40:55 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-abot-epc-basic-0: 03:40:55 DEBUG unit.abot-epc-basic/0.install Get:366 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libumfpack5.7.1 amd64 1:4.4.6-1 [223 kB] unit-abot-epc-basic-0: 03:40:55 DEBUG unit.abot-epc-basic/0.install Get:367 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave3 amd64 4.0.0-3ubuntu9.2 [6,899 kB] unit-abot-epc-basic-0: 03:40:56 DEBUG unit.abot-epc-basic/0.install Get:368 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] unit-abot-epc-basic-0: 03:40:56 DEBUG unit.abot-epc-basic/0.install Get:369 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] unit-abot-epc-basic-0: 03:40:56 DEBUG unit.abot-epc-basic/0.install Get:370 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpgm-dev amd64 5.2.122~dfsg-2 [189 kB] unit-abot-epc-basic-0: 03:40:56 DEBUG unit.abot-epc-basic/0.install Get:371 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplot2c2 amd64 2.6-3ubuntu1 [941 kB] unit-abot-epc-basic-0: 03:40:56 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.8 [756 kB] unit-abot-epc-basic-0: 03:40:56 DEBUG unit.abot-epc-basic/0.install Get:373 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libportaudio2 amd64 19+svn20140130-1build1 [63.9 kB] unit-abot-epc-basic-0: 03:40:57 DEBUG unit.abot-epc-basic/0.install Get:374 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpotrace0 amd64 1.13-2 [17.7 kB] unit-abot-epc-basic-0: 03:40:57 DEBUG unit.abot-epc-basic/0.install Get:375 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libpstoedit0c2a amd64 3.70-1ubuntu2 [315 kB] unit-abot-epc-basic-0: 03:40:57 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libptexenc1 amd64 2015.20160222.37495-1 [34.3 kB] unit-abot-epc-basic-0: 03:40:57 DEBUG unit.abot-epc-basic/0.install Get:377 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqhull7 amd64 2015.2-1 [152 kB] unit-abot-epc-basic-0: 03:40:57 DEBUG unit.abot-epc-basic/0.install Get:378 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-l10n all 2.9.1+dfsg-4build1 [38.3 kB] unit-abot-epc-basic-0: 03:40:57 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-abot-epc-basic-0: 03:40:58 DEBUG unit.abot-epc-basic/0.install Get:380 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtcore4 amd64 4:4.8.7+dfsg-5ubuntu2 [1,552 kB] unit-abot-epc-basic-0: 03:40:58 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-abot-epc-basic-0: 03:40:58 DEBUG unit.abot-epc-basic/0.install Get:382 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtdbus4 amd64 4:4.8.7+dfsg-5ubuntu2 [186 kB] unit-abot-epc-basic-0: 03:40:58 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-abot-epc-basic-0: 03:40:58 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-abot-epc-basic-0: 03:40:58 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-abot-epc-basic-0: 03:40:59 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-abot-epc-basic-0: 03:40:59 DEBUG unit.abot-epc-basic/0.install Get:387 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-declarative amd64 4:4.8.7+dfsg-5ubuntu2 [1,090 kB] unit-abot-epc-basic-0: 03:40:59 DEBUG unit.abot-epc-basic/0.install Get:388 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqtgui4 amd64 4:4.8.7+dfsg-5ubuntu2 [4,109 kB] unit-abot-epc-basic-0: 03:40:59 DEBUG unit.abot-epc-basic/0.install Get:389 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqscintilla2-12v5 amd64 2.9.1+dfsg-4build1 [810 kB] unit-abot-epc-basic-0: 03:40:59 DEBUG unit.abot-epc-basic/0.install Get:390 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtchooser amd64 52-gae5eeef-2build1~gcc5.2 [22.3 kB] unit-abot-epc-basic-0: 03:41:00 DEBUG unit.abot-epc-basic/0.install Get:391 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qdbus amd64 4:4.8.7+dfsg-5ubuntu2 [29.9 kB] unit-abot-epc-basic-0: 03:41:00 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-abot-epc-basic-0: 03:41:00 DEBUG unit.abot-epc-basic/0.install Get:393 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-opengl amd64 4:4.8.7+dfsg-5ubuntu2 [301 kB] unit-abot-epc-basic-0: 03:41:00 DEBUG unit.abot-epc-basic/0.install Get:394 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqt4-sql-mysql amd64 4:4.8.7+dfsg-5ubuntu2 [30.5 kB] unit-abot-epc-basic-0: 03:41:00 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-abot-epc-basic-0: 03:41:00 DEBUG unit.abot-epc-basic/0.install Get:396 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] unit-abot-epc-basic-0: 03:41:00 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-abot-epc-basic-0: 03:41:01 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-abot-epc-basic-0: 03:41:01 DEBUG unit.abot-epc-basic/0.install Get:399 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsvn1 amd64 1.9.3-2ubuntu1.1 [1,170 kB] unit-abot-epc-basic-0: 03:41:01 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsynctex1 amd64 2015.20160222.37495-1 [41.7 kB] unit-abot-epc-basic-0: 03:41:01 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-abot-epc-basic-0: 03:41:01 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexlua52 amd64 2015.20160222.37495-1 [90.8 kB] unit-abot-epc-basic-0: 03:41:02 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexluajit2 amd64 2015.20160222.37495-1 [213 kB] unit-abot-epc-basic-0: 03:41:02 DEBUG unit.abot-epc-basic/0.install Get:404 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libtext-unidecode-perl all 1.27-1 [103 kB] unit-abot-epc-basic-0: 03:41:02 DEBUG unit.abot-epc-basic/0.install Get:405 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] unit-abot-epc-basic-0: 03:41:02 DEBUG unit.abot-epc-basic/0.install Get:406 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] unit-abot-epc-basic-0: 03:41:03 DEBUG unit.abot-epc-basic/0.install Get:407 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0-dev amd64 2:1.0.20-1 [58.5 kB] unit-abot-epc-basic-0: 03:41:03 DEBUG unit.abot-epc-basic/0.install Get:408 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-doc all 2:1.0.20-1 [160 kB] unit-abot-epc-basic-0: 03:41:03 DEBUG unit.abot-epc-basic/0.install Get:409 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwacom-bin amd64 0.22-1~ubuntu16.04.1 [4,642 B] unit-abot-epc-basic-0: 03:41:03 DEBUG unit.abot-epc-basic/0.install Get:410 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] unit-abot-epc-basic-0: 03:41:03 DEBUG unit.abot-epc-basic/0.install Get:411 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-namespacesupport-perl all 1.11-1 [13.2 kB] unit-abot-epc-basic-0: 03:41:04 DEBUG unit.abot-epc-basic/0.install Get:412 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-base-perl all 1.07-1 [21.5 kB] unit-abot-epc-basic-0: 03:41:04 DEBUG unit.abot-epc-basic/0.install Get:413 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB] unit-abot-epc-basic-0: 03:41:04 DEBUG unit.abot-epc-basic/0.install Get:414 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml-libxml-perl amd64 2.0123+dfsg-1ubuntu0.1 [316 kB] unit-abot-epc-basic-0: 03:41:04 DEBUG unit.abot-epc-basic/0.install Get:415 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB] unit-abot-epc-basic-0: 03:41:04 DEBUG unit.abot-epc-basic/0.install Get:416 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB] unit-abot-epc-basic-0: 03:41:04 DEBUG unit.abot-epc-basic/0.install Get:417 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2-dev amd64 2.9.3+dfsg1-1ubuntu0.6 [743 kB] unit-abot-epc-basic-0: 03:41:05 DEBUG unit.abot-epc-basic/0.install Get:418 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxslt1-dev amd64 1.1.28-2.1ubuntu0.1 [406 kB] unit-abot-epc-basic-0: 03:41:05 DEBUG unit.abot-epc-basic/0.install Get:419 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libzzip-0-13 amd64 0.13.62-3ubuntu0.16.04.2 [26.1 kB] unit-abot-epc-basic-0: 03:41:05 DEBUG unit.abot-epc-basic/0.install Get:420 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 lmodern all 2.004.5-1 [9,571 kB] unit-abot-epc-basic-0: 03:41:06 DEBUG unit.abot-epc-basic/0.install Get:421 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~16.04.1 [543 kB] unit-abot-epc-basic-0: 03:41:06 DEBUG unit.abot-epc-basic/0.install Get:422 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 mscgen amd64 0.20-5 [42.9 kB] unit-abot-epc-basic-0: 03:41:06 DEBUG unit.abot-epc-basic/0.install Get:423 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libosmesa6 amd64 18.0.5-0ubuntu0~16.04.1 [1,272 kB] unit-abot-epc-basic-0: 03:41:07 DEBUG unit.abot-epc-basic/0.install Get:424 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 texinfo amd64 6.1.0.dfsg.1-5 [744 kB] unit-abot-epc-basic-0: 03:41:07 DEBUG unit.abot-epc-basic/0.install Get:425 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave-common all 4.0.0-3ubuntu9.2 [1,282 kB] unit-abot-epc-basic-0: 03:41:07 DEBUG unit.abot-epc-basic/0.install Get:426 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 octave amd64 4.0.0-3ubuntu9.2 [1,474 kB] unit-abot-epc-basic-0: 03:41:07 DEBUG unit.abot-epc-basic/0.install Get:427 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-control amd64 3.0.0-1 [819 kB] machine-2: 03:41:07 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 03:41:07 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 03:41:07 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 03:41:07 DEBUG unit.abot-epc-basic/0.install Get:428 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-signal amd64 1.3.2-1 [199 kB] unit-abot-epc-basic-0: 03:41:08 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] machine-2: 03:41:08 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 03:41:08 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 03:41:08 DEBUG juju.worker start "engine" machine-2: 03:41:08 INFO juju.worker start "engine" machine-2: 03:41:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 03:41:08 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 03:41:08 DEBUG juju.worker "engine" started machine-2: 03:41:08 DEBUG juju.worker.introspection stats worker now serving machine-2: 03:41:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 03:41:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 03:41:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 03:41:08 DEBUG juju.worker.apicaller connecting with old password machine-2: 03:41:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:41:08 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:41:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:41:08 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 03:41:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 03:41:08 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 03:41:08 DEBUG unit.abot-epc-basic/0.install Get:430 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pydb all 1.26-2 [83.8 kB] unit-abot-epc-basic-0: 03:41:08 DEBUG unit.abot-epc-basic/0.install Get:431 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qt-at-spi amd64 0.4.0-3 [58.0 kB] unit-abot-epc-basic-0: 03:41:08 DEBUG unit.abot-epc-basic/0.install Get:432 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qttranslations5-l10n all 5.5.1-2build1 [1,210 kB] unit-abot-epc-basic-0: 03:41:08 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] machine-2: 03:41:08 DEBUG juju.worker.apicaller connected machine-2: 03:41:08 DEBUG juju.worker.apicaller changing password... machine-2: 03:41:08 DEBUG juju.worker.apicaller password changed machine-2: 03:41:08 DEBUG juju.api RPC connection died machine-2: 03:41:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 03:41:08 DEBUG juju.worker.apicaller connecting with current password machine-2: 03:41:08 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:41:08 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:41:08 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:41:09 DEBUG unit.abot-epc-basic/0.install Get:434 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-did-you-mean all 1.0.0-2 [8,390 B] unit-abot-epc-basic-0: 03:41:09 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 03:41:09 DEBUG unit.abot-epc-basic/0.install Get:436 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB] unit-abot-epc-basic-0: 03:41:09 DEBUG unit.abot-epc-basic/0.install Get:437 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-power-assert all 0.2.7-1 [7,668 B] unit-abot-epc-basic-0: 03:41:09 DEBUG unit.abot-epc-basic/0.install Get:438 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB] machine-2: 03:41:09 DEBUG juju.worker.apicaller connected machine-2: 03:41:09 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 03:41:09 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2,960 kB] machine-2: 03:41:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 03:41:09 INFO juju.worker.upgrader unblocking abort check machine-2: 03:41:09 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 03:41:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 03:41:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 03:41:09 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 03:41:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 03:41:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 03:41:09 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 03:41:09 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 03:41:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 03:41:09 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 03:41:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 03:41:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:41:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:41:09 DEBUG juju.network including address public:172.30.9.201 for machine machine-2: 03:41:09 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 03:41:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 03:41:09 DEBUG juju.network including address local-machine:::1 for machine machine-2: 03:41:09 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] machine-2: 03:41:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 03:41:09 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] machine-2: 03:41:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 03:41:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 03:41:09 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 03:41:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 03:41:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:41:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:41:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 03:41:09 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-2: 03:41:09 DEBUG juju.network including address local-machine:::1 for machine machine-2: 03:41:09 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 03:41:09 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 03:41:09 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 03:41:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 03:41:09 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 03:41:09 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 03:41:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.logger logger setup machine-2: 03:41:09 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 03:41:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 03:41:09 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 03:41:09 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 03:41:09 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 03:41:09 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 03:41:09 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 03:41:09 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 03:41:09 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB] machine-2: 03:41:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 03:41:10 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} machine-2: 03:41:10 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 03:41:10 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: 03:41:10 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 03:41:10 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: 03:41:10 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 03:41:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 03:41:10 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 03:41:10 INFO juju.worker.machiner "machine-2" started machine-2: 03:41:10 DEBUG juju.worker start "2-container-watcher" machine-2: 03:41:10 DEBUG juju.worker start "stateconverter" machine-2: 03:41:10 INFO juju.worker start "2-container-watcher" machine-2: 03:41:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 03:41:10 DEBUG juju.worker "2-container-watcher" started machine-2: 03:41:10 INFO juju.worker start "stateconverter" machine-2: 03:41:10 DEBUG juju.worker "stateconverter" started machine-2: 03:41:10 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 03:41:10 DEBUG juju.service discovered init system "upstart" from local host unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:441 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5,530 B] machine-2: 03:41:10 DEBUG juju.worker.deployer state addresses: ["192.168.121.9:37017"] machine-2: 03:41:10 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "172.30.9.201:17070"] machine-2: 03:41:10 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: 03:41:10 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 03:41:10 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: 03:41:10 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 03:41:10 DEBUG juju.worker start "api" unit-oai-epc-0: 03:41:10 INFO juju.worker start "api" unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 03:41:10 DEBUG juju.worker "api" started unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 03:41:10 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:41:10 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:41:10 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:442 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rake all 10.5.0-2 [48.2 kB] unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:443 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 subversion amd64 1.9.3-2ubuntu1.1 [308 kB] unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:444 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] machine-2: 03:41:10 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:d8:19:c1 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.11 [] [] []} {2 fa:16:3e:d8:19:c1 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:445 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl8.6 amd64 8.6.5+dfsg-2 [14.2 kB] unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:446 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl amd64 8.6.0+9 [5,146 B] unit-oai-epc-0: 03:41:10 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 03:41:10 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 03:41:10 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 03:41:10 DEBUG juju.api RPC connection died unit-oai-epc-0: 03:41:10 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 03:41:10 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 03:41:10 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:41:10 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:41:10 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:41:10 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 texlive-binaries amd64 2015.20160222.37495-1 [7,325 kB] machine-2: 03:41:11 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:d8:19:c1 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.11 [] [] []} {2 fa:16:3e:d8:19:c1 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 03:41:11 DEBUG unit.abot-epc-basic/0.install Get:448 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-utils all 1.1.1-1ubuntu1.16.04.3 [59.6 kB] unit-abot-epc-basic-0: 03:41:11 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-oai-epc-0: 03:41:11 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 03:41:11 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 03:41:11 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 03:41:11 DEBUG juju.network including address public:172.30.9.201 for machine unit-oai-epc-0: 03:41:11 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-epc-0: 03:41:11 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 03:41:11 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 03:41:11 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 03:41:11 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 03:41:11 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: fortress operation aborted unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 03:41:11 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 03:41:11 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 03:41:11 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 03:41:11 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: 03:41:11 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 03:41:11 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 03:41:11 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 03:41:11 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 03:41:11 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 03:41:11 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 03:41:11 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 03:41:11 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 03:41:11 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 03:41:11 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 03:41:12 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 03:41:12 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 03:41:12 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 03:41:12 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 03:41:12 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 03:41:12 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 03:41:12 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 03:41:12 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 03:41:12 DEBUG httpbakery } -> error unit-oai-epc-0: 03:41:12 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 03:41:12 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 03:41:12 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 03:41:12 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 03:41:12 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 03:41:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 03:41:12 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 03:41:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 03:41:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 03:41:12 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: 03:41:12 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 03:41:12 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 03:41:12 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: 03:41:13 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.8 [701 kB] unit-abot-epc-basic-0: 03:41:13 DEBUG unit.abot-epc-basic/0.install Get:450 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base all 2015.20160320-1ubuntu0.1 [851 kB] unit-abot-epc-basic-0: 03:41:13 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-oai-epc-0: 03:41:13 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.8 [2672 kB] unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (1976 kB/s) unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-epc-0: 03:41:14 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 03:41:15 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:41:15 DEBUG unit.abot-epc-basic/0.install Get:452 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk8.6 amd64 8.6.5-1 [12.2 kB] unit-abot-epc-basic-0: 03:41:15 DEBUG unit.abot-epc-basic/0.install Get:453 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tk amd64 8.6.0+9 [3,178 B] unit-abot-epc-basic-0: 03:41:16 DEBUG unit.abot-epc-basic/0.install Get:454 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 03:41:16 DEBUG unit.abot-epc-basic/0.install Get:455 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-utils amd64 7.7+3 [189 kB] unit-abot-epc-basic-0: 03:41:16 DEBUG unit.abot-epc-basic/0.install Get:456 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-xserver-utils amd64 7.7+7 [155 kB] unit-abot-epc-basic-0: 03:41:16 DEBUG unit.abot-epc-basic/0.install Get:457 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xbitmaps all 1.1.1-2 [28.1 kB] unit-abot-epc-basic-0: 03:41:16 DEBUG unit.abot-epc-basic/0.install Get:458 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 xmlstarlet amd64 1.6.1-1ubuntu1 [96.0 kB] unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 03:41:16 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 03:41:16 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 03:41:17 DEBUG unit.abot-epc-basic/0.install Get:460 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB] unit-abot-epc-basic-0: 03:41:17 DEBUG unit.abot-epc-basic/0.install Get:461 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] unit-abot-epc-basic-0: 03:41:17 DEBUG unit.abot-epc-basic/0.install Get:462 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dbg amd64 2.23-0ubuntu10 [3,683 kB] unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 03:41:17 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: 03:41:17 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (34.3 kB/s) unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-epc-0: 03:41:17 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:17 DEBUG unit.abot-epc-basic/0.install Get:463 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB] unit-abot-epc-basic-0: 03:41:17 DEBUG unit.abot-epc-basic/0.install Get:464 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [4,456 B] unit-abot-epc-basic-0: 03:41:17 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-oai-epc-0: 03:41:18 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-oai-epc-0: 03:41:18 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:41:18 DEBUG unit.abot-epc-basic/0.install Get:466 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 liboctave-dev amd64 4.0.0-3ubuntu9.2 [492 kB] unit-abot-epc-basic-0: 03:41:18 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-oai-epc-0: 03:41:18 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 03:41:18 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-oai-epc-0: 03:41:18 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 03:41:18 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 03:41:18 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 03:41:19 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 6% Extracting templates from packages: 12% Extracting templates from packages: 19% Extracting templates from packages: 25% Extracting templates from packages: 32% Extracting templates from packages: 38% Extracting templates from packages: 44% Extracting templates from packages: 51% Extracting templates from packages: 57% Extracting templates from packages: 64% Extracting templates from packages: 70% Extracting templates from packages: 76% Extracting templates from packages: 83% Extracting templates from packages: 89% Extracting templates from packages: 96% Extracting templates from packages: 100% unit-abot-epc-basic-0: 03:41:19 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 03:41:19 DEBUG unit.abot-epc-basic/0.install Fetched 291 MB in 1min 25s (3,384 kB/s) unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:19 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: 03:41:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 03:41:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 03:41:19 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67239 files and directories currently installed.) unit-abot-epc-basic-0: 03:41:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 03:41:19 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 03:41:19 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-oai-epc-0: 03:41:20 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-oai-epc-0: 03:41:21 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-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-oai-epc-0: 03:41:21 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-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-oai-epc-0: 03:41:21 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: 03:41:21 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 03:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-oai-epc-0: 03:41:21 DEBUG unit.oai-epc/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1589 kB/s) unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 03:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 03:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 03:41:22 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 03:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 03:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-oai-epc-0: 03:41:23 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 03:41:23 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 03:41:23 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 03:41:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 03:41:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.12_all.deb ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:41:24 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:41:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 03:41:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 03:41:24 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 03:41:24 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:41:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 03:41:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-oai-epc-0: 03:41:26 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 03:41:26 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 03:41:26 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-epc-0: 03:41:26 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-epc-0: 03:41:26 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 03:41:27 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 03:41:27 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 03:41:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:41:28 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 03:41:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 03:41:28 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 03:41:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 03:41:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 03:41:28 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 03:41:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 03:41:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:41:28 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-epc-0: 03:41:29 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 03:41:29 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 03:41:29 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 03:41:29 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 03:41:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 03:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 03:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 03:41:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 03:41:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 03:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput-bin_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput10_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 03:41: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: 03:41:35 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 03:41: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: 03:41:35 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 03:41:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:41:35 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 03:41: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: 03:41:35 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 03:41:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:41:35 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 03:41:35 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 03:41:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 03:41:36 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: 03:41:36 DEBUG unit.oai-epc/0.install --2018-09-02 03:41:36-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 0K ....... 37.4M=0s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 2018-09-02 03:41:36 (37.4 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install --2018-09-02 03:41:36-- 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: 03:41:36 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 03:41:36 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: 03:41:36 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 369K 3s unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 368K 3s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 372K 3s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 33.7M 2s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 40.5M 1s unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 377K 1s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 53.3M 1s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 61.0M 1s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 61.4M 1s unit-oai-epc-0: 03:41:36 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 59.5M 1s unit-abot-epc-basic-0: 03:41:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 03:41:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 381K 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 52.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 58.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 57.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 53.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 61.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 58.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 80.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 64.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 74.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 77.4M 0s unit-abot-epc-basic-0: 03:41:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 1.56M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 272K=0.8s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2018-09-02 03:41:37 (1.36 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: 03:41:37 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install --2018-09-02 03:41:37-- 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: 03:41:37 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 03:41:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 03:41:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 03:41:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 03:41:37 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: 03:41:37 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 57.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 50.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 57.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 57.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 50.2M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 69.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 67.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 73.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 61.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 71.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 71.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 75.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 57.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 111M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 104M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 126M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 112M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 126M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 122M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 129M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 106M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 127M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 415K 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 66.9M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 48.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 56.6M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 44.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 58.5M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 60.6M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 69.1M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 65.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 68.8M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 69.4M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 74.5M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 64.4M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 74.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 17.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 298M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 281M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 392M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 357M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 341M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 308M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 369M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 364M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 415M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 309M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 416M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 366M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 380M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 75.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 69.8M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 71.3M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 76.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 61.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 76.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 73.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 79.5M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 114M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 122M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 122M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 122M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 99.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 121M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 126M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 443K 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 54.8M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 38.9M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 50.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 67.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 58.9M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 52.1M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 60.7M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 63.3M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 67.4M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 57.8M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 64.6M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 72.5M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 64.4M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 62.9M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 72.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 68.6M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 67.3M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 59.4M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 70.6M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 65.8M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 71.8M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 61.9M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 61.7M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 62.3M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 73.2M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 61.4M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 65.7M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 66.5M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 62.4M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 55.0M 1s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 96.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 98.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 99.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 90.2M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 102M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 100M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 104M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 94.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 98.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 108M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 97.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 94.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 101M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 105M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 95.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 93.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 107M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 108M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 100M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 95.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 99.2M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 105M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 105M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 93.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 98.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 501K 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 45.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 53.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 58.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 57.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 73.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 72.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 77.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 67.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 70.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 66.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 64.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 63.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 66.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 74.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 64.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 62.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 67.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 71.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 77.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 56.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 75.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 68.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 67.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 58.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 72.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 73.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 74.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 64.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 80.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 59.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 46.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 62.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 85.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 82.2M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 89.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 80.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 99.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 104M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 107M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 87.2M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 108M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 99.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 471K 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 82.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 81.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 81.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 79.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 69.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 67.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 81.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 85.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 91.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 73.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 74.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 72.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 101M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 96.6M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 65.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 55.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 60.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 61.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 63.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 53.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 63.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 59.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 64.5M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 55.2M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 63.4M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 62.0M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 61.2M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 52.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 63.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 65.9M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 64.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 67.8M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 67.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 90.7M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 106M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 93.1M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 103M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 101M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 101M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 92.3M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 102M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 109M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 106M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 102M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 121M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 123M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 104M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 100M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 116M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 117M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 127M 0s unit-oai-epc-0: 03:41:37 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 106M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 492K 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 56.9M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 47.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 56.0M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 58.8M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 67.0M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 69.8M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 70.6M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 66.9M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 79.7M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 69.6M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 71.1M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 81.2M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 76.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 73.0M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 105M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 121M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 89.1M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 72.1M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 72.4M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 83.7M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 68.7M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 45.6M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 43.5M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 58.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 77.1M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 77.5M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 61.4M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 74.8M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 77.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 73.1M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 66.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 80.1M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 95.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 99.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 89.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 91.7M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 99.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 104M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 89.3M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 96.7M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 103M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 105M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 90.1M 0s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 96.3M=0.7s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2018-09-02 03:41:38 (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-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install --2018-09-02 03:41:38-- 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: 03:41:38 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 03:41:38 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: 03:41:38 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 42.3M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 52.9M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 52.8M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 50.0M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 46.1M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 61.3M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 60.7M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 59.1M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 55.0M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 79.0M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 79.8M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 84.1M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 74.2M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 80.0M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 74.5M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 102M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 59.1M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 65.4M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 66.1M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 62.8M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 56.4M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 62.3M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 64.0M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 65.0M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 55.7M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 59.9M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 59.7M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 61.7M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 54.4M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 61.8M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 62.8M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 61.8M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 52.6M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 58.4M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 101M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 100M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 89.4M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 105M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 107M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 103M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 93.1M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 105M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 94.1M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 92.9M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 102M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 103M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 90.8M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 94.2M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 106M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 92.7M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 94.5M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 100M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 107M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 104M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 92.2M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 102M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 102M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 102M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 92.0M 1s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 520K 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 57.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 50.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 74.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 56.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 57.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 66.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 68.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 64.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 66.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 81.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 72.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 63.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 66.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 73.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 101M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 73.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 66.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 70.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 67.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 54.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 67.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 78.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 80.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 60.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 70.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 76.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 78.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 67.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 74.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 69.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 89.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 81.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 90.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 86.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 105M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 72.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 112M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 90.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 78.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 105M 2s unit-abot-epc-basic-0: 03:41:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 03:41:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 468K 3s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 55.0M 3s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 42.5M 3s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 58.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 51.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 56.4M 2s unit-abot-epc-basic-0: 03:41:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 47.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 64.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 59.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 71.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 56.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 71.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 63.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 60.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 47.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 58.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 59.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 56.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 53.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 60.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 54.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 76.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 54.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 61.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 59.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 62.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 54.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 60.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 59.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 70.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 60.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 63.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 69.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 60.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 55.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 97.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 90.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 85.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 99.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 87.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 99.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 90.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 99.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 92.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 87.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 100M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 86.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 97.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 531K 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 57.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 54.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 52.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 55.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 60.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 63.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 60.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 63.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 61.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 57.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 62.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 73.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 66.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 80.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 56.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 64.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 68.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 75.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 65.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 69.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 65.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 66.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 63.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 68.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 72.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 74.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 61.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 73.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 66.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 84.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 61.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 69.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 68.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 77.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 62.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 72.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 68.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 67.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 73.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 98.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 106M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 475K 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 43.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 42.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 42.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 49.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 55.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 60.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 53.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 58.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 61.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 62.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 63.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 72.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 75.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 77.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 64.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 73.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 74.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 71.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 64.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 74.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 75.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 72.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 66.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 70.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 76.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 82.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 67.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 82.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 85.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 93.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 56.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 70.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 82.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 67.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 91.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 105M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 101M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 108M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 94.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 94.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 60.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 58.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 61.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 108M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 97.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 92.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 99.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 105M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 106M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 91.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 106M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 106M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 91.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 105M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 109M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 106M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 1.73M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 51.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 93.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 731K 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 43.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 64.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 49.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 77.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 61.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 67.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 62.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 71.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 73.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 74.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 65.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 67.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 73.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 72.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 63.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 76.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 76.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 70.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 69.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 71.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 69.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 60.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 62.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 66.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 76.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 81.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 63.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 75.2M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 81.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 71.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 64.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 80.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 79.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 74.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 79.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 106M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 101M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 34.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 64.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 68.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 89.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 89.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 82.7M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 53.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 99.1M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 1.46M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 50.6M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 49.4M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 48.8M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 54.0M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 41.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 58.3M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 99.9M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 106M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 91.5M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 103M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 104M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 102M 2s unit-oai-epc-0: 03:41:38 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 89.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 830K 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 47.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 52.7M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 51.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 66.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 57.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 50.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 63.7M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 66.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 94.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 61.5M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 72.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 71.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 74.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 65.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 88.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 69.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 75.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 83.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 12.5M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 62.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 66.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 60.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 59.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 66.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 65.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 64.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 60.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 68.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 87.7M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 102M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 94.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 107M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 97.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 95.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 63.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 67.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 67.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 66.7M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 59.7M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 72.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 78.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 95.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 88.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 102M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 98.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 1.57M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 15.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 41.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 31.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 55.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 93.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 89.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 77.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 82.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 821K 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 32.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 40.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 39.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 54.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 74.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 74.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 65.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 67.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 82.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 69.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 63.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 74.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 67.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 90.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 89.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 104M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 105M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 97.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 85.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 103M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 13.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 65.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 67.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 70.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 57.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 66.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 64.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 55.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 56.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 77.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 102M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 103M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 89.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 91.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 74.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 66.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 56.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 68.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 73.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 68.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 56.7M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 96.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 103M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 87.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 107M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 1.61M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 47.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 91.9M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 13.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 54.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 50.5M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 66.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 79.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 817K 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 17.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 31.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 26.3M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 32.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 41.6M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 27.5M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 38.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 73.4M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 74.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 89.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 74.8M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 81.0M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 76.2M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 95.5M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 101M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 87.1M 2s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 86.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 38.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 52.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 85.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 52.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 36.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 32.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 28.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 66.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 38.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 33.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 51.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 41.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 50.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 87.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 94.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 94.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 89.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 58.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 43.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 50.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 49.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 61.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 68.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 73.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 74.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 73.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 54.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 90.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 48.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 50.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 2.52M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 27.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 47.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 96.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 86.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 33.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 57.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 771K 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 29.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 32.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 51.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 58.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 67.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 77.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 74.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 90.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 88.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 95.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 65.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 87.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 79.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 75.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 106M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 9.51M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 67.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 58.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 68.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 68.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 66.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 58.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 66.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 70.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 67.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 83.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 87.0M 1s machine-3: 03:41:39 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 03:41:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 03:41:39 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 72.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 77.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 79.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 80.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 71.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 79.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 74.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 78.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 86.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 74.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 63.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 103M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 1.56M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 35.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 53.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 38.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 36.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 36.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 38.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 58.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 91.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 89.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 96.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 85.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 109M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 98.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 97.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 83.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 100M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 102M 1s unit-abot-epc-basic-0: 03:41:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 03:41:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 832K 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 29.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 34.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 61.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 44.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 77.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 87.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 52.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 48.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 51.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 71.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 108M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 96.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 103M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 89.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 107M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 107M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 28.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 48.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 52.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 54.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 67.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 83.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 68.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 67.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 75.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 80.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 73.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 90.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 103M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 22.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 69.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 66.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 58.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 69.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 64.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 63.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 74.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 104M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 103M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 101M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 1.64M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 30.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 47.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 53.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 54.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 59.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 56.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 59.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 77.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 60.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 97.3M 1s unit-abot-epc-basic-0: 03:41:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 769K 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 30.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 37.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 30.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 68.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 42.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 34.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 46.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 73.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 86.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 75.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 75.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 83.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 98.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 83.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 52.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 48.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 47.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 42.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 48.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 46.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 67.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 46.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 99.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 101M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 92.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 99.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 98.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 97.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 93.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 80.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 51.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 42.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 47.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 49.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 79.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 89.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 104M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 102M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 101M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 91.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 105M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 108M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 1.86M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 37.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 49.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 56.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 43.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 46.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 53.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 55.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 42.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 81.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 88.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 88.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 83.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 1.37M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 1.78M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 68.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 46.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 60.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 54.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 42.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 64.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 49.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 63.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 39.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 91.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 58.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 9.78M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 55.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 43.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 55.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 47.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 65.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 61.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 90.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 73.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 93.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 68.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 105M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 104M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 104M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 89.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 107M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 22.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 59.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 65.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 65.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 66.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 61.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 66.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 68.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 103M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 92.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 105M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 103M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 108M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 1.84M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 52.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 58.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 52.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 61.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 61.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 74.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 67.2M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 84.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 77.0M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 76.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 78.7M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 87.6M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 76.5M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 99.1M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 91.9M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 1.36M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 51.4M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 77.8M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 92.3M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 1.90M 1s unit-oai-epc-0: 03:41:39 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 34.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 8.09M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 52.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 53.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 48.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 55.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 89.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 99.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 85.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 105M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 64.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 59.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 71.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 74.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 77.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 53.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 74.8M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 71.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 64.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 66.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 58.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 71.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 80.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 11.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 66.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 58.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 66.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 74.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 106M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 85.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 69.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 64.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 63.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 81.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 106M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 1.84M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 35.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 42.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 48.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 43.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 43.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 49.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 49.8M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 93.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 56.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 58.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 102M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 101M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 101M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 90.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 102M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 101M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 107M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 90.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 1.51M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 60.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 72.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 101M 1s machine-3: 03:41:40 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 03:41:40 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 03:41:40 DEBUG juju.worker start "engine" machine-3: 03:41:40 INFO juju.worker start "engine" machine-3: 03:41:40 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 03:41:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 03:41:40 DEBUG juju.worker "engine" started machine-3: 03:41:40 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 1.88M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 03:41:40 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 03:41:40 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 03:41:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 5.18M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 52.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 52.9M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 51.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 50.0M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 77.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 60.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 61.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 53.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 61.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 69.8M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 85.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 65.8M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 66.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 72.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 64.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 79.8M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 71.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 99.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 106M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 89.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 107M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 101M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 106M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 34.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 66.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 70.8M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 63.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 81.5M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 03:41:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 13.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 49.6M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 54.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 65.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 102M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 104M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 03:41:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.apicaller connecting with old password machine-3: 03:41:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 03:41:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 03:41:40 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 03:41:40 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:41:40 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:41:40 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 03:41:40 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:41:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 2.04M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 52.1M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 56.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 60.1M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 50.2M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 66.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 81.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 88.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 64.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 66.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 80.9M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 78.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 53.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 52.4M 1s machine-3: 03:41:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 1.34M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 45.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 47.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 53.1M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 65.4M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 82.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 102M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 106M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 101M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 1.46M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 50.8M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 51.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 46.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 52.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 67.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 67.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 54.3M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 60.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 101M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 66.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 62.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 64.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 76.5M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 75.9M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 61.0M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 101M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 102M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 99.7M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 94.2M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 96.6M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 107M 1s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 72.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 53.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 61.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 66.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 101M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 88.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 102M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 11.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 52.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 64.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 60.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 80.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 106M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 124M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 2.27M 0s machine-3: 03:41:40 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 51.9M 0s machine-3: 03:41:40 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 56.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 54.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 56.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 58.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 82.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 82.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 58.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 68.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 58.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 93.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 66.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 67.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 87.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 1.36M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 58.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 64.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 59.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 54.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 1.30M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 56.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 49.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 49.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 42.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 47.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 51.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 55.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 54.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 63.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 62.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 65.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 73.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 102M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 96.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 104M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 87.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 104M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 84.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 64.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 54.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 60.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 62.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 64.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 71.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 103M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 101M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 99.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 90.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 98.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 108M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 96.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 16.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 53.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 64.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 61.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 80.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 93.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 103M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 2.54M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 52.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 62.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 53.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 62.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 62.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 91.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 62.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 61.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 73.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 80.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 64.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 62.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 72.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 80.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 71.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 100M 0s machine-3: 03:41:40 DEBUG juju.worker.apicaller password changed machine-3: 03:41:40 DEBUG juju.api RPC connection died machine-3: 03:41:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 1.38M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 62.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 49.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 77.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 57.0M 0s machine-3: 03:41:40 DEBUG juju.worker.apicaller connecting with current password machine-3: 03:41:40 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:41:40 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:41:40 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.1_all.deb ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 1.22M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 45.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 45.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 51.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 47.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 59.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 55.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 70.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 67.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 64.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 101M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 104M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 97.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 92.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 79.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 63.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 62.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 54.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 57.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 63.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 60.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 86.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 87.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 100M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 102M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 83.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 15.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 65.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 57.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 98.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 66.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 63.4M 0s unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 56.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 63.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 85.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 90.0M 0s unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 2.86M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 50.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 62.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 63.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 61.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 78.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 65.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 71.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 62.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 62.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 68.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 85.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 67.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 59.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 68.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 65.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 99.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 82.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 99.0M 0s unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 1.43M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 61.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 49.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 78.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 61.4M 0s unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 1.13M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 54.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 38.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 48.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 51.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 60.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 77.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 90.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 92.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 98.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 54.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 58.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 60.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 59.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 54.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 62.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 78.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 101M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 89.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 104M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 104M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 97.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 89.1M 0s unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 16.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 69.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 64.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 61.6M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 65.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 104M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 103M 0s unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 2.52M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 53.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 43.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 50.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 48.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 51.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 50.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 56.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 62.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 72.8M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 62.1M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 72.9M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 65.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 81.4M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 89.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 106M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 89.7M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 94.0M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 89.5M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 102M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 95.2M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 104M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 89.2M 0s unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 1.57M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 78.3M 0s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 53750K ...... 100% 32.6M=2.5s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install 2018-09-02 03:41:40 (20.6 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: 03:41:40 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install FINISHED --2018-09-02 03:41:40-- unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install Total wall clock time: 4.8s unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.1s (16.3 MB/s) unit-oai-epc-0: 03:41: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: 03:41:40 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-epc-0: 03:41: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-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-oai-epc-0: 03:41:40 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... machine-3: 03:41:41 DEBUG juju.worker.apicaller connected machine-3: 03:41:41 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. machine-3: 03:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 03:41:41 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 03:41:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... machine-3: 03:41:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 03:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. machine-3: 03:41:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... machine-3: 03:41:41 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 03:41:41 INFO juju.worker.upgrader unblocking abort check machine-3: 03:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 03:41:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 03:41:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. machine-3: 03:41:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... machine-3: 03:41:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... machine-3: 03:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 03:41:41 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 03:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 03:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.logger logger setup machine-3: 03:41:41 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 03:41:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 03:41:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:41:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:41:41 DEBUG juju.network including address public:172.30.9.201 for machine machine-3: 03:41:41 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 03:41:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 03:41:41 DEBUG juju.network including address local-machine:::1 for machine machine-3: 03:41:41 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] machine-3: 03:41:41 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 03:41:41 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] machine-3: 03:41:41 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 03:41:41 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:41:41 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:41:41 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 03:41:41 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-3: 03:41:41 DEBUG juju.network including address local-machine:::1 for machine machine-3: 03:41:41 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 03:41:41 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 03:41:41 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 03:41:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 03:41:41 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 03:41:41 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 03:41:41 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 03:41:41 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 03:41:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 03:41: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-3: 03:41:41 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 03:41:41 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 03:41:41 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 03:41:41 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 03:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 03:41:41 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} machine-3: 03:41:41 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 03:41: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-3: 03:41:41 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 03:41:41 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. machine-3: 03:41:41 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 03:41:41 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 03:41:41 DEBUG juju.worker start "3-container-watcher" machine-3: 03:41:41 DEBUG juju.worker start "stateconverter" machine-3: 03:41:41 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 03:41:41 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 03:41:41 INFO juju.worker start "3-container-watcher" machine-3: 03:41:41 DEBUG juju.worker "3-container-watcher" started machine-3: 03:41:41 INFO juju.worker start "stateconverter" machine-3: 03:41:41 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 03:41:41 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... machine-3: 03:41:41 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 03:41:41 INFO juju.worker.deployer deploying unit "oai-hss/0" unit-abot-epc-basic-0: 03:41:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... machine-3: 03:41:41 INFO juju.worker.machiner "machine-3" started machine-3: 03:41:41 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 03:41:41 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 03:41:41 DEBUG juju.service discovered init system "upstart" from local host machine-3: 03:41:41 DEBUG juju.worker.deployer state addresses: ["192.168.121.9:37017"] machine-3: 03:41:41 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "172.30.9.201:17070"] machine-3: 03:41:41 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: 03:41:41 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 03:41:41 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: 03:41:41 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 03:41:41 DEBUG juju.worker start "api" unit-oai-hss-0: 03:41:41 INFO juju.worker start "api" unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 03:41:41 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 03:41:41 DEBUG juju.worker "api" started unit-oai-hss-0: 03:41:41 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 03:41:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 03:41:42 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 03:41:42 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41: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-hss-0: 03:41:42 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:41:42 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:41:42 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 03:41:42 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 03:41:42 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 03:41:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 03:41:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:42 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 03:41:42 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 03:41:42 DEBUG juju.api RPC connection died unit-oai-hss-0: 03:41:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 03:41:42 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:32:d0:c3 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.14 [] [] []} {2 fa:16:3e:32:d0:c3 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 03:41:42 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 03:41:42 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:41:42 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:41:42 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:41:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 03:41:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:42 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-hss-0: 03:41:43 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 03:41:43 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 03:41:43 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 03:41:43 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 03:41:43 DEBUG juju.network including address public:172.30.9.201 for machine unit-oai-hss-0: 03:41:43 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-hss-0: 03:41:43 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 03:41:43 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 03:41:43 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 03:41:43 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 03:41:43 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 03:41:43 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 03:41:43 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 03:41:43 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 03:41:43 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: 03:41:43 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 03:41:43 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 03:41:43 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-hss-0: 03:41:43 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 03:41:43 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 03:41:43 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 03:41:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 03:41:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-oai-hss-0: 03:41:43 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 03:41:43 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 03:41:43 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 03:41:44 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 03:41:44 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 03:41:44 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 03:41:44 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 03:41:44 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 03:41:44 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 03:41:44 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 03:41:44 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 03:41:44 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 03:41:44 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 03:41:44 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 03:41:44 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 03:41:44 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 03:41:44 DEBUG httpbakery } -> error unit-oai-hss-0: 03:41:44 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 03:41:44 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-abot-epc-basic-0: 03:41:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 03:41:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 03:41:44 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 03:41:44 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 03:41:44 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 03:41:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 03:41:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 03:41:47 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 03:41:47 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 03:41:47 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 03:41:47 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 03:41:47 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 03:41: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-hss-0: 03:41:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + export juju=set unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install ++ config-get branch unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-oai-hss-0: 03:41:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 03:41:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 03:41:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-epc-0: 03:41:47 DEBUG unit.oai-epc/0.install Done. unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-epc-0: 03:41:47 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:41:47 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: 03:41:47 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 03:41:47 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 03:41:48 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.8 [701 kB] unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:41:48 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.8 [2672 kB] unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:41:48 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-hss-0: 03:41:48 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (3011 kB/s) unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-oai-hss-0: 03:41:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... unit-oai-hss-0: 03:41:49 DEBUG unit.oai-hss/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-hss-0: 03:41:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-oai-hss-0: 03:41:49 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 03:41:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 03:41:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-hss-0: 03:41:49 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 03:41:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 03:41:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 03:41:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 03:41:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-hss-0: 03:41:50 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-oai-hss-0: 03:41:51 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 03:41:52 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-oai-hss-0: 03:41:52 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-hss-0: 03:41:52 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 03:41:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 03:41:53 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 03:41:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 03:41:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 03:41:53 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 03:41:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 03:41:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 03:41:53 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 03:41:53 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-abot-epc-basic-0: 03:41:53 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 03:41:54 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (34.7 kB/s) unit-oai-hss-0: 03:41:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 03:41:54 DEBUG unit.oai-hss/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-hss-0: 03:41:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 03:41:54 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-oai-hss-0: 03:41:54 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 03:41:55 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 03:41:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 03:41:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-oai-epc-0: 03:41:55 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 03:41:55 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-epc-0: 03:41:55 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 03:41:55 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-epc-0: 03:41:55 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 03:41:55 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 03:41:55 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: 03:41:55 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: 03:41:55 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 03:41:55 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 03:41:55 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 03:41:55 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:41:56 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: 03:41:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 03:41:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 03:41:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 03:41:56 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 03:41:56 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 03:41:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 03:41:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:56 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 03:41:57 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 03:41:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 03:41:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 03:41:57 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 03:41:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 03:41:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 03:41:57 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-oai-hss-0: 03:41:58 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 03:41:58 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-oai-hss-0: 03:41:58 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: 03:41:58 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: 03:41:58 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-hss-0: 03:41:58 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 2s (1487 kB/s) unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 03:41:59 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 03:41:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 03:41:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:41:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 03:42:00 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 03:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 03:42:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 03:42:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 03:42:01 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-oai-hss-0: 03:42:01 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 03:42:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 03:42:01 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:42:01 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 03:42:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:01 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:42:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 03:42:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:42:02 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:42:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 03:42:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:42:02 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-oai-hss-0: 03:42:02 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 03:42:02 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: 03:42:02 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: 03:42:03 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 03:42:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 03:42:03 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-oai-epc-0: 03:42:03 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-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:03 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: 03:42:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 03:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 03:42:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:42:03 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install done unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 03:42:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 03:42:03 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 03:42:03 DEBUG unit.oai-hss/0.install + echo -n unit-oai-epc-0: 03:42:04 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 03:42:04 INFO juju.worker.uniter.context trying to kill context process 8625 unit-oai-epc-0: 03:42:04 INFO juju.worker.uniter.context waiting for context process 8625 to die unit-oai-epc-0: 03:42:04 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 03:42:04 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 03:42:04 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-epc-0: 03:42:04 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 03:42:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-oai-epc-0: 03:42:04 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:42:04 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 03:42:04 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 03:42:04 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 03:42:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 03:42:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:42:04 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 03:42:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 03:42:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-oai-hss-0: 03:42:04 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' machine-2: 03:42:04 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 03:42:04 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 03:42:04 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 03:42:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-oai-hss-0: 03:42:04 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 03:42:04 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 03:42:04 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 03:42:04 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 03:42:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 03:42:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:42:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 03:42:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:42:06 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:42:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 03:42:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:42:06 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:07 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 03:42:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 03:42:09 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 03:42:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 03:42:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 03:42:09 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 03:42:10 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: 03:42:10 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 03:42:10 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: 03:42:10 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 03:42:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:42:10 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 03:42:10 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: 03:42:10 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 03:42:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:42:10 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 03:42:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 03:42:10 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: 03:42:10 DEBUG unit.oai-hss/0.install --2018-09-02 03:42:10-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install 0K ....... 74.9M=0s unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install 2018-09-02 03:42:10 (74.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:10 DEBUG unit.oai-hss/0.install --2018-09-02 03:42:10-- 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: 03:42:10 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 03:42:11 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: 03:42:11 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 365K 3s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 364K 3s unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 368K 3s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 30.5M 2s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 34.1M 1s unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 373K 2s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 31.6M 1s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 39.4M 1s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 36.9M 1s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 36.0M 1s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 384K 1s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 63.8M 1s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 49.5M 1s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 46.3M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 63.8M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 56.3M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 54.9M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 61.6M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 72.2M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 70.7M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 73.8M 0s unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 1.54M 0s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 271K=0.8s unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install 2018-09-02 03:42:11 (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-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:11 DEBUG unit.oai-hss/0.install --2018-09-02 03:42:11-- 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: 03:42:11 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 03:42:12 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: 03:42:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 19.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 20.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 35.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 30.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 31.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 43.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 115M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 112M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 104M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 112M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 117M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 128M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 101M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 127M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 106M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 122M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 107M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 118M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 127M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 114M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 112M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 119M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 422K 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 46.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 38.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 25.5M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 35.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 39.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 38.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 44.5M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 51.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 54.7M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 46.9M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 51.5M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 51.9M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 54.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 46.7M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 52.7M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 67.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 123M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 108M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 123M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 131M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 117M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 109M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 121M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 121M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 129M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 105M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 131M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 123M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 119M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 116M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 118M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 126M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 117M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 88.4M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 103M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 451K 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 58.7M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 61.5M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 47.2M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 64.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 64.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 67.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 69.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 87.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 82.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 69.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 58.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 65.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 65.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 63.5M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 55.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 62.9M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 65.5M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 66.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 56.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 63.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 64.5M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 66.7M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 60.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 63.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 65.4M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 68.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 55.0M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 68.2M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 107M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 100M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 95.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 99.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 109M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 99.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 96.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 87.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 110M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 100M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 93.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 100M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 106M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 103M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 93.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 100M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 110M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 99.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 469K 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 55.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 48.9M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 59.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 56.2M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 58.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 62.9M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 57.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 61.3M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 60.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 64.1M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 56.8M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 73.6M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 84.7M 1s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 62.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 54.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 64.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 63.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 63.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 54.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 65.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 62.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 63.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 56.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 62.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 66.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 70.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 63.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 93.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 104M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 94.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 90.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 106M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 104M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 99.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 90.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 104M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 100M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 102M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 86.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 104M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 98.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 109M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 89.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 108M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 108M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 104M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 90.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 473K 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 48.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 48.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 52.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 44.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 55.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 60.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 60.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 50.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 61.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 60.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 62.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 52.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 60.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 60.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 61.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 54.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 62.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 62.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 62.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 56.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 71.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 61.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 66.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 72.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 71.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 66.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 97.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 92.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 105M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 106M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 107M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 89.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 108M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 99.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 106M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 88.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 109M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 100M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 110M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 88.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 108M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 100M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 105M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 89.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 110M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 473K 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 57.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 56.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 57.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 49.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 31.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 40.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 40.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 35.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 46.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 56.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 53.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 43.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 49.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 45.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 45.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 44.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 49.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 58.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 69.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 40.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 55.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 68.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 89.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 80.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 89.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 90.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 89.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 76.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 91.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 89.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 89.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 78.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 88.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 89.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 87.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 77.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 68.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 92.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 86.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 79.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 88.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 90.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 92.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 74.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 91.5M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 90.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 497K 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 34.0M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 33.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 38.2M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 43.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 53.7M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 79.1M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 87.6M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 89.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 89.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 64.4M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 90.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 81.9M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 92.3M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 75.8M 0s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 82.5M=0.8s unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install 2018-09-02 03:42:12 (15.4 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: 03:42:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:12 DEBUG unit.oai-hss/0.install --2018-09-02 03:42:12-- 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: 03:42:12 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 03:42:13 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: 03:42:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 27.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 39.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 31.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 26.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 27.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 26.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 28.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 23.6M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 23.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 28.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 27.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 29.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 24.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 31.2M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 75.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 77.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 70.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 84.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 90.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 87.2M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 73.7M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 86.3M 1s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 78.0M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 86.8M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 78.5M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 84.4M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 90.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 84.6M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 79.6M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 89.4M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 85.0M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 93.7M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 75.7M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 91.4M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 81.1M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 89.2M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 73.8M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 86.7M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 88.6M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 86.1M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 71.5M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 91.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 87.2M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 93.4M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 75.5M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 82.5M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 87.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 86.1M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 78.7M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 81.8M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 88.5M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 85.4M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 75.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 89.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 88.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 89.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 72.6M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 90.9M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 87.1M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 92.0M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 79.8M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 586K 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 46.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 50.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 65.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 33.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 69.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 54.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 46.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 69.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 56.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 57.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 64.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 65.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 51.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 41.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 41.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 33.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 69.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 63.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 41.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 46.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 61.1M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 76.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 40.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 47.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 59.4M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 2.32M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 44.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 34.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 44.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 47.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 54.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 45.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 51.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 53.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 53.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 44.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 53.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 86.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 84.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 78.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 92.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 91.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 90.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 77.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 92.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 91.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 93.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 80.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 91.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 90.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 93.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 721K 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 41.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 40.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 40.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 47.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 70.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 61.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 78.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 53.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 71.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 65.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 59.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 51.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 70.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 83.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 58.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 54.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 75.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 68.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 89.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 57.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 68.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 73.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 76.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 68.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 82.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 7.23M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 53.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 47.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 56.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 60.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 91.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 78.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 91.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 89.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 3.12M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 26.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 51.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 49.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 54.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 44.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 57.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 62.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 60.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 56.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 60.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 55.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 80.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 59.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 90.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 89.3M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 661K 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 44.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 43.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 38.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 45.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 49.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 53.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 46.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 50.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 53.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 75.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 62.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 83.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 55.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 54.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 54.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 82.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 62.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 81.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 50.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 68.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 75.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 78.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 79.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 82.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 83.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 88.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 79.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 92.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 89.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 91.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 79.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 83.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 84.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 16.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 53.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 53.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 46.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 81.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 89.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 89.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 3.48M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 41.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 47.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 55.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 52.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 54.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 66.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 52.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 73.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 67.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 70.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 60.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 51.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 77.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 65.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 67.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 58.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 90.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 662K 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 43.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 69.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 67.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 36.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 52.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 65.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 56.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 57.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 62.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 71.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 77.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 78.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 70.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 102M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 67.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 68.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 63.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 94.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 70.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 81.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 72.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 74.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 72.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 73.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 70.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 5.27M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 65.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 64.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 66.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 73.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 64.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 57.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 63.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 65.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 71.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 86.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 101M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 103M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 103M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 4.66M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 67.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 66.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 55.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 75.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 77.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 85.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 70.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 81.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 67.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 74.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 85.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 77.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 60.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 66.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 68.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 73.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 54.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 67.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 62.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 659K 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 69.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 8.11M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 51.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 46.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 50.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 54.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 60.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 52.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 58.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 61.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 63.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 67.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 61.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 71.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 87.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 64.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 73.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 93.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 102M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 88.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 104M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 98.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 106M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 89.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 107M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 96.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 9.70M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 67.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 63.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 80.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 68.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 17.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 56.1M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 61.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 63.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 103M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 91.9M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 4.93M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 63.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 74.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 75.1M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 58.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 68.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 76.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 72.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 58.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 87.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 79.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 69.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 75.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 73.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 78.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 78.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 76.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 74.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 87.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 76.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 65.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 102M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 106M 2s unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 03:42:13 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 596K 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 55.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 50.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 56.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 53.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 62.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 53.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 82.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 61.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 75.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 70.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 75.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 77.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 77.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 81.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 106M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 107M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 105M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 91.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 106M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 7.94M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 58.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 70.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 69.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 66.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 64.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 103M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 101M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 105M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 18.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 68.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 68.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 59.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 75.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 102M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 105M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 6.55M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 68.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 65.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 62.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 73.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 75.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 73.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 63.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 84.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 78.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 72.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 64.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 85.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 72.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 75.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 66.2M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 89.9M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 75.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 71.4M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 66.1M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 99.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 581K 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 58.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 48.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 53.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 54.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 57.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 56.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 62.1M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 73.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 70.2M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 66.7M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 73.5M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 89.3M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 104M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 92.6M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 105M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 106M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 108M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 88.9M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 9.42M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 67.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 59.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 68.4M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 66.8M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 66.0M 2s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 63.3M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 106M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 105M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 106M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 14.2M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 70.1M 1s unit-oai-hss-0: 03:42:13 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 71.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 58.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 68.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 67.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 87.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 93.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 10.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 67.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 60.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 75.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 80.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 73.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 63.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 73.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 78.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 82.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 68.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 75.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 73.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 71.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 69.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 86.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 71.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 71.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 64.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 104M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 562K 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 58.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 45.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 72.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 55.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 59.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 56.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 65.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 64.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 71.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 87.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 108M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 108M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 87.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 9.73M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 69.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 66.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 67.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 59.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 66.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 65.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 68.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 69.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 101M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 100M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 101M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 93.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 28.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 21.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 65.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 68.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 72.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 57.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 76.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 105M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 15.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 68.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 70.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 59.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 68.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 67.7M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 72.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 70.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 77.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 77.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 70.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 60.8M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 74.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 82.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 80.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 65.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 72.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 75.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 93.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 91.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 106M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.18~dfsg~0-0ubuntu2.8_all.deb ... unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 550K 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 61.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 51.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 47.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 50.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 59.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 65.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 78.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 107M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 92.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 10.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 67.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 58.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 66.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 65.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 65.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 56.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 69.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 75.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 94.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 40.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 61.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 14.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 64.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 58.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 64.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 65.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 72.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 91.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 80.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 70.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 60.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 69.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 66.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 69.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 72.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 73.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 78.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 78.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 63.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 69.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 69.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 74.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 69.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 75.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 70.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 74.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 89.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 102M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 537K 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 55.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 54.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 46.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 53.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 61.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 94.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 91.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 99.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 14.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 65.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 65.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 56.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 64.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 63.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 63.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 57.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 64.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 96.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 90.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 55.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 56.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 68.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 11.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 62.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 67.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 64.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 55.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 67.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 65.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 66.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 62.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 69.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 66.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 91.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 59.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 69.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 74.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 73.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 67.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 79.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 75.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 77.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 59.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 72.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 83.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 91.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 102M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 89.1M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 536K 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 45.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 48.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 52.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 49.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 86.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 92.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 89.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 88.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 21.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 62.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 60.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 53.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 63.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 62.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 64.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 65.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 63.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 94.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 90.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 90.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 62.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 57.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 61.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 99.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 91.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 9.42M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 59.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 62.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 61.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 60.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 55.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 63.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 66.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 67.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 57.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 69.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 74.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 82.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 59.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 79.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 70.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 64.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 67.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 83.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 88.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 89.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 102M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 99.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 88.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 541K 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 54.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 79.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 46.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 53.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 52.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 46.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 77.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 95.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 34.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 70.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 59.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 66.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 68.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 73.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 63.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 63.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 72.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 73.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 74.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 75.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 75.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 70.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 68.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 63.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 66.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 6.94M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 62.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 64.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 56.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 70.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 64.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 64.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 52.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 68.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 63.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 75.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 61.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 71.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 72.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 78.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 61.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 69.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 92.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 91.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 102M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 108M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 91.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 543K 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 44.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 59.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 73.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 92.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 33.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 54.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 50.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 50.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 78.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 68.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 60.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 54.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 58.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 61.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 61.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 60.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 62.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 72.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 95.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 65.1M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 92.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 68.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 52.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 66.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 73.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 101M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 91.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 102M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 107M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 95.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 6.79M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 65.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 63.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 58.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 66.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 65.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 64.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 56.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 65.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 67.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 61.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 58.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 76.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 83.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 72.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 63.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 104M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 98.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 90.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 101M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 102M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 100M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 547K 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 43.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 51.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 63.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 79.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 92.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 29.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 54.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 49.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 54.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 42.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 50.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 53.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 58.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 54.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 60.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 93.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 68.0M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 64.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 87.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 82.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 72.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 53.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 70.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 70.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 105M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 91.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 108M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 106M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 89.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 101M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 108M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 7.30M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 59.3M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 71.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 56.8M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 61.5M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 61.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 64.4M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 56.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 64.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 63.9M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 64.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 55.7M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 70.1M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 94.2M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 68.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 65.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 102M 1s unit-abot-epc-basic-0: 03:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 96.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 103M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 92.8M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 99.6M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 107M 1s unit-oai-hss-0: 03:42:14 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 99.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 548K 1s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 45.8M 1s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 47.2M 1s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 49.5M 1s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 80.3M 1s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 86.9M 1s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 97.1M 1s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 104M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 22.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 61.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 61.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 62.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 54.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 62.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 62.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 63.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 69.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 75.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 69.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 72.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 67.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 71.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 69.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 82.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 58.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 85.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 71.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 100M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 89.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 106M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 106M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 109M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 6.74M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 67.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 54.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 73.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 108M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 47.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 64.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 65.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 64.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 67.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 54.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 61.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 64.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 63.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 56.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 63.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 90.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 106M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 94.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 107M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 106M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 103M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 95.0M 0s unit-abot-epc-basic-0: 03:42:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 03:42:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atk-1.0_2.18.0-1_amd64.deb ... unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 552K 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 11.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 57.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 89.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 80.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 88.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 94.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 64.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 72.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 105M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 101M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 105M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 61.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 62.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 65.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 60.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 53.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 59.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 66.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 65.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 53.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 75.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 70.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 73.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 57.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 93.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 84.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 77.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 94.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 99.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 110M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 103M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 91.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 96.9M 0s unit-abot-epc-basic-0: 03:42:15 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 7.97M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 67.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 53.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 63.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 68.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 100M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 104M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 25.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 59.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 66.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 64.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 64.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 55.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 62.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 64.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 62.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 71.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 100M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 101M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 104M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 93.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 109M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 551K 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 51.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 58.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 76.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 45.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 60.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 93.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 105M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 84.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 67.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 65.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 55.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 68.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 102M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 19.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 66.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 57.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 68.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 60.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 68.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 52.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 63.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 62.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 68.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 65.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 72.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 64.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 87.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 93.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 105M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 25.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 95.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 88.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 106M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 13.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 37.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 75.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 82.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 66.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 71.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 104M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 103M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 99.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 13.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 65.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 71.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 57.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 62.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 61.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 65.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 59.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 78.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 105M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 99.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 93.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 107M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 105M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 558K 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 53.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 53.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 51.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 55.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 93.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 87.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 107M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 103M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 104M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 64.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 66.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 64.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 92.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 87.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 12.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 54.0M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 66.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 68.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 69.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 59.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 65.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 73.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 75.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 60.8M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 66.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 81.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 104M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 89.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 103M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 108M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 101M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 9.91M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 70.3M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 65.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 59.4M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 65.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 71.5M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 65.1M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 63.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 103M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 109M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 103M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 95.2M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 22.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 21.6M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 63.9M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 65.7M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 105M 0s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 53750K ...... 100% 50.2M=2.5s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install 2018-09-02 03:42:15 (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: 03:42:15 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install FINISHED --2018-09-02 03:42:15-- unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install Total wall clock time: 4.9s unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.2s (15.9 MB/s) unit-oai-hss-0: 03:42:15 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-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-abot-epc-basic-0: 03:42:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 03:42:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atspi-2.0_2.18.3-4ubuntu1_amd64.deb ... unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 03:42:15 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 03:42:15 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 03:42:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 03:42:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:16 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 03:42:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 03:42:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gdkpixbuf-2.0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 03:42:16 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-oai-hss-0: 03:42:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 03:42:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-hss-0: 03:42:17 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-gtk-3.0_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:17 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:42:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 03:42:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 03:42:18 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 03:42:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:21 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:42:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 03:42:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 03:42:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 03:42:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 03:42:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 03:42:22 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 03:42:22 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 03:42:22 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 03:42:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 03:42:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 03:42:23 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 03:42:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 03:42:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:24 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 03:42:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 03:42:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:24 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 03:42:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 03:42:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc1c2_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 03:42:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:25 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 03:42:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-dev_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 03:42:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:28 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 03:42:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 03:42:28 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 03:42:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsuitesparseconfig4.4.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 03:42:30 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 03:42:30 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 03:42:30 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 03:42:30 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 03:42:30 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 03:42:30 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-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:42:30 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: 03:42:31 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 03:42:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 03:42:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 03:42:31 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 03:42:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 03:42:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdbus-1-dev_1.10.6-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:31 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... machine-2: 03:42:32 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 03:42:32 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 03:42:32 DEBUG juju.agent read agent config, format "2.0" machine-2: 03:42:32 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 03:42:32 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 03:42:32 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: 03:42:32 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 03:42:32 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 03:42:32 DEBUG juju.worker start "api" unit-oai-epc-0: 03:42:32 INFO juju.worker start "api" unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 03:42:32 DEBUG juju.worker "api" started unit-oai-epc-0: 03:42:32 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 03:42:32 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 03:42:32 DEBUG juju.worker start "engine" machine-2: 03:42:32 INFO juju.worker start "engine" unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 03:42:32 DEBUG juju.worker "engine" started machine-2: 03:42:32 DEBUG juju.worker.introspection stats worker now serving machine-2: 03:42:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... machine-2: 03:42:32 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.apicaller connecting with current password machine-2: 03:42:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:32 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. machine-2: 03:42:32 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 03:42:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk-bridge2.0-dev_2.18.1-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... machine-2: 03:42:32 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:42:32 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:42:32 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:42:32 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-epc-0: 03:42:32 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:42:32 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:42:32 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-2: 03:42:32 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 03:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-epc-0: 03:42:33 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 03:42:33 DEBUG juju.api RPC connection died unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-epc-0: 03:42:33 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 03:42:33 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:42:33 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:42:33 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-epc-0: 03:42:33 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:33 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 03:42:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 03:42:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 03:42:33 DEBUG juju.network including address public:172.30.9.201 for machine unit-oai-epc-0: 03:42:33 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-epc-0: 03:42:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 03:42:33 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 03:42:33 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 03:42:33 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 03:42:33 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] unit-oai-epc-0: 03:42:33 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 03:42:33 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 03:42:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 03:42:33 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 03:42:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 03:42:33 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 03:42:33 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-2: 03:42:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.dependency "uniter" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 03:42:33 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 03:42:33 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 03:42:33 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 03:42:33 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 03:42:33 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 03:42:33 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 03:42:33 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 03:42:33 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 03:42:33 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 03:42:33 INFO juju.worker.upgrader unblocking abort check machine-2: 03:42:33 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 03:42:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 03:42:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 03:42:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 03:42:33 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 03:42:33 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 03:42:33 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 03:42:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:42:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:42:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 03:42:33 DEBUG juju.network including address local-cloud:192.168.121.11 for machine machine-2: 03:42:33 DEBUG juju.network including address local-machine:::1 for machine machine-2: 03:42:33 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 03:42:33 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.11 local-machine:::1] machine-2: 03:42:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 03:42:33 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 03:42:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.logger logger setup machine-2: 03:42:33 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 03:42:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:42:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 03:42:33 DEBUG juju.network including address public:172.30.9.201 for machine machine-2: 03:42:33 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 03:42:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 03:42:33 DEBUG juju.network including address local-machine:::1 for machine machine-2: 03:42:33 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] machine-2: 03:42:33 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 03:42:33 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] machine-2: 03:42:33 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: 03:42:33 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 03:42:33 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true machine-2: 03:42:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got service change machine-2: 03:42:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 03:42:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 03:42:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 03:42:33 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} machine-2: 03:42:33 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 03:42:33 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: 03:42:33 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 03:42:33 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 03:42:33 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 03:42:33 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 03:42:33 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 03:42:33 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 03:42:33 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 03:42:33 DEBUG juju.worker.reboot Reboot worker got action: noop unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 03:42:33 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 03:42:33 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-2: 03:42:33 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 03:42:33 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 03:42:33 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 03:42:33 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 03:42:33 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. machine-2: 03:42:33 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 03:42:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... machine-2: 03:42:34 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 03:42:34 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 03:42:34 DEBUG juju.worker start "2-container-watcher" machine-2: 03:42:34 DEBUG juju.worker start "stateconverter" machine-2: 03:42:34 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 03:42:34 INFO juju.worker start "2-container-watcher" machine-2: 03:42:34 DEBUG juju.worker "2-container-watcher" started machine-2: 03:42:34 INFO juju.worker start "stateconverter" machine-2: 03:42:34 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 03:42:34 DEBUG juju.worker "stateconverter" started machine-2: 03:42:34 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:42:34 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 03:42:34 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 03:42:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 03:42:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 03:42:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 03:42:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:34 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... machine-2: 03:42:34 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:d8:19:c1 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.11 [] [] []} {2 fa:16:3e:d8:19:c1 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 03:42:34 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:42:34 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: 03:42:34 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ... unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-oai-epc-0: 03:42:36 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-epc-0: 03:42:36 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 03:42:36 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 03:42:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:42:37 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 03:42:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 03:42:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:42:37 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 03:42:37 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 03:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-oai-epc-0: 03:42:38 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: 03:42:38 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 03:42:38 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 03:42:38 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 03:42:38 DEBUG unit.oai-epc/0.install + git pull unit-abot-epc-basic-0: 03:42:38 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 03:42:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 03:42:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:38 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 03:42:38 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: 03:42:38 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-abot-epc-basic-0: 03:42:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcxsparse3.1.4_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-dev_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 03:42:39 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: 03:42:39 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 03:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:42:39 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 03:42:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 03:42:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 03:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:42:39 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 03:42:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 03:42:39 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:42:39 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-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-hss-0: 03:42:39 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 03:42:40 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 03:42:40 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 03:42:40 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 03:42:40 INFO juju.worker.uniter.context trying to kill context process 8626 unit-oai-hss-0: 03:42:40 INFO juju.worker.uniter.context waiting for context process 8626 to die unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 03:42:40 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 03:42:40 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 03:42:40 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:42:40 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 03:42:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:42:40 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 03:42:40 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 03:42:40 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 03:42:40 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 03:42:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... machine-3: 03:42:40 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 03:42:40 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 03:42:40 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-3: 03:42:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie2_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircookie-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmirclient-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 03:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 03:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 03:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpm-dev_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt11-dev_1.5.4-3+really1.6.5-2ubuntu0.5_all.deb ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-dev_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 03:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:42:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:42:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 03:42:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 03:42:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:42:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 03:42:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:50 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 03:42:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:52 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 03:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 03:42:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 03:42:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 03:42:54 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 03:42:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 03:42:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 03:42:54 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:42:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.12_amd64.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 03:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.23-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:42:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 03:42:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libumfpack5.7.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 03:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 03:43:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 03:43:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:43:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 03:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:04 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xmlpatterns_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:05 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 03:43:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:06 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 03:43:06 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 03:43:06 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 03:43:06 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 03:43:06 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 03:43:06 DEBUG juju.worker start "api" unit-oai-hss-0: 03:43:06 INFO juju.worker start "api" machine-3: 03:43:06 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 03:43:06 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 03:43:06 DEBUG juju.agent read agent config, format "2.0" machine-3: 03:43:06 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 03:43:06 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 03:43:06 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 03:43:06 DEBUG juju.worker "api" started unit-oai-hss-0: 03:43:06 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 03:43:06 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:43:06 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:43:06 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 03:43:06 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 03:43:06 DEBUG juju.worker start "engine" machine-3: 03:43:06 INFO juju.worker start "engine" machine-3: 03:43:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 03:43:06 DEBUG juju.worker "engine" started machine-3: 03:43:06 DEBUG juju.worker.introspection stats worker now serving machine-3: 03:43:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 03:43:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 03:43:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 03:43:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.apicaller connecting with current password machine-3: 03:43:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:06 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:43:06 INFO juju.api connection established to "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:43:06 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" machine-3: 03:43:06 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 03:43:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 03:43:07 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 03:43:07 DEBUG juju.api RPC connection died unit-oai-hss-0: 03:43:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 03:43:07 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 03:43:07 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:43:07 INFO juju.api connection established to "wss://192.168.121.9:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-oai-hss-0: 03:43:07 DEBUG juju.api successfully dialed "wss://172.30.9.201:17070/model/4e07e1b8-2889-4b01-832f-32793aa7f39b/api" unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:07 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... machine-3: 03:43:07 DEBUG juju.worker.apicaller connected machine-3: 03:43:07 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 03:43:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 03:43:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 03:43:07 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 03:43:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 03:43:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:07 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 03:43:07 INFO juju.worker.upgrader unblocking abort check machine-3: 03:43:07 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 03:43:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 03:43:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:07 DEBUG juju.worker.apicaller connected machine-3: 03:43:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 03:43:08 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 03:43:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: machine-3: 03:43:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 03:43:08 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 03:43:08 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 03:43:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 03:43:08 DEBUG juju.network including address public:172.30.9.201 for machine unit-oai-hss-0: 03:43:08 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-hss-0: 03:43:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 03:43:08 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 03:43:08 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 03:43:08 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 03:43:08 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-3: 03:43:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 03:43:08 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 03:43:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 03:43:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.logger logger setup machine-3: 03:43:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 03:43:08 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 03:43:08 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 03:43:08 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} machine-3: 03:43:08 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 03:43:08 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: 03:43:08 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 03:43:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 03:43:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 03:43:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 03:43:08 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 03:43:08 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. machine-3: 03:43:08 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 03:43:08 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 03:43:08 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:43:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:43:08 DEBUG juju.network including address public:172.30.9.201 for machine machine-3: 03:43:08 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 03:43:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 03:43:08 DEBUG juju.network including address local-machine:::1 for machine machine-3: 03:43:08 DEBUG juju.network addresses after filtering: [public:172.30.9.201 local-cloud:192.168.121.9 local-machine:127.0.0.1 local-machine:::1] machine-3: 03:43:08 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.201:17070 192.168.121.9:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 03:43:08 DEBUG juju.agent API server address details [["172.30.9.201:17070" "192.168.121.9:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "172.30.9.201:17070"] machine-3: 03:43:08 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 03:43:08 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:43:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 03:43:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 03:43:08 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-3: 03:43:08 DEBUG juju.network including address local-machine:::1 for machine machine-3: 03:43:08 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 03:43:08 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 03:43:08 DEBUG juju.worker.reboot Reboot worker got action: noop unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... machine-3: 03:43:08 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 03:43:08 INFO juju.worker.deployer checking unit "oai-hss/0" unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... machine-3: 03:43:08 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: 03:43:08 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 03:43:08 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 03:43:08 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 03:43:08 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 03:43:08 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-oai-hss-0: 03:43:08 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 03:43:08 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.201,192.168.121.9,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 03:43:08 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 03:43:08 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 03:43:08 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 03:43:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 03:43:08 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 03:43:08 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 03:43:08 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 03:43:08 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 03:43:08 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 03:43:08 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 03:43:08 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 03:43:08 INFO juju.worker.uniter hooks are retried true machine-3: 03:43:08 DEBUG juju.worker start "3-container-watcher" machine-3: 03:43:08 DEBUG juju.worker start "stateconverter" machine-3: 03:43:08 INFO juju.worker start "3-container-watcher" machine-3: 03:43:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 03:43:08 DEBUG juju.worker "3-container-watcher" started machine-3: 03:43:08 INFO juju.worker start "stateconverter" machine-3: 03:43:08 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 03:43:08 DEBUG juju.worker "stateconverter" started unit-oai-hss-0: 03:43:08 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 03:43:08 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 03:43:08 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 03:43:08 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 03:43:08 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 03:43:08 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 03:43:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 03:43:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ hostname unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 03:43:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 03:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... machine-3: 03:43:08 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:32:d0:c3 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.14 [] [] []} {2 fa:16:3e:32:d0:c3 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 03:43:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 03:43:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 03:43:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 03:43:09 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 03:43:09 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 03:43:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:43:09 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 03:43:09 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 03:43:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 03:43:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 03:43:10 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 03:43:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:43:10 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: 03:43:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:43:10 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 03:43:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 03:43:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:10 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 03:43:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:43:11 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 03:43:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-6-dev_4.7-3ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 03:43:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:43:11 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 03:43:11 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:11 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 03:43:12 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: 03:43:12 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 03:43:12 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 03:43:12 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 03:43:12 DEBUG unit.oai-hss/0.install + git pull unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:12 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 03:43:13 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: 03:43:13 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 03:43:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:43:13 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 03:43:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:43:13 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 03:43:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 03:43:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 03:43:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:43:13 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 03:43:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 03:43:13 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 03:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 03:43:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 03:43:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 03:43:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 03:43:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 03:43:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 03:43:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 03:43:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 03:43:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 03:43:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 03:43:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 03:43:15 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 03:43:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 03:43:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 03:43:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 03:43:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 03:43:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 03:43:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 03:43:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 03:43:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 03:43:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 03:43:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 03:43:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 03:43:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:17 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 03:43:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 03:43:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 03:43:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 03:43:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 03:43:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libosmesa6_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 03:43:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 03:43:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 03:43:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 03:43:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 03:43:18 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 03:43:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 03:43:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 03:43:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 03:43:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 03:43:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 03:43:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 03:43:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 03:43:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 03:43:19 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 03:43:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 03:43:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 03:43:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:20 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 03:43:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 03:43:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:20 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 03:43:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 03:43:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 03:43:21 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:43:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 03:43:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 03:43:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 03:43:22 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: 03:43:22 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 03:43:22 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 03:43:22 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-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 03:43:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-oai-hss-0: 03:43:23 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-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-oai-hss-0: 03:43:23 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-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-oai-hss-0: 03:43:23 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: 03:43:23 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-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 03:43:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-oai-hss-0: 03:43:23 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.6 [262 kB] unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 03:43:24 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-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-oai-hss-0: 03:43:24 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-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:43:24 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 03:43:24 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: 03:43:24 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: 03:43:24 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: 03:43:24 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: 03:43:25 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-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 03:43:25 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: 03:43:25 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-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-oai-hss-0: 03:43:25 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: 03:43:25 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-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-oai-hss-0: 03:43:25 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-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 03:43:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 03:43:26 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-oai-hss-0: 03:43:26 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-oai-hss-0: 03:43:26 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-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:26 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... unit-oai-hss-0: 03:43:26 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-oai-hss-0: 03:43:26 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: 03:43:27 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-oai-hss-0: 03:43:27 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: 03:43:27 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] unit-oai-hss-0: 03:43:27 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: 03:43:27 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-oai-hss-0: 03:43:28 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-abot-epc-basic-0: 03:43:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 03:43:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 03:43:28 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 03:43:28 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-oai-hss-0: 03:43:28 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-oai-hss-0: 03:43:28 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-abot-epc-basic-0: 03:43:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 03:43:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 03:43:28 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 03:43:28 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: 03:43:28 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: 03:43:29 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: 03:43:29 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: 03:43:29 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: 03:43:29 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: 03:43:29 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: 03:43:29 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: 03:43:29 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: 03:43:30 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: 03:43:30 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-oai-hss-0: 03:43:30 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: 03:43:30 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: 03:43:30 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-oai-hss-0: 03:43:31 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-oai-hss-0: 03:43:31 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-abot-epc-basic-0: 03:43:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 03:43:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 03:43:31 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 03:43:31 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: 03:43:31 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: 03:43:31 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: 03:43:31 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-oai-hss-0: 03:43:32 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-abot-epc-basic-0: 03:43:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 03:43:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 03:43:32 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 03:43:32 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-oai-hss-0: 03:43:32 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: 03:43:32 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-157.207 [773 kB] unit-oai-hss-0: 03:43:32 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: 03:43:32 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-oai-hss-0: 03:43:33 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: 03:43:33 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: 03:43:33 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: 03:43:33 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: 03:43:33 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: 03:43:33 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-oai-hss-0: 03:43:34 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-oai-hss-0: 03:43:34 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: 03:43:35 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: 03:43:35 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-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-oai-hss-0: 03:43:35 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-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-oai-hss-0: 03:43:35 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: 03:43:35 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-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 03:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 03:43:36 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: 03:43:36 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: 03:43:36 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: 03:43:36 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-abot-epc-basic-0: 03:43:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 03:43:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:43:36 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-abot-epc-basic-0: 03:43:36 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 03:43:36 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: 03:43:36 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-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-oai-hss-0: 03:43:37 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-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-oai-hss-0: 03:43:37 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: 03:43:37 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-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-oai-hss-0: 03:43:37 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-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 03:43:37 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: 03:43:37 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-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 03:43:37 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 03:43:38 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: 03:43:38 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 03:43:38 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 15s (4325 kB/s) unit-oai-hss-0: 03:43:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 03:43:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 03:43:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 03:43:38 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 03:43:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 03:43:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:43:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install (Reading database ... 109370 files and directories currently installed.) unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 03:43:39 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtasn1-doc_4.7-3ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 03:43:39 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 03:43:40 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 03:43:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 03:43:42 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 03:43:43 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 03:43:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 03:43:44 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: 03:43:44 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:43:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 03:43:44 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: 03:43:44 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:43:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:43:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 03:43:45 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 03:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 03:43:45 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: 03:43:45 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:43:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 03:43:46 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: 03:43:46 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:43:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-oai-hss-0: 03:43:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 03:43:46 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: 03:43:46 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:43:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 03:43:46 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 03:43:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 03:43:46 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: 03:43:46 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:43:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:43:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 03:43:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 03:43:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 03:43:47 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: 03:43:47 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:43:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 03:43:48 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: 03:43:48 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:43:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 03:43:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 03:43:49 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 03:43:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 03:43:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 03:43:50 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 03:43:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 03:43:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 03:43:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 03:43:51 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: 03:43:51 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:43:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 03:43:52 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: 03:43:52 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:43:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 03:43:52 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: 03:43:52 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:43:53 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 03:43:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 03:43:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 03:43:54 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 03:43:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 03:43:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 03:43:54 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 03:43:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 03:43:56 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:43:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 03:43:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-oai-hss-0: 03:43:56 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-oai-hss-0: 03:43:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 03:43:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 03:43:57 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:43:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 03:43:57 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: 03:43:57 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:43:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 03:43:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 03:43:58 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 03:43:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 03:43:58 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: 03:43:58 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:43:58 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-oai-hss-0: 03:43:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 03:43:59 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: 03:43:59 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 03:43:59 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 03:44:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 03:44:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 03:44:00 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 03:44:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 03:44:00 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: 03:44:00 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 03:44:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 03:44: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: 03:44:00 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 03:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-oai-hss-0: 03:44:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 03:44:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 03:44:01 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 03:44:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 03:44:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 03:44:01 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 03:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 03:44:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 03:44:03 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 03:44:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 03:44:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 03:44:03 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 03:44:04 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 03:44:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 03:44:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 03:44:05 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 03:44:05 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 03:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 03:44:06 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 03:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 03:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 03:44:06 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 03:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-oai-hss-0: 03:44:07 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 03:44:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 03:44:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 03:44:08 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-oai-hss-0: 03:44:08 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 03:44:09 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 03:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 03:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 03:44:10 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 03:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 03:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:44:11 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 03:44:12 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 03:44:12 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 03:44:12 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 03:44:12 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 03:44:12 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.18 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 03:44:12 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 03:44:12 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 03:44:12 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 03:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 03:44:13 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 03:44:14 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 03:44:14 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 03:44:15 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 03:44:16 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 03:44:16 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 03:44:16 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:16 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 03:44:16 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 03:44:16 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 03:44:16 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 03:44:16 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:44:17 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 03:44:18 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 03:44:18 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-oai-hss-0: 03:44:18 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 03:44:18 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 03:44:18 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 03:44:18 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 03:44:18 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 03:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-oai-hss-0: 03:44:18 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: 03:44:19 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 03:44:19 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 03:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 03:44:20 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: 03:44:20 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-oai-hss-0: 03:44:20 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 03:44:20 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 03:44:20 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 03:44:20 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 03:44:20 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 03:44:20 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 03:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-oai-hss-0: 03:44:20 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 03:44:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 03:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 03:44:22 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 03:44:22 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-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 03:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-oai-hss-0: 03:44:22 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-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 03:44:23 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-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 03:44:23 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-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 03:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 03:44:24 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-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (751 kB/s) unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install (Reading database ... 116099 files and directories currently installed.) unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 03:44:24 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 03:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:44:25 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 03:44:25 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 03:44:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 03:44:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 03:44:25 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:44:25 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 03:44:25 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 03:44:25 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 03:44:25 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 03:44:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 03:44:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 03:44:25 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 03:44:26 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 03:44:26 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 03:44:26 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 03:44:26 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 03:44:26 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 03:44:26 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 03:44:26 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 03:44:26 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 03:44:27 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 03:44:27 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-abot-epc-basic-0: 03:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 03:44:28 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-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 03:44:28 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-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... unit-oai-hss-0: 03:44:28 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.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-abot-epc-basic-0: 03:44:28 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 03:44:29 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.61-0ubuntu0.14.04.1 [1862 kB] unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 03:44:29 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-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 03:44:29 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-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 03:44:29 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-oai-hss-0: 03:44:30 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-abot-epc-basic-0: 03:44:30 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 03:44:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-oai-hss-0: 03:44:30 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-abot-epc-basic-0: 03:44:30 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-abot-epc-basic-0: 03:44:30 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 03:44:30 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 03:44:30 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: 03:44:30 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.6 [273 kB] unit-oai-hss-0: 03:44:30 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: 03:44:30 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-abot-epc-basic-0: 03:44:30 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 03:44:30 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-oai-hss-0: 03:44:30 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-abot-epc-basic-0: 03:44:31 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-oai-hss-0: 03:44:31 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1.1 [166 kB] unit-abot-epc-basic-0: 03:44:31 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 03:44:31 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.61-0ubuntu0.14.04.1 [864 kB] unit-oai-hss-0: 03:44:31 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: 03:44:31 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-abot-epc-basic-0: 03:44:31 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 03:44:31 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 03:44:31 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 03:44:31 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-oai-hss-0: 03:44:31 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.26 [1072 kB] unit-abot-epc-basic-0: 03:44:31 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 03:44:31 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.26 [971 kB] unit-oai-hss-0: 03:44:31 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: 03:44:32 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-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-oai-hss-0: 03:44:32 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 03:44:32 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: 03:44:32 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 03:44:32 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 5s (2120 kB/s) unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-abot-epc-basic-0: 03:44:32 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install (Reading database ... 116210 files and directories currently installed.) unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 03:44:33 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:44:33 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode unit-abot-epc-basic-0: 03:44:34 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 03:44:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 03:44:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-oai-hss-0: 03:44:35 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 03:44:35 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 03:44:36 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 03:44:36 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:44:36 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 03:44:36 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 03:44:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 03:44:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 03:44:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 03:44:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 03:44:37 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 03:44:37 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 03:44:37 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:44:37 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 03:44:38 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 03:44:39 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 03:44:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 03:44:40 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 03:44:40 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:44:40 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:44:40 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 03:44:40 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-oai-hss-0: 03:44:41 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 03:44:42 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 03:44:42 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 03:44:42 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 03:44:42 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 03:44:42 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:44:42 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 03:44:45 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:44:45 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 03:44:46 DEBUG unit.oai-hss/0.install 180902 3:44:46 [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: 03:44:46 DEBUG unit.oai-hss/0.install 180902 3:44:46 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 03:44:46 DEBUG unit.oai-hss/0.install 180902 3:44:46 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11649 ... unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 03:44:46 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nettle-bin amd64 3.2-1ubuntu0.16.04.1 [24.5 kB] unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (40.0 kB/s) unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 107925 files and directories currently installed.) unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:47 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 03:44:48 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 03:44:48 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 03:44:50 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:44:50 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install mysql start/running, process 11782 unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 03:44:56 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 03:44:57 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 03:44:58 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 03:44:58 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: 03:44:59 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: 03:44:59 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (274 kB/s) unit-oai-hss-0: 03:44:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 03:44:59 DEBUG unit.oai-hss/0.install (Reading database ... 118211 files and directories currently installed.) unit-oai-hss-0: 03:44:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:44:59 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 03:44:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 03:44:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:44:59 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install --2018-09-02 03:45:00-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 03:45:00 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: 03:45:00 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 03:45:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 378K 3s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 751K 2s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 755K 2s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 59.1M 1s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 764K 1s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 101M 1s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 53.8M 1s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 59.8M 1s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 780K 1s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 96.8M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 58.2M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 55.5M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 49.5M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 62.6M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 55.0M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 46.2M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 825K 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 100M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 66.4M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 54.2M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 56.9M 0s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 66.1M=0.5s unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install 2018-09-02 03:45:01 (2.27 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 03:45:01 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 03:45:02 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45: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 aesdata.o -lgmp -o aesdata unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45: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 desdata.o -lgmp -o desdata unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45: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 twofishdata.o -lgmp -o twofishdata unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45: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 shadata.o -lgmp -lm -o shadata unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45: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 gcmdata.o -lgmp -o gcmdata unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 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: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 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: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 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: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:03 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:03 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 03:45:04 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: 03:45:04 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 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: 03:45:04 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 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: 03:45:04 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 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: 03:45:04 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 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: 03:45:04 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 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: 03:45:04 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: 03:45:04 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 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: 03:45:04 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:04 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:04 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 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: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 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: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 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: 03:45:05 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 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: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 03:45:06 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: 03:45:06 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 03:45:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 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: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 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: 03:45:08 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 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: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 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: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 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: 03:45:10 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 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: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 03:45:11 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: 03:45:11 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 03:45:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 03:45:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 03:45:13 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: 03:45:13 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 03:45:13 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:13 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:14 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:15 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:16 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: 03:45:17 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: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 03:45:17 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 03:45:17 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 03:45:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 03:45:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 03:45:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 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: 03:45:17 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: 03:45:17 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: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 03:45:17 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 03:45:17 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: 03:45:17 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: 03:45:17 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 03:45:17 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: 03:45:18 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: 03:45:18 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 03:45:18 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: 03:45:18 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 03:45:18 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 03:45:19 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: 03:45:19 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 03:45:19 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 03:45:20 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: 03:45:20 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 03:45:20 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 03:45:21 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:45:21 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 03:45:21 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 03:45:21 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: 03:45:21 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: 03:45:22 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: 03:45:22 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: 03:45:22 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: 03:45:22 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: 03:45:22 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 03:45:22 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (886 kB/s) unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install (Reading database ... 118229 files and directories currently installed.) unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 03:45:23 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 03:45:24 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 03:45:25 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 03:45:25 DEBUG unit.oai-hss/0.install --2018-09-02 03:45:25-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 03:45:25 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: 03:45:25 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-abot-epc-basic-0: 03:45:26 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 03:45:26 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 03:45:26 DEBUG unit.abot-epc-basic/0.install After this operation, 3,632 kB of additional disk space will be used. unit-abot-epc-basic-0: 03:45:26 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 03:45:26 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 151K 33s unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 313K 24s unit-abot-epc-basic-0: 03:45:26 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-dev amd64 3.4.10-4ubuntu1.4 [551 kB] unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 560K 19s unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 660K 16s unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 1018K 13s unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.18M 12s unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.24M 11s unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.57M 9s unit-oai-hss-0: 03:45:26 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.76M 9s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.95M 8s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.21M 7s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.30M 7s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.55M 6s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.75M 6s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.17M 6s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.24M 5s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.43M 5s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.82M 5s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.80M 4s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.20M 4s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.17M 4s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.60M 4s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.84M 4s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.78M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.57M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.14M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.40M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 6.24M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.78M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.46M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.04M 3s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 7.50M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 7.35M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 6.15M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.79M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.51M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 8.06M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.62M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.97M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 8.43M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 7.79M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.87M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 9.27M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 8.88M 2s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (357 kB/s) unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 9.96M 2s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.32M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 9.38M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 11.7M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.72M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 11.9M 1s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 9.18M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 12.1M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 11.1M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 11.4M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 13.1M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 9.36M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.2M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 12.6M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 14.5M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 12.3M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 14.9M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 11.6M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 14.4M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 12.3M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 16.6M 1s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 108034 files and directories currently installed.) unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 13.5M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 14.5M 1s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 13.2M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 14.5M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 12.7M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 15.6M 1s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 14.4M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 18.7M 1s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 18.6M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 14.9M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 12.1M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 17.5M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 18.5M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 16.5M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 18.2M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 19.8M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 13.0M 0s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 24.0M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 17.6M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 16.4M 0s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 22.6M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 13.8M 0s unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 21.8M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 20.5M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 16.1M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 20.2M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 23.1M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 16.9M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 20.8M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 15.8M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 12.4M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 10.8M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 16.9M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 27.5M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 13.1M 0s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 194K=1.6s unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install 2018-09-02 03:45:27 (3.16 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 03:45:27 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 03:45:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 03:45:28 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 03:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 03:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 03:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 03:45:28 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 03:45:28 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-abot-epc-basic-0: 03:45:29 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 03:45:29 DEBUG unit.abot-epc-basic/0.install Installing ASN1. The log file for ASN1 installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/asn1c_install_log.txt  unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 03:45:29 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: 03:45:29 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 03:45:29 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 03:45:30 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 03:45:31 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 03:45:32 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 03:45:33 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 03:45:34 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 03:45:35 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 03:45:36 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 03:45:37 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 03:45:38 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 03:45:39 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: 03:45:39 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: 03:45:39 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 03:45:39 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 03:45:40 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:41 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 03:45:42 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 03:45:43 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 03:45:44 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 03:45:45 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 03:45:46 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 03:45:47 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 03:45:48 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: 03:45:48 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 03:45:48 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: 03:45:48 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: 03:45:48 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 03:45:48 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 03:45:49 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: 03:45:49 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 03:45:49 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: 03:45:49 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 03:45:49 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: 03:45:49 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: 03:45:49 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 03:45:49 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: 03:45:49 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 03:45:49 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 03:45:50 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 03:45:51 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Sep 2 03:43 /dev/zero unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 03:45:52 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 03:45:53 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 03:45:54 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 03:45:55 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 03:45:56 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 03:45:57 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 03:45:58 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 03:45:59 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 03:46:00 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 03:46:00 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 03:46:00 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 03:46:00 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 03:46:00 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 03:46:01 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 03:46:02 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 03:46:02 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 03:46:02 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 03:46:03 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 03:46:03 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 03:46:03 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 03:46:04 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 03:46:04 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 03:46:04 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 03:46:05 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 03:46:05 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 03:46:06 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 03:46:06 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 03:46:07 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 03:46:07 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 03:46:07 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 03:46:08 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 03:46:08 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 03:46:08 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 03:46:09 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 03:46:09 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 03:46:10 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 03:46:10 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-abot-epc-basic-0: 03:46:10 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:46:10 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:46:10 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-oai-hss-0: 03:46:10 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-abot-epc-basic-0: 03:46:11 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 03:46:11 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-hss-0: 03:46:11 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 03:46:11 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 03:46:12 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 03:46:13 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 03:46:14 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 03:46:14 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:46:14 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:46:14 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 03:46:14 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 03:46:14 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 03:46:14 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 03:46:15 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 03:46:15 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 03:46:15 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 03:46:15 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 03:46:15 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 03:46:15 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 03:46:16 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 03:46:16 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 03:46:16 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 03:46:16 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 03:46:17 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 03:46:18 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 03:46:18 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 03:46:18 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 03:46:18 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 03:46:19 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 03:46:19 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 03:46:19 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 03:46:19 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 03:46:19 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 03:46:20 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 03:46:21 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 03:46:21 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 03:46:21 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 03:46:21 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 03:46:21 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 03:46:21 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 03:46:22 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 03:46:23 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 03:46:23 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 03:46:24 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 03:46:24 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 03:46:25 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 03:46:25 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 03:46:25 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 03:46:25 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 03:46:26 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 03:46:26 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 03:46:26 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 03:46:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 03:46:26 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 03:46:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 03:46:26 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 03:46:27 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 03:46:27 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 03:46:27 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 03:46:27 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 03:46:28 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 03:46:28 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 03:46:28 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 03:46:28 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 03:46:28 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 03:46:28 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 03:46:28 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 03:46:29 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 03:46:29 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 03:46:29 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 03:46:30 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 03:46:30 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 03:46:30 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 03:46:30 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 03:46:30 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 03:46:30 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 03:46:30 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 03:46:31 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 03:46:31 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 03:46:31 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 03:46:31 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 03:46:31 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 03:46:31 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 03:46:31 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:46:32 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 03:46:33 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 03:46:33 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 03:46:33 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 03:46:33 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 03:46:34 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 03:46:34 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 03:46:35 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 03:46:36 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 03:46:36 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 03:46:36 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 03:46:36 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 03:46:36 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 03:46:37 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 03:46:37 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 03:46:37 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 03:46:38 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 03:46:38 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 03:46:38 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 03:46:38 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 03:46:39 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 03:46:39 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 03:46:39 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 03:46:39 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 03:46:40 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 03:46:40 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 03:46:40 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 03:46:40 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 03:46:41 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 03:46:41 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 03:46:41 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 03:46:41 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 03:46:41 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 03:46:41 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 03:46:42 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 03:46:42 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 03:46:42 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 03:46:42 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 03:46:42 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 03:46:43 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 03:46:43 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 03:46:44 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 03:46:44 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 03:46:44 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 03:46:44 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 03:46:44 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 03:46:45 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 03:46:45 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 03:46:45 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 03:46:46 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 03:46:46 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 03:46:46 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 03:46:46 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 03:46:46 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 03:46:47 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 03:46:47 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 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: 03:46:48 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:48 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 03:46:49 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 03:46:49 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 03:46:49 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 03:46:50 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 03:46:50 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 03:46:50 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 03:46:50 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 03:46:51 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 03:46:51 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 03:46:51 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 03:46:51 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 03:46:52 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: 03:46:52 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 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: 03:46:52 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 03:46:52 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: 03:46:52 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 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: 03:46:52 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 03:46:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:46:55 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 03:46:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 03:46:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:46:55 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 03:46:56 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 03:46:57 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 03:46:57 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 03:46:57 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 03:46:58 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 03:46:58 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 03:46:58 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 03:46:58 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 03:46:59 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 03:46:59 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 03:46:59 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 03:47:00 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: 03:47:00 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 03:47:00 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 03:47:01 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: 03:47:01 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 03:47:01 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: 03:47:01 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:47:01 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: 03:47:01 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:47:01 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 03:47:02 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 03:47:03 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: 03:47:03 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 03:47:03 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 03:47:04 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 03:47:05 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: 03:47:05 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:47:05 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 03:47:06 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: 03:47:06 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 03:47:06 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:07 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 03:47:08 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: 03:47:08 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 03:47:08 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: 03:47:08 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: 03:47:08 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: 03:47:08 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: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 03:47:08 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: 03:47:08 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: 03:47:08 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: 03:47:08 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: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 03:47:08 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: 03:47:08 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: 03:47:08 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: 03:47:08 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: 03:47:08 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: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 03:47:08 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: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 03:47:08 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 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: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 03:47:09 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: 03:47:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 03:47:10 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: 03:47:10 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 03:47:10 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 03:47:10 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: 03:47:10 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 03:47:11 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:47:11 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 03:47:11 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 03:47:11 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: 03:47:11 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: 03:47:11 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: 03:47:12 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: 03:47:12 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: 03:47:12 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: 03:47:12 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: 03:47:12 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: 03:47:13 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: 03:47:13 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: 03:47:14 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: 03:47:14 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libx11-xcb1 amd64 2:1.6.2-1ubuntu2.1 [9350 B] unit-oai-hss-0: 03:47:14 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: 03:47:14 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: 03:47:14 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: 03:47:14 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: 03:47:15 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-abot-epc-basic-0: 03:47:15 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 03:47:15 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: 03:47:15 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: 03:47:15 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: 03:47:15 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: 03:47:15 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: 03:47:15 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: 03:47:16 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: 03:47:16 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: 03:47:16 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: 03:47:16 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: 03:47:16 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: 03:47:17 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: 03:47:18 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: 03:47:18 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: 03:47:18 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: 03:47:18 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: 03:47:18 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: 03:47:18 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: 03:47:18 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: 03:47:19 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: 03:47:19 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: 03:47:19 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: 03:47:19 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: 03:47:19 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: 03:47:19 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: 03:47:19 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: 03:47:20 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: 03:47:20 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: 03:47:20 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: 03:47:20 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: 03:47:20 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: 03:47:20 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: 03:47:21 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: 03:47:21 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: 03:47:21 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: 03:47:21 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: 03:47:21 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: 03:47:21 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.24-0ubuntu0.14.04 [78.5 kB] unit-oai-hss-0: 03:47:21 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.24-0ubuntu0.14.04 [140 kB] unit-oai-hss-0: 03:47:22 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: 03:47:22 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: 03:47:22 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.13 [630 kB] unit-oai-hss-0: 03:47:22 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: 03:47:22 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: 03:47:22 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: 03:47:22 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: 03:47:23 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: 03:47:23 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: 03:47:23 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: 03:47:23 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: 03:47:23 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: 03:47:23 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: 03:47:23 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: 03:47:24 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: 03:47:24 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: 03:47:24 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: 03:47:24 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 03:47:24 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: 03:47:24 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3093 kB/s) unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install (Reading database ... 118505 files and directories currently installed.) unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 03:47:24 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:25 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 03:47:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 03:47:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 03:47:26 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 03:47:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 03:47:28 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 03:47:29 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 03:47:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 03:47:31 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 03:47:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 03:47:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 03:47:32 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 03:47:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 03:47:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 03:47:32 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 03:47:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 03:47:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 03:47:33 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 03:47:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 03:47:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:33 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 03:47:34 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: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 03:47:34 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 03:47:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 03:47:36 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 03:47:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 03:47:38 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-epc-0: 03:47:38 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 03:47:39 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 03:47:42 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 03:47:42 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 03:47:42 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 03:47:42 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 03:47:42 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 03:47:42 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:43 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 03:47:44 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 03:47:45 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: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 03:47:45 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 03:47:46 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: 03:47:46 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 03:47:46 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 03:47:47 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 03:47:47 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 03:47:47 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 03:47:48 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:48 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 03:47:48 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 03:47:48 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 03:47:48 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 03:47:48 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 03:47:48 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 03:47:49 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 03:47:49 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 03:47:49 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 03:47:49 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 03:47:49 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 03:47:50 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 03:47:50 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 03:47:50 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: 03:47:50 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: 03:47:50 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 03:47:50 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 03:47:50 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 03:47:56 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 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: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 03:47:57 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 03:47:58 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 03:47:59 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 03:48:00 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 03:48:01 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 03:48:02 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 03:48:03 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: 03:48:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 03:48:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 03:48:03 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: 03:48:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 03:48:04 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: 03:48:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 03:48:04 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: 03:48:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 03:48:04 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: 03:48:04 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 03:48:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 03:48:04 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: 03:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 03:48:05 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: 03:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 03:48:05 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: 03:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 03:48:05 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: 03:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 03:48:05 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: 03:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 03:48:05 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: 03:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 03:48:05 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: 03:48:05 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: 03:48:05 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: 03:48:05 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: 03:48:05 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 03:48:05 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 03:48:06 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: 03:48:06 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: 03:48:06 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: 03:48:06 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: 03:48:06 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: 03:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 03:48:06 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: 03:48:06 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: 03:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 03:48:06 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: 03:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 03:48:06 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: 03:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 03:48:06 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: 03:48:06 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: 03:48:06 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: 03:48:06 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: 03:48:06 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 03:48:06 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 03:48:07 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: 03:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 03:48:07 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: 03:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 03:48:07 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: 03:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 03:48:07 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: 03:48:07 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 03:48:07 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 03:48:08 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: 03:48:08 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (62.3 kB/s) unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install (Reading database ... 121396 files and directories currently installed.) unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 03:48:08 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 03:48:09 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: 03:48:09 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install ......................................................++++++ unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install ....................................++++++ unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install ...............................................++++++ unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install ...............................................++++++ unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Not Before: Sep 2 03:48:09 2018 GMT unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Not After : Sep 2 03:48:09 2019 GMT unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install 67:31:5A:A4:CF:F5:D4:61:3E:6D:D8:17:2C:F1:E9:7B:4E:AE:6A:8B unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install keyid:50:A4:DB:F4:24:41:B6:4F:52:84:30:10:41:F8:AD:9A:34:E1:03:13 unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Certificate is to be certified until Sep 2 03:48:09 2019 GMT (365 days) unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 03:48:09 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 03:48:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 03:48:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 03:48:10 DEBUG unit.oai-hss/0.install [ 4%] Scanning dependencies of target hss_utils unit-oai-hss-0: 03:48:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 03:48:10 DEBUG unit.oai-hss/0.install [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 03:48:10 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: 03:48:10 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 03:48:10 DEBUG unit.oai-hss/0.install [ 56%] [ 60%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 03:48:10 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: 03:48:10 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 03:48:10 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: 03:48:10 DEBUG unit.oai-hss/0.install [ 65%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 03:48:10 DEBUG unit.oai-hss/0.install [ 69%] [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 03:48:10 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: 03:48:10 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: 03:48:10 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: 03:48:10 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: 03:48:10 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 03:48:10 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: 03:48:10 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: 03:48:10 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 03:48:10 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: 03:48:10 DEBUG unit.oai-hss/0.install [ 86%] [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 03:48:10 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: 03:48:10 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 03:48:10 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: 03:48:11 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 03:48:11 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 03:48:11 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 03:48:11 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_s6a unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 03:48:12 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: 03:48:12 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:12 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 03:48:12 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: 03:48:12 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 03:48:12 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: 03:48:12 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 03:48:12 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: 03:48:12 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 03:48:12 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: 03:48:12 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 03:48:12 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: 03:48:12 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: 03:48:12 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: 03:48:12 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 03:48:12 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: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:12 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: 03:48:12 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: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:12 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:48:12 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 03:48:12 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 03:48:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 03:48:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.4 unit-oai-hss-0: 03:48:12 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:13 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 03:48:13 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-epc-0: 03:48:13 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 03:48:13 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 03:48:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 03:48:13 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `kaithaehiidieme` identified by 'voopaexaabaetha'] unit-mysql-0: 03:48:13 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `kaithaehiidieme` identified by 'voopaexaabaetha'] unit-mysql-0: 03:48:13 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=kaithaehiidieme', 'password=voopaexaabaetha', 'host=192.168.121.4', 'slave=False'] unit-mysql-0: 03:48:13 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 03:48: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: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 03:48:13 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + user=kaithaehiidieme unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 03:48:13 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + password=voopaexaabaetha unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 03:48:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.4 unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 03:48:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.4 kaithaehiidieme voopaexaabaetha oai-hss unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.4"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kaithaehiidieme"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"voopaexaabaetha"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 03:48: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: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 03:48: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: 03:48: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: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kaithaehiidieme --password=voopaexaabaetha -h 192.168.121.4 oai-hss -e 'show tables;' unit-oai-hss-0: 03:48:13 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kaithaehiidieme --password=voopaexaabaetha -h 192.168.121.4 oai-hss unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 03:48: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: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 03:48:14 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 03:48:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:14 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 21940 unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 21940' unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 21940 =~ .*running.* ]] unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 03:48:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:14 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 03:48:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:14 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 03:48:14 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 03:48:14 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 03:48:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + db_host=kaithaehiidieme unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 03:48:14 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 03:48:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:15 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 03:48:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:15 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 03:48:15 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:16 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:16 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:48:16 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 03:48:16 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 03:48:16 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 03:48:16 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 03:48:16 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 03:48:16 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:48:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:48:16 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 03:48:17 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-abot-epc-basic-0: 03:48:22 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 03:48:22 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 03:48:53 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: 03:48:53 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: 03:48:53 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 03:48:53 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 03:48:53 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: 03:48:54 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: 03:48:54 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (124 kB/s) unit-oai-epc-0: 03:48:54 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 03:48:54 DEBUG unit.oai-epc/0.install (Reading database ... 128004 files and directories currently installed.) unit-oai-epc-0: 03:48:54 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: 03:48:54 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 03:48:54 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 03:48:54 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 03:48:54 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 03:48:54 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 03:48:55 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 03:48:58 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 03:48:58 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 03:48:58 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 03:48:58 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 03:48:58 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-abot-epc-basic-0: 03:49:00 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 03:49:00 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 03:49:00 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 03:49:00 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 03:49:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 03:49:00 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 03:49:00 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 03:49:00 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 03:49:00 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 03:49:00 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 03:49:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 03:49:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 03:49:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 03:49:01 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 03:49:01 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 03:49:01 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:49:01 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start SHA256:j+QY2N93XEc4ZJ14BSZcS4A7g6xNoe8ddp+osvRLTRo root@juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | oooOo+| unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | . . .B =.| unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | o o . = .| unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | o. + + o | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | . o=S Eo. o| unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | .*o+o=.. ..| unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | ..=o=oooo. | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | .oo....o | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | .o+o | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 03:49:01 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start SHA256:umC5oqj/PtCzJ/8wCmkG12pOURE2W8+nBZKSZ9iv0eM ubuntu@juju-a7f39b-default-0 unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | ==o.. | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | .+==+ . | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | o+ oo o | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | o . ++ | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start |. o.. +S. | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | o.+o...E | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start | O.+o+ | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start |.*.o++.+ | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start |=oo+==o.. | unit-abot-epc-basic-0: 03:49:01 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 03:49:01 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 03:49:01 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 03:49:01 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 03:49:01 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 03:49:01 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 03:49:01 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:49:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:49:02 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 03:49:02 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 03:49:03 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: 03:49:03 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: 03:49:03 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 03:49:03 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 03:49:04 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: 03:49:04 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 03:49:04 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 03:49:05 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: 03:49:05 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:05 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 03:49:05 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: 03:49:06 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 03:49:06 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 03:49:07 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 03:49:07 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 03:49:08 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 03:49:08 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 03:49:08 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 03:49:08 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 03:49:09 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 03:49:09 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 03:49:09 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 03:49:10 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 03:49:10 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 03:49:10 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 03:49:10 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 03:49:11 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 03:49:11 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 03:49:11 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 03:49:11 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 03:49:12 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 03:49:12 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 03:49:12 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 03:49:13 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 03:49:13 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 03:49:13 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 03:49:13 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 03:49:14 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 03:49:15 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 03:49:16 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: 03:49:16 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 03:49:16 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 03:49:17 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: 03:49:17 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 03:49:17 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: 03:49:17 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: 03:49:17 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: 03:49:17 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: 03:49:17 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: 03:49:17 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: 03:49:17 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 03:49:17 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: 03:49:17 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 03:49:17 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: 03:49:17 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: 03:49:17 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 03:49:17 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: 03:49:17 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 03:49:17 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: 03:49:17 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: 03:49:17 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:17 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: 03:49:17 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: 03:49:17 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: 03:49:17 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 03:49:17 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 03:49:18 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: 03:49:18 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:18 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:19 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: 03:49:19 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 03:49:19 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: 03:49:19 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: 03:49:19 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: 03:49:19 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: 03:49:19 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: 03:49:19 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: 03:49:19 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 03:49:19 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: 03:49:19 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 03:49:19 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: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 03:49:19 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 03:49:23 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:49:58 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 03:49:58 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: 03:49:58 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 03:49:58 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: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:49:58 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 03:49:58 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 03:49:58 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 03:49:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.11 unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.11 ']' unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:49:58 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: 03:49:58 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 03:49:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:49:58 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 03:49:58 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 03:49:59 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 03:49:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 03:49:59 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: 03:49:59 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 03:49:59 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: 03:49:59 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 03:49:59 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: 03:49:59 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 03:49:59 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: 03:49:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:49:59 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 03:49:59 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: 03:49:59 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: 03:49:59 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: 03:49:59 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: 03:49:59 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: 03:49:59 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: 03:49:59 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 03:49:59 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: 03:49:59 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: 03:49:59 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: 03:49:59 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: 03:49:59 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 03:49:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:49:59 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.11 unit-oai-epc-0: 03:49:59 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: 03:49:59 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: 03:49:59 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: 03:49:59 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.11/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.11/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.11/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 03:49:59 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: 03:49:59 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: 03:49:59 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 03:49:59 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: 03:49:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:49:59 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: 03:49:59 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: 03:49:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:49:59 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 03:49:59 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:49:59 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 03:49:59 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:49:59 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 03:49:59 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:49:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:00 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:00 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.11' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + TAC= unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'Data not available yet, exit silently' unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:00 INFO unit.oai-epc/0.juju-log epc:3: Data not available yet, exit silently unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.epc-relation-changed + exit 0 unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:00 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.11 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 11 -le 255 ]] unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.11' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.11 unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:00 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:00 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-oai-epc-0: 03:50:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:00 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-oai-epc-0: 03:50:00 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 03:50:00 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 03:50:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 03:50:02 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:50:02 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 03:50:02 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.14' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.14 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.14 unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 21940' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 21940 =~ .*running.* ]] unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:50:02 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.11 unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-epc-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep abot-epc-basic/0 /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:50:02 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.11/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.11/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-epc-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 03:50:02 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep 'MCC[ ]*=[ ]*"208"[ ]*;[ ]*MNC[ ]*=[ ]*"93"[ ]*;[ ]*TAC[ ]*=[ ]*"1"' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-epc-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-abot-epc-basic-0: 03:50:02 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-hss-0: 03:50:02 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 03:50:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:02 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is not running... unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + status=1 unit-oai-epc-0: 03:50:02 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -eq 0 ']' unit-oai-epc-0: 03:50:02 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:02 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 03:50:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:50:02 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 03:50:02 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-abot-epc-basic-0: 03:50:02 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:50:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-abot-epc-basic-0: 03:50:03 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:03 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.11 unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.11 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-abot-epc-basic-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 03:50:03 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 03:50:03 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=kaithaehiidieme unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-abot-epc-basic-0: 03:50:03 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:50:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:03 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.14 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=voopaexaabaetha unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.4 unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z kaithaehiidieme ']' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u kaithaehiidieme --password=voopaexaabaetha -h 192.168.121.4 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u kaithaehiidieme --password=voopaexaabaetha -h 192.168.121.4 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:50:03 INFO unit.oai-hss/0.juju-log hss:2: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u kaithaehiidieme --password=voopaexaabaetha -h 192.168.121.4 oai-hss unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 03:50:03 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-hss-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.14 ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 03:50:03 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 03:50:03 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 03:50:03 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:50:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:50:03 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 03:50:03 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:03 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.14 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.14 ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.14 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + sed -r -i 's/(HSS_HOSTNAME[^"]*)".*"/\1"oai-hss-0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 14038 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 14038' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 14038 =~ .*running.* ]] unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 03:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:03 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 03:50:03 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 03:50:04 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 03:50:04 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 03:50:04 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 03:50:04 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 03:50:04 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 03:50:05 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 03:50:05 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 03:50:05 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 03:50:05 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 03:50:05 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 03:50:06 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 03:50:06 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 03:50:06 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 03:50:06 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 03:50:06 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 03:50:07 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 03:50:07 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 03:50:07 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 03:50:07 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 03:50:07 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 03:50:08 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 03:50:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 03:50:08 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 03:50:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:08 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 03:50:08 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 03:50:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:50:08 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 03:50:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 03:50:08 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 03:50:10 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 03:50:10 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 03:50:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:50:10 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 03:50:10 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 03:50:10 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 03:50:10 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 03:50:10 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 03:50:10 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 03:50:10 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:50:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:50:10 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 03:50:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.11 unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=208/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=93/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=192.168.121.11/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.11/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-abot-epc-basic-0: 03:50:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 03:50:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 03:50:11 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:50:11 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:50:32 DEBUG juju.worker.uniter.remotestate got action change: [13caff5d-deed-445e-8845-69eaad6d9ef7] ok=true unit-abot-epc-basic-0: 03:50:32 DEBUG juju.worker.uniter.operation running operation run action 13caff5d-deed-445e-8845-69eaad6d9ef7 unit-abot-epc-basic-0: 03:50:32 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:50:32 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:50:32 DEBUG juju.worker.uniter.operation preparing operation "run action 13caff5d-deed-445e-8845-69eaad6d9ef7" unit-abot-epc-basic-0: 03:50:32 DEBUG juju.worker.uniter.operation executing operation "run action 13caff5d-deed-445e-8845-69eaad6d9ef7" unit-abot-epc-basic-0: 03:50:32 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 03:50:32 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 03:50:32 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 03:50:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 03:50:32 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 03:50:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 03:50:32 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 03:50:32 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 03:50:34 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall5743092985328217733.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8238003203003172814.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.pom unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall5741401583361449113.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2391833719992280362.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall864536922856298001.pom to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.pom unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2972608879225918380.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.782 s unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-09-02T03:50:35+00:00 unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 03:50:35 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:50:37 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 03:50:37 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:37 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:50:37 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 03:50:37 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:50:38 DEBUG unit.abot-epc-basic/0.run [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 03:50:38 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:38 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:39 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 03:50:40 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:50:40 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:50:40 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:50:40 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 03:50:40 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 03:50:40 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 03:50:41 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:42 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sun Sep 02 03:50:42 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:42 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:42 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:44 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@aa10649] to [cucumber.runtime.java.spring.GlueCodeScope@6b3871d6] unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:44 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Sun Sep 02 03:50:44 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:44 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:44 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:44 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:44 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:44 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:45 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Sun Sep 02 03:50:45 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:45 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:45 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:45 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:50:45 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 03:50:45 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP EXECUTION TIME TAKEN :1456 MS unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP EXECUTION TIME TAKEN :46 MS unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:50:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:47 [main] REPORT: STEP EXECUTION TIME TAKEN :783 MS unit-abot-epc-basic-0: 03:50:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: STEP EXECUTION TIME TAKEN :721 MS unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: STEP EXECUTION TIME TAKEN :39 MS unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10021 MS unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58.287 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58.302 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: STEP EXECUTION TIME TAKEN :66 MS unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:50:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:50:58 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:51:08 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs # featureFiles/Attach_Procedure_AttachWithIMSI.feature:9 unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :87 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :417 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:51:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10026 MS unit-abot-epc-basic-0: 03:51:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:19.991 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:20.000 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:20 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:20 [main] REPORT: STEP EXECUTION TIME TAKEN :38 MS unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:20 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:51:20 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature:9 unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :402 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10020 MS unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:41.048 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:41.054 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:41 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:41 [main] REPORT: STEP EXECUTION TIME TAKEN :84 MS unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:41 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:51:41 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MNC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature:9 unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: STEP EXECUTION TIME TAKEN :657 MS unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:51:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:51:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10020 MS unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02.282 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02.285 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:52:02 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature:9 unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP EXECUTION TIME TAKEN :240 MS unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: STEP EXECUTION TIME TAKEN :874 MS unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23.910 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23.915 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:52:23 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:52:33 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_Attach_With_GUTI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. # featureFiles/Attach_Procedure_Attach_With_GUTI.feature:8 unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP EXECUTION TIME TAKEN :212 MS unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: STEP EXECUTION TIME TAKEN :818 MS unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45.447 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45.449 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:52:45 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature:10 unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP EXECUTION TIME TAKEN :404 MS unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP EXECUTION TIME TAKEN :678 MS unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:52:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:52:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10020 MS unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07.028 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07.035 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:53:07 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP EXECUTION TIME TAKEN :384 MS unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: STEP EXECUTION TIME TAKEN :654 MS unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28.530 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28.533 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:53:28 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature:10 unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 IPv4 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :355 MS unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :648 MS unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:53:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:49 [main] REPORT: STEP EXECUTION TIME TAKEN :10018 MS unit-abot-epc-basic-0: 03:53:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:53:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:50.175 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:50.179 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:50 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:50 [main] REPORT: STEP EXECUTION TIME TAKEN :261 MS unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:50 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:53:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:53:50 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 03:53:58 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:53:58 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_IPv4_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP EXECUTION TIME TAKEN :312 MS unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP EXECUTION TIME TAKEN :715 MS unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:54:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 03:54:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:12.025 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:12.028 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:12 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:12 [main] REPORT: STEP EXECUTION TIME TAKEN :165 MS unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:12 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:54:12 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options # featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature:10 unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP EXECUTION TIME TAKEN :224 MS unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: STEP EXECUTION TIME TAKEN :658 MS unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: STEP EXECUTION TIME TAKEN :77 MS unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33.349 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33.351 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:54:33 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature:10 unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IP Address Allocation Via NAS Signalling Indication in PCO unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP EXECUTION TIME TAKEN :248 MS unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: STEP EXECUTION TIME TAKEN :659 MS unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: STEP EXECUTION TIME TAKEN :158 MS unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54.770 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54.775 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:54:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:54:54 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature:10 unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With MS Support of Network Requested Bearer Control indicator in PCO unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:04 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:04 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP EXECUTION TIME TAKEN :211 MS unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: STEP EXECUTION TIME TAKEN :790 MS unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16.174 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16.176 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:55:16 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_MS_Support_Network_Requested_Bearer_Control_Indicator @PCO unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator # featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature:10 unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :226 MS unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:26 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: STEP EXECUTION TIME TAKEN :852 MS unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:27 [main] REPORT: ========================================================================================== unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 03:55:27 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21940' unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21940 =~ .*running.* ]] unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 03:55:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 03:55:27 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 03:55:27 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 03:55:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 03:55:27 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 03:55:27 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 03:55:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 03:55:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 16457' unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 16457 =~ .*running.* ]] unit-oai-epc-0: 03:55:34 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 03:55:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 03:55:35 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 03:55:35 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 03:55:35 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 03:55:35 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 03:55:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 03:55:35 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 03:55:35 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 03:55:35 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 03:55:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 03:55:35 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37.666 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37.669 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:55:37 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_P-CSCF_Address_Request @PCO unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options # featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature:10 unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: STEP EXECUTION TIME TAKEN :381 MS unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: STEP EXECUTION TIME TAKEN :650 MS unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59.031 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59.034 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:55:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:55:59 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_Accept @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004 unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct # featureFiles/Auth_Accept.feature:10 unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP EXECUTION TIME TAKEN :341 MS unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:09 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :649 MS unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:56:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 03:56:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30.423 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30.425 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:56:30 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 03:56:31 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. # featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature:10 unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :332 MS unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP EXECUTION TIME TAKEN :644 MS unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP EXECUTION TIME TAKEN :150 MS unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:56:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:56:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:56:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 03:56:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:56:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02.719 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02.722 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:57:02 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:57:03 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:57:03 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 03:57:03 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI # featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :365 MS unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:13 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: STEP EXECUTION TIME TAKEN :643 MS unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:57:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 03:57:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34.375 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34.377 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:57:34 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME # featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:57:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:44 [main] REPORT: STEP EXECUTION TIME TAKEN :342 MS unit-abot-epc-basic-0: 03:57:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:45 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 03:57:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:45 [main] REPORT: STEP EXECUTION TIME TAKEN :646 MS unit-abot-epc-basic-0: 03:57:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: STEP EXECUTION TIME TAKEN :635 MS unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:57:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:57:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:57:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 03:57:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:57:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:57:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06.513 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06.518 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: STEP EXECUTION TIME TAKEN :167 MS unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:58:06 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:58:07 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 03:58:07 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 03:58:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :422 MS unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: STEP EXECUTION TIME TAKEN :687 MS unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: STEP EXECUTION TIME TAKEN :642 MS unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:58:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 03:58:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:30 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40.053 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40.056 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:58:40 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 03:58:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :244 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: STEP EXECUTION TIME TAKEN :679 MS unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: STEP EXECUTION TIME TAKEN :81 MS unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:58:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:58:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:59:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 03:59:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:02 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12.267 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12.270 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 03:59:12 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 03:59:17 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 03:59:17 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_SQN_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. # featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature:10 unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :369 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: STEP EXECUTION TIME TAKEN :660 MS unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:59:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:34 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 03:59:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44.442 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44.445 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: STEP EXECUTION TIME TAKEN :36 MS unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 03:59:44 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 03:59:45 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" # featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature:10 unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff} unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run 9m10.395s unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 554.325 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.011 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.015 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs Time elapsed: 0.017 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.01 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.012 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.005 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.004 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.005 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.003 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.009 sec <<< FAILURE! unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 3:59:55 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sun Sep 02 03:50:42 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 03:59:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 03:59:55.595 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run Please refer to /var/lib/abot-epc-basic/target/surefire-reports for the individual test results. unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 03:59:56 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:20 min unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-09-02T03:59:58+00:00 unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [ERROR] Failed to execute goal net.masterthought:maven-cucumber-reporting:0.1.0:generate (execution) on project ABOT-RunScenarios: Error Found: BUILD FAILED - Check Report For Details -> [Help 1] unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [ERROR] Re-run Maven using the -X switch to enable full debug logging. unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [ERROR] For more information about the errors and possible solutions, please read the following articles: unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 03:59:58 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter.operation committing operation "run action 13caff5d-deed-445e-8845-69eaad6d9ef7" unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-abot-epc-basic-0: 03:59:58 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 03:59:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-09-02 04:00:20,633 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-09-02 04:00:47,727 - 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, 1 application 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, 2 machines Waiting on 1 model, 2 machines All hosted models reclaimed, cleaning up controller machines 2018-09-02 04:00:47,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 04:00:47,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:48,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2532 X-Openstack-Request-Id: req-3e67e8f2-3e90-4397-9721-06ed7a98b92c Date: Sun, 02 Sep 2018 04:00:48 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:40:26Z", "updated_at": "2018-09-02T04:00:40Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "26d822ff-a2d2-4c1f-8873-f536f0c2c278", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:40:58Z", "updated_at": "2018-09-02T04:00:40Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "2f4918a3-870c-4067-a6bd-b17a0ff17cf3", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:38:01Z", "updated_at": "2018-09-02T04:00:34Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "35bb6bcd-6617-4d03-9a0a-da1c7d03e113", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:35:38Z", "updated_at": "2018-09-02T04:00:30Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "41e40907-0786-4da3-bb9a-c45e17bc7556", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:31:55Z", "updated_at": "2018-09-02T04:00:46Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "84f7c086-cd20-4e6b-97fe-3c0c12ea0a89", "qos_policy_id": null}]} 2018-09-02 04:00:48,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3e67e8f2-3e90-4397-9721-06ed7a98b92c 2018-09-02 04:00:48,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.297301054001s 2018-09-02 04:00:48,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-3e67e8f2-3e90-4397-9721-06ed7a98b92c 2018-09-02 04:00:48,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 04:00:48,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/26d822ff-a2d2-4c1f-8873-f536f0c2c278.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:48,697 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b9f7259-21ae-4cf4-b9e8-10c38b6007f7 Content-Length: 0 Date: Sun, 02 Sep 2018 04:00:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:48,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/26d822ff-a2d2-4c1f-8873-f536f0c2c278.json used request id req-4b9f7259-21ae-4cf4-b9e8-10c38b6007f7 2018-09-02 04:00:48,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.653106927872s 2018-09-02 04:00:48,698 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/26d822ff-a2d2-4c1f-8873-f536f0c2c278.json used request id req-4b9f7259-21ae-4cf4-b9e8-10c38b6007f7 2018-09-02 04:00:48,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 04:00:48,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:48,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2029 X-Openstack-Request-Id: req-e58c1226-8624-46fe-9688-1ab76a351918 Date: Sun, 02 Sep 2018 04:00:48 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:40:58Z", "updated_at": "2018-09-02T04:00:40Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "2f4918a3-870c-4067-a6bd-b17a0ff17cf3", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:38:01Z", "updated_at": "2018-09-02T04:00:34Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "35bb6bcd-6617-4d03-9a0a-da1c7d03e113", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:35:38Z", "updated_at": "2018-09-02T04:00:30Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "41e40907-0786-4da3-bb9a-c45e17bc7556", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:31:55Z", "updated_at": "2018-09-02T04:00:46Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "84f7c086-cd20-4e6b-97fe-3c0c12ea0a89", "qos_policy_id": null}]} 2018-09-02 04:00:48,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-e58c1226-8624-46fe-9688-1ab76a351918 2018-09-02 04:00:48,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0847859382629s 2018-09-02 04:00:48,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-e58c1226-8624-46fe-9688-1ab76a351918 2018-09-02 04:00:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 04:00:48,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/2f4918a3-870c-4067-a6bd-b17a0ff17cf3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:49,596 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8238b99e-216f-4395-b9d6-a43628f0e1c0 Content-Length: 0 Date: Sun, 02 Sep 2018 04:00:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:49,597 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/2f4918a3-870c-4067-a6bd-b17a0ff17cf3.json used request id req-8238b99e-216f-4395-b9d6-a43628f0e1c0 2018-09-02 04:00:49,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.792829036713s 2018-09-02 04:00:49,597 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/2f4918a3-870c-4067-a6bd-b17a0ff17cf3.json used request id req-8238b99e-216f-4395-b9d6-a43628f0e1c0 2018-09-02 04:00:49,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 04:00:49,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:49,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1526 X-Openstack-Request-Id: req-4f68c824-f60e-431a-8b7a-3ee804b236d8 Date: Sun, 02 Sep 2018 04:00:49 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:38:01Z", "updated_at": "2018-09-02T04:00:34Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "35bb6bcd-6617-4d03-9a0a-da1c7d03e113", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:35:38Z", "updated_at": "2018-09-02T04:00:30Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "41e40907-0786-4da3-bb9a-c45e17bc7556", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:31:55Z", "updated_at": "2018-09-02T04:00:46Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "84f7c086-cd20-4e6b-97fe-3c0c12ea0a89", "qos_policy_id": null}]} 2018-09-02 04:00:49,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-4f68c824-f60e-431a-8b7a-3ee804b236d8 2018-09-02 04:00:49,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0798559188843s 2018-09-02 04:00:49,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-4f68c824-f60e-431a-8b7a-3ee804b236d8 2018-09-02 04:00:49,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 04:00:49,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/35bb6bcd-6617-4d03-9a0a-da1c7d03e113.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:50,231 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5ea90ceb-ade5-44e1-83a0-545e4abc81b1 Content-Length: 0 Date: Sun, 02 Sep 2018 04:00:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:50,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/35bb6bcd-6617-4d03-9a0a-da1c7d03e113.json used request id req-5ea90ceb-ade5-44e1-83a0-545e4abc81b1 2018-09-02 04:00:50,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.537033081055s 2018-09-02 04:00:50,232 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/35bb6bcd-6617-4d03-9a0a-da1c7d03e113.json used request id req-5ea90ceb-ade5-44e1-83a0-545e4abc81b1 2018-09-02 04:00:50,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 04:00:50,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:50,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1023 X-Openstack-Request-Id: req-923655c8-1189-4c6c-be33-2efa9e8f5be8 Date: Sun, 02 Sep 2018 04:00:50 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:35:38Z", "updated_at": "2018-09-02T04:00:30Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.212", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "41e40907-0786-4da3-bb9a-c45e17bc7556", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:31:55Z", "updated_at": "2018-09-02T04:00:46Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "84f7c086-cd20-4e6b-97fe-3c0c12ea0a89", "qos_policy_id": null}]} 2018-09-02 04:00:50,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-923655c8-1189-4c6c-be33-2efa9e8f5be8 2018-09-02 04:00:50,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0678441524506s 2018-09-02 04:00:50,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-923655c8-1189-4c6c-be33-2efa9e8f5be8 2018-09-02 04:00:50,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 04:00:50,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/41e40907-0786-4da3-bb9a-c45e17bc7556.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:51,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e14d8cfb-4744-4a63-ab38-788aed192478 Content-Length: 0 Date: Sun, 02 Sep 2018 04:00:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:51,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/41e40907-0786-4da3-bb9a-c45e17bc7556.json used request id req-e14d8cfb-4744-4a63-ab38-788aed192478 2018-09-02 04:00:51,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.74857711792s 2018-09-02 04:00:51,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/41e40907-0786-4da3-bb9a-c45e17bc7556.json used request id req-e14d8cfb-4744-4a63-ab38-788aed192478 2018-09-02 04:00:51,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 04:00:51,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:51,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-0104fc7d-98d4-4ba4-b49a-e6c61f2054f7 Date: Sun, 02 Sep 2018 04:00:51 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:31:55Z", "updated_at": "2018-09-02T04:00:46Z", "floating_network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "23e715ba95e84dfbbf6da86793041442", "port_id": null, "id": "84f7c086-cd20-4e6b-97fe-3c0c12ea0a89", "qos_policy_id": null}]} 2018-09-02 04:00:51,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-0104fc7d-98d4-4ba4-b49a-e6c61f2054f7 2018-09-02 04:00:51,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0787560939789s 2018-09-02 04:00:51,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-0104fc7d-98d4-4ba4-b49a-e6c61f2054f7 2018-09-02 04:00:51,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 04:00:51,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/floatingips/84f7c086-cd20-4e6b-97fe-3c0c12ea0a89.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:51,716 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c9b0c37-69be-49a5-becb-28a7ac085a82 Content-Length: 0 Date: Sun, 02 Sep 2018 04:00:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:51,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/84f7c086-cd20-4e6b-97fe-3c0c12ea0a89.json used request id req-9c9b0c37-69be-49a5-becb-28a7ac085a82 2018-09-02 04:00:51,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.558480978012s 2018-09-02 04:00:51,717 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/floatingips/84f7c086-cd20-4e6b-97fe-3c0c12ea0a89.json used request id req-9c9b0c37-69be-49a5-becb-28a7ac085a82 2018-09-02 04:00:51,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 04:00:51,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:51,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1954f8b3-2391-48b5-a369-bfeef484dd62 Date: Sun, 02 Sep 2018 04:00:51 GMT RESP BODY: {"floatingips": []} 2018-09-02 04:00:51,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-1954f8b3-2391-48b5-a369-bfeef484dd62 2018-09-02 04:00:51,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0777349472046s 2018-09-02 04:00:51,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/floatingips.json used request id req-1954f8b3-2391-48b5-a369-bfeef484dd62 2018-09-02 04:00:51,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 04:00:51,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:53,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-06551d29-c548-49ee-9ce6-075bf1ce63e5 Date: Sun, 02 Sep 2018 04:00:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 04:00:53,068 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f used request id req-06551d29-c548-49ee-9ce6-075bf1ce63e5 2018-09-02 04:00:53,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.26680397987s 2018-09-02 04:00:53,068 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/9bb9f868-1e2b-4d88-9d98-63f55c263a4f used request id req-06551d29-c548-49ee-9ce6-075bf1ce63e5 2018-09-02 04:00:53,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 04:00:53,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:00:53,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 04:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1a89adf-5cd8-4f68-bdd2-2f0f9bb5cc23 x-compute-request-id: req-a1a89adf-5cd8-4f68-bdd2-2f0f9bb5cc23 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/494f5566-7583-4048-bc7f-723132b3815f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "494f5566-7583-4048-bc7f-723132b3815f"}, {"name": "juju_epc-flavor_alt_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "5c8fae21-eebd-4b66-807c-54ea81c25050"}]} 2018-09-02 04:00:53,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a1a89adf-5cd8-4f68-bdd2-2f0f9bb5cc23 2018-09-02 04:00:53,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.194024085999s 2018-09-02 04:00:53,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-a1a89adf-5cd8-4f68-bdd2-2f0f9bb5cc23 2018-09-02 04:00:53,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 04:00:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:00:53,294 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 04:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18275ffe-94ac-4d39-b156-3579c0fd62b0 x-compute-request-id: req-18275ffe-94ac-4d39-b156-3579c0fd62b0 Content-Length: 0 Content-Type: application/json 2018-09-02 04:00:53,294 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050 used request id req-18275ffe-94ac-4d39-b156-3579c0fd62b0 2018-09-02 04:00:53,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0281898975372s 2018-09-02 04:00:53,294 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/5c8fae21-eebd-4b66-807c-54ea81c25050 used request id req-18275ffe-94ac-4d39-b156-3579c0fd62b0 2018-09-02 04:00:53,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 04:00:53,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" -d '{"subnet_id": "7e10cc4c-2e62-4acf-9048-972dc37b0e2f"}' 2018-09-02 04:00:55,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f11c62d-a6bf-4b91-a4b1-d013e04979fb Date: Sun, 02 Sep 2018 04:00:55 GMT RESP BODY: {"network_id": "867f77a9-a054-4cc2-bb4f-aa59c6f6cb60", "tenant_id": "23e715ba95e84dfbbf6da86793041442", "subnet_id": "7e10cc4c-2e62-4acf-9048-972dc37b0e2f", "subnet_ids": ["7e10cc4c-2e62-4acf-9048-972dc37b0e2f"], "port_id": "f8e0a0e2-718b-49ed-9fe3-69583714f644", "id": "d812d88e-b83f-4bca-9024-03b5f41995ae"} 2018-09-02 04:00:55,333 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae/remove_router_interface.json used request id req-8f11c62d-a6bf-4b91-a4b1-d013e04979fb 2018-09-02 04:00:55,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.0382130146s 2018-09-02 04:00:55,334 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae/remove_router_interface.json used request id req-8f11c62d-a6bf-4b91-a4b1-d013e04979fb returning object d812d88e-b83f-4bca-9024-03b5f41995ae 2018-09-02 04:00:55,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 04:00:55,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:55,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-def971c6-4077-4d2b-9553-68bbfde6de19 Date: Sun, 02 Sep 2018 04:00:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0663b1a1-5d73-466a-9220-dafde1635b36", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "23e715ba95e84dfbbf6da86793041442", "created_at": "2018-09-02T03:29:24Z", "admin_state_up": true, "updated_at": "2018-09-02T04:00:54Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "23e715ba95e84dfbbf6da86793041442", "id": "d812d88e-b83f-4bca-9024-03b5f41995ae", "name": "juju_epc-router_fa3f40b5-cacd-4a66-b666-114f319f5733"}]} 2018-09-02 04:00:55,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-def971c6-4077-4d2b-9553-68bbfde6de19 2018-09-02 04:00:55,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123696088791s 2018-09-02 04:00:55,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/routers.json used request id req-def971c6-4077-4d2b-9553-68bbfde6de19 2018-09-02 04:00:55,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 04:00:55,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:56,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d7a0017-ac73-4bed-8627-5a548cca19df Content-Length: 0 Date: Sun, 02 Sep 2018 04:00:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:56,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae.json used request id req-3d7a0017-ac73-4bed-8627-5a548cca19df 2018-09-02 04:00:56,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33201313019s 2018-09-02 04:00:56,792 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/routers/d812d88e-b83f-4bca-9024-03b5f41995ae.json used request id req-3d7a0017-ac73-4bed-8627-5a548cca19df 2018-09-02 04:00:56,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 04:00:56,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:56,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-22d40fb7-1ecf-48cc-b4f8-9ac1689c8e3e Date: Sun, 02 Sep 2018 04:00:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"867f77a9-a054-4cc2-bb4f-aa59c6f6cb60","tenant_id":"23e715ba95e84dfbbf6da86793041442","created_at":"2018-09-02T03:29:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T03:29:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"gateway_ip":"192.168.121.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.121.0/24","project_id":"23e715ba95e84dfbbf6da86793041442","id":"7e10cc4c-2e62-4acf-9048-972dc37b0e2f","subnetpool_id":null,"name":"juju_epc-subnet_fa3f40b5-cacd-4a66-b666-114f319f5733"}]} 2018-09-02 04:00:56,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-22d40fb7-1ecf-48cc-b4f8-9ac1689c8e3e 2018-09-02 04:00:56,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0420799255371s 2018-09-02 04:00:56,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/subnets.json used request id req-22d40fb7-1ecf-48cc-b4f8-9ac1689c8e3e 2018-09-02 04:00:56,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 04:00:56,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/subnets/7e10cc4c-2e62-4acf-9048-972dc37b0e2f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:58,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0139d58c-19a7-42e6-bf64-d221b3356524 Date: Sun, 02 Sep 2018 04:00:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:58,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/7e10cc4c-2e62-4acf-9048-972dc37b0e2f.json used request id req-0139d58c-19a7-42e6-bf64-d221b3356524 2018-09-02 04:00:58,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.23550415039s 2018-09-02 04:00:58,071 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/subnets/7e10cc4c-2e62-4acf-9048-972dc37b0e2f.json used request id req-0139d58c-19a7-42e6-bf64-d221b3356524 2018-09-02 04:00:58,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 04:00:58,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:58,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-6a7e29de-3802-4f37-9e76-3816ce939d33 Date: Sun, 02 Sep 2018 04:00:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0663b1a1-5d73-466a-9220-dafde1635b36","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b78c08af4f41459f88b715e0581e7c1c","l2_adjacency":true,"status":"ACTIVE","subnets":["eefb2bb1-7116-4e84-99ce-ea25d3d7c2bb"],"description":"","tags":[],"updated_at":"2018-09-02T00:51:25Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"b78c08af4f41459f88b715e0581e7c1c","created_at":"2018-09-02T00:36:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"867f77a9-a054-4cc2-bb4f-aa59c6f6cb60","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"23e715ba95e84dfbbf6da86793041442","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T04:00:57Z","qos_policy_id":null,"name":"juju_epc-net_fa3f40b5-cacd-4a66-b666-114f319f5733","admin_state_up":true,"tenant_id":"23e715ba95e84dfbbf6da86793041442","created_at":"2018-09-02T03:29:23Z","mtu":1450}]} 2018-09-02 04:00:58,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6a7e29de-3802-4f37-9e76-3816ce939d33 2018-09-02 04:00:58,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0947411060333s 2018-09-02 04:00:58,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.38:9696/v2.0/networks.json used request id req-6a7e29de-3802-4f37-9e76-3816ce939d33 2018-09-02 04:00:58,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 04:00:58,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9696/v2.0/networks/867f77a9-a054-4cc2-bb4f-aa59c6f6cb60.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:59,443 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-affeb2d8-3002-4e51-803f-4d5a53114e63 Date: Sun, 02 Sep 2018 04:00:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 04:00:59,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/867f77a9-a054-4cc2-bb4f-aa59c6f6cb60.json used request id req-affeb2d8-3002-4e51-803f-4d5a53114e63 2018-09-02 04:00:59,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.27467489243s 2018-09-02 04:00:59,443 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.38:9696/v2.0/networks/867f77a9-a054-4cc2-bb4f-aa59c6f6cb60.json used request id req-affeb2d8-3002-4e51-803f-4d5a53114e63 2018-09-02 04:00:59,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 04:00:59,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:59,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-621fc3b7-aaf5-486d-8b8e-0f2f060e0aa9 Date: Sun, 02 Sep 2018 04:00:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T03:29:36Z", "file": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/file", "owner": "23e715ba95e84dfbbf6da86793041442", "id": "f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "size": 296878080, "self": "/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://b933e5fa-35f6-4107-9426-45cb0597039f/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_fa3f40b5-cacd-4a66-b666-114f319f5733", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T03:29:31Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 04:00:59,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-621fc3b7-aaf5-486d-8b8e-0f2f060e0aa9 2018-09-02 04:00:59,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358080863953s 2018-09-02 04:00:59,484 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.38:9292/v2/images used request id req-621fc3b7-aaf5-486d-8b8e-0f2f060e0aa9 2018-09-02 04:00:59,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 04:00:59,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:9292/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}344467db9b68c8a3e03795bda21ef177228c7aeb" 2018-09-02 04:00:59,834 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f61ce3b8-c28b-47ed-b7bd-9bdf189db1f2 Date: Sun, 02 Sep 2018 04:00:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 04:00:59,835 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807 used request id req-f61ce3b8-c28b-47ed-b7bd-9bdf189db1f2 2018-09-02 04:00:59,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.348448991776s 2018-09-02 04:00:59,835 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.38:9292/v2/images/f457e5c2-c51c-4d97-82e4-dd2f89ee4807 used request id req-f61ce3b8-c28b-47ed-b7bd-9bdf189db1f2 2018-09-02 04:00:59,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 04:00:59,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:00:59,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 04:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38a32f5d-9849-4da1-930f-18b05882e9fb x-compute-request-id: req-38a32f5d-9849-4da1-930f-18b05882e9fb Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": [{"href": "http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f", "rel": "self"}, {"href": "http://172.30.9.38:8774/flavors/494f5566-7583-4048-bc7f-723132b3815f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "494f5566-7583-4048-bc7f-723132b3815f"}]} 2018-09-02 04:00:59,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-38a32f5d-9849-4da1-930f-18b05882e9fb 2018-09-02 04:00:59,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0206549167633s 2018-09-02 04:00:59,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.38:8774/v2.1/flavors/detail?is_public=None used request id req-38a32f5d-9849-4da1-930f-18b05882e9fb 2018-09-02 04:00:59,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 04:00:59,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:00:59,898 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 04:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adf54394-b9db-4fc7-b0ef-a0f7710c9990 x-compute-request-id: req-adf54394-b9db-4fc7-b0ef-a0f7710c9990 Content-Length: 0 Content-Type: application/json 2018-09-02 04:00:59,898 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f used request id req-adf54394-b9db-4fc7-b0ef-a0f7710c9990 2018-09-02 04:00:59,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0406260490417s 2018-09-02 04:00:59,898 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.38:8774/v2.1/flavors/494f5566-7583-4048-bc7f-723132b3815f used request id req-adf54394-b9db-4fc7-b0ef-a0f7710c9990 2018-09-02 04:00:59,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 04:00:59,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:01:00,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 04:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d16dba-707c-4897-bad6-903a3ca4d769 Content-Encoding: gzip Content-Length: 1215 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.38:5000/v3/users/011e25c70e4c473db1ac1e9e0082f2d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "011e25c70e4c473db1ac1e9e0082f2d2", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.38:5000/v3/users/09ebf298585342d2af54c5fcd8b082c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "09ebf298585342d2af54c5fcd8b082c3", "email": "nova@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_753b5a41-ffb3-4783-9c6c-b3f19befbd99", "links": {"self": "http://172.30.9.38:5000/v3/users/17af2c604fdd4d81b4682ddcf8faa0f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "17af2c604fdd4d81b4682ddcf8faa0f2", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.38:5000/v3/users/2cc04044c60c4e07be87bf351f56babd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cc04044c60c4e07be87bf351f56babd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": {"self": "http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "418ef6637fd844a6bd34ff061bf7c651", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.38:5000/v3/users/42a39dc13605405cbda6f90e35c88263"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42a39dc13605405cbda6f90e35c88263", "email": "panko@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_ea2ffbe5-83f7-49d8-9496-46876e0f469a", "links": {"self": "http://172.30.9.38:5000/v3/users/49714531b9e04a1f8d08e3d4cd964c71"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "49714531b9e04a1f8d08e3d4cd964c71", "domain_id": "default", "password_expires_at": null}, {"name": "api_check-user_28b7eee5-742a-40cc-a0fd-4d660af1d5ce", "links": {"self": "http://172.30.9.38:5000/v3/users/4adcfb0f4a5d450884f82cb56616cef6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4adcfb0f4a5d450884f82cb56616cef6", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_ee76c362-8e4f-489a-b483-9efd94b96594", "links": {"self": "http://172.30.9.38:5000/v3/users/59478e175f424a0997cdd77fd6e03549"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59478e175f424a0997cdd77fd6e03549", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.38:5000/v3/users/78b1aef4d09f4c589df644824e38a7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78b1aef4d09f4c589df644824e38a7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.38:5000/v3/users/81056a3b9d1043afb6ee98d6613a41b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81056a3b9d1043afb6ee98d6613a41b7", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.38:5000/v3/users/84a6393518d1440f97408a2d9646a61f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84a6393518d1440f97408a2d9646a61f", "email": "glance@localhost", "password_expires_at": null}, {"name": "barbican-user_53683d0e-e94c-474e-8cb1-d4dd0c675b91", "links": {"self": "http://172.30.9.38:5000/v3/users/898b6b5d0b2849caa90ba8e7001a94b2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "898b6b5d0b2849caa90ba8e7001a94b2", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.38:5000/v3/users/9069fb4d8e9748779396cb8799deae57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9069fb4d8e9748779396cb8799deae57", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.38:5000/v3/users/92211063066342a6967696885365caac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "92211063066342a6967696885365caac", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.38:5000/v3/users/abf4b3467417485ba86066197e2048cc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "abf4b3467417485ba86066197e2048cc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.38:5000/v3/users/ac9549c70679416bb8534b8ad5a22ac8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9549c70679416bb8534b8ad5a22ac8", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.38:5000/v3/users/b38dcc7220904551a95d02681898be1c"}, "domain_id": "cc9df2675f614cc882c4fe557aebd8f5", "enabled": true, "options": {}, "id": "b38dcc7220904551a95d02681898be1c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.38:5000/v3/users/ce2d823e6efa4187bc1c87025df46bce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce2d823e6efa4187bc1c87025df46bce", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_21582d35-16d2-4912-b502-a2f09a9ac0fc", "links": {"self": "http://172.30.9.38:5000/v3/users/e6a071aa4900400188339131e2ad4378"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e6a071aa4900400188339131e2ad4378", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.38:5000/v3/users/f3f7ac4f2d614caca9fdcc6cd228f324"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3f7ac4f2d614caca9fdcc6cd228f324", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.38:5000/v3/users", "previous": null, "next": null}} 2018-09-02 04:01:00,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-e1d16dba-707c-4897-bad6-903a3ca4d769 2018-09-02 04:01:00,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21875500679s 2018-09-02 04:01:00,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users used request id req-e1d16dba-707c-4897-bad6-903a3ca4d769 2018-09-02 04:01:00,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 04:01:00,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:01:00,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 04:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6885e736-b29a-4f15-84c8-a71231a22693 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_fa3f40b5-cacd-4a66-b666-114f319f5733", "links": {"self": "http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "418ef6637fd844a6bd34ff061bf7c651", "description": null}} 2018-09-02 04:01:00,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651 used request id req-6885e736-b29a-4f15-84c8-a71231a22693 2018-09-02 04:01:00,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193632125854s 2018-09-02 04:01:00,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651 used request id req-6885e736-b29a-4f15-84c8-a71231a22693 2018-09-02 04:01:00,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 04:01:00,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:01:00,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 04:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28871d4c-adbc-4ea0-8253-4e259ebf77a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 04:01:00,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651 used request id req-28871d4c-adbc-4ea0-8253-4e259ebf77a7 2018-09-02 04:01:00,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.367747068405s 2018-09-02 04:01:00,689 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/users/418ef6637fd844a6bd34ff061bf7c651 used request id req-28871d4c-adbc-4ea0-8253-4e259ebf77a7 2018-09-02 04:01:00,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 04:01:00,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.38:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:01:00,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 04:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44354cd2-00c6-48a4-9d94-0ec9e779bd38 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.38:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442"}, "tags": [], "enabled": true, "id": "23e715ba95e84dfbbf6da86793041442", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_fa3f40b5-cacd-4a66-b666-114f319f5733"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.38:5000/v3/projects/9f00ae17d86149e49f839c49f1fef717"}, "tags": [], "enabled": true, "id": "9f00ae17d86149e49f839c49f1fef717", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_753b5a41-ffb3-4783-9c6c-b3f19befbd99"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.38:5000/v3/projects/b78c08af4f41459f88b715e0581e7c1c"}, "tags": [], "enabled": true, "id": "b78c08af4f41459f88b715e0581e7c1c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/bee47308d9464fb5b9e0e984ee529384"}, "tags": [], "enabled": true, "id": "bee47308d9464fb5b9e0e984ee529384", "parent_id": "default", "domain_id": "default", "name": "api_check-project_28b7eee5-742a-40cc-a0fd-4d660af1d5ce"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.38:5000/v3/projects/c88d8574e76842df9b264d10a80e1b56"}, "tags": [], "enabled": true, "id": "c88d8574e76842df9b264d10a80e1b56", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_ea2ffbe5-83f7-49d8-9496-46876e0f469a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.38:5000/v3/projects/e3a2edc63bd749c3942f7ea67778befe"}, "tags": [], "enabled": true, "id": "e3a2edc63bd749c3942f7ea67778befe", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_21582d35-16d2-4912-b502-a2f09a9ac0fc"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.38:5000/v3/projects/f2c6d210829d469da6015aa86c79b84a"}, "tags": [], "enabled": true, "id": "f2c6d210829d469da6015aa86c79b84a", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_ee76c362-8e4f-489a-b483-9efd94b96594"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.38:5000/v3/projects/f43d114e2c334430bf08047d43583a7d"}, "tags": [], "enabled": true, "id": "f43d114e2c334430bf08047d43583a7d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.38:5000/v3/projects/f89baf0e3724443881fcaaf34f669c2d"}, "tags": [], "enabled": true, "id": "f89baf0e3724443881fcaaf34f669c2d", "parent_id": "default", "domain_id": "default", "name": "barbican-project_53683d0e-e94c-474e-8cb1-d4dd0c675b91"}]} 2018-09-02 04:01:00,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-44354cd2-00c6-48a4-9d94-0ec9e779bd38 2018-09-02 04:01:00,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178770065308s 2018-09-02 04:01:00,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.38:5000/v3/projects used request id req-44354cd2-00c6-48a4-9d94-0ec9e779bd38 2018-09-02 04:01:00,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 04:01:00,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28d131f3f4daa8dd0fa725157eedc88211b245e3" 2018-09-02 04:01:01,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 04:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd86a935-dfe5-4091-b564-81bfdc00005c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 04:01:01,248 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442 used request id req-bd86a935-dfe5-4091-b564-81bfdc00005c 2018-09-02 04:01:01,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.36856007576s 2018-09-02 04:01:01,248 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.38:5000/v3/projects/23e715ba95e84dfbbf6da86793041442 used request id req-bd86a935-dfe5-4091-b564-81bfdc00005c 2018-09-02 04:01:01,249 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:41 | PASS | | cloudify_ims | functest | vnf | 20:21 | PASS | | heat_ims | functest | vnf | 12:38 | FAIL | | vyos_vrouter | functest | vnf | 16:09 | PASS | | juju_epc | functest | vnf | 30:57 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-09-02 04:01:01,255 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-02 04:01:01,273 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 04:01:01,369 - paramiko.transport - DEBUG - EOF in transport thread